php-json-schema 1.6.0-1 source package in Ubuntu

Changelog

php-json-schema (1.6.0-1) unstable; urgency=medium

  [ Maks3w ]
  * Add constraint factory

  [ Soufiane Ghzal ]
  * Create .gitattributes

  [ David Prévot ]
  * Adapt packaging to removed tests

 -- David Prévot <email address hidden>  Thu, 07 Jan 2016 18:41:21 -0400

Upload details

Uploaded by:
Debian PHP PEAR Maintainers
Uploaded to:
Sid
Original maintainer:
Debian PHP PEAR Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
php-json-schema_1.6.0-1.dsc 1.7 KiB 7242988e84eace4f71862a62005b85ac379584d7e2e481039e780f17ae057435
php-json-schema_1.6.0.orig.tar.gz 19.9 KiB 0ba2c517139f23d93a518ce1c30085b6796d3de4f9259694dac57a03aad0b1f8
php-json-schema_1.6.0-1.debian.tar.xz 4.3 KiB 595eb2bb900fb51dd35301b09ecfb71a4acbdfa1cdc899ae53f01f1c0db355f0

Available diffs

No changes file available.

Binary packages built by this source

php-json-schema: implementation of JSON schema

 JSON Schema defines the media type "application/schema+json", a JSON
 based format for defining the structure of JSON data. JSON Schema
 provides a contract for what JSON data is required for a given
 application and how to interact with it. JSON Schema is intended to
 define validation, documentation, hyperlink navigation, and interaction
 control of JSON data.
 .
 This package provides a PHP library for validating JSON Structures
 against a given Schema.