1
0
cms11/config/json_validator.php

11 lines
232 B
PHP
Raw Normal View History

2024-05-06 22:11:20 +02:00
<?php
/**
* Keys are available bundles metadata files, values are corresponding
* validation schema
*/
return [
'index' => resource_path('schemas/index.json'),
'metadata' => resource_path('schemas/metadata.json'),
];