JsonSchemaSpec.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php
/**
 * @copyright 2014 Integ S.A.
 * @license http://opensource.org/licenses/MIT The MIT License (MIT)
 * @author Javier Lorenzana <javier.lorenzana@gointegro.com>
 */

namespace GoIntegro\Raml;

/**
 * @see http://json-schema.org/documentation.html
 */
class JsonSchemaSpec
{
    const JSON_SCHEMA_SCHEMA_PATH = '@GoIntegroHateoasBundle/Resources/json-schemas/json-schema.schema.json';
}