[6a3a178] | 1 | # HAR Schema [![version][npm-version]][npm-url] [![License][npm-license]][license-url]
|
---|
| 2 |
|
---|
| 3 | > JSON Schema for HTTP Archive ([HAR][spec]).
|
---|
| 4 |
|
---|
| 5 | [![Build Status][travis-image]][travis-url]
|
---|
| 6 | [![Downloads][npm-downloads]][npm-url]
|
---|
| 7 | [![Code Climate][codeclimate-quality]][codeclimate-url]
|
---|
| 8 | [![Coverage Status][codeclimate-coverage]][codeclimate-url]
|
---|
| 9 | [![Dependency Status][dependencyci-image]][dependencyci-url]
|
---|
| 10 | [![Dependencies][david-image]][david-url]
|
---|
| 11 |
|
---|
| 12 | ## Install
|
---|
| 13 |
|
---|
| 14 | ```bash
|
---|
| 15 | npm install --only=production --save har-schema
|
---|
| 16 | ```
|
---|
| 17 |
|
---|
| 18 | ## Usage
|
---|
| 19 |
|
---|
| 20 | Compatible with any [JSON Schema validation tool][validator].
|
---|
| 21 |
|
---|
| 22 | ----
|
---|
| 23 | > :copyright: [ahmadnassri.com](https://www.ahmadnassri.com/) ·
|
---|
| 24 | > License: [ISC][license-url] ·
|
---|
| 25 | > Github: [@ahmadnassri](https://github.com/ahmadnassri) ·
|
---|
| 26 | > Twitter: [@ahmadnassri](https://twitter.com/ahmadnassri)
|
---|
| 27 |
|
---|
| 28 | [license-url]: http://choosealicense.com/licenses/isc/
|
---|
| 29 |
|
---|
| 30 | [travis-url]: https://travis-ci.org/ahmadnassri/har-schema
|
---|
| 31 | [travis-image]: https://img.shields.io/travis/ahmadnassri/har-schema.svg?style=flat-square
|
---|
| 32 |
|
---|
| 33 | [npm-url]: https://www.npmjs.com/package/har-schema
|
---|
| 34 | [npm-license]: https://img.shields.io/npm/l/har-schema.svg?style=flat-square
|
---|
| 35 | [npm-version]: https://img.shields.io/npm/v/har-schema.svg?style=flat-square
|
---|
| 36 | [npm-downloads]: https://img.shields.io/npm/dm/har-schema.svg?style=flat-square
|
---|
| 37 |
|
---|
| 38 | [codeclimate-url]: https://codeclimate.com/github/ahmadnassri/har-schema
|
---|
| 39 | [codeclimate-quality]: https://img.shields.io/codeclimate/github/ahmadnassri/har-schema.svg?style=flat-square
|
---|
| 40 | [codeclimate-coverage]: https://img.shields.io/codeclimate/coverage/github/ahmadnassri/har-schema.svg?style=flat-square
|
---|
| 41 |
|
---|
| 42 | [david-url]: https://david-dm.org/ahmadnassri/har-schema
|
---|
| 43 | [david-image]: https://img.shields.io/david/ahmadnassri/har-schema.svg?style=flat-square
|
---|
| 44 |
|
---|
| 45 | [dependencyci-url]: https://dependencyci.com/github/ahmadnassri/har-schema
|
---|
| 46 | [dependencyci-image]: https://dependencyci.com/github/ahmadnassri/har-schema/badge?style=flat-square
|
---|
| 47 |
|
---|
| 48 | [spec]: https://github.com/ahmadnassri/har-spec/blob/master/versions/1.2.md
|
---|
| 49 | [validator]: https://github.com/ahmadnassri/har-validator
|
---|