mirror of
https://github.com/justinrainbow/json-schema.git
synced 2025-03-19 05:40:02 +01:00
Organizing files
This commit is contained in:
parent
2e67e2a274
commit
3fba364890
@ -1,5 +1,5 @@
|
||||
<?php
|
||||
|
||||
require 'JsonSchema.php';
|
||||
require 'JsonSchemaUndefined.php';
|
||||
require 'libs/JsonSchema.php';
|
||||
require 'libs/JsonSchemaUndefined.php';
|
||||
require 'tests/BaseTestCase.php';
|
||||
|
@ -16,7 +16,14 @@ class AdditionalPropertiesTest extends BaseTestCase
|
||||
"prop":{"type":"string"}
|
||||
},
|
||||
"additionalProperties": false
|
||||
}'
|
||||
}',
|
||||
null,
|
||||
array(
|
||||
array(
|
||||
'property' => '',
|
||||
'message' => 'The property additionalProp is not defined in the objTypeDef and the objTypeDef does not allow additional properties'
|
||||
)
|
||||
)
|
||||
),
|
||||
array(
|
||||
'{
|
||||
|
0
jquery.js → webroot/js/jquery.js
vendored
0
jquery.js → webroot/js/jquery.js
vendored
@ -1,6 +1,6 @@
|
||||
<?php
|
||||
require_once('JsonSchema.php');
|
||||
require_once('JsonSchemaUndefined.php');
|
||||
require_once('../../libs/JsonSchema.php');
|
||||
require_once('../../libs/JsonSchemaUndefined.php');
|
||||
Dbg::$quietMode = true;
|
||||
|
||||
if($_REQUEST['schema']) {
|
@ -1,10 +1,10 @@
|
||||
<html>
|
||||
<head>
|
||||
<script type="text/javascript" src="jsonschema.js"></script>
|
||||
<script type="text/javascript" src="functions.js"></script>
|
||||
<script type="text/javascript" src="jquery.js"></script>
|
||||
<script type="text/javascript" src="interface.js"></script>
|
||||
<link rel="stylesheet" type="text/css" href="interface.css" />
|
||||
<script type="text/javascript" src="../js/jsonschema.js"></script>
|
||||
<script type="text/javascript" src="../js/functions.js"></script>
|
||||
<script type="text/javascript" src="../js/jquery.js"></script>
|
||||
<script type="text/javascript" src="../js/interface.js"></script>
|
||||
<link rel="stylesheet" type="text/css" href="../css/interface.css" />
|
||||
|
||||
</head>
|
||||
|
Loading…
x
Reference in New Issue
Block a user