| /freebsd-9-stable/contrib/libucl/tests/schema/ |
| D | refRemote.json | 4 "schema": {"$ref": "http://localhost:1234/integer.json"}, object 20 "schema": {"$ref": "http://localhost:1234/subSchemas.json#/integer"}, object 36 "schema": { object 54 "schema": { object
|
| D | multipleOf.json | 4 "schema": {"multipleOf": 2}, object 25 "schema": {"multipleOf": 1.5}, object 46 "schema": {"multipleOf": 0.0001}, object
|
| D | additionalItems.json | 4 "schema": { object 23 "schema": { object 37 "schema": { object 56 "schema": {"additionalItems": false}, object 73 "schema": {"items": [{"type": "integer"}]}, object
|
| D | not.json | 4 "schema": { object 22 "schema": { object 45 "schema": { object 75 "schema": { object
|
| D | definitions.json | 4 "schema": {"$ref": "http://json-schema.org/draft-04/schema#"}, object 19 "schema": {"$ref": "http://json-schema.org/draft-04/schema#"}, object
|
| D | required.json | 4 "schema": { object 26 "schema": { object
|
| D | ref.json | 4 "schema": { object 35 "schema": { object 56 "schema": { object 77 "schema": { object 107 "schema": { object
|
| D | minimum.json | 4 "schema": {"minimum": 1.1}, object 25 "schema": { object
|
| D | maximum.json | 4 "schema": {"maximum": 3.0}, object 25 "schema": { object
|
| D | enum.json | 4 "schema": {"enum": [1, 2, 3]}, object 20 "schema": {"enum": [6, "foo", [], true, {"foo": 12}]}, object 41 "schema": { object
|
| D | additionalProperties.json | 5 "schema": { object 36 "schema": { object 60 "schema": {"properties": {"foo": {}, "bar": {}}}, object
|
| D | items.json | 4 "schema": { object 27 "schema": { object
|
| D | type.json | 4 "schema": {"type": "integer"}, object 45 "schema": {"type": "number"}, object 86 "schema": {"type": "string"}, object 127 "schema": {"type": "object"}, object 168 "schema": {"type": "array"}, object 209 "schema": {"type": "boolean"}, object 250 "schema": {"type": "null"}, object 291 "schema": {"type": ["integer", "string"]}, object
|
| D | anyOf.json | 4 "schema": { object 39 "schema": { object
|
| D | oneOf.json | 4 "schema": { object 39 "schema": { object
|
| D | patternProperties.json | 5 "schema": { object 40 "schema": { object 81 "schema": { object
|
| D | allOf.json | 4 "schema": { object 45 "schema": { object 93 "schema": { object
|
| D | pattern.json | 4 "schema": {"pattern": "^a*$"}, object
|
| D | dependencies.json | 4 "schema": { object 37 "schema": { object 75 "schema": { object
|
| D | minLength.json | 4 "schema": {"minLength": 2}, object
|
| D | maxLength.json | 4 "schema": {"maxLength": 2}, object
|
| D | minItems.json | 4 "schema": {"minItems": 1}, object
|
| D | minProperties.json | 4 "schema": {"minProperties": 1}, object
|
| /freebsd-9-stable/contrib/libucl/src/ |
| D | ucl_schema.c | 198 ucl_schema_validate_object (const ucl_object_t *schema, in ucl_schema_validate_object() 339 ucl_schema_validate_number (const ucl_object_t *schema, in ucl_schema_validate_number() 405 ucl_schema_validate_string (const ucl_object_t *schema, in ucl_schema_validate_string() 519 ucl_schema_validate_array (const ucl_object_t *schema, in ucl_schema_validate_array() 831 ucl_schema_validate_values (const ucl_object_t *schema, const ucl_object_t *obj, in ucl_schema_validate_values() 877 ucl_schema_validate (const ucl_object_t *schema, in ucl_schema_validate() 1010 ucl_object_validate (const ucl_object_t *schema, in ucl_object_validate()
|
| /freebsd-9-stable/contrib/libucl/tests/ |
| D | test_schema.c | 61 perform_test (const ucl_object_t *schema, const ucl_object_t *obj, in perform_test() 93 const ucl_object_t *schema, *tests, *description, *test; in perform_tests() local
|