Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eightfinite/har-schema
๐ฆ Forked from https://github.com/ahmadnassri/har-schema with additions from @krisselden โ Schema package for HTTP Archive (HAR)
https://github.com/eightfinite/har-schema
archive http javascript jsonschema lib node schema
Last synced: 3 months ago
JSON representation
๐ฆ Forked from https://github.com/ahmadnassri/har-schema with additions from @krisselden โ Schema package for HTTP Archive (HAR)
- Host: GitHub
- URL: https://github.com/eightfinite/har-schema
- Owner: EIGHTFINITE
- License: isc
- Archived: true
- Fork: true (ahmadnassri/har-schema)
- Created: 2023-01-25T09:39:00.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-01-25T09:56:28.000Z (almost 2 years ago)
- Last Synced: 2024-09-25T19:06:34.887Z (3 months ago)
- Topics: archive, http, javascript, jsonschema, lib, node, schema
- Language: JavaScript
- Homepage:
- Size: 29.3 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HAR Schema [![version][npm-version]][npm-url] [![License][npm-license]][license-url]
> JSON Schema for HTTP Archive ([HAR][spec]).
[![Build Status][travis-image]][travis-url]
[![Downloads][npm-downloads]][npm-url]
[![Code Climate][codeclimate-quality]][codeclimate-url]
[![Coverage Status][codeclimate-coverage]][codeclimate-url]
[![Dependency Status][dependencyci-image]][dependencyci-url]
[![Dependencies][david-image]][david-url]## Install
```bash
npm install --only=production --save har-schema
```## Usage
Compatible with any [JSON Schema validation tool][validator].
----
> :copyright: [ahmadnassri.com](https://www.ahmadnassri.com/) ย ยทย
> License: [ISC][license-url] ย ยทย
> Github: [@ahmadnassri](https://github.com/ahmadnassri) ย ยทย
> Twitter: [@ahmadnassri](https://twitter.com/ahmadnassri)[license-url]: http://choosealicense.com/licenses/isc/
[travis-url]: https://travis-ci.org/ahmadnassri/har-schema
[travis-image]: https://img.shields.io/travis/ahmadnassri/har-schema.svg?style=flat-square[npm-url]: https://www.npmjs.com/package/har-schema
[npm-license]: https://img.shields.io/npm/l/har-schema.svg?style=flat-square
[npm-version]: https://img.shields.io/npm/v/har-schema.svg?style=flat-square
[npm-downloads]: https://img.shields.io/npm/dm/har-schema.svg?style=flat-square[codeclimate-url]: https://codeclimate.com/github/ahmadnassri/har-schema
[codeclimate-quality]: https://img.shields.io/codeclimate/github/ahmadnassri/har-schema.svg?style=flat-square
[codeclimate-coverage]: https://img.shields.io/codeclimate/coverage/github/ahmadnassri/har-schema.svg?style=flat-square[david-url]: https://david-dm.org/ahmadnassri/har-schema
[david-image]: https://img.shields.io/david/ahmadnassri/har-schema.svg?style=flat-square[dependencyci-url]: https://dependencyci.com/github/ahmadnassri/har-schema
[dependencyci-image]: https://dependencyci.com/github/ahmadnassri/har-schema/badge?style=flat-square[spec]: https://github.com/ahmadnassri/har-spec/blob/master/versions/1.2.md
[validator]: https://github.com/ahmadnassri/har-validator