validate-json

website engine for collaborative work

Install

All systems
curl cmd.cat/validate-json.sh
Debian Debian
apt-get install mediawiki
Ubuntu
apt-get install mediawiki
Arch Arch Linux
pacman -S mediawiki
image/svg+xml Kali Linux
apt-get install php-json-schema
Fedora
dnf install mediawiki
Windows (WSL2)
sudo apt-get update sudo apt-get install mediawiki
Raspbian
apt-get install mediawiki

mediawiki

website engine for collaborative work

MediaWiki is a wiki engine (a program for creating a collaboratively edited website). It is designed to handle heavy websites containing library-like document collections, and supports user uploads of images/sounds, multilingual content, TOC autogeneration, ISBN links, etc. Moreover, it keeps track of changes, so users can receive notifications, view diffs and revert edits. This system has many other features and can easily be extended.

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.