X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=docs%2Fswagger%2Fswagger.json;h=fbd9c48dd6e06c73a18a8c90b121afa2ff823a42;hb=5ec88e4569f8c8ad89ffc775f1687470f3b04fe7;hp=d9a0b82795a398ba509d46e2b2577d41d0dbe218;hpb=897a3e004a858ef68d989dad15dde91a69e151a5;p=clamp.git diff --git a/docs/swagger/swagger.json b/docs/swagger/swagger.json index d9a0b827..fbd9c48d 100644 --- a/docs/swagger/swagger.json +++ b/docs/swagger/swagger.json @@ -1,16 +1,32 @@ { "swagger" : "2.0", "info" : { - "version" : "5.0.0-SNAPSHOT", + "version" : "5.1.0-SNAPSHOT", "title" : "Clamp Rest API" }, - "host" : "localhost:39099", + "host" : "localhost:43065", "basePath" : "/restservices/clds/", "schemes" : [ "http" ], "paths" : { + "/v2/clampInformation" : { + "get" : { + "operationId" : "route142", + "produces" : [ "application/json" ], + "responses" : { + "200" : { + "description" : "Output type", + "schema" : { + "$ref" : "#/definitions/ClampInformation" + } + } + }, + "x-camelContextId" : "camel-4", + "x-routeId" : "route142" + } + }, "/v2/dictionary" : { "get" : { - "operationId" : "route49", + "operationId" : "route127", "produces" : [ "application/json" ], "responses" : { "200" : { @@ -20,11 +36,11 @@ } } }, - "x-camelContextId" : "camel-2", - "x-routeId" : "route49" + "x-camelContextId" : "camel-4", + "x-routeId" : "route127" }, "put" : { - "operationId" : "route51", + "operationId" : "route130", "consumes" : [ "application/json" ], "produces" : [ "application/json" ], "parameters" : [ { @@ -43,12 +59,13 @@ } } }, - "x-camelContextId" : "camel-2", - "x-routeId" : "route51" + "x-camelContextId" : "camel-4", + "x-routeId" : "route130" } }, "/v2/dictionary/{dictionaryName}" : { "get" : { + "operationId" : "route129", "produces" : [ "application/json" ], "parameters" : [ { "name" : "dictionaryName", @@ -64,12 +81,13 @@ } } }, - "x-camelContextId" : "camel-2", - "x-routeId" : null + "x-camelContextId" : "camel-4", + "x-routeId" : "route129" } }, "/v2/dictionary/{name}" : { "put" : { + "operationId" : "route131", "consumes" : [ "application/json" ], "produces" : [ "application/json" ], "parameters" : [ { @@ -93,11 +111,11 @@ } } }, - "x-camelContextId" : "camel-2", - "x-routeId" : null + "x-camelContextId" : "camel-4", + "x-routeId" : "route131" }, "delete" : { - "operationId" : "route53", + "operationId" : "route132", "produces" : [ "application/json" ], "parameters" : [ { "name" : "name", @@ -108,12 +126,13 @@ "responses" : { "200" : { } }, - "x-camelContextId" : "camel-2", - "x-routeId" : "route53" + "x-camelContextId" : "camel-4", + "x-routeId" : "route132" } }, "/v2/dictionary/{name}/elements/{shortName}" : { "delete" : { + "operationId" : "route133", "produces" : [ "application/json" ], "parameters" : [ { "name" : "name", @@ -129,12 +148,13 @@ "responses" : { "200" : { } }, - "x-camelContextId" : "camel-2", - "x-routeId" : null + "x-camelContextId" : "camel-4", + "x-routeId" : "route133" } }, "/v2/dictionary/secondary/names" : { "get" : { + "operationId" : "route128", "produces" : [ "application/json" ], "responses" : { "200" : { @@ -147,19 +167,51 @@ } } }, - "x-camelContextId" : "camel-2", - "x-routeId" : null + "x-camelContextId" : "camel-4", + "x-routeId" : "route128" } }, "/v2/loop/{loopName}" : { "get" : { - "operationId" : "route34", + "operationId" : "route111", + "produces" : [ "application/json" ], + "parameters" : [ { + "name" : "loopName", + "in" : "path", + "required" : true, + "type" : "string" + } ], + "responses" : { + "200" : { + "description" : "Output type", + "schema" : { + "$ref" : "#/definitions/Loop" + } + } + }, + "x-camelContextId" : "camel-4", + "x-routeId" : "route111" + } + }, + "/v2/loop/addOperationaPolicy/{loopName}/policyModel/{policyType}/{policyVersion}" : { + "put" : { + "operationId" : "route124", "produces" : [ "application/json" ], "parameters" : [ { "name" : "loopName", "in" : "path", "required" : true, "type" : "string" + }, { + "name" : "policyType", + "in" : "path", + "required" : true, + "type" : "string" + }, { + "name" : "policyVersion", + "in" : "path", + "required" : true, + "type" : "string" } ], "responses" : { "200" : { @@ -169,13 +221,36 @@ } } }, - "x-camelContextId" : "camel-2", - "x-routeId" : "route34" + "x-camelContextId" : "camel-4", + "x-routeId" : "route124" + } + }, + "/v2/loop/create/{loopName}?templateName={templateName}" : { + "post" : { + "operationId" : "route126", + "consumes" : [ "application/json" ], + "produces" : [ "application/json" ], + "parameters" : [ { + "name" : "loopName}?templateName={templateName", + "in" : "path", + "required" : true, + "type" : "string" + } ], + "responses" : { + "200" : { + "description" : "Output type", + "schema" : { + "$ref" : "#/definitions/Loop" + } + } + }, + "x-camelContextId" : "camel-4", + "x-routeId" : "route126" } }, "/v2/loop/delete/{loopName}" : { "put" : { - "operationId" : "route45", + "operationId" : "route122", "parameters" : [ { "name" : "loopName", "in" : "path", @@ -185,13 +260,13 @@ "responses" : { "200" : { } }, - "x-camelContextId" : "camel-2", - "x-routeId" : "route45" + "x-camelContextId" : "camel-4", + "x-routeId" : "route122" } }, "/v2/loop/deploy/{loopName}" : { "put" : { - "operationId" : "route39", + "operationId" : "route115", "produces" : [ "application/json" ], "parameters" : [ { "name" : "loopName", @@ -207,13 +282,13 @@ } } }, - "x-camelContextId" : "camel-2", - "x-routeId" : "route39" + "x-camelContextId" : "camel-4", + "x-routeId" : "route115" } }, "/v2/loop/getAllNames" : { "get" : { - "operationId" : "route33", + "operationId" : "route110", "produces" : [ "application/json" ], "responses" : { "200" : { @@ -226,13 +301,13 @@ } } }, - "x-camelContextId" : "camel-2", - "x-routeId" : "route33" + "x-camelContextId" : "camel-4", + "x-routeId" : "route110" } }, "/v2/loop/getstatus/{loopName}" : { "get" : { - "operationId" : "route46", + "operationId" : "route123", "produces" : [ "application/json" ], "parameters" : [ { "name" : "loopName", @@ -248,19 +323,24 @@ } } }, - "x-camelContextId" : "camel-2", - "x-routeId" : "route46" + "x-camelContextId" : "camel-4", + "x-routeId" : "route123" } }, - "/v2/loop/refreshOpPolicyJsonSchema/{loopName}" : { + "/v2/loop/refreshMicroServicePolicyJsonSchema/{loopName}/{microServicePolicyName}" : { "put" : { - "operationId" : "route40", + "operationId" : "route116", "produces" : [ "application/json" ], "parameters" : [ { "name" : "loopName", "in" : "path", "required" : true, "type" : "string" + }, { + "name" : "microServicePolicyName", + "in" : "path", + "required" : true, + "type" : "string" } ], "responses" : { "200" : { @@ -270,19 +350,24 @@ } } }, - "x-camelContextId" : "camel-2", - "x-routeId" : "route40" + "x-camelContextId" : "camel-4", + "x-routeId" : "route116" } }, - "/v2/loop/restart/{loopName}" : { + "/v2/loop/refreshOperationalPolicyJsonSchema/{loopName}/{operationalPolicyName}" : { "put" : { - "operationId" : "route43", + "operationId" : "route117", "produces" : [ "application/json" ], "parameters" : [ { "name" : "loopName", "in" : "path", "required" : true, "type" : "string" + }, { + "name" : "operationalPolicyName", + "in" : "path", + "required" : true, + "type" : "string" } ], "responses" : { "200" : { @@ -292,19 +377,34 @@ } } }, - "x-camelContextId" : "camel-2", - "x-routeId" : "route43" + "x-camelContextId" : "camel-4", + "x-routeId" : "route117" } }, - "/v2/loop/stop/{loopName}" : { + "/v2/loop/removeOperationaPolicy/{loopName}/policyModel/{policyType}/{policyVersion}/{policyName}" : { "put" : { - "operationId" : "route42", + "operationId" : "route125", "produces" : [ "application/json" ], "parameters" : [ { "name" : "loopName", "in" : "path", "required" : true, "type" : "string" + }, { + "name" : "policyType", + "in" : "path", + "required" : true, + "type" : "string" + }, { + "name" : "policyVersion", + "in" : "path", + "required" : true, + "type" : "string" + }, { + "name" : "policyName", + "in" : "path", + "required" : true, + "type" : "string" } ], "responses" : { "200" : { @@ -314,13 +414,13 @@ } } }, - "x-camelContextId" : "camel-2", - "x-routeId" : "route42" + "x-camelContextId" : "camel-4", + "x-routeId" : "route125" } }, - "/v2/loop/submit/{loopName}" : { + "/v2/loop/restart/{loopName}" : { "put" : { - "operationId" : "route44", + "operationId" : "route120", "produces" : [ "application/json" ], "parameters" : [ { "name" : "loopName", @@ -336,14 +436,14 @@ } } }, - "x-camelContextId" : "camel-2", - "x-routeId" : "route44" + "x-camelContextId" : "camel-4", + "x-routeId" : "route120" } }, - "/v2/loop/svgRepresentation/{loopName}" : { - "get" : { - "operationId" : "route35", - "produces" : [ "application/xml" ], + "/v2/loop/stop/{loopName}" : { + "put" : { + "operationId" : "route119", + "produces" : [ "application/json" ], "parameters" : [ { "name" : "loopName", "in" : "path", @@ -354,17 +454,39 @@ "200" : { "description" : "Output type", "schema" : { - "type" : "string" + "$ref" : "#/definitions/Loop" } } }, - "x-camelContextId" : "camel-2", - "x-routeId" : "route35" + "x-camelContextId" : "camel-4", + "x-routeId" : "route119" + } + }, + "/v2/loop/submit/{loopName}" : { + "put" : { + "operationId" : "route121", + "produces" : [ "application/json" ], + "parameters" : [ { + "name" : "loopName", + "in" : "path", + "required" : true, + "type" : "string" + } ], + "responses" : { + "200" : { + "description" : "Output type", + "schema" : { + "$ref" : "#/definitions/Loop" + } + } + }, + "x-camelContextId" : "camel-4", + "x-routeId" : "route121" } }, "/v2/loop/undeploy/{loopName}" : { "put" : { - "operationId" : "route41", + "operationId" : "route118", "produces" : [ "application/json" ], "parameters" : [ { "name" : "loopName", @@ -380,13 +502,13 @@ } } }, - "x-camelContextId" : "camel-2", - "x-routeId" : "route41" + "x-camelContextId" : "camel-4", + "x-routeId" : "route118" } }, "/v2/loop/updateGlobalProperties/{loopName}" : { "post" : { - "operationId" : "route36", + "operationId" : "route112", "consumes" : [ "application/json" ], "produces" : [ "application/json" ], "parameters" : [ { @@ -410,13 +532,13 @@ } } }, - "x-camelContextId" : "camel-2", - "x-routeId" : "route36" + "x-camelContextId" : "camel-4", + "x-routeId" : "route112" } }, "/v2/loop/updateMicroservicePolicy/{loopName}" : { "post" : { - "operationId" : "route38", + "operationId" : "route114", "consumes" : [ "application/json" ], "produces" : [ "application/json" ], "parameters" : [ { @@ -440,13 +562,13 @@ } } }, - "x-camelContextId" : "camel-2", - "x-routeId" : "route38" + "x-camelContextId" : "camel-4", + "x-routeId" : "route114" } }, "/v2/loop/updateOperationalPolicies/{loopName}" : { "post" : { - "operationId" : "route37", + "operationId" : "route113", "consumes" : [ "application/json" ], "produces" : [ "application/json" ], "parameters" : [ { @@ -470,13 +592,13 @@ } } }, - "x-camelContextId" : "camel-2", - "x-routeId" : "route37" + "x-camelContextId" : "camel-4", + "x-routeId" : "route113" } }, "/v2/policyToscaModels" : { "get" : { - "operationId" : "route56", + "operationId" : "route134", "produces" : [ "application/json" ], "responses" : { "200" : { @@ -486,18 +608,47 @@ } } }, - "x-camelContextId" : "camel-2", - "x-routeId" : "route56" + "x-camelContextId" : "camel-4", + "x-routeId" : "route134" + }, + "post" : { + "operationId" : "route137", + "consumes" : [ "plain/text" ], + "produces" : [ "application/json" ], + "parameters" : [ { + "in" : "body", + "name" : "body", + "required" : true, + "schema" : { + "type" : "string" + } + } ], + "responses" : { + "200" : { + "description" : "Output type", + "schema" : { + "$ref" : "#/definitions/PolicyModel" + } + } + }, + "x-camelContextId" : "camel-4", + "x-routeId" : "route137" } }, - "/v2/policyToscaModels/{policyModelType}" : { + "/v2/policyToscaModels/{policyModelType}/{policyModelVersion}" : { "get" : { + "operationId" : "route135", "produces" : [ "application/json" ], "parameters" : [ { "name" : "policyModelType", "in" : "path", "required" : true, "type" : "string" + }, { + "name" : "policyModelVersion", + "in" : "path", + "required" : true, + "type" : "string" } ], "responses" : { "200" : { @@ -507,11 +658,11 @@ } } }, - "x-camelContextId" : "camel-2", - "x-routeId" : null + "x-camelContextId" : "camel-4", + "x-routeId" : "route135" }, "put" : { - "operationId" : "route57", + "operationId" : "route138", "consumes" : [ "plain/text" ], "produces" : [ "application/json" ], "parameters" : [ { @@ -519,6 +670,11 @@ "in" : "path", "required" : true, "type" : "string" + }, { + "name" : "policyModelVersion", + "in" : "path", + "required" : true, + "type" : "string" }, { "in" : "body", "name" : "body", @@ -535,18 +691,24 @@ } } }, - "x-camelContextId" : "camel-2", - "x-routeId" : "route57" + "x-camelContextId" : "camel-4", + "x-routeId" : "route138" } }, - "/v2/policyToscaModels/yaml/{policyModelType}" : { + "/v2/policyToscaModels/yaml/{policyModelType}/{policyModelVersion}" : { "get" : { + "operationId" : "route136", "produces" : [ "application/json" ], "parameters" : [ { "name" : "policyModelType", "in" : "path", "required" : true, "type" : "string" + }, { + "name" : "policyModelVersion", + "in" : "path", + "required" : true, + "type" : "string" } ], "responses" : { "200" : { @@ -556,13 +718,13 @@ } } }, - "x-camelContextId" : "camel-2", - "x-routeId" : null + "x-camelContextId" : "camel-4", + "x-routeId" : "route136" } }, "/v2/templates" : { "get" : { - "operationId" : "route60", + "operationId" : "route139", "produces" : [ "application/json" ], "responses" : { "200" : { @@ -572,12 +734,13 @@ } } }, - "x-camelContextId" : "camel-2", - "x-routeId" : "route60" + "x-camelContextId" : "camel-4", + "x-routeId" : "route139" } }, "/v2/templates/{templateName}" : { "get" : { + "operationId" : "route140", "produces" : [ "application/json" ], "parameters" : [ { "name" : "templateName", @@ -593,12 +756,13 @@ } } }, - "x-camelContextId" : "camel-2", - "x-routeId" : null + "x-camelContextId" : "camel-4", + "x-routeId" : "route140" } }, "/v2/templates/names" : { "get" : { + "operationId" : "route141", "produces" : [ "application/json" ], "responses" : { "200" : { @@ -611,13 +775,13 @@ } } }, - "x-camelContextId" : "camel-2", - "x-routeId" : null + "x-camelContextId" : "camel-4", + "x-routeId" : "route141" } }, "/v1/healthcheck" : { "get" : { - "operationId" : "route61", + "operationId" : "route143", "produces" : [ "application/json" ], "responses" : { "200" : { @@ -627,23 +791,44 @@ } } }, - "x-camelContextId" : "camel-2", - "x-routeId" : "route61" + "x-camelContextId" : "camel-4", + "x-routeId" : "route143" } }, "/v1/user/getUser" : { "get" : { - "operationId" : "route62", + "operationId" : "route144", "produces" : [ "text/plain" ], "responses" : { "200" : { } }, - "x-camelContextId" : "camel-2", - "x-routeId" : "route62" + "x-camelContextId" : "camel-4", + "x-routeId" : "route144" } } }, "definitions" : { + "ClampInformation" : { + "type" : "object", + "properties" : { + "userName" : { + "type" : "string" + }, + "cldsVersion" : { + "type" : "string" + }, + "allPermissions" : { + "type" : "array", + "items" : { + "type" : "string" + } + } + }, + "x-className" : { + "type" : "string", + "format" : "org.onap.clamp.clds.model.ClampInformation" + } + }, "Dictionary" : { "type" : "object", "properties" : { @@ -751,9 +936,6 @@ "dcaeDeploymentStatusUrl" : { "type" : "string" }, - "svgRepresentation" : { - "type" : "string" - }, "globalPropertiesJson" : { "$ref" : "#/definitions/JsonObject" }, @@ -803,31 +985,34 @@ "JsonPrimitive" : { "type" : "object", "properties" : { - "asInt" : { - "type" : "integer", - "format" : "int32" - }, - "asDouble" : { - "type" : "number", - "format" : "double" - }, - "asLong" : { - "type" : "integer", - "format" : "int64" - }, - "boolean" : { + "asBoolean" : { "type" : "boolean" }, - "asBoolean" : { + "number" : { "type" : "boolean" }, + "asString" : { + "type" : "string" + }, "asNumber" : { "$ref" : "#/definitions/Number" }, + "asDouble" : { + "type" : "number", + "format" : "double" + }, "asFloat" : { "type" : "number", "format" : "float" }, + "asLong" : { + "type" : "integer", + "format" : "int64" + }, + "asInt" : { + "type" : "integer", + "format" : "int32" + }, "asByte" : { "type" : "string", "format" : "byte" @@ -845,28 +1030,16 @@ "type" : "integer", "format" : "int32" }, - "number" : { + "boolean" : { "type" : "boolean" }, - "asString" : { - "type" : "string" - }, "string" : { "type" : "boolean" }, - "asJsonNull" : { - "$ref" : "#/definitions/JsonNull" - }, - "jsonObject" : { + "jsonArray" : { "type" : "boolean" }, - "asJsonObject" : { - "$ref" : "#/definitions/JsonObject" - }, - "asJsonArray" : { - "$ref" : "#/definitions/JsonArray" - }, - "jsonArray" : { + "jsonObject" : { "type" : "boolean" }, "jsonPrimitive" : { @@ -875,8 +1048,17 @@ "jsonNull" : { "type" : "boolean" }, + "asJsonArray" : { + "$ref" : "#/definitions/JsonArray" + }, "asJsonPrimitive" : { "$ref" : "#/definitions/JsonPrimitive" + }, + "asJsonNull" : { + "$ref" : "#/definitions/JsonNull" + }, + "asJsonObject" : { + "$ref" : "#/definitions/JsonObject" } } }, @@ -909,7 +1091,7 @@ "pdpGroup" : { "type" : "string" }, - "pdpSubGroup" : { + "pdpSubgroup" : { "type" : "string" }, "policyModel" : { @@ -942,6 +1124,9 @@ }, "dcaeBlueprintId" : { "type" : "string" + }, + "legacy" : { + "type" : "boolean" } }, "x-className" : { @@ -952,31 +1137,52 @@ "JsonObject" : { "type" : "object", "properties" : { - "asInt" : { - "type" : "integer", - "format" : "int32" + "asBoolean" : { + "type" : "boolean" }, - "asDouble" : { - "type" : "number", - "format" : "double" + "asString" : { + "type" : "string" }, - "asLong" : { - "type" : "integer", - "format" : "int64" + "jsonArray" : { + "type" : "boolean" }, - "asBoolean" : { + "jsonObject" : { + "type" : "boolean" + }, + "jsonPrimitive" : { + "type" : "boolean" + }, + "jsonNull" : { "type" : "boolean" }, + "asJsonArray" : { + "$ref" : "#/definitions/JsonArray" + }, + "asJsonPrimitive" : { + "$ref" : "#/definitions/JsonPrimitive" + }, "asJsonNull" : { "$ref" : "#/definitions/JsonNull" }, "asNumber" : { "$ref" : "#/definitions/Number" }, + "asDouble" : { + "type" : "number", + "format" : "double" + }, "asFloat" : { "type" : "number", "format" : "float" }, + "asLong" : { + "type" : "integer", + "format" : "int64" + }, + "asInt" : { + "type" : "integer", + "format" : "int32" + }, "asByte" : { "type" : "string", "format" : "byte" @@ -994,29 +1200,8 @@ "type" : "integer", "format" : "int32" }, - "jsonObject" : { - "type" : "boolean" - }, "asJsonObject" : { "$ref" : "#/definitions/JsonObject" - }, - "asString" : { - "type" : "string" - }, - "asJsonArray" : { - "$ref" : "#/definitions/JsonArray" - }, - "jsonArray" : { - "type" : "boolean" - }, - "jsonPrimitive" : { - "type" : "boolean" - }, - "jsonNull" : { - "type" : "boolean" - }, - "asJsonPrimitive" : { - "$ref" : "#/definitions/JsonPrimitive" } }, "x-className" : { @@ -1133,7 +1318,7 @@ "pdpGroup" : { "type" : "string" }, - "pdpSubGroup" : { + "pdpSubgroup" : { "type" : "string" }, "policyModel" : { @@ -1153,31 +1338,52 @@ "JsonNull" : { "type" : "object", "properties" : { - "asInt" : { - "type" : "integer", - "format" : "int32" + "asBoolean" : { + "type" : "boolean" }, - "asDouble" : { - "type" : "number", - "format" : "double" + "asString" : { + "type" : "string" }, - "asLong" : { - "type" : "integer", - "format" : "int64" + "jsonArray" : { + "type" : "boolean" }, - "asBoolean" : { + "jsonObject" : { + "type" : "boolean" + }, + "jsonPrimitive" : { "type" : "boolean" }, + "jsonNull" : { + "type" : "boolean" + }, + "asJsonArray" : { + "$ref" : "#/definitions/JsonArray" + }, + "asJsonPrimitive" : { + "$ref" : "#/definitions/JsonPrimitive" + }, "asJsonNull" : { "$ref" : "#/definitions/JsonNull" }, "asNumber" : { "$ref" : "#/definitions/Number" }, + "asDouble" : { + "type" : "number", + "format" : "double" + }, "asFloat" : { "type" : "number", "format" : "float" }, + "asLong" : { + "type" : "integer", + "format" : "int64" + }, + "asInt" : { + "type" : "integer", + "format" : "int32" + }, "asByte" : { "type" : "string", "format" : "byte" @@ -1195,57 +1401,39 @@ "type" : "integer", "format" : "int32" }, - "jsonObject" : { - "type" : "boolean" - }, "asJsonObject" : { "$ref" : "#/definitions/JsonObject" - }, - "asString" : { - "type" : "string" - }, - "asJsonArray" : { - "$ref" : "#/definitions/JsonArray" - }, - "jsonArray" : { - "type" : "boolean" - }, - "jsonPrimitive" : { - "type" : "boolean" - }, - "jsonNull" : { - "type" : "boolean" - }, - "asJsonPrimitive" : { - "$ref" : "#/definitions/JsonPrimitive" } } }, "JsonArray" : { "type" : "object", "properties" : { - "asInt" : { - "type" : "integer", - "format" : "int32" - }, - "asDouble" : { - "type" : "number", - "format" : "double" - }, - "asLong" : { - "type" : "integer", - "format" : "int64" - }, "asBoolean" : { "type" : "boolean" }, + "asString" : { + "type" : "string" + }, "asNumber" : { "$ref" : "#/definitions/Number" }, + "asDouble" : { + "type" : "number", + "format" : "double" + }, "asFloat" : { "type" : "number", "format" : "float" }, + "asLong" : { + "type" : "integer", + "format" : "int64" + }, + "asInt" : { + "type" : "integer", + "format" : "int32" + }, "asByte" : { "type" : "string", "format" : "byte" @@ -1263,22 +1451,10 @@ "type" : "integer", "format" : "int32" }, - "asString" : { - "type" : "string" - }, - "asJsonNull" : { - "$ref" : "#/definitions/JsonNull" - }, - "jsonObject" : { + "jsonArray" : { "type" : "boolean" }, - "asJsonObject" : { - "$ref" : "#/definitions/JsonObject" - }, - "asJsonArray" : { - "$ref" : "#/definitions/JsonArray" - }, - "jsonArray" : { + "jsonObject" : { "type" : "boolean" }, "jsonPrimitive" : { @@ -1287,8 +1463,17 @@ "jsonNull" : { "type" : "boolean" }, + "asJsonArray" : { + "$ref" : "#/definitions/JsonArray" + }, "asJsonPrimitive" : { "$ref" : "#/definitions/JsonPrimitive" + }, + "asJsonNull" : { + "$ref" : "#/definitions/JsonNull" + }, + "asJsonObject" : { + "$ref" : "#/definitions/JsonObject" } }, "x-className" : { @@ -1362,9 +1547,6 @@ "blueprint" : { "type" : "string" }, - "svgRepresentation" : { - "type" : "string" - }, "loopElementModelsUsed" : { "type" : "array", "uniqueItems" : true,