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

Changelog

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

  [ Takayasu Oyama ]
  * Add attribute `#[\AllowDynamicProperties]` to allow applying
    defaults without deprecation warning (#695) (#701)

  [ David Prévot ]
  * Update standards version to 4.6.2, no changes needed.

 -- David Prévot <email address hidden>  Tue, 26 Sep 2023 13:55:21 +0200

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
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
php-json-schema_5.2.13-1.dsc 1.9 KiB b11d5bdaa19a70c7ad03178ae1d07cc401c023f69a0726051a3390129492b4d3
php-json-schema_5.2.13.orig.tar.xz 50.1 KiB df5f5854197c45c5e1653322dde832d96a33e8f2d7ca26325f2c001b009c51d9
php-json-schema_5.2.13-1.debian.tar.xz 12.7 KiB 3969b838cd4de61ea6c5f085bbdf140047f05d58b49024aa7164c6797b4644dc

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.