File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed
Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 44 push :
55 branches :
66 - main
7- - master
87 - next
98 - ' v*'
109 paths-ignore :
Original file line number Diff line number Diff line change 33A fluent API to generate JSON schemas (draft-07) for Node.js and browser. Framework agnostic.
44
55[ ![ view on npm] ( https://img.shields.io/npm/v/fluent-json-schema.svg )] ( https://www.npmjs.org/package/fluent-json-schema )
6- [ ![ CI] ( https://github.com/fastify/fluent-json-schema/actions/workflows/ci.yml/badge.svg?branch=master )] ( 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=master )] ( https://coveralls.io/github/fastify/fluent-json-schema?branch=master )
6+ [ ![ 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 )
88[ ![ neostandard javascript style] ( https://img.shields.io/badge/code_style-neostandard-brightgreen?style=flat )] ( https://github.com/neostandard/neostandard )
99
1010## Features
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ const Ajv = require('ajv')
88const basic = require ( './schemas/basic' )
99const S = require ( './FluentJSONSchema' )
1010
11- // TODO pick some ideas from here:https://github.com/json-schema-org/JSON-Schema-Test-Suite/tree/master /tests/draft7
11+ // TODO pick some ideas from here:https://github.com/json-schema-org/JSON-Schema-Test-Suite/tree/main /tests/draft7
1212
1313describe ( 'S' , ( ) => {
1414 it ( 'compiles' , ( ) => {
You can’t perform that action at this time.
0 commit comments