From 6658404e12e9ac34ae6061219387c7c37bf679e7 Mon Sep 17 00:00:00 2001 From: Harold Asbridge Date: Mon, 19 Dec 2011 10:04:03 -0600 Subject: [PATCH] Removing core schema --- example/schema.json | 137 -------------------------------------------- schema/schema.json | 137 -------------------------------------------- 2 files changed, 274 deletions(-) delete mode 100644 example/schema.json delete mode 100644 schema/schema.json diff --git a/example/schema.json b/example/schema.json deleted file mode 100644 index 6a3a125..0000000 --- a/example/schema.json +++ /dev/null @@ -1,137 +0,0 @@ -{ - "id" : "http://json-schema.org/schema#", - "type" : ["object","string"], - "format": "uri", - - "properties" : { - "type" : { - "type" : ["string", "array"], - "items" : { - "type" : ["string", "#"] - }, - "uniqueItems" : true, - "default" : "any" - }, - - "properties" : { - "type" : "object", - "additionalProperties" : "#", - "default" : {} - }, - - "items" : { - "type" : ["#", "array"], - "items" : "#", - "default" : {} - }, - - "required" : { - "type" : "boolean", - "default" : false - }, - - "additionalProperties" : { - "type" : ["#", "boolean"], - "default" : {} - }, - "additionalItems" : { - "type" : ["#", "boolean"], - "default" : {} - }, - - "requires" : { - "type" : ["string", "#"] - }, - - "minimum" : { - "type" : "number" - }, - - "maximum" : { - "type" : "number" - }, - - "exclusiveMinimum" : { - "type" : "number" - }, - - "exclusiveMaximum" : { - "type" : "number" - }, - - "minItems" : { - "type" : "integer", - "minimum" : 0, - "default" : 0 - }, - - "maxItems" : { - "type" : "integer" - }, - - "uniqueItems" : { - "type" : "boolean", - "default" : false - }, - - "pattern" : { - "type" : "string", - "format" : "regex" - }, - - "minLength" : { - "type" : "integer", - "minimum" : 0, - "default" : 0 - }, - - "maxLength" : { - "type" : "integer" - }, - - "enum" : { - "type" : "array", - "minItems" : 1, - "uniqueItems" : true - }, - - "title" : { - "type" : "string" - }, - - "description" : { - "type" : "string" - }, - - "format" : { - "type" : "string" - }, - - "maxDecimal" : { - "type" : "number", - "minimum" : 0 - }, - - "disallow" : { - "type" : ["string", "array", "#"], - "items" : { - "type" : ["string", "#"] - }, - "uniqueItems" : true - }, - - "extends" : { - "type" : ["#", "array"], - "items" : "#", - "default" : {} - } - }, - "links" : [ - { - "href" : "{id}", - "rel" : "self" - } - ], - - "default" : {} -} \ No newline at end of file diff --git a/schema/schema.json b/schema/schema.json deleted file mode 100644 index 6a3a125..0000000 --- a/schema/schema.json +++ /dev/null @@ -1,137 +0,0 @@ -{ - "id" : "http://json-schema.org/schema#", - "type" : ["object","string"], - "format": "uri", - - "properties" : { - "type" : { - "type" : ["string", "array"], - "items" : { - "type" : ["string", "#"] - }, - "uniqueItems" : true, - "default" : "any" - }, - - "properties" : { - "type" : "object", - "additionalProperties" : "#", - "default" : {} - }, - - "items" : { - "type" : ["#", "array"], - "items" : "#", - "default" : {} - }, - - "required" : { - "type" : "boolean", - "default" : false - }, - - "additionalProperties" : { - "type" : ["#", "boolean"], - "default" : {} - }, - "additionalItems" : { - "type" : ["#", "boolean"], - "default" : {} - }, - - "requires" : { - "type" : ["string", "#"] - }, - - "minimum" : { - "type" : "number" - }, - - "maximum" : { - "type" : "number" - }, - - "exclusiveMinimum" : { - "type" : "number" - }, - - "exclusiveMaximum" : { - "type" : "number" - }, - - "minItems" : { - "type" : "integer", - "minimum" : 0, - "default" : 0 - }, - - "maxItems" : { - "type" : "integer" - }, - - "uniqueItems" : { - "type" : "boolean", - "default" : false - }, - - "pattern" : { - "type" : "string", - "format" : "regex" - }, - - "minLength" : { - "type" : "integer", - "minimum" : 0, - "default" : 0 - }, - - "maxLength" : { - "type" : "integer" - }, - - "enum" : { - "type" : "array", - "minItems" : 1, - "uniqueItems" : true - }, - - "title" : { - "type" : "string" - }, - - "description" : { - "type" : "string" - }, - - "format" : { - "type" : "string" - }, - - "maxDecimal" : { - "type" : "number", - "minimum" : 0 - }, - - "disallow" : { - "type" : ["string", "array", "#"], - "items" : { - "type" : ["string", "#"] - }, - "uniqueItems" : true - }, - - "extends" : { - "type" : ["#", "array"], - "items" : "#", - "default" : {} - } - }, - "links" : [ - { - "href" : "{id}", - "rel" : "self" - } - ], - - "default" : {} -} \ No newline at end of file