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

Changelog

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

  [ Andy Raines ]
  * Now more functionality for references works

 -- David Prévot <email address hidden>  Sat, 12 Sep 2015 02:33:22 -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.5.0-1.dsc 1.7 KiB 127091fad4eb8baccfac6e4a19ca246f350f63b14d869bb5f0e6450a50266d1f
php-json-schema_1.5.0.orig.tar.gz 35.6 KiB fae5a7b324aebaf30b78014e92b4a5b8605b8e5b0cc9959e3ba33e6d82d3b67f
php-json-schema_1.5.0-1.debian.tar.xz 4.9 KiB 652cca1d76fddcaa4d710e2b2bfbb7a93c8c5b188e15d1a875c70bc75009e61d

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.