├── .github └── workflows │ └── read-only.yml ├── LICENSE ├── README.md ├── Reference.php └── composer.json /.github/workflows/read-only.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janephp/json-schema-runtime/HEAD/.github/workflows/read-only.yml -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janephp/json-schema-runtime/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janephp/json-schema-runtime/HEAD/README.md -------------------------------------------------------------------------------- /Reference.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janephp/json-schema-runtime/HEAD/Reference.php -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janephp/json-schema-runtime/HEAD/composer.json --------------------------------------------------------------------------------