From 58c7c977bed829fe010849cdf1b3f654c3c8cc02 Mon Sep 17 00:00:00 2001 From: xuegao Date: Thu, 26 Sep 2019 13:29:10 +0200 Subject: Remove Policy dependencies Remove policy related dependencies from the pom.xml Issue-ID: CLAMP-512y Change-Id: I734539be2c80eacd2340f865dffc50f47c55dd86 Signed-off-by: xuegao --- docs/swagger/swagger.json | 150 +++++++++++++++++++++++----------------------- 1 file changed, 75 insertions(+), 75 deletions(-) (limited to 'docs/swagger/swagger.json') diff --git a/docs/swagger/swagger.json b/docs/swagger/swagger.json index ab7e827b6..0738c6f29 100644 --- a/docs/swagger/swagger.json +++ b/docs/swagger/swagger.json @@ -4,7 +4,7 @@ "version" : "4.1.2-SNAPSHOT", "title" : "Clamp Rest API" }, - "host" : "localhost:38405", + "host" : "localhost:34219", "basePath" : "/restservices/clds/", "schemes" : [ "http" ], "paths" : { @@ -421,14 +421,14 @@ "JsonArray" : { "type" : "object", "properties" : { - "asString" : { - "type" : "string" + "asBoolean" : { + "type" : "boolean" }, "asNumber" : { "$ref" : "#/definitions/Number" }, - "asBoolean" : { - "type" : "boolean" + "asString" : { + "type" : "string" }, "asDouble" : { "type" : "number", @@ -466,26 +466,26 @@ "asJsonPrimitive" : { "$ref" : "#/definitions/JsonPrimitive" }, - "asJsonObject" : { - "$ref" : "#/definitions/JsonObject" + "asJsonNull" : { + "$ref" : "#/definitions/JsonNull" }, - "jsonPrimitive" : { + "jsonArray" : { "type" : "boolean" }, - "asJsonArray" : { - "$ref" : "#/definitions/JsonArray" - }, "jsonObject" : { "type" : "boolean" }, "jsonNull" : { "type" : "boolean" }, - "asJsonNull" : { - "$ref" : "#/definitions/JsonNull" - }, - "jsonArray" : { + "jsonPrimitive" : { "type" : "boolean" + }, + "asJsonObject" : { + "$ref" : "#/definitions/JsonObject" + }, + "asJsonArray" : { + "$ref" : "#/definitions/JsonArray" } }, "x-className" : { @@ -531,14 +531,14 @@ "number" : { "type" : "boolean" }, - "asString" : { - "type" : "string" + "asBoolean" : { + "type" : "boolean" }, "asNumber" : { "$ref" : "#/definitions/Number" }, - "asBoolean" : { - "type" : "boolean" + "asString" : { + "type" : "string" }, "asDouble" : { "type" : "number", @@ -579,26 +579,26 @@ "asJsonPrimitive" : { "$ref" : "#/definitions/JsonPrimitive" }, - "asJsonObject" : { - "$ref" : "#/definitions/JsonObject" + "asJsonNull" : { + "$ref" : "#/definitions/JsonNull" }, - "jsonPrimitive" : { + "jsonArray" : { "type" : "boolean" }, - "asJsonArray" : { - "$ref" : "#/definitions/JsonArray" - }, "jsonObject" : { "type" : "boolean" }, "jsonNull" : { "type" : "boolean" }, - "asJsonNull" : { - "$ref" : "#/definitions/JsonNull" - }, - "jsonArray" : { + "jsonPrimitive" : { "type" : "boolean" + }, + "asJsonObject" : { + "$ref" : "#/definitions/JsonObject" + }, + "asJsonArray" : { + "$ref" : "#/definitions/JsonArray" } } }, @@ -642,35 +642,17 @@ "asJsonPrimitive" : { "$ref" : "#/definitions/JsonPrimitive" }, - "asString" : { - "type" : "string" - }, - "asJsonObject" : { - "$ref" : "#/definitions/JsonObject" - }, - "jsonPrimitive" : { - "type" : "boolean" - }, - "asJsonArray" : { - "$ref" : "#/definitions/JsonArray" + "asJsonNull" : { + "$ref" : "#/definitions/JsonNull" }, - "jsonObject" : { + "asBoolean" : { "type" : "boolean" }, "asNumber" : { "$ref" : "#/definitions/Number" }, - "jsonNull" : { - "type" : "boolean" - }, - "asJsonNull" : { - "$ref" : "#/definitions/JsonNull" - }, - "jsonArray" : { - "type" : "boolean" - }, - "asBoolean" : { - "type" : "boolean" + "asString" : { + "type" : "string" }, "asDouble" : { "type" : "number", @@ -704,6 +686,24 @@ "asShort" : { "type" : "integer", "format" : "int32" + }, + "jsonArray" : { + "type" : "boolean" + }, + "jsonObject" : { + "type" : "boolean" + }, + "jsonNull" : { + "type" : "boolean" + }, + "jsonPrimitive" : { + "type" : "boolean" + }, + "asJsonObject" : { + "$ref" : "#/definitions/JsonObject" + }, + "asJsonArray" : { + "$ref" : "#/definitions/JsonArray" } }, "x-className" : { @@ -760,35 +760,17 @@ "asJsonPrimitive" : { "$ref" : "#/definitions/JsonPrimitive" }, - "asString" : { - "type" : "string" - }, - "asJsonObject" : { - "$ref" : "#/definitions/JsonObject" - }, - "jsonPrimitive" : { - "type" : "boolean" - }, - "asJsonArray" : { - "$ref" : "#/definitions/JsonArray" + "asJsonNull" : { + "$ref" : "#/definitions/JsonNull" }, - "jsonObject" : { + "asBoolean" : { "type" : "boolean" }, "asNumber" : { "$ref" : "#/definitions/Number" }, - "jsonNull" : { - "type" : "boolean" - }, - "asJsonNull" : { - "$ref" : "#/definitions/JsonNull" - }, - "jsonArray" : { - "type" : "boolean" - }, - "asBoolean" : { - "type" : "boolean" + "asString" : { + "type" : "string" }, "asDouble" : { "type" : "number", @@ -822,6 +804,24 @@ "asShort" : { "type" : "integer", "format" : "int32" + }, + "jsonArray" : { + "type" : "boolean" + }, + "jsonObject" : { + "type" : "boolean" + }, + "jsonNull" : { + "type" : "boolean" + }, + "jsonPrimitive" : { + "type" : "boolean" + }, + "asJsonObject" : { + "$ref" : "#/definitions/JsonObject" + }, + "asJsonArray" : { + "$ref" : "#/definitions/JsonArray" } } }, -- cgit 1.2.3-korg