diff --git a/config/rest/index.html b/config/rest/index.html index a18c6a4305f..e9ebc4c7fb5 100644 --- a/config/rest/index.html +++ b/config/rest/index.html @@ -6661,7 +6661,7 @@

Status: 200 - Successful operation

"description" : "Successful operation", "schema" : { "type" : "object", - "description" : "TODO", + "description" : "see PolicyItemsDefinitionType", "properties" : { } } }; @@ -19062,7 +19062,7 @@

Parameters

"required" : true, "schema" : { "type" : "object", - "description" : "TODO" + "description" : "see PolicyItemsDefinitionType" } }; @@ -19784,7 +19784,7 @@

Status: 503 - Communication problem while provisioning

- Generated 2017-03-01T19:39:15.972+01:00 + Generated 2017-03-02T14:25:03.802+01:00
diff --git a/config/rest/swagger.yml b/config/rest/swagger.yml index 54819e9f0b4..c7d238046df 100644 --- a/config/rest/swagger.yml +++ b/config/rest/swagger.yml @@ -183,7 +183,7 @@ paths: 200: description: "Successful operation" schema: - description: "TODO" + description: "see PolicyItemsDefinitionType" type: "object" 404: description: "Requested object was not found." @@ -245,7 +245,7 @@ paths: required: true schema: type: "object" - description: "TODO" + description: "see PolicyItemsDefinitionType" description: "path to the property which will be generated" responses: 200: diff --git a/infra/schema/src/main/resources/xml/ns/public/common/api-types-3.xsd b/infra/schema/src/main/resources/xml/ns/public/common/api-types-3.xsd index 6d58c7adffb..9b7d00a3fd3 100644 --- a/infra/schema/src/main/resources/xml/ns/public/common/api-types-3.xsd +++ b/infra/schema/src/main/resources/xml/ns/public/common/api-types-3.xsd @@ -526,6 +526,89 @@ + + + + + Defined items and rules for generating/validating values + + + + + + + Definition for the item to be generated/validated + + + + + + + + + + + + + + + + + + Definition of item for which the value will be generated/validated + + + + + + + + Reference to the value policy that should be used to generate/validate the value. + If not specified, system defined policy is used + + + c:ValuePolicyType + + + + + + + + Contains either generated value or value which will be validated + + + + + + + + Specifies if the generated value should be set immediately to the object. + Relevant only for generate operation. + + + + + + + + + + + Defined items and rules for generating/validating values + + + + + + + Definition for the item to be generated/validated + + + + + +