Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/libgraviton/json-schema
JSON schema for our loadconfig json files
https://github.com/libgraviton/json-schema
Last synced: 9 days ago
JSON representation
JSON schema for our loadconfig json files
- Host: GitHub
- URL: https://github.com/libgraviton/json-schema
- Owner: libgraviton
- Created: 2015-06-30T07:19:50.000Z (over 9 years ago)
- Default Branch: develop
- Last Pushed: 2019-09-02T11:17:11.000Z (over 5 years ago)
- Last Synced: 2024-12-12T03:29:31.590Z (about 1 month ago)
- Language: PHP
- Size: 138 KB
- Stars: 0
- Watchers: 10
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.org/libgraviton/json-schema.png?branch=develop)](https://travis-ci.org/libgraviton/json-schema) [![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/libgraviton/json-schema/badges/quality-score.png?b=develop)](https://scrutinizer-ci.com/g/libgraviton/json-schema/?branch=develop) [![Code Coverage](https://scrutinizer-ci.com/g/libgraviton/json-schema/badges/coverage.png?b=develop)](https://scrutinizer-ci.com/g/libgraviton/json-schema/?branch=develop) [![Latest Stable Version](https://poser.pugx.org/graviton/json-schema/v/stable.svg)](https://packagist.org/packages/graviton/json-schema) [![Total Downloads](https://poser.pugx.org/graviton/json-schema/downloads.svg)](https://packagist.org/packages/graviton/json-schema) [![License](https://poser.pugx.org/graviton/json-schema/license.svg)](https://packagist.org/packages/graviton/json-schema)
# graviton/json-schema
This repository contains [JSON schemas](http://json-schema.org/) we use to validate our documents against as well as the tooling required to do so.
## Schemata
* [LoadConfigObject Schema](schema/loadconfig/v1.0/schema.json)
A schema describing the format of our JSON Loader Definition files (_LoadConfigObjects_)## Installation
```
composer require graviton/json-schema
```## Usage
```
./vendor/bin/graviton-validate-directory
./vendor/bin/graviton-validate-file
```