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 4
4
push :
5
5
branches :
6
6
- main
7
- - master
8
7
- next
9
8
- ' v*'
10
9
paths-ignore :
Original file line number Diff line number Diff line change 3
3
A fluent API to generate JSON schemas (draft-07) for Node.js and browser. Framework agnostic.
4
4
5
5
[ ![ 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 )
8
8
[ ![ neostandard javascript style] ( https://img.shields.io/badge/code_style-neostandard-brightgreen?style=flat )] ( https://github.com/neostandard/neostandard )
9
9
10
10
## Features
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ const Ajv = require('ajv')
8
8
const basic = require ( './schemas/basic' )
9
9
const S = require ( './FluentJSONSchema' )
10
10
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
12
12
13
13
describe ( 'S' , ( ) => {
14
14
it ( 'compiles' , ( ) => {
You can’t perform that action at this time.
0 commit comments