CreateComponent Objective-C Example
#import <CkoRest.h>
#import <CkoAuthAws.h>
#import <CkoJsonObject.h>
#import <CkoStringBuilder.h>
#import <NSString.h>
// This example requires the Chilkat API to have been previously unlocked.
// See Global Unlock Sample for sample code.
CkoRest *rest = [[CkoRest alloc] init];
BOOL success;
CkoAuthAws *authAws = [[CkoAuthAws alloc] init];
authAws.AccessKey = @"AWS_ACCESS_KEY";
authAws.SecretKey = @"AWS_SECRET_KEY";
// Don't forget to change the region to your particular region. (Also make the same change in the call to Connect below.)
authAws.Region = @"us-west-2";
authAws.ServiceName = @"amplifyuibuilder";
// SetAuthAws causes Chilkat to automatically add the following headers: Authorization, X-Amz-Date
[rest SetAuthAws: authAws];
// URL: https://amplifyuibuilder.us-west-2.amazonaws.com/
// Use the same region as specified above.
success = [rest Connect: @"amplifyuibuilder.us-west-2.amazonaws.com" port: [NSNumber numberWithInt: 443] tls: YES autoReconnect: YES];
if (success != YES) {
NSLog(@"%@%d",@"ConnectFailReason: ",[rest.ConnectFailReason intValue]);
NSLog(@"%@",rest.LastErrorText);
return;
}
// The following code creates the JSON request body.
// The JSON created by this code is shown below.
// Use this online tool to generate code from sample JSON:
// Generate Code to Create JSON
CkoJsonObject *json = [[CkoJsonObject alloc] init];
[json UpdateString: @"componentToCreate.bindingProperties.string.bindingProperties.bucket" value: @"string"];
[json UpdateString: @"componentToCreate.bindingProperties.string.bindingProperties.defaultValue" value: @"string"];
[json UpdateString: @"componentToCreate.bindingProperties.string.bindingProperties.field" value: @"string"];
[json UpdateString: @"componentToCreate.bindingProperties.string.bindingProperties.key" value: @"string"];
[json UpdateString: @"componentToCreate.bindingProperties.string.bindingProperties.model" value: @"string"];
[json UpdateString: @"componentToCreate.bindingProperties.string.bindingProperties.predicates[0].and[0]" value: @"Predicate"];
[json UpdateString: @"componentToCreate.bindingProperties.string.bindingProperties.predicates[0].field" value: @"string"];
[json UpdateString: @"componentToCreate.bindingProperties.string.bindingProperties.predicates[0].operand" value: @"string"];
[json UpdateString: @"componentToCreate.bindingProperties.string.bindingProperties.predicates[0].operator" value: @"string"];
[json UpdateString: @"componentToCreate.bindingProperties.string.bindingProperties.predicates[0].or[0]" value: @"Predicate"];
[json UpdateString: @"componentToCreate.bindingProperties.string.bindingProperties.userAttribute" value: @"string"];
[json UpdateString: @"componentToCreate.bindingProperties.string.defaultValue" value: @"string"];
[json UpdateString: @"componentToCreate.bindingProperties.string.type" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].children[0]" value: @"ComponentChild"];
[json UpdateString: @"componentToCreate.children[0].componentType" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].events.string.action" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].events.string.bindingEvent" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.anchor.bindingProperties.field" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.anchor.bindingProperties.property" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.anchor.bindings.string.element" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.anchor.bindings.string.property" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.anchor.collectionBindingProperties.field" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.anchor.collectionBindingProperties.property" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.anchor.componentName" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.anchor.concat[0]" value: @"ComponentProperty"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.anchor.condition.else" value: @"ComponentProperty"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.anchor.condition.field" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.anchor.condition.operand" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.anchor.condition.operandType" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.anchor.condition.operator" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.anchor.condition.property" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.anchor.condition.then" value: @"ComponentProperty"];
[json UpdateInt: @"componentToCreate.children[0].events.string.parameters.anchor.configured" value: [NSNumber numberWithInt: 123]];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.anchor.defaultValue" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.anchor.event" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.anchor.importedValue" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.anchor.model" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.anchor.property" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.anchor.type" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.anchor.userAttribute" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.anchor.value" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.fields.string.bindingProperties.field" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.fields.string.bindingProperties.property" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.fields.string.bindings.string.element" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.fields.string.bindings.string.property" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.fields.string.collectionBindingProperties.field" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.fields.string.collectionBindingProperties.property" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.fields.string.componentName" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.fields.string.concat[0]" value: @"ComponentProperty"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.fields.string.condition.else" value: @"ComponentProperty"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.fields.string.condition.field" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.fields.string.condition.operand" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.fields.string.condition.operandType" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.fields.string.condition.operator" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.fields.string.condition.property" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.fields.string.condition.then" value: @"ComponentProperty"];
[json UpdateInt: @"componentToCreate.children[0].events.string.parameters.fields.string.configured" value: [NSNumber numberWithInt: 123]];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.fields.string.defaultValue" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.fields.string.event" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.fields.string.importedValue" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.fields.string.model" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.fields.string.property" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.fields.string.type" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.fields.string.userAttribute" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.fields.string.value" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.global.bindingProperties.field" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.global.bindingProperties.property" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.global.bindings.string.element" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.global.bindings.string.property" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.global.collectionBindingProperties.field" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.global.collectionBindingProperties.property" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.global.componentName" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.global.concat[0]" value: @"ComponentProperty"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.global.condition.else" value: @"ComponentProperty"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.global.condition.field" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.global.condition.operand" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.global.condition.operandType" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.global.condition.operator" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.global.condition.property" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.global.condition.then" value: @"ComponentProperty"];
[json UpdateInt: @"componentToCreate.children[0].events.string.parameters.global.configured" value: [NSNumber numberWithInt: 123]];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.global.defaultValue" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.global.event" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.global.importedValue" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.global.model" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.global.property" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.global.type" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.global.userAttribute" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.global.value" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.id.bindingProperties.field" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.id.bindingProperties.property" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.id.bindings.string.element" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.id.bindings.string.property" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.id.collectionBindingProperties.field" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.id.collectionBindingProperties.property" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.id.componentName" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.id.concat[0]" value: @"ComponentProperty"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.id.condition.else" value: @"ComponentProperty"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.id.condition.field" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.id.condition.operand" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.id.condition.operandType" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.id.condition.operator" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.id.condition.property" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.id.condition.then" value: @"ComponentProperty"];
[json UpdateInt: @"componentToCreate.children[0].events.string.parameters.id.configured" value: [NSNumber numberWithInt: 123]];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.id.defaultValue" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.id.event" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.id.importedValue" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.id.model" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.id.property" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.id.type" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.id.userAttribute" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.id.value" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.model" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.state.componentName" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.state.property" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.state.set.bindingProperties.field" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.state.set.bindingProperties.property" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.state.set.bindings.string.element" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.state.set.bindings.string.property" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.state.set.collectionBindingProperties.field" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.state.set.collectionBindingProperties.property" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.state.set.componentName" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.state.set.concat[0]" value: @"ComponentProperty"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.state.set.condition.else" value: @"ComponentProperty"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.state.set.condition.field" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.state.set.condition.operand" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.state.set.condition.operandType" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.state.set.condition.operator" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.state.set.condition.property" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.state.set.condition.then" value: @"ComponentProperty"];
[json UpdateInt: @"componentToCreate.children[0].events.string.parameters.state.set.configured" value: [NSNumber numberWithInt: 123]];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.state.set.defaultValue" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.state.set.event" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.state.set.importedValue" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.state.set.model" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.state.set.property" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.state.set.type" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.state.set.userAttribute" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.state.set.value" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.target.bindingProperties.field" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.target.bindingProperties.property" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.target.bindings.string.element" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.target.bindings.string.property" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.target.collectionBindingProperties.field" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.target.collectionBindingProperties.property" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.target.componentName" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.target.concat[0]" value: @"ComponentProperty"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.target.condition.else" value: @"ComponentProperty"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.target.condition.field" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.target.condition.operand" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.target.condition.operandType" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.target.condition.operator" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.target.condition.property" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.target.condition.then" value: @"ComponentProperty"];
[json UpdateInt: @"componentToCreate.children[0].events.string.parameters.target.configured" value: [NSNumber numberWithInt: 123]];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.target.defaultValue" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.target.event" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.target.importedValue" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.target.model" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.target.property" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.target.type" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.target.userAttribute" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.target.value" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.type.bindingProperties.field" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.type.bindingProperties.property" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.type.bindings.string.element" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.type.bindings.string.property" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.type.collectionBindingProperties.field" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.type.collectionBindingProperties.property" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.type.componentName" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.type.concat[0]" value: @"ComponentProperty"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.type.condition.else" value: @"ComponentProperty"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.type.condition.field" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.type.condition.operand" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.type.condition.operandType" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.type.condition.operator" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.type.condition.property" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.type.condition.then" value: @"ComponentProperty"];
[json UpdateInt: @"componentToCreate.children[0].events.string.parameters.type.configured" value: [NSNumber numberWithInt: 123]];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.type.defaultValue" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.type.event" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.type.importedValue" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.type.model" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.type.property" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.type.type" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.type.userAttribute" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.type.value" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.url.bindingProperties.field" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.url.bindingProperties.property" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.url.bindings.string.element" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.url.bindings.string.property" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.url.collectionBindingProperties.field" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.url.collectionBindingProperties.property" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.url.componentName" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.url.concat[0]" value: @"ComponentProperty"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.url.condition.else" value: @"ComponentProperty"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.url.condition.field" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.url.condition.operand" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.url.condition.operandType" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.url.condition.operator" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.url.condition.property" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.url.condition.then" value: @"ComponentProperty"];
[json UpdateInt: @"componentToCreate.children[0].events.string.parameters.url.configured" value: [NSNumber numberWithInt: 123]];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.url.defaultValue" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.url.event" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.url.importedValue" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.url.model" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.url.property" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.url.type" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.url.userAttribute" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].events.string.parameters.url.value" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].name" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].properties.string.bindingProperties.field" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].properties.string.bindingProperties.property" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].properties.string.bindings.string.element" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].properties.string.bindings.string.property" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].properties.string.collectionBindingProperties.field" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].properties.string.collectionBindingProperties.property" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].properties.string.componentName" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].properties.string.concat[0]" value: @"ComponentProperty"];
[json UpdateString: @"componentToCreate.children[0].properties.string.condition.else" value: @"ComponentProperty"];
[json UpdateString: @"componentToCreate.children[0].properties.string.condition.field" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].properties.string.condition.operand" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].properties.string.condition.operandType" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].properties.string.condition.operator" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].properties.string.condition.property" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].properties.string.condition.then" value: @"ComponentProperty"];
[json UpdateInt: @"componentToCreate.children[0].properties.string.configured" value: [NSNumber numberWithInt: 123]];
[json UpdateString: @"componentToCreate.children[0].properties.string.defaultValue" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].properties.string.event" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].properties.string.importedValue" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].properties.string.model" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].properties.string.property" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].properties.string.type" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].properties.string.userAttribute" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].properties.string.value" value: @"string"];
[json UpdateString: @"componentToCreate.children[0].sourceId" value: @"string"];
[json UpdateString: @"componentToCreate.collectionProperties.string.identifiers[0]" value: @"string"];
[json UpdateString: @"componentToCreate.collectionProperties.string.model" value: @"string"];
[json UpdateString: @"componentToCreate.collectionProperties.string.predicate.and[0]" value: @"Predicate"];
[json UpdateString: @"componentToCreate.collectionProperties.string.predicate.field" value: @"string"];
[json UpdateString: @"componentToCreate.collectionProperties.string.predicate.operand" value: @"string"];
[json UpdateString: @"componentToCreate.collectionProperties.string.predicate.operator" value: @"string"];
[json UpdateString: @"componentToCreate.collectionProperties.string.predicate.or[0]" value: @"Predicate"];
[json UpdateString: @"componentToCreate.collectionProperties.string.sort[0].direction" value: @"string"];
[json UpdateString: @"componentToCreate.collectionProperties.string.sort[0].field" value: @"string"];
[json UpdateString: @"componentToCreate.componentType" value: @"string"];
[json UpdateString: @"componentToCreate.events.string.action" value: @"string"];
[json UpdateString: @"componentToCreate.events.string.bindingEvent" value: @"string"];
[json UpdateString: @"componentToCreate.events.string.parameters.anchor.bindingProperties.field" value: @"string"];
[json UpdateString: @"componentToCreate.events.string.parameters.anchor.bindingProperties.property" value: @"string"];
[json UpdateString: @"componentToCreate.events.string.parameters.anchor.bindings.string.element" value: @"string"];
[json UpdateString: @"componentToCreate.events.string.parameters.anchor.bindings.string.property" value: @"string"];
[json UpdateString: @"componentToCreate.events.string.parameters.anchor.collectionBindingProperties.field" value: @"string"];
[json UpdateString: @"componentToCreate.events.string.parameters.anchor.collectionBindingProperties.property" value: @"string"];
[json UpdateString: @"componentToCreate.events.string.parameters.anchor.componentName" value: @"string"];
[json UpdateString: @"componentToCreate.events.string.parameters.anchor.concat[0]" value: @"ComponentProperty"];
[json UpdateString: @"componentToCreate.events.string.parameters.anchor.condition.else" value: @"ComponentProperty"];
[json UpdateString: @"componentToCreate.events.string.parameters.anchor.condition.field" value: @"string"];
[json UpdateString: @"componentToCreate.events.string.parameters.anchor.condition.operand" value: @"string"];
[json UpdateString: @"componentToCreate.events.string.parameters.anchor.condition.operandType" value: @"string"];
[json UpdateString: @"componentToCreate.events.string.parameters.anchor.condition.operator" value: @"string"];
[json UpdateString: @"componentToCreate.events.string.parameters.anchor.condition.property" value: @"string"];
[json UpdateString: @"componentToCreate.events.string.parameters.anchor.condition.then" value: @"ComponentProperty"];
[json UpdateInt: @"componentToCreate.events.string.parameters.anchor.configured" value: [NSNumber numberWithInt: 123]];
[json UpdateString: @"componentToCreate.events.string.parameters.anchor.defaultValue" value: @"string"];
[json UpdateString: @"componentToCreate.events.string.parameters.anchor.event" value: @"string"];
[json UpdateString: @"componentToCreate.events.string.parameters.anchor.importedValue" value: @"string"];
[json UpdateString: @"componentToCreate.events.string.parameters.anchor.model" value: @"string"];
[json UpdateString: @"componentToCreate.events.string.parameters.anchor.property" value: @"string"];
[json UpdateString: @"componentToCreate.events.string.parameters.anchor.type" value: @"string"];
[json UpdateString: @"componentToCreate.events.string.parameters.anchor.userAttribute" value: @"string"];
[json UpdateString: @"componentToCreate.events.string.parameters.anchor.value" value: @"string"];
[json UpdateString: @"componentToCreate.events.string.parameters.fields.string.bindingProperties.field" value: @"string"];
[json UpdateString: @"componentToCreate.events.string.parameters.fields.string.bindingProperties.property" value: @"string"];
[json UpdateString: @"componentToCreate.events.string.parameters.fields.string.bindings.string.element" value: @"string"];
[json UpdateString: @"componentToCreate.events.string.parameters.fields.string.bindings.string.property" value: @"string"];
[json UpdateString: @"componentToCreate.events.string.parameters.fields.string.collectionBindingProperties.field" value: @"string"];
[json UpdateString: @"componentToCreate.events.string.parameters.fields.string.collectionBindingProperties.property" value: @"string"];
[json UpdateString: @"componentToCreate.events.string.parameters.fields.string.componentName" value: @"string"];
[json UpdateString: @"componentToCreate.events.string.parameters.fields.string.concat[0]" value: @"ComponentProperty"];
[json UpdateString: @"componentToCreate.events.string.parameters.fields.string.condition.else" value: @"ComponentProperty"];
[json UpdateString: @"componentToCreate.events.string.parameters.fields.string.condition.field" value: @"string"];
[json UpdateString: @"componentToCreate.events.string.parameters.fields.string.condition.operand" value: @"string"];
[json UpdateString: @"componentToCreate.events.string.parameters.fields.string.condition.operandType" value: @"string"];
[json UpdateString: @"componentToCreate.events.string.parameters.fields.string.condition.operator" value: @"string"];
[json UpdateString: @"componentToCreate.events.string.parameters.fields.string.condition.property" value: @"string"];
[json UpdateString: @"componentToCreate.events.string.parameters.fields.string.condition.then" value: @"ComponentProperty"];
[json UpdateInt: @"componentToCreate.events.string.parameters.fields.string.configured" value: [NSNumber numberWithInt: 123]];
[json UpdateString: @"componentToCreate.events.string.parameters.fields.string.defaultValue" value: @"string"];
[json UpdateString: @"componentToCreate.events.string.parameters.fields.string.event" value: @"string"];
[json UpdateString: @"componentToCreate.events.string.parameters.fields.string.importedValue" value: @"string"];
[json UpdateString: @"componentToCreate.events.string.parameters.fields.string.model" value: @"string"];
[json UpdateString: @"componentToCreate.events.string.parameters.fields.string.property" value: @"string"];
[json UpdateString: @"componentToCreate.events.string.parameters.fields.string.type" value: @"string"];
[json UpdateString: @"componentToCreate.events.string.parameters.fields.string.userAttribute" value: @"string"];
[json UpdateString: @"componentToCreate.events.string.parameters.fields.string.value" value: @"string"];
[json UpdateString: @"componentToCreate.events.string.parameters.global.bindingProperties.field" value: @"string"];
[json UpdateString: @"componentToCreate.events.string.parameters.global.bindingProperties.property" value: @"string"];
[json UpdateString: @"componentToCreate.events.string.parameters.global.bindings.string.element" value: @"string"];
[json UpdateString: @"componentToCreate.events.string.parameters.global.bindings.string.property" value: @"string"];
[json UpdateString: @"componentToCreate.events.string.parameters.global.collectionBindingProperties.field" value: @"string"];
[json UpdateString: @"componentToCreate.events.string.parameters.global.collectionBindingProperties.property" value: @"string"];
[json UpdateString: @"componentToCreate.events.string.parameters.global.componentName" value: @"string"];
[json UpdateString: @"componentToCreate.events.string.parameters.global.concat[0]" value: @"ComponentProperty"];
[json UpdateString: @"componentToCreate.events.string.parameters.global.condition.else" value: @"ComponentProperty"];
[json UpdateString: @"componentToCreate.events.string.parameters.global.condition.field" value: @"string"];
[json UpdateString: @"componentToCreate.events.string.parameters.global.condition.operand" value: @"string"];
[json UpdateString: @"componentToCreate.events.string.parameters.global.condition.operandType" value: @"string"];
[json UpdateString: @"componentToCreate.events.string.parameters.global.condition.operator" value: @"string"];
[json UpdateString: @"componentToCreate.events.string.parameters.global.condition.property" value: @"string"];
[json UpdateString: @"componentToCreate.events.string.parameters.global.condition.then" value: @"ComponentProperty"];
[json UpdateInt: @"componentToCreate.events.string.parameters.global.configured" value: [NSNumber numberWithInt: 123]];
[json UpdateString: @"componentToCreate.events.string.parameters.global.defaultValue" value: @"string"];
[json UpdateString: @"componentToCreate.events.string.parameters.global.event" value: @"string"];
[json UpdateString: @"componentToCreate.events.string.parameters.global.importedValue" value: @"string"];
[json UpdateString: @"componentToCreate.events.string.parameters.global.model" value: @"string"];
[json UpdateString: @"componentToCreate.events.string.parameters.global.property" value: @"string"];
[json UpdateString: @"componentToCreate.events.string.parameters.global.type" value: @"string"];
[json UpdateString: @"componentToCreate.events.string.parameters.global.userAttribute" value: @"string"];
[json UpdateString: @"componentToCreate.events.string.parameters.global.value" value: @"string"];
[json UpdateString: @"componentToCreate.events.string.parameters.id.bindingProperties.field" value: @"string"];
[json UpdateString: @"componentToCreate.events.string.parameters.id.bindingProperties.property" value: @"string"];
[json UpdateString: @"componentToCreate.events.string.parameters.id.bindings.string.element" value: @"string"];
[json UpdateString: @"componentToCreate.events.string.parameters.id.bindings.string.property" value: @"string"];
[json UpdateString: @"componentToCreate.events.string.parameters.id.collectionBindingProperties.field" value: @"string"];
[json UpdateString: @"componentToCreate.events.string.parameters.id.collectionBindingProperties.property" value: @"string"];
[json UpdateString: @"componentToCreate.events.string.parameters.id.componentName" value: @"string"];
[json UpdateString: @"componentToCreate.events.string.parameters.id.concat[0]" value: @"ComponentProperty"];
[json UpdateString: @"componentToCreate.events.string.parameters.id.condition.else" value: @"ComponentProperty"];
[json UpdateString: @"componentToCreate.events.string.parameters.id.condition.field" value: @"string"];
[json UpdateString: @"componentToCreate.events.string.parameters.id.condition.operand" value: @"string"];
[json UpdateString: @"componentToCreate.events.string.parameters.id.condition.operandType" value: @"string"];
[json UpdateString: @"componentToCreate.events.string.parameters.id.condition.operator" value: @"string"];
[json UpdateString: @"componentToCreate.events.string.parameters.id.condition.property" value: @"string"];
[json UpdateString: @"componentToCreate.events.string.parameters.id.condition.then" value: @"ComponentProperty"];
[json UpdateInt: @"componentToCreate.events.string.parameters.id.configured" value: [NSNumber numberWithInt: 123]];
[json UpdateString: @"componentToCreate.events.string.parameters.id.defaultValue" value: @"string"];
[json UpdateString: @"componentToCreate.events.string.parameters.id.event" value: @"string"];
[json UpdateString: @"componentToCreate.events.string.parameters.id.importedValue" value: @"string"];
[json UpdateString: @"componentToCreate.events.string.parameters.id.model" value: @"string"];
[json UpdateString: @"componentToCreate.events.string.parameters.id.property" value: @"string"];
[json UpdateString: @"componentToCreate.events.string.parameters.id.type" value: @"string"];
[json UpdateString: @"componentToCreate.events.string.parameters.id.userAttribute" value: @"string"];
[json UpdateString: @"componentToCreate.events.string.parameters.id.value" value: @"string"];
[json UpdateString: @"componentToCreate.events.string.parameters.model" value: @"string"];
[json UpdateString: @"componentToCreate.events.string.parameters.state.componentName" value: @"string"];
[json UpdateString: @"componentToCreate.events.string.parameters.state.property" value: @"string"];
[json UpdateString: @"componentToCreate.events.string.parameters.state.set.bindingProperties.field" value: @"string"];
[json UpdateString: @"componentToCreate.events.string.parameters.state.set.bindingProperties.property" value: @"string"];
[json UpdateString: @"componentToCreate.events.string.parameters.state.set.bindings.string.element" value: @"string"];
[json UpdateString: @"componentToCreate.events.string.parameters.state.set.bindings.string.property" value: @"string"];
[json UpdateString: @"componentToCreate.events.string.parameters.state.set.collectionBindingProperties.field" value: @"string"];
[json UpdateString: @"componentToCreate.events.string.parameters.state.set.collectionBindingProperties.property" value: @"string"];
[json UpdateString: @"componentToCreate.events.string.parameters.state.set.componentName" value: @"string"];
[json UpdateString: @"componentToCreate.events.string.parameters.state.set.concat[0]" value: @"ComponentProperty"];
[json UpdateString: @"componentToCreate.events.string.parameters.state.set.condition.else" value: @"ComponentProperty"];
[json UpdateString: @"componentToCreate.events.string.parameters.state.set.condition.field" value: @"string"];
[json UpdateString: @"componentToCreate.events.string.parameters.state.set.condition.operand" value: @"string"];
[json UpdateString: @"componentToCreate.events.string.parameters.state.set.condition.operandType" value: @"string"];
[json UpdateString: @"componentToCreate.events.string.parameters.state.set.condition.operator" value: @"string"];
[json UpdateString: @"componentToCreate.events.string.parameters.state.set.condition.property" value: @"string"];
[json UpdateString: @"componentToCreate.events.string.parameters.state.set.condition.then" value: @"ComponentProperty"];
[json UpdateInt: @"componentToCreate.events.string.parameters.state.set.configured" value: [NSNumber numberWithInt: 123]];
[json UpdateString: @"componentToCreate.events.string.parameters.state.set.defaultValue" value: @"string"];
[json UpdateString: @"componentToCreate.events.string.parameters.state.set.event" value: @"string"];
[json UpdateString: @"componentToCreate.events.string.parameters.state.set.importedValue" value: @"string"];
[json UpdateString: @"componentToCreate.events.string.parameters.state.set.model" value: @"string"];
[json UpdateString: @"componentToCreate.events.string.parameters.state.set.property" value: @"string"];
[json UpdateString: @"componentToCreate.events.string.parameters.state.set.type" value: @"string"];
[json UpdateString: @"componentToCreate.events.string.parameters.state.set.userAttribute" value: @"string"];
[json UpdateString: @"componentToCreate.events.string.parameters.state.set.value" value: @"string"];
[json UpdateString: @"componentToCreate.events.string.parameters.target.bindingProperties.field" value: @"string"];
[json UpdateString: @"componentToCreate.events.string.parameters.target.bindingProperties.property" value: @"string"];
[json UpdateString: @"componentToCreate.events.string.parameters.target.bindings.string.element" value: @"string"];
[json UpdateString: @"componentToCreate.events.string.parameters.target.bindings.string.property" value: @"string"];
[json UpdateString: @"componentToCreate.events.string.parameters.target.collectionBindingProperties.field" value: @"string"];
[json UpdateString: @"componentToCreate.events.string.parameters.target.collectionBindingProperties.property" value: @"string"];
[json UpdateString: @"componentToCreate.events.string.parameters.target.componentName" value: @"string"];
[json UpdateString: @"componentToCreate.events.string.parameters.target.concat[0]" value: @"ComponentProperty"];
[json UpdateString: @"componentToCreate.events.string.parameters.target.condition.else" value: @"ComponentProperty"];
[json UpdateString: @"componentToCreate.events.string.parameters.target.condition.field" value: @"string"];
[json UpdateString: @"componentToCreate.events.string.parameters.target.condition.operand" value: @"string"];
[json UpdateString: @"componentToCreate.events.string.parameters.target.condition.operandType" value: @"string"];
[json UpdateString: @"componentToCreate.events.string.parameters.target.condition.operator" value: @"string"];
[json UpdateString: @"componentToCreate.events.string.parameters.target.condition.property" value: @"string"];
[json UpdateString: @"componentToCreate.events.string.parameters.target.condition.then" value: @"ComponentProperty"];
[json UpdateInt: @"componentToCreate.events.string.parameters.target.configured" value: [NSNumber numberWithInt: 123]];
[json UpdateString: @"componentToCreate.events.string.parameters.target.defaultValue" value: @"string"];
[json UpdateString: @"componentToCreate.events.string.parameters.target.event" value: @"string"];
[json UpdateString: @"componentToCreate.events.string.parameters.target.importedValue" value: @"string"];
[json UpdateString: @"componentToCreate.events.string.parameters.target.model" value: @"string"];
[json UpdateString: @"componentToCreate.events.string.parameters.target.property" value: @"string"];
[json UpdateString: @"componentToCreate.events.string.parameters.target.type" value: @"string"];
[json UpdateString: @"componentToCreate.events.string.parameters.target.userAttribute" value: @"string"];
[json UpdateString: @"componentToCreate.events.string.parameters.target.value" value: @"string"];
[json UpdateString: @"componentToCreate.events.string.parameters.type.bindingProperties.field" value: @"string"];
[json UpdateString: @"componentToCreate.events.string.parameters.type.bindingProperties.property" value: @"string"];
[json UpdateString: @"componentToCreate.events.string.parameters.type.bindings.string.element" value: @"string"];
[json UpdateString: @"componentToCreate.events.string.parameters.type.bindings.string.property" value: @"string"];
[json UpdateString: @"componentToCreate.events.string.parameters.type.collectionBindingProperties.field" value: @"string"];
[json UpdateString: @"componentToCreate.events.string.parameters.type.collectionBindingProperties.property" value: @"string"];
[json UpdateString: @"componentToCreate.events.string.parameters.type.componentName" value: @"string"];
[json UpdateString: @"componentToCreate.events.string.parameters.type.concat[0]" value: @"ComponentProperty"];
[json UpdateString: @"componentToCreate.events.string.parameters.type.condition.else" value: @"ComponentProperty"];
[json UpdateString: @"componentToCreate.events.string.parameters.type.condition.field" value: @"string"];
[json UpdateString: @"componentToCreate.events.string.parameters.type.condition.operand" value: @"string"];
[json UpdateString: @"componentToCreate.events.string.parameters.type.condition.operandType" value: @"string"];
[json UpdateString: @"componentToCreate.events.string.parameters.type.condition.operator" value: @"string"];
[json UpdateString: @"componentToCreate.events.string.parameters.type.condition.property" value: @"string"];
[json UpdateString: @"componentToCreate.events.string.parameters.type.condition.then" value: @"ComponentProperty"];
[json UpdateInt: @"componentToCreate.events.string.parameters.type.configured" value: [NSNumber numberWithInt: 123]];
[json UpdateString: @"componentToCreate.events.string.parameters.type.defaultValue" value: @"string"];
[json UpdateString: @"componentToCreate.events.string.parameters.type.event" value: @"string"];
[json UpdateString: @"componentToCreate.events.string.parameters.type.importedValue" value: @"string"];
[json UpdateString: @"componentToCreate.events.string.parameters.type.model" value: @"string"];
[json UpdateString: @"componentToCreate.events.string.parameters.type.property" value: @"string"];
[json UpdateString: @"componentToCreate.events.string.parameters.type.type" value: @"string"];
[json UpdateString: @"componentToCreate.events.string.parameters.type.userAttribute" value: @"string"];
[json UpdateString: @"componentToCreate.events.string.parameters.type.value" value: @"string"];
[json UpdateString: @"componentToCreate.events.string.parameters.url.bindingProperties.field" value: @"string"];
[json UpdateString: @"componentToCreate.events.string.parameters.url.bindingProperties.property" value: @"string"];
[json UpdateString: @"componentToCreate.events.string.parameters.url.bindings.string.element" value: @"string"];
[json UpdateString: @"componentToCreate.events.string.parameters.url.bindings.string.property" value: @"string"];
[json UpdateString: @"componentToCreate.events.string.parameters.url.collectionBindingProperties.field" value: @"string"];
[json UpdateString: @"componentToCreate.events.string.parameters.url.collectionBindingProperties.property" value: @"string"];
[json UpdateString: @"componentToCreate.events.string.parameters.url.componentName" value: @"string"];
[json UpdateString: @"componentToCreate.events.string.parameters.url.concat[0]" value: @"ComponentProperty"];
[json UpdateString: @"componentToCreate.events.string.parameters.url.condition.else" value: @"ComponentProperty"];
[json UpdateString: @"componentToCreate.events.string.parameters.url.condition.field" value: @"string"];
[json UpdateString: @"componentToCreate.events.string.parameters.url.condition.operand" value: @"string"];
[json UpdateString: @"componentToCreate.events.string.parameters.url.condition.operandType" value: @"string"];
[json UpdateString: @"componentToCreate.events.string.parameters.url.condition.operator" value: @"string"];
[json UpdateString: @"componentToCreate.events.string.parameters.url.condition.property" value: @"string"];
[json UpdateString: @"componentToCreate.events.string.parameters.url.condition.then" value: @"ComponentProperty"];
[json UpdateInt: @"componentToCreate.events.string.parameters.url.configured" value: [NSNumber numberWithInt: 123]];
[json UpdateString: @"componentToCreate.events.string.parameters.url.defaultValue" value: @"string"];
[json UpdateString: @"componentToCreate.events.string.parameters.url.event" value: @"string"];
[json UpdateString: @"componentToCreate.events.string.parameters.url.importedValue" value: @"string"];
[json UpdateString: @"componentToCreate.events.string.parameters.url.model" value: @"string"];
[json UpdateString: @"componentToCreate.events.string.parameters.url.property" value: @"string"];
[json UpdateString: @"componentToCreate.events.string.parameters.url.type" value: @"string"];
[json UpdateString: @"componentToCreate.events.string.parameters.url.userAttribute" value: @"string"];
[json UpdateString: @"componentToCreate.events.string.parameters.url.value" value: @"string"];
[json UpdateString: @"componentToCreate.name" value: @"string"];
[json UpdateString: @"componentToCreate.overrides.string.string" value: @"string"];
[json UpdateString: @"componentToCreate.properties.string.bindingProperties.field" value: @"string"];
[json UpdateString: @"componentToCreate.properties.string.bindingProperties.property" value: @"string"];
[json UpdateString: @"componentToCreate.properties.string.bindings.string.element" value: @"string"];
[json UpdateString: @"componentToCreate.properties.string.bindings.string.property" value: @"string"];
[json UpdateString: @"componentToCreate.properties.string.collectionBindingProperties.field" value: @"string"];
[json UpdateString: @"componentToCreate.properties.string.collectionBindingProperties.property" value: @"string"];
[json UpdateString: @"componentToCreate.properties.string.componentName" value: @"string"];
[json UpdateString: @"componentToCreate.properties.string.concat[0]" value: @"ComponentProperty"];
[json UpdateString: @"componentToCreate.properties.string.condition.else" value: @"ComponentProperty"];
[json UpdateString: @"componentToCreate.properties.string.condition.field" value: @"string"];
[json UpdateString: @"componentToCreate.properties.string.condition.operand" value: @"string"];
[json UpdateString: @"componentToCreate.properties.string.condition.operandType" value: @"string"];
[json UpdateString: @"componentToCreate.properties.string.condition.operator" value: @"string"];
[json UpdateString: @"componentToCreate.properties.string.condition.property" value: @"string"];
[json UpdateString: @"componentToCreate.properties.string.condition.then" value: @"ComponentProperty"];
[json UpdateInt: @"componentToCreate.properties.string.configured" value: [NSNumber numberWithInt: 123]];
[json UpdateString: @"componentToCreate.properties.string.defaultValue" value: @"string"];
[json UpdateString: @"componentToCreate.properties.string.event" value: @"string"];
[json UpdateString: @"componentToCreate.properties.string.importedValue" value: @"string"];
[json UpdateString: @"componentToCreate.properties.string.model" value: @"string"];
[json UpdateString: @"componentToCreate.properties.string.property" value: @"string"];
[json UpdateString: @"componentToCreate.properties.string.type" value: @"string"];
[json UpdateString: @"componentToCreate.properties.string.userAttribute" value: @"string"];
[json UpdateString: @"componentToCreate.properties.string.value" value: @"string"];
[json UpdateString: @"componentToCreate.schemaVersion" value: @"string"];
[json UpdateString: @"componentToCreate.sourceId" value: @"string"];
[json UpdateString: @"componentToCreate.tags.string" value: @"string"];
[json UpdateString: @"componentToCreate.variants[0].overrides.string.string" value: @"string"];
[json UpdateString: @"componentToCreate.variants[0].variantValues.string" value: @"string"];
// The JSON request body created by the above code:
// {
// "componentToCreate": {
// "bindingProperties": {
// "string": {
// "bindingProperties": {
// "bucket": "string",
// "defaultValue": "string",
// "field": "string",
// "key": "string",
// "model": "string",
// "predicates": [
// {
// "and": [
// "Predicate"
// ],
// "field": "string",
// "operand": "string",
// "operator": "string",
// "or": [
// "Predicate"
// ]
// }
// ],
// "userAttribute": "string"
// },
// "defaultValue": "string",
// "type": "string"
// }
// },
// "children": [
// {
// "children": [
// "ComponentChild"
// ],
// "componentType": "string",
// "events": {
// "string": {
// "action": "string",
// "bindingEvent": "string",
// "parameters": {
// "anchor": {
// "bindingProperties": {
// "field": "string",
// "property": "string"
// },
// "bindings": {
// "string": {
// "element": "string",
// "property": "string"
// }
// },
// "collectionBindingProperties": {
// "field": "string",
// "property": "string"
// },
// "componentName": "string",
// "concat": [
// "ComponentProperty"
// ],
// "condition": {
// "else": "ComponentProperty",
// "field": "string",
// "operand": "string",
// "operandType": "string",
// "operator": "string",
// "property": "string",
// "then": "ComponentProperty"
// },
// "configured": boolean,
// "defaultValue": "string",
// "event": "string",
// "importedValue": "string",
// "model": "string",
// "property": "string",
// "type": "string",
// "userAttribute": "string",
// "value": "string"
// },
// "fields": {
// "string": {
// "bindingProperties": {
// "field": "string",
// "property": "string"
// },
// "bindings": {
// "string": {
// "element": "string",
// "property": "string"
// }
// },
// "collectionBindingProperties": {
// "field": "string",
// "property": "string"
// },
// "componentName": "string",
// "concat": [
// "ComponentProperty"
// ],
// "condition": {
// "else": "ComponentProperty",
// "field": "string",
// "operand": "string",
// "operandType": "string",
// "operator": "string",
// "property": "string",
// "then": "ComponentProperty"
// },
// "configured": boolean,
// "defaultValue": "string",
// "event": "string",
// "importedValue": "string",
// "model": "string",
// "property": "string",
// "type": "string",
// "userAttribute": "string",
// "value": "string"
// }
// },
// "global": {
// "bindingProperties": {
// "field": "string",
// "property": "string"
// },
// "bindings": {
// "string": {
// "element": "string",
// "property": "string"
// }
// },
// "collectionBindingProperties": {
// "field": "string",
// "property": "string"
// },
// "componentName": "string",
// "concat": [
// "ComponentProperty"
// ],
// "condition": {
// "else": "ComponentProperty",
// "field": "string",
// "operand": "string",
// "operandType": "string",
// "operator": "string",
// "property": "string",
// "then": "ComponentProperty"
// },
// "configured": boolean,
// "defaultValue": "string",
// "event": "string",
// "importedValue": "string",
// "model": "string",
// "property": "string",
// "type": "string",
// "userAttribute": "string",
// "value": "string"
// },
// "id": {
// "bindingProperties": {
// "field": "string",
// "property": "string"
// },
// "bindings": {
// "string": {
// "element": "string",
// "property": "string"
// }
// },
// "collectionBindingProperties": {
// "field": "string",
// "property": "string"
// },
// "componentName": "string",
// "concat": [
// "ComponentProperty"
// ],
// "condition": {
// "else": "ComponentProperty",
// "field": "string",
// "operand": "string",
// "operandType": "string",
// "operator": "string",
// "property": "string",
// "then": "ComponentProperty"
// },
// "configured": boolean,
// "defaultValue": "string",
// "event": "string",
// "importedValue": "string",
// "model": "string",
// "property": "string",
// "type": "string",
// "userAttribute": "string",
// "value": "string"
// },
// "model": "string",
// "state": {
// "componentName": "string",
// "property": "string",
// "set": {
// "bindingProperties": {
// "field": "string",
// "property": "string"
// },
// "bindings": {
// "string": {
// "element": "string",
// "property": "string"
// }
// },
// "collectionBindingProperties": {
// "field": "string",
// "property": "string"
// },
// "componentName": "string",
// "concat": [
// "ComponentProperty"
// ],
// "condition": {
// "else": "ComponentProperty",
// "field": "string",
// "operand": "string",
// "operandType": "string",
// "operator": "string",
// "property": "string",
// "then": "ComponentProperty"
// },
// "configured": boolean,
// "defaultValue": "string",
// "event": "string",
// "importedValue": "string",
// "model": "string",
// "property": "string",
// "type": "string",
// "userAttribute": "string",
// "value": "string"
// }
// },
// "target": {
// "bindingProperties": {
// "field": "string",
// "property": "string"
// },
// "bindings": {
// "string": {
// "element": "string",
// "property": "string"
// }
// },
// "collectionBindingProperties": {
// "field": "string",
// "property": "string"
// },
// "componentName": "string",
// "concat": [
// "ComponentProperty"
// ],
// "condition": {
// "else": "ComponentProperty",
// "field": "string",
// "operand": "string",
// "operandType": "string",
// "operator": "string",
// "property": "string",
// "then": "ComponentProperty"
// },
// "configured": boolean,
// "defaultValue": "string",
// "event": "string",
// "importedValue": "string",
// "model": "string",
// "property": "string",
// "type": "string",
// "userAttribute": "string",
// "value": "string"
// },
// "type": {
// "bindingProperties": {
// "field": "string",
// "property": "string"
// },
// "bindings": {
// "string": {
// "element": "string",
// "property": "string"
// }
// },
// "collectionBindingProperties": {
// "field": "string",
// "property": "string"
// },
// "componentName": "string",
// "concat": [
// "ComponentProperty"
// ],
// "condition": {
// "else": "ComponentProperty",
// "field": "string",
// "operand": "string",
// "operandType": "string",
// "operator": "string",
// "property": "string",
// "then": "ComponentProperty"
// },
// "configured": boolean,
// "defaultValue": "string",
// "event": "string",
// "importedValue": "string",
// "model": "string",
// "property": "string",
// "type": "string",
// "userAttribute": "string",
// "value": "string"
// },
// "url": {
// "bindingProperties": {
// "field": "string",
// "property": "string"
// },
// "bindings": {
// "string": {
// "element": "string",
// "property": "string"
// }
// },
// "collectionBindingProperties": {
// "field": "string",
// "property": "string"
// },
// "componentName": "string",
// "concat": [
// "ComponentProperty"
// ],
// "condition": {
// "else": "ComponentProperty",
// "field": "string",
// "operand": "string",
// "operandType": "string",
// "operator": "string",
// "property": "string",
// "then": "ComponentProperty"
// },
// "configured": boolean,
// "defaultValue": "string",
// "event": "string",
// "importedValue": "string",
// "model": "string",
// "property": "string",
// "type": "string",
// "userAttribute": "string",
// "value": "string"
// }
// }
// }
// },
// "name": "string",
// "properties": {
// "string": {
// "bindingProperties": {
// "field": "string",
// "property": "string"
// },
// "bindings": {
// "string": {
// "element": "string",
// "property": "string"
// }
// },
// "collectionBindingProperties": {
// "field": "string",
// "property": "string"
// },
// "componentName": "string",
// "concat": [
// "ComponentProperty"
// ],
// "condition": {
// "else": "ComponentProperty",
// "field": "string",
// "operand": "string",
// "operandType": "string",
// "operator": "string",
// "property": "string",
// "then": "ComponentProperty"
// },
// "configured": boolean,
// "defaultValue": "string",
// "event": "string",
// "importedValue": "string",
// "model": "string",
// "property": "string",
// "type": "string",
// "userAttribute": "string",
// "value": "string"
// }
// },
// "sourceId": "string"
// }
// ],
// "collectionProperties": {
// "string": {
// "identifiers": [
// "string"
// ],
// "model": "string",
// "predicate": {
// "and": [
// "Predicate"
// ],
// "field": "string",
// "operand": "string",
// "operator": "string",
// "or": [
// "Predicate"
// ]
// },
// "sort": [
// {
// "direction": "string",
// "field": "string"
// }
// ]
// }
// },
// "componentType": "string",
// "events": {
// "string": {
// "action": "string",
// "bindingEvent": "string",
// "parameters": {
// "anchor": {
// "bindingProperties": {
// "field": "string",
// "property": "string"
// },
// "bindings": {
// "string": {
// "element": "string",
// "property": "string"
// }
// },
// "collectionBindingProperties": {
// "field": "string",
// "property": "string"
// },
// "componentName": "string",
// "concat": [
// "ComponentProperty"
// ],
// "condition": {
// "else": "ComponentProperty",
// "field": "string",
// "operand": "string",
// "operandType": "string",
// "operator": "string",
// "property": "string",
// "then": "ComponentProperty"
// },
// "configured": boolean,
// "defaultValue": "string",
// "event": "string",
// "importedValue": "string",
// "model": "string",
// "property": "string",
// "type": "string",
// "userAttribute": "string",
// "value": "string"
// },
// "fields": {
// "string": {
// "bindingProperties": {
// "field": "string",
// "property": "string"
// },
// "bindings": {
// "string": {
// "element": "string",
// "property": "string"
// }
// },
// "collectionBindingProperties": {
// "field": "string",
// "property": "string"
// },
// "componentName": "string",
// "concat": [
// "ComponentProperty"
// ],
// "condition": {
// "else": "ComponentProperty",
// "field": "string",
// "operand": "string",
// "operandType": "string",
// "operator": "string",
// "property": "string",
// "then": "ComponentProperty"
// },
// "configured": boolean,
// "defaultValue": "string",
// "event": "string",
// "importedValue": "string",
// "model": "string",
// "property": "string",
// "type": "string",
// "userAttribute": "string",
// "value": "string"
// }
// },
// "global": {
// "bindingProperties": {
// "field": "string",
// "property": "string"
// },
// "bindings": {
// "string": {
// "element": "string",
// "property": "string"
// }
// },
// "collectionBindingProperties": {
// "field": "string",
// "property": "string"
// },
// "componentName": "string",
// "concat": [
// "ComponentProperty"
// ],
// "condition": {
// "else": "ComponentProperty",
// "field": "string",
// "operand": "string",
// "operandType": "string",
// "operator": "string",
// "property": "string",
// "then": "ComponentProperty"
// },
// "configured": boolean,
// "defaultValue": "string",
// "event": "string",
// "importedValue": "string",
// "model": "string",
// "property": "string",
// "type": "string",
// "userAttribute": "string",
// "value": "string"
// },
// "id": {
// "bindingProperties": {
// "field": "string",
// "property": "string"
// },
// "bindings": {
// "string": {
// "element": "string",
// "property": "string"
// }
// },
// "collectionBindingProperties": {
// "field": "string",
// "property": "string"
// },
// "componentName": "string",
// "concat": [
// "ComponentProperty"
// ],
// "condition": {
// "else": "ComponentProperty",
// "field": "string",
// "operand": "string",
// "operandType": "string",
// "operator": "string",
// "property": "string",
// "then": "ComponentProperty"
// },
// "configured": boolean,
// "defaultValue": "string",
// "event": "string",
// "importedValue": "string",
// "model": "string",
// "property": "string",
// "type": "string",
// "userAttribute": "string",
// "value": "string"
// },
// "model": "string",
// "state": {
// "componentName": "string",
// "property": "string",
// "set": {
// "bindingProperties": {
// "field": "string",
// "property": "string"
// },
// "bindings": {
// "string": {
// "element": "string",
// "property": "string"
// }
// },
// "collectionBindingProperties": {
// "field": "string",
// "property": "string"
// },
// "componentName": "string",
// "concat": [
// "ComponentProperty"
// ],
// "condition": {
// "else": "ComponentProperty",
// "field": "string",
// "operand": "string",
// "operandType": "string",
// "operator": "string",
// "property": "string",
// "then": "ComponentProperty"
// },
// "configured": boolean,
// "defaultValue": "string",
// "event": "string",
// "importedValue": "string",
// "model": "string",
// "property": "string",
// "type": "string",
// "userAttribute": "string",
// "value": "string"
// }
// },
// "target": {
// "bindingProperties": {
// "field": "string",
// "property": "string"
// },
// "bindings": {
// "string": {
// "element": "string",
// "property": "string"
// }
// },
// "collectionBindingProperties": {
// "field": "string",
// "property": "string"
// },
// "componentName": "string",
// "concat": [
// "ComponentProperty"
// ],
// "condition": {
// "else": "ComponentProperty",
// "field": "string",
// "operand": "string",
// "operandType": "string",
// "operator": "string",
// "property": "string",
// "then": "ComponentProperty"
// },
// "configured": boolean,
// "defaultValue": "string",
// "event": "string",
// "importedValue": "string",
// "model": "string",
// "property": "string",
// "type": "string",
// "userAttribute": "string",
// "value": "string"
// },
// "type": {
// "bindingProperties": {
// "field": "string",
// "property": "string"
// },
// "bindings": {
// "string": {
// "element": "string",
// "property": "string"
// }
// },
// "collectionBindingProperties": {
// "field": "string",
// "property": "string"
// },
// "componentName": "string",
// "concat": [
// "ComponentProperty"
// ],
// "condition": {
// "else": "ComponentProperty",
// "field": "string",
// "operand": "string",
// "operandType": "string",
// "operator": "string",
// "property": "string",
// "then": "ComponentProperty"
// },
// "configured": boolean,
// "defaultValue": "string",
// "event": "string",
// "importedValue": "string",
// "model": "string",
// "property": "string",
// "type": "string",
// "userAttribute": "string",
// "value": "string"
// },
// "url": {
// "bindingProperties": {
// "field": "string",
// "property": "string"
// },
// "bindings": {
// "string": {
// "element": "string",
// "property": "string"
// }
// },
// "collectionBindingProperties": {
// "field": "string",
// "property": "string"
// },
// "componentName": "string",
// "concat": [
// "ComponentProperty"
// ],
// "condition": {
// "else": "ComponentProperty",
// "field": "string",
// "operand": "string",
// "operandType": "string",
// "operator": "string",
// "property": "string",
// "then": "ComponentProperty"
// },
// "configured": boolean,
// "defaultValue": "string",
// "event": "string",
// "importedValue": "string",
// "model": "string",
// "property": "string",
// "type": "string",
// "userAttribute": "string",
// "value": "string"
// }
// }
// }
// },
// "name": "string",
// "overrides": {
// "string": {
// "string": "string"
// }
// },
// "properties": {
// "string": {
// "bindingProperties": {
// "field": "string",
// "property": "string"
// },
// "bindings": {
// "string": {
// "element": "string",
// "property": "string"
// }
// },
// "collectionBindingProperties": {
// "field": "string",
// "property": "string"
// },
// "componentName": "string",
// "concat": [
// "ComponentProperty"
// ],
// "condition": {
// "else": "ComponentProperty",
// "field": "string",
// "operand": "string",
// "operandType": "string",
// "operator": "string",
// "property": "string",
// "then": "ComponentProperty"
// },
// "configured": boolean,
// "defaultValue": "string",
// "event": "string",
// "importedValue": "string",
// "model": "string",
// "property": "string",
// "type": "string",
// "userAttribute": "string",
// "value": "string"
// }
// },
// "schemaVersion": "string",
// "sourceId": "string",
// "tags": {
// "string": "string"
// },
// "variants": [
// {
// "overrides": {
// "string": {
// "string": "string"
// }
// },
// "variantValues": {
// "string": "string"
// }
// }
// ]
// }
// }
[rest AddHeader: @"Content-Type" value: @"application/x-amz-json-1.1"];
[rest AddHeader: @"X-Amz-Target" value: @"CreateComponent"];
CkoStringBuilder *sbRequestBody = [[CkoStringBuilder alloc] init];
[json EmitSb: sbRequestBody];
CkoStringBuilder *sbResponseBody = [[CkoStringBuilder alloc] init];
success = [rest FullRequestSb: @"POST" uriPath: @"/app/{appId}/environment/{environmentName}/components" requestBody: sbRequestBody responseBody: sbResponseBody];
if (success != YES) {
NSLog(@"%@",rest.LastErrorText);
return;
}
int respStatusCode = [rest.ResponseStatusCode intValue];
NSLog(@"%@%d",@"response status code = ",respStatusCode);
if (respStatusCode != 200) {
NSLog(@"%@",@"Response Header:");
NSLog(@"%@",rest.ResponseHeader);
NSLog(@"%@",@"Response Body:");
NSLog(@"%@",[sbResponseBody GetAsString]);
return;
}
CkoJsonObject *jResp = [[CkoJsonObject alloc] init];
[jResp LoadSb: sbResponseBody];
// The following code parses the JSON response.
// A sample JSON response is shown below the sample code.
// Use this online tool to generate parsing code from sample JSON:
// Generate Parsing Code from JSON
NSString *field = 0;
NSString *operand = 0;
NSString *operator = 0;
int j;
int count_j;
NSString *strVal = 0;
NSString *componentType = 0;
NSString *StringAction = 0;
NSString *StringBindingEvent = 0;
NSString *AnchorComponentName = 0;
int AnchorConfigured;
NSString *AnchorEvent = 0;
NSString *AnchorImportedValue = 0;
NSString *AnchorValue = 0;
NSString *name = 0;
NSString *sourceId = 0;
NSString *direction = 0;
NSString *StringString = 0;
NSString *variantValuesString = 0;
NSString *AppId = [jResp StringOf: @"entity.appId"];
NSString *Bucket = [jResp StringOf: @"entity.bindingProperties.string.bindingProperties.bucket"];
NSString *DefaultValue = [jResp StringOf: @"entity.bindingProperties.string.bindingProperties.defaultValue"];
NSString *Field = [jResp StringOf: @"entity.bindingProperties.string.bindingProperties.field"];
NSString *Key = [jResp StringOf: @"entity.bindingProperties.string.bindingProperties.key"];
NSString *Model = [jResp StringOf: @"entity.bindingProperties.string.bindingProperties.model"];
NSString *UserAttribute = [jResp StringOf: @"entity.bindingProperties.string.bindingProperties.userAttribute"];
NSString *StringDefaultValue = [jResp StringOf: @"entity.bindingProperties.string.defaultValue"];
NSString *v_Type = [jResp StringOf: @"entity.bindingProperties.string.type"];
NSString *StringModel = [jResp StringOf: @"entity.collectionProperties.string.model"];
NSString *PredicateField = [jResp StringOf: @"entity.collectionProperties.string.predicate.field"];
NSString *Operand = [jResp StringOf: @"entity.collectionProperties.string.predicate.operand"];
NSString *Operator = [jResp StringOf: @"entity.collectionProperties.string.predicate.operator"];
NSString *ComponentType = [jResp StringOf: @"entity.componentType"];
int CreatedAt = [[jResp IntOf: @"entity.createdAt"] intValue];
NSString *EnvironmentName = [jResp StringOf: @"entity.environmentName"];
NSString *Action = [jResp StringOf: @"entity.events.string.action"];
NSString *BindingEvent = [jResp StringOf: @"entity.events.string.bindingEvent"];
NSString *BindingPropertiesField = [jResp StringOf: @"entity.events.string.parameters.anchor.bindingProperties.field"];
NSString *Property = [jResp StringOf: @"entity.events.string.parameters.anchor.bindingProperties.property"];
NSString *Element = [jResp StringOf: @"entity.events.string.parameters.anchor.bindings.string.element"];
NSString *StringProperty = [jResp StringOf: @"entity.events.string.parameters.anchor.bindings.string.property"];
NSString *CollectionBindingPropertiesField = [jResp StringOf: @"entity.events.string.parameters.anchor.collectionBindingProperties.field"];
NSString *CollectionBindingPropertiesProperty = [jResp StringOf: @"entity.events.string.parameters.anchor.collectionBindingProperties.property"];
NSString *ComponentName = [jResp StringOf: @"entity.events.string.parameters.anchor.componentName"];
NSString *v_Else = [jResp StringOf: @"entity.events.string.parameters.anchor.condition.else"];
NSString *ConditionField = [jResp StringOf: @"entity.events.string.parameters.anchor.condition.field"];
NSString *ConditionOperand = [jResp StringOf: @"entity.events.string.parameters.anchor.condition.operand"];
NSString *OperandType = [jResp StringOf: @"entity.events.string.parameters.anchor.condition.operandType"];
NSString *ConditionOperator = [jResp StringOf: @"entity.events.string.parameters.anchor.condition.operator"];
NSString *ConditionProperty = [jResp StringOf: @"entity.events.string.parameters.anchor.condition.property"];
NSString *v_Then = [jResp StringOf: @"entity.events.string.parameters.anchor.condition.then"];
int Configured = [[jResp IntOf: @"entity.events.string.parameters.anchor.configured"] intValue];
NSString *AnchorDefaultValue = [jResp StringOf: @"entity.events.string.parameters.anchor.defaultValue"];
NSString *v_Event = [jResp StringOf: @"entity.events.string.parameters.anchor.event"];
NSString *ImportedValue = [jResp StringOf: @"entity.events.string.parameters.anchor.importedValue"];
NSString *AnchorModel = [jResp StringOf: @"entity.events.string.parameters.anchor.model"];
NSString *AnchorProperty = [jResp StringOf: @"entity.events.string.parameters.anchor.property"];
NSString *AnchorType = [jResp StringOf: @"entity.events.string.parameters.anchor.type"];
NSString *AnchorUserAttribute = [jResp StringOf: @"entity.events.string.parameters.anchor.userAttribute"];
NSString *Value = [jResp StringOf: @"entity.events.string.parameters.anchor.value"];
BindingPropertiesField = [jResp StringOf: @"entity.events.string.parameters.fields.string.bindingProperties.field"];
NSString *BindingPropertiesProperty = [jResp StringOf: @"entity.events.string.parameters.fields.string.bindingProperties.property"];
NSString *StringElement = [jResp StringOf: @"entity.events.string.parameters.fields.string.bindings.string.element"];
StringProperty = [jResp StringOf: @"entity.events.string.parameters.fields.string.bindings.string.property"];
CollectionBindingPropertiesField = [jResp StringOf: @"entity.events.string.parameters.fields.string.collectionBindingProperties.field"];
CollectionBindingPropertiesProperty = [jResp StringOf: @"entity.events.string.parameters.fields.string.collectionBindingProperties.property"];
NSString *StringComponentName = [jResp StringOf: @"entity.events.string.parameters.fields.string.componentName"];
NSString *ConditionElse = [jResp StringOf: @"entity.events.string.parameters.fields.string.condition.else"];
ConditionField = [jResp StringOf: @"entity.events.string.parameters.fields.string.condition.field"];
ConditionOperand = [jResp StringOf: @"entity.events.string.parameters.fields.string.condition.operand"];
NSString *ConditionOperandType = [jResp StringOf: @"entity.events.string.parameters.fields.string.condition.operandType"];
ConditionOperator = [jResp StringOf: @"entity.events.string.parameters.fields.string.condition.operator"];
ConditionProperty = [jResp StringOf: @"entity.events.string.parameters.fields.string.condition.property"];
NSString *ConditionThen = [jResp StringOf: @"entity.events.string.parameters.fields.string.condition.then"];
int StringConfigured = [[jResp IntOf: @"entity.events.string.parameters.fields.string.configured"] intValue];
StringDefaultValue = [jResp StringOf: @"entity.events.string.parameters.fields.string.defaultValue"];
NSString *StringEvent = [jResp StringOf: @"entity.events.string.parameters.fields.string.event"];
NSString *StringImportedValue = [jResp StringOf: @"entity.events.string.parameters.fields.string.importedValue"];
StringModel = [jResp StringOf: @"entity.events.string.parameters.fields.string.model"];
StringProperty = [jResp StringOf: @"entity.events.string.parameters.fields.string.property"];
NSString *StringType = [jResp StringOf: @"entity.events.string.parameters.fields.string.type"];
NSString *StringUserAttribute = [jResp StringOf: @"entity.events.string.parameters.fields.string.userAttribute"];
NSString *StringValue = [jResp StringOf: @"entity.events.string.parameters.fields.string.value"];
BindingPropertiesField = [jResp StringOf: @"entity.events.string.parameters.global.bindingProperties.field"];
BindingPropertiesProperty = [jResp StringOf: @"entity.events.string.parameters.global.bindingProperties.property"];
StringElement = [jResp StringOf: @"entity.events.string.parameters.global.bindings.string.element"];
StringProperty = [jResp StringOf: @"entity.events.string.parameters.global.bindings.string.property"];
CollectionBindingPropertiesField = [jResp StringOf: @"entity.events.string.parameters.global.collectionBindingProperties.field"];
CollectionBindingPropertiesProperty = [jResp StringOf: @"entity.events.string.parameters.global.collectionBindingProperties.property"];
NSString *GlobalComponentName = [jResp StringOf: @"entity.events.string.parameters.global.componentName"];
ConditionElse = [jResp StringOf: @"entity.events.string.parameters.global.condition.else"];
ConditionField = [jResp StringOf: @"entity.events.string.parameters.global.condition.field"];
ConditionOperand = [jResp StringOf: @"entity.events.string.parameters.global.condition.operand"];
ConditionOperandType = [jResp StringOf: @"entity.events.string.parameters.global.condition.operandType"];
ConditionOperator = [jResp StringOf: @"entity.events.string.parameters.global.condition.operator"];
ConditionProperty = [jResp StringOf: @"entity.events.string.parameters.global.condition.property"];
ConditionThen = [jResp StringOf: @"entity.events.string.parameters.global.condition.then"];
int GlobalConfigured = [[jResp IntOf: @"entity.events.string.parameters.global.configured"] intValue];
NSString *GlobalDefaultValue = [jResp StringOf: @"entity.events.string.parameters.global.defaultValue"];
NSString *GlobalEvent = [jResp StringOf: @"entity.events.string.parameters.global.event"];
NSString *GlobalImportedValue = [jResp StringOf: @"entity.events.string.parameters.global.importedValue"];
NSString *GlobalModel = [jResp StringOf: @"entity.events.string.parameters.global.model"];
NSString *GlobalProperty = [jResp StringOf: @"entity.events.string.parameters.global.property"];
NSString *GlobalType = [jResp StringOf: @"entity.events.string.parameters.global.type"];
NSString *GlobalUserAttribute = [jResp StringOf: @"entity.events.string.parameters.global.userAttribute"];
NSString *GlobalValue = [jResp StringOf: @"entity.events.string.parameters.global.value"];
BindingPropertiesField = [jResp StringOf: @"entity.events.string.parameters.id.bindingProperties.field"];
BindingPropertiesProperty = [jResp StringOf: @"entity.events.string.parameters.id.bindingProperties.property"];
StringElement = [jResp StringOf: @"entity.events.string.parameters.id.bindings.string.element"];
StringProperty = [jResp StringOf: @"entity.events.string.parameters.id.bindings.string.property"];
CollectionBindingPropertiesField = [jResp StringOf: @"entity.events.string.parameters.id.collectionBindingProperties.field"];
CollectionBindingPropertiesProperty = [jResp StringOf: @"entity.events.string.parameters.id.collectionBindingProperties.property"];
NSString *IdComponentName = [jResp StringOf: @"entity.events.string.parameters.id.componentName"];
ConditionElse = [jResp StringOf: @"entity.events.string.parameters.id.condition.else"];
ConditionField = [jResp StringOf: @"entity.events.string.parameters.id.condition.field"];
ConditionOperand = [jResp StringOf: @"entity.events.string.parameters.id.condition.operand"];
ConditionOperandType = [jResp StringOf: @"entity.events.string.parameters.id.condition.operandType"];
ConditionOperator = [jResp StringOf: @"entity.events.string.parameters.id.condition.operator"];
ConditionProperty = [jResp StringOf: @"entity.events.string.parameters.id.condition.property"];
ConditionThen = [jResp StringOf: @"entity.events.string.parameters.id.condition.then"];
int IdConfigured = [[jResp IntOf: @"entity.events.string.parameters.id.configured"] intValue];
NSString *IdDefaultValue = [jResp StringOf: @"entity.events.string.parameters.id.defaultValue"];
NSString *IdEvent = [jResp StringOf: @"entity.events.string.parameters.id.event"];
NSString *IdImportedValue = [jResp StringOf: @"entity.events.string.parameters.id.importedValue"];
NSString *IdModel = [jResp StringOf: @"entity.events.string.parameters.id.model"];
NSString *IdProperty = [jResp StringOf: @"entity.events.string.parameters.id.property"];
NSString *IdType = [jResp StringOf: @"entity.events.string.parameters.id.type"];
NSString *IdUserAttribute = [jResp StringOf: @"entity.events.string.parameters.id.userAttribute"];
NSString *IdValue = [jResp StringOf: @"entity.events.string.parameters.id.value"];
NSString *ParametersModel = [jResp StringOf: @"entity.events.string.parameters.model"];
NSString *StateComponentName = [jResp StringOf: @"entity.events.string.parameters.state.componentName"];
NSString *StateProperty = [jResp StringOf: @"entity.events.string.parameters.state.property"];
BindingPropertiesField = [jResp StringOf: @"entity.events.string.parameters.state.set.bindingProperties.field"];
BindingPropertiesProperty = [jResp StringOf: @"entity.events.string.parameters.state.set.bindingProperties.property"];
StringElement = [jResp StringOf: @"entity.events.string.parameters.state.set.bindings.string.element"];
StringProperty = [jResp StringOf: @"entity.events.string.parameters.state.set.bindings.string.property"];
CollectionBindingPropertiesField = [jResp StringOf: @"entity.events.string.parameters.state.set.collectionBindingProperties.field"];
CollectionBindingPropertiesProperty = [jResp StringOf: @"entity.events.string.parameters.state.set.collectionBindingProperties.property"];
NSString *SetComponentName = [jResp StringOf: @"entity.events.string.parameters.state.set.componentName"];
ConditionElse = [jResp StringOf: @"entity.events.string.parameters.state.set.condition.else"];
ConditionField = [jResp StringOf: @"entity.events.string.parameters.state.set.condition.field"];
ConditionOperand = [jResp StringOf: @"entity.events.string.parameters.state.set.condition.operand"];
ConditionOperandType = [jResp StringOf: @"entity.events.string.parameters.state.set.condition.operandType"];
ConditionOperator = [jResp StringOf: @"entity.events.string.parameters.state.set.condition.operator"];
ConditionProperty = [jResp StringOf: @"entity.events.string.parameters.state.set.condition.property"];
ConditionThen = [jResp StringOf: @"entity.events.string.parameters.state.set.condition.then"];
int SetConfigured = [[jResp IntOf: @"entity.events.string.parameters.state.set.configured"] intValue];
NSString *SetDefaultValue = [jResp StringOf: @"entity.events.string.parameters.state.set.defaultValue"];
NSString *SetEvent = [jResp StringOf: @"entity.events.string.parameters.state.set.event"];
NSString *SetImportedValue = [jResp StringOf: @"entity.events.string.parameters.state.set.importedValue"];
NSString *SetModel = [jResp StringOf: @"entity.events.string.parameters.state.set.model"];
NSString *SetProperty = [jResp StringOf: @"entity.events.string.parameters.state.set.property"];
NSString *SetType = [jResp StringOf: @"entity.events.string.parameters.state.set.type"];
NSString *SetUserAttribute = [jResp StringOf: @"entity.events.string.parameters.state.set.userAttribute"];
NSString *SetValue = [jResp StringOf: @"entity.events.string.parameters.state.set.value"];
BindingPropertiesField = [jResp StringOf: @"entity.events.string.parameters.target.bindingProperties.field"];
BindingPropertiesProperty = [jResp StringOf: @"entity.events.string.parameters.target.bindingProperties.property"];
StringElement = [jResp StringOf: @"entity.events.string.parameters.target.bindings.string.element"];
StringProperty = [jResp StringOf: @"entity.events.string.parameters.target.bindings.string.property"];
CollectionBindingPropertiesField = [jResp StringOf: @"entity.events.string.parameters.target.collectionBindingProperties.field"];
CollectionBindingPropertiesProperty = [jResp StringOf: @"entity.events.string.parameters.target.collectionBindingProperties.property"];
NSString *TargetComponentName = [jResp StringOf: @"entity.events.string.parameters.target.componentName"];
ConditionElse = [jResp StringOf: @"entity.events.string.parameters.target.condition.else"];
ConditionField = [jResp StringOf: @"entity.events.string.parameters.target.condition.field"];
ConditionOperand = [jResp StringOf: @"entity.events.string.parameters.target.condition.operand"];
ConditionOperandType = [jResp StringOf: @"entity.events.string.parameters.target.condition.operandType"];
ConditionOperator = [jResp StringOf: @"entity.events.string.parameters.target.condition.operator"];
ConditionProperty = [jResp StringOf: @"entity.events.string.parameters.target.condition.property"];
ConditionThen = [jResp StringOf: @"entity.events.string.parameters.target.condition.then"];
int TargetConfigured = [[jResp IntOf: @"entity.events.string.parameters.target.configured"] intValue];
NSString *TargetDefaultValue = [jResp StringOf: @"entity.events.string.parameters.target.defaultValue"];
NSString *TargetEvent = [jResp StringOf: @"entity.events.string.parameters.target.event"];
NSString *TargetImportedValue = [jResp StringOf: @"entity.events.string.parameters.target.importedValue"];
NSString *TargetModel = [jResp StringOf: @"entity.events.string.parameters.target.model"];
NSString *TargetProperty = [jResp StringOf: @"entity.events.string.parameters.target.property"];
NSString *TargetType = [jResp StringOf: @"entity.events.string.parameters.target.type"];
NSString *TargetUserAttribute = [jResp StringOf: @"entity.events.string.parameters.target.userAttribute"];
NSString *TargetValue = [jResp StringOf: @"entity.events.string.parameters.target.value"];
BindingPropertiesField = [jResp StringOf: @"entity.events.string.parameters.type.bindingProperties.field"];
BindingPropertiesProperty = [jResp StringOf: @"entity.events.string.parameters.type.bindingProperties.property"];
StringElement = [jResp StringOf: @"entity.events.string.parameters.type.bindings.string.element"];
StringProperty = [jResp StringOf: @"entity.events.string.parameters.type.bindings.string.property"];
CollectionBindingPropertiesField = [jResp StringOf: @"entity.events.string.parameters.type.collectionBindingProperties.field"];
CollectionBindingPropertiesProperty = [jResp StringOf: @"entity.events.string.parameters.type.collectionBindingProperties.property"];
NSString *TypeComponentName = [jResp StringOf: @"entity.events.string.parameters.type.componentName"];
ConditionElse = [jResp StringOf: @"entity.events.string.parameters.type.condition.else"];
ConditionField = [jResp StringOf: @"entity.events.string.parameters.type.condition.field"];
ConditionOperand = [jResp StringOf: @"entity.events.string.parameters.type.condition.operand"];
ConditionOperandType = [jResp StringOf: @"entity.events.string.parameters.type.condition.operandType"];
ConditionOperator = [jResp StringOf: @"entity.events.string.parameters.type.condition.operator"];
ConditionProperty = [jResp StringOf: @"entity.events.string.parameters.type.condition.property"];
ConditionThen = [jResp StringOf: @"entity.events.string.parameters.type.condition.then"];
int TypeConfigured = [[jResp IntOf: @"entity.events.string.parameters.type.configured"] intValue];
NSString *TypeDefaultValue = [jResp StringOf: @"entity.events.string.parameters.type.defaultValue"];
NSString *TypeEvent = [jResp StringOf: @"entity.events.string.parameters.type.event"];
NSString *TypeImportedValue = [jResp StringOf: @"entity.events.string.parameters.type.importedValue"];
NSString *TypeModel = [jResp StringOf: @"entity.events.string.parameters.type.model"];
NSString *TypeProperty = [jResp StringOf: @"entity.events.string.parameters.type.property"];
NSString *TypeType = [jResp StringOf: @"entity.events.string.parameters.type.type"];
NSString *TypeUserAttribute = [jResp StringOf: @"entity.events.string.parameters.type.userAttribute"];
NSString *TypeValue = [jResp StringOf: @"entity.events.string.parameters.type.value"];
BindingPropertiesField = [jResp StringOf: @"entity.events.string.parameters.url.bindingProperties.field"];
BindingPropertiesProperty = [jResp StringOf: @"entity.events.string.parameters.url.bindingProperties.property"];
StringElement = [jResp StringOf: @"entity.events.string.parameters.url.bindings.string.element"];
StringProperty = [jResp StringOf: @"entity.events.string.parameters.url.bindings.string.property"];
CollectionBindingPropertiesField = [jResp StringOf: @"entity.events.string.parameters.url.collectionBindingProperties.field"];
CollectionBindingPropertiesProperty = [jResp StringOf: @"entity.events.string.parameters.url.collectionBindingProperties.property"];
NSString *UrlComponentName = [jResp StringOf: @"entity.events.string.parameters.url.componentName"];
ConditionElse = [jResp StringOf: @"entity.events.string.parameters.url.condition.else"];
ConditionField = [jResp StringOf: @"entity.events.string.parameters.url.condition.field"];
ConditionOperand = [jResp StringOf: @"entity.events.string.parameters.url.condition.operand"];
ConditionOperandType = [jResp StringOf: @"entity.events.string.parameters.url.condition.operandType"];
ConditionOperator = [jResp StringOf: @"entity.events.string.parameters.url.condition.operator"];
ConditionProperty = [jResp StringOf: @"entity.events.string.parameters.url.condition.property"];
ConditionThen = [jResp StringOf: @"entity.events.string.parameters.url.condition.then"];
int UrlConfigured = [[jResp IntOf: @"entity.events.string.parameters.url.configured"] intValue];
NSString *UrlDefaultValue = [jResp StringOf: @"entity.events.string.parameters.url.defaultValue"];
NSString *UrlEvent = [jResp StringOf: @"entity.events.string.parameters.url.event"];
NSString *UrlImportedValue = [jResp StringOf: @"entity.events.string.parameters.url.importedValue"];
NSString *UrlModel = [jResp StringOf: @"entity.events.string.parameters.url.model"];
NSString *UrlProperty = [jResp StringOf: @"entity.events.string.parameters.url.property"];
NSString *UrlType = [jResp StringOf: @"entity.events.string.parameters.url.type"];
NSString *UrlUserAttribute = [jResp StringOf: @"entity.events.string.parameters.url.userAttribute"];
NSString *UrlValue = [jResp StringOf: @"entity.events.string.parameters.url.value"];
NSString *Id = [jResp StringOf: @"entity.id"];
int ModifiedAt = [[jResp IntOf: @"entity.modifiedAt"] intValue];
NSString *Name = [jResp StringOf: @"entity.name"];
NSString *v_String = [jResp StringOf: @"entity.overrides.string.string"];
BindingPropertiesField = [jResp StringOf: @"entity.properties.string.bindingProperties.field"];
BindingPropertiesProperty = [jResp StringOf: @"entity.properties.string.bindingProperties.property"];
StringElement = [jResp StringOf: @"entity.properties.string.bindings.string.element"];
StringProperty = [jResp StringOf: @"entity.properties.string.bindings.string.property"];
CollectionBindingPropertiesField = [jResp StringOf: @"entity.properties.string.collectionBindingProperties.field"];
CollectionBindingPropertiesProperty = [jResp StringOf: @"entity.properties.string.collectionBindingProperties.property"];
StringComponentName = [jResp StringOf: @"entity.properties.string.componentName"];
ConditionElse = [jResp StringOf: @"entity.properties.string.condition.else"];
ConditionField = [jResp StringOf: @"entity.properties.string.condition.field"];
ConditionOperand = [jResp StringOf: @"entity.properties.string.condition.operand"];
ConditionOperandType = [jResp StringOf: @"entity.properties.string.condition.operandType"];
ConditionOperator = [jResp StringOf: @"entity.properties.string.condition.operator"];
ConditionProperty = [jResp StringOf: @"entity.properties.string.condition.property"];
ConditionThen = [jResp StringOf: @"entity.properties.string.condition.then"];
StringConfigured = [[jResp IntOf: @"entity.properties.string.configured"] intValue];
StringDefaultValue = [jResp StringOf: @"entity.properties.string.defaultValue"];
StringEvent = [jResp StringOf: @"entity.properties.string.event"];
StringImportedValue = [jResp StringOf: @"entity.properties.string.importedValue"];
StringModel = [jResp StringOf: @"entity.properties.string.model"];
StringProperty = [jResp StringOf: @"entity.properties.string.property"];
StringType = [jResp StringOf: @"entity.properties.string.type"];
StringUserAttribute = [jResp StringOf: @"entity.properties.string.userAttribute"];
StringValue = [jResp StringOf: @"entity.properties.string.value"];
NSString *SchemaVersion = [jResp StringOf: @"entity.schemaVersion"];
NSString *SourceId = [jResp StringOf: @"entity.sourceId"];
NSString *TagsString = [jResp StringOf: @"entity.tags.string"];
int i = 0;
int count_i = [[jResp SizeOfArray: @"entity.bindingProperties.string.bindingProperties.predicates"] intValue];
while (i < count_i) {
jResp.I = [NSNumber numberWithInt: i];
field = [jResp StringOf: @"entity.bindingProperties.string.bindingProperties.predicates[i].field"];
operand = [jResp StringOf: @"entity.bindingProperties.string.bindingProperties.predicates[i].operand"];
operator = [jResp StringOf: @"entity.bindingProperties.string.bindingProperties.predicates[i].operator"];
j = 0;
count_j = [[jResp SizeOfArray: @"entity.bindingProperties.string.bindingProperties.predicates[i].and"] intValue];
while (j < count_j) {
jResp.J = [NSNumber numberWithInt: j];
strVal = [jResp StringOf: @"entity.bindingProperties.string.bindingProperties.predicates[i].and[j]"];
j = j + 1;
}
j = 0;
count_j = [[jResp SizeOfArray: @"entity.bindingProperties.string.bindingProperties.predicates[i].or"] intValue];
while (j < count_j) {
jResp.J = [NSNumber numberWithInt: j];
strVal = [jResp StringOf: @"entity.bindingProperties.string.bindingProperties.predicates[i].or[j]"];
j = j + 1;
}
i = i + 1;
}
i = 0;
count_i = [[jResp SizeOfArray: @"entity.children"] intValue];
while (i < count_i) {
jResp.I = [NSNumber numberWithInt: i];
componentType = [jResp StringOf: @"entity.children[i].componentType"];
StringAction = [jResp StringOf: @"entity.children[i].events.string.action"];
StringBindingEvent = [jResp StringOf: @"entity.children[i].events.string.bindingEvent"];
BindingPropertiesField = [jResp StringOf: @"entity.children[i].events.string.parameters.anchor.bindingProperties.field"];
BindingPropertiesProperty = [jResp StringOf: @"entity.children[i].events.string.parameters.anchor.bindingProperties.property"];
StringElement = [jResp StringOf: @"entity.children[i].events.string.parameters.anchor.bindings.string.element"];
StringProperty = [jResp StringOf: @"entity.children[i].events.string.parameters.anchor.bindings.string.property"];
CollectionBindingPropertiesField = [jResp StringOf: @"entity.children[i].events.string.parameters.anchor.collectionBindingProperties.field"];
CollectionBindingPropertiesProperty = [jResp StringOf: @"entity.children[i].events.string.parameters.anchor.collectionBindingProperties.property"];
AnchorComponentName = [jResp StringOf: @"entity.children[i].events.string.parameters.anchor.componentName"];
ConditionElse = [jResp StringOf: @"entity.children[i].events.string.parameters.anchor.condition.else"];
ConditionField = [jResp StringOf: @"entity.children[i].events.string.parameters.anchor.condition.field"];
ConditionOperand = [jResp StringOf: @"entity.children[i].events.string.parameters.anchor.condition.operand"];
ConditionOperandType = [jResp StringOf: @"entity.children[i].events.string.parameters.anchor.condition.operandType"];
ConditionOperator = [jResp StringOf: @"entity.children[i].events.string.parameters.anchor.condition.operator"];
ConditionProperty = [jResp StringOf: @"entity.children[i].events.string.parameters.anchor.condition.property"];
ConditionThen = [jResp StringOf: @"entity.children[i].events.string.parameters.anchor.condition.then"];
AnchorConfigured = [[jResp IntOf: @"entity.children[i].events.string.parameters.anchor.configured"] intValue];
AnchorDefaultValue = [jResp StringOf: @"entity.children[i].events.string.parameters.anchor.defaultValue"];
AnchorEvent = [jResp StringOf: @"entity.children[i].events.string.parameters.anchor.event"];
AnchorImportedValue = [jResp StringOf: @"entity.children[i].events.string.parameters.anchor.importedValue"];
AnchorModel = [jResp StringOf: @"entity.children[i].events.string.parameters.anchor.model"];
AnchorProperty = [jResp StringOf: @"entity.children[i].events.string.parameters.anchor.property"];
AnchorType = [jResp StringOf: @"entity.children[i].events.string.parameters.anchor.type"];
AnchorUserAttribute = [jResp StringOf: @"entity.children[i].events.string.parameters.anchor.userAttribute"];
AnchorValue = [jResp StringOf: @"entity.children[i].events.string.parameters.anchor.value"];
BindingPropertiesField = [jResp StringOf: @"entity.children[i].events.string.parameters.fields.string.bindingProperties.field"];
BindingPropertiesProperty = [jResp StringOf: @"entity.children[i].events.string.parameters.fields.string.bindingProperties.property"];
StringElement = [jResp StringOf: @"entity.children[i].events.string.parameters.fields.string.bindings.string.element"];
StringProperty = [jResp StringOf: @"entity.children[i].events.string.parameters.fields.string.bindings.string.property"];
CollectionBindingPropertiesField = [jResp StringOf: @"entity.children[i].events.string.parameters.fields.string.collectionBindingProperties.field"];
CollectionBindingPropertiesProperty = [jResp StringOf: @"entity.children[i].events.string.parameters.fields.string.collectionBindingProperties.property"];
StringComponentName = [jResp StringOf: @"entity.children[i].events.string.parameters.fields.string.componentName"];
ConditionElse = [jResp StringOf: @"entity.children[i].events.string.parameters.fields.string.condition.else"];
ConditionField = [jResp StringOf: @"entity.children[i].events.string.parameters.fields.string.condition.field"];
ConditionOperand = [jResp StringOf: @"entity.children[i].events.string.parameters.fields.string.condition.operand"];
ConditionOperandType = [jResp StringOf: @"entity.children[i].events.string.parameters.fields.string.condition.operandType"];
ConditionOperator = [jResp StringOf: @"entity.children[i].events.string.parameters.fields.string.condition.operator"];
ConditionProperty = [jResp StringOf: @"entity.children[i].events.string.parameters.fields.string.condition.property"];
ConditionThen = [jResp StringOf: @"entity.children[i].events.string.parameters.fields.string.condition.then"];
StringConfigured = [[jResp IntOf: @"entity.children[i].events.string.parameters.fields.string.configured"] intValue];
StringDefaultValue = [jResp StringOf: @"entity.children[i].events.string.parameters.fields.string.defaultValue"];
StringEvent = [jResp StringOf: @"entity.children[i].events.string.parameters.fields.string.event"];
StringImportedValue = [jResp StringOf: @"entity.children[i].events.string.parameters.fields.string.importedValue"];
StringModel = [jResp StringOf: @"entity.children[i].events.string.parameters.fields.string.model"];
StringProperty = [jResp StringOf: @"entity.children[i].events.string.parameters.fields.string.property"];
StringType = [jResp StringOf: @"entity.children[i].events.string.parameters.fields.string.type"];
StringUserAttribute = [jResp StringOf: @"entity.children[i].events.string.parameters.fields.string.userAttribute"];
StringValue = [jResp StringOf: @"entity.children[i].events.string.parameters.fields.string.value"];
BindingPropertiesField = [jResp StringOf: @"entity.children[i].events.string.parameters.global.bindingProperties.field"];
BindingPropertiesProperty = [jResp StringOf: @"entity.children[i].events.string.parameters.global.bindingProperties.property"];
StringElement = [jResp StringOf: @"entity.children[i].events.string.parameters.global.bindings.string.element"];
StringProperty = [jResp StringOf: @"entity.children[i].events.string.parameters.global.bindings.string.property"];
CollectionBindingPropertiesField = [jResp StringOf: @"entity.children[i].events.string.parameters.global.collectionBindingProperties.field"];
CollectionBindingPropertiesProperty = [jResp StringOf: @"entity.children[i].events.string.parameters.global.collectionBindingProperties.property"];
GlobalComponentName = [jResp StringOf: @"entity.children[i].events.string.parameters.global.componentName"];
ConditionElse = [jResp StringOf: @"entity.children[i].events.string.parameters.global.condition.else"];
ConditionField = [jResp StringOf: @"entity.children[i].events.string.parameters.global.condition.field"];
ConditionOperand = [jResp StringOf: @"entity.children[i].events.string.parameters.global.condition.operand"];
ConditionOperandType = [jResp StringOf: @"entity.children[i].events.string.parameters.global.condition.operandType"];
ConditionOperator = [jResp StringOf: @"entity.children[i].events.string.parameters.global.condition.operator"];
ConditionProperty = [jResp StringOf: @"entity.children[i].events.string.parameters.global.condition.property"];
ConditionThen = [jResp StringOf: @"entity.children[i].events.string.parameters.global.condition.then"];
GlobalConfigured = [[jResp IntOf: @"entity.children[i].events.string.parameters.global.configured"] intValue];
GlobalDefaultValue = [jResp StringOf: @"entity.children[i].events.string.parameters.global.defaultValue"];
GlobalEvent = [jResp StringOf: @"entity.children[i].events.string.parameters.global.event"];
GlobalImportedValue = [jResp StringOf: @"entity.children[i].events.string.parameters.global.importedValue"];
GlobalModel = [jResp StringOf: @"entity.children[i].events.string.parameters.global.model"];
GlobalProperty = [jResp StringOf: @"entity.children[i].events.string.parameters.global.property"];
GlobalType = [jResp StringOf: @"entity.children[i].events.string.parameters.global.type"];
GlobalUserAttribute = [jResp StringOf: @"entity.children[i].events.string.parameters.global.userAttribute"];
GlobalValue = [jResp StringOf: @"entity.children[i].events.string.parameters.global.value"];
BindingPropertiesField = [jResp StringOf: @"entity.children[i].events.string.parameters.id.bindingProperties.field"];
BindingPropertiesProperty = [jResp StringOf: @"entity.children[i].events.string.parameters.id.bindingProperties.property"];
StringElement = [jResp StringOf: @"entity.children[i].events.string.parameters.id.bindings.string.element"];
StringProperty = [jResp StringOf: @"entity.children[i].events.string.parameters.id.bindings.string.property"];
CollectionBindingPropertiesField = [jResp StringOf: @"entity.children[i].events.string.parameters.id.collectionBindingProperties.field"];
CollectionBindingPropertiesProperty = [jResp StringOf: @"entity.children[i].events.string.parameters.id.collectionBindingProperties.property"];
IdComponentName = [jResp StringOf: @"entity.children[i].events.string.parameters.id.componentName"];
ConditionElse = [jResp StringOf: @"entity.children[i].events.string.parameters.id.condition.else"];
ConditionField = [jResp StringOf: @"entity.children[i].events.string.parameters.id.condition.field"];
ConditionOperand = [jResp StringOf: @"entity.children[i].events.string.parameters.id.condition.operand"];
ConditionOperandType = [jResp StringOf: @"entity.children[i].events.string.parameters.id.condition.operandType"];
ConditionOperator = [jResp StringOf: @"entity.children[i].events.string.parameters.id.condition.operator"];
ConditionProperty = [jResp StringOf: @"entity.children[i].events.string.parameters.id.condition.property"];
ConditionThen = [jResp StringOf: @"entity.children[i].events.string.parameters.id.condition.then"];
IdConfigured = [[jResp IntOf: @"entity.children[i].events.string.parameters.id.configured"] intValue];
IdDefaultValue = [jResp StringOf: @"entity.children[i].events.string.parameters.id.defaultValue"];
IdEvent = [jResp StringOf: @"entity.children[i].events.string.parameters.id.event"];
IdImportedValue = [jResp StringOf: @"entity.children[i].events.string.parameters.id.importedValue"];
IdModel = [jResp StringOf: @"entity.children[i].events.string.parameters.id.model"];
IdProperty = [jResp StringOf: @"entity.children[i].events.string.parameters.id.property"];
IdType = [jResp StringOf: @"entity.children[i].events.string.parameters.id.type"];
IdUserAttribute = [jResp StringOf: @"entity.children[i].events.string.parameters.id.userAttribute"];
IdValue = [jResp StringOf: @"entity.children[i].events.string.parameters.id.value"];
ParametersModel = [jResp StringOf: @"entity.children[i].events.string.parameters.model"];
StateComponentName = [jResp StringOf: @"entity.children[i].events.string.parameters.state.componentName"];
StateProperty = [jResp StringOf: @"entity.children[i].events.string.parameters.state.property"];
BindingPropertiesField = [jResp StringOf: @"entity.children[i].events.string.parameters.state.set.bindingProperties.field"];
BindingPropertiesProperty = [jResp StringOf: @"entity.children[i].events.string.parameters.state.set.bindingProperties.property"];
StringElement = [jResp StringOf: @"entity.children[i].events.string.parameters.state.set.bindings.string.element"];
StringProperty = [jResp StringOf: @"entity.children[i].events.string.parameters.state.set.bindings.string.property"];
CollectionBindingPropertiesField = [jResp StringOf: @"entity.children[i].events.string.parameters.state.set.collectionBindingProperties.field"];
CollectionBindingPropertiesProperty = [jResp StringOf: @"entity.children[i].events.string.parameters.state.set.collectionBindingProperties.property"];
SetComponentName = [jResp StringOf: @"entity.children[i].events.string.parameters.state.set.componentName"];
ConditionElse = [jResp StringOf: @"entity.children[i].events.string.parameters.state.set.condition.else"];
ConditionField = [jResp StringOf: @"entity.children[i].events.string.parameters.state.set.condition.field"];
ConditionOperand = [jResp StringOf: @"entity.children[i].events.string.parameters.state.set.condition.operand"];
ConditionOperandType = [jResp StringOf: @"entity.children[i].events.string.parameters.state.set.condition.operandType"];
ConditionOperator = [jResp StringOf: @"entity.children[i].events.string.parameters.state.set.condition.operator"];
ConditionProperty = [jResp StringOf: @"entity.children[i].events.string.parameters.state.set.condition.property"];
ConditionThen = [jResp StringOf: @"entity.children[i].events.string.parameters.state.set.condition.then"];
SetConfigured = [[jResp IntOf: @"entity.children[i].events.string.parameters.state.set.configured"] intValue];
SetDefaultValue = [jResp StringOf: @"entity.children[i].events.string.parameters.state.set.defaultValue"];
SetEvent = [jResp StringOf: @"entity.children[i].events.string.parameters.state.set.event"];
SetImportedValue = [jResp StringOf: @"entity.children[i].events.string.parameters.state.set.importedValue"];
SetModel = [jResp StringOf: @"entity.children[i].events.string.parameters.state.set.model"];
SetProperty = [jResp StringOf: @"entity.children[i].events.string.parameters.state.set.property"];
SetType = [jResp StringOf: @"entity.children[i].events.string.parameters.state.set.type"];
SetUserAttribute = [jResp StringOf: @"entity.children[i].events.string.parameters.state.set.userAttribute"];
SetValue = [jResp StringOf: @"entity.children[i].events.string.parameters.state.set.value"];
BindingPropertiesField = [jResp StringOf: @"entity.children[i].events.string.parameters.target.bindingProperties.field"];
BindingPropertiesProperty = [jResp StringOf: @"entity.children[i].events.string.parameters.target.bindingProperties.property"];
StringElement = [jResp StringOf: @"entity.children[i].events.string.parameters.target.bindings.string.element"];
StringProperty = [jResp StringOf: @"entity.children[i].events.string.parameters.target.bindings.string.property"];
CollectionBindingPropertiesField = [jResp StringOf: @"entity.children[i].events.string.parameters.target.collectionBindingProperties.field"];
CollectionBindingPropertiesProperty = [jResp StringOf: @"entity.children[i].events.string.parameters.target.collectionBindingProperties.property"];
TargetComponentName = [jResp StringOf: @"entity.children[i].events.string.parameters.target.componentName"];
ConditionElse = [jResp StringOf: @"entity.children[i].events.string.parameters.target.condition.else"];
ConditionField = [jResp StringOf: @"entity.children[i].events.string.parameters.target.condition.field"];
ConditionOperand = [jResp StringOf: @"entity.children[i].events.string.parameters.target.condition.operand"];
ConditionOperandType = [jResp StringOf: @"entity.children[i].events.string.parameters.target.condition.operandType"];
ConditionOperator = [jResp StringOf: @"entity.children[i].events.string.parameters.target.condition.operator"];
ConditionProperty = [jResp StringOf: @"entity.children[i].events.string.parameters.target.condition.property"];
ConditionThen = [jResp StringOf: @"entity.children[i].events.string.parameters.target.condition.then"];
TargetConfigured = [[jResp IntOf: @"entity.children[i].events.string.parameters.target.configured"] intValue];
TargetDefaultValue = [jResp StringOf: @"entity.children[i].events.string.parameters.target.defaultValue"];
TargetEvent = [jResp StringOf: @"entity.children[i].events.string.parameters.target.event"];
TargetImportedValue = [jResp StringOf: @"entity.children[i].events.string.parameters.target.importedValue"];
TargetModel = [jResp StringOf: @"entity.children[i].events.string.parameters.target.model"];
TargetProperty = [jResp StringOf: @"entity.children[i].events.string.parameters.target.property"];
TargetType = [jResp StringOf: @"entity.children[i].events.string.parameters.target.type"];
TargetUserAttribute = [jResp StringOf: @"entity.children[i].events.string.parameters.target.userAttribute"];
TargetValue = [jResp StringOf: @"entity.children[i].events.string.parameters.target.value"];
BindingPropertiesField = [jResp StringOf: @"entity.children[i].events.string.parameters.type.bindingProperties.field"];
BindingPropertiesProperty = [jResp StringOf: @"entity.children[i].events.string.parameters.type.bindingProperties.property"];
StringElement = [jResp StringOf: @"entity.children[i].events.string.parameters.type.bindings.string.element"];
StringProperty = [jResp StringOf: @"entity.children[i].events.string.parameters.type.bindings.string.property"];
CollectionBindingPropertiesField = [jResp StringOf: @"entity.children[i].events.string.parameters.type.collectionBindingProperties.field"];
CollectionBindingPropertiesProperty = [jResp StringOf: @"entity.children[i].events.string.parameters.type.collectionBindingProperties.property"];
TypeComponentName = [jResp StringOf: @"entity.children[i].events.string.parameters.type.componentName"];
ConditionElse = [jResp StringOf: @"entity.children[i].events.string.parameters.type.condition.else"];
ConditionField = [jResp StringOf: @"entity.children[i].events.string.parameters.type.condition.field"];
ConditionOperand = [jResp StringOf: @"entity.children[i].events.string.parameters.type.condition.operand"];
ConditionOperandType = [jResp StringOf: @"entity.children[i].events.string.parameters.type.condition.operandType"];
ConditionOperator = [jResp StringOf: @"entity.children[i].events.string.parameters.type.condition.operator"];
ConditionProperty = [jResp StringOf: @"entity.children[i].events.string.parameters.type.condition.property"];
ConditionThen = [jResp StringOf: @"entity.children[i].events.string.parameters.type.condition.then"];
TypeConfigured = [[jResp IntOf: @"entity.children[i].events.string.parameters.type.configured"] intValue];
TypeDefaultValue = [jResp StringOf: @"entity.children[i].events.string.parameters.type.defaultValue"];
TypeEvent = [jResp StringOf: @"entity.children[i].events.string.parameters.type.event"];
TypeImportedValue = [jResp StringOf: @"entity.children[i].events.string.parameters.type.importedValue"];
TypeModel = [jResp StringOf: @"entity.children[i].events.string.parameters.type.model"];
TypeProperty = [jResp StringOf: @"entity.children[i].events.string.parameters.type.property"];
TypeType = [jResp StringOf: @"entity.children[i].events.string.parameters.type.type"];
TypeUserAttribute = [jResp StringOf: @"entity.children[i].events.string.parameters.type.userAttribute"];
TypeValue = [jResp StringOf: @"entity.children[i].events.string.parameters.type.value"];
BindingPropertiesField = [jResp StringOf: @"entity.children[i].events.string.parameters.url.bindingProperties.field"];
BindingPropertiesProperty = [jResp StringOf: @"entity.children[i].events.string.parameters.url.bindingProperties.property"];
StringElement = [jResp StringOf: @"entity.children[i].events.string.parameters.url.bindings.string.element"];
StringProperty = [jResp StringOf: @"entity.children[i].events.string.parameters.url.bindings.string.property"];
CollectionBindingPropertiesField = [jResp StringOf: @"entity.children[i].events.string.parameters.url.collectionBindingProperties.field"];
CollectionBindingPropertiesProperty = [jResp StringOf: @"entity.children[i].events.string.parameters.url.collectionBindingProperties.property"];
UrlComponentName = [jResp StringOf: @"entity.children[i].events.string.parameters.url.componentName"];
ConditionElse = [jResp StringOf: @"entity.children[i].events.string.parameters.url.condition.else"];
ConditionField = [jResp StringOf: @"entity.children[i].events.string.parameters.url.condition.field"];
ConditionOperand = [jResp StringOf: @"entity.children[i].events.string.parameters.url.condition.operand"];
ConditionOperandType = [jResp StringOf: @"entity.children[i].events.string.parameters.url.condition.operandType"];
ConditionOperator = [jResp StringOf: @"entity.children[i].events.string.parameters.url.condition.operator"];
ConditionProperty = [jResp StringOf: @"entity.children[i].events.string.parameters.url.condition.property"];
ConditionThen = [jResp StringOf: @"entity.children[i].events.string.parameters.url.condition.then"];
UrlConfigured = [[jResp IntOf: @"entity.children[i].events.string.parameters.url.configured"] intValue];
UrlDefaultValue = [jResp StringOf: @"entity.children[i].events.string.parameters.url.defaultValue"];
UrlEvent = [jResp StringOf: @"entity.children[i].events.string.parameters.url.event"];
UrlImportedValue = [jResp StringOf: @"entity.children[i].events.string.parameters.url.importedValue"];
UrlModel = [jResp StringOf: @"entity.children[i].events.string.parameters.url.model"];
UrlProperty = [jResp StringOf: @"entity.children[i].events.string.parameters.url.property"];
UrlType = [jResp StringOf: @"entity.children[i].events.string.parameters.url.type"];
UrlUserAttribute = [jResp StringOf: @"entity.children[i].events.string.parameters.url.userAttribute"];
UrlValue = [jResp StringOf: @"entity.children[i].events.string.parameters.url.value"];
name = [jResp StringOf: @"entity.children[i].name"];
BindingPropertiesField = [jResp StringOf: @"entity.children[i].properties.string.bindingProperties.field"];
BindingPropertiesProperty = [jResp StringOf: @"entity.children[i].properties.string.bindingProperties.property"];
StringElement = [jResp StringOf: @"entity.children[i].properties.string.bindings.string.element"];
StringProperty = [jResp StringOf: @"entity.children[i].properties.string.bindings.string.property"];
CollectionBindingPropertiesField = [jResp StringOf: @"entity.children[i].properties.string.collectionBindingProperties.field"];
CollectionBindingPropertiesProperty = [jResp StringOf: @"entity.children[i].properties.string.collectionBindingProperties.property"];
StringComponentName = [jResp StringOf: @"entity.children[i].properties.string.componentName"];
ConditionElse = [jResp StringOf: @"entity.children[i].properties.string.condition.else"];
ConditionField = [jResp StringOf: @"entity.children[i].properties.string.condition.field"];
ConditionOperand = [jResp StringOf: @"entity.children[i].properties.string.condition.operand"];
ConditionOperandType = [jResp StringOf: @"entity.children[i].properties.string.condition.operandType"];
ConditionOperator = [jResp StringOf: @"entity.children[i].properties.string.condition.operator"];
ConditionProperty = [jResp StringOf: @"entity.children[i].properties.string.condition.property"];
ConditionThen = [jResp StringOf: @"entity.children[i].properties.string.condition.then"];
StringConfigured = [[jResp IntOf: @"entity.children[i].properties.string.configured"] intValue];
StringDefaultValue = [jResp StringOf: @"entity.children[i].properties.string.defaultValue"];
StringEvent = [jResp StringOf: @"entity.children[i].properties.string.event"];
StringImportedValue = [jResp StringOf: @"entity.children[i].properties.string.importedValue"];
StringModel = [jResp StringOf: @"entity.children[i].properties.string.model"];
StringProperty = [jResp StringOf: @"entity.children[i].properties.string.property"];
StringType = [jResp StringOf: @"entity.children[i].properties.string.type"];
StringUserAttribute = [jResp StringOf: @"entity.children[i].properties.string.userAttribute"];
StringValue = [jResp StringOf: @"entity.children[i].properties.string.value"];
sourceId = [jResp StringOf: @"entity.children[i].sourceId"];
j = 0;
count_j = [[jResp SizeOfArray: @"entity.children[i].children"] intValue];
while (j < count_j) {
jResp.J = [NSNumber numberWithInt: j];
strVal = [jResp StringOf: @"entity.children[i].children[j]"];
j = j + 1;
}
j = 0;
count_j = [[jResp SizeOfArray: @"entity.children[i].events.string.parameters.anchor.concat"] intValue];
while (j < count_j) {
jResp.J = [NSNumber numberWithInt: j];
strVal = [jResp StringOf: @"entity.children[i].events.string.parameters.anchor.concat[j]"];
j = j + 1;
}
j = 0;
count_j = [[jResp SizeOfArray: @"entity.children[i].events.string.parameters.fields.string.concat"] intValue];
while (j < count_j) {
jResp.J = [NSNumber numberWithInt: j];
strVal = [jResp StringOf: @"entity.children[i].events.string.parameters.fields.string.concat[j]"];
j = j + 1;
}
j = 0;
count_j = [[jResp SizeOfArray: @"entity.children[i].events.string.parameters.global.concat"] intValue];
while (j < count_j) {
jResp.J = [NSNumber numberWithInt: j];
strVal = [jResp StringOf: @"entity.children[i].events.string.parameters.global.concat[j]"];
j = j + 1;
}
j = 0;
count_j = [[jResp SizeOfArray: @"entity.children[i].events.string.parameters.id.concat"] intValue];
while (j < count_j) {
jResp.J = [NSNumber numberWithInt: j];
strVal = [jResp StringOf: @"entity.children[i].events.string.parameters.id.concat[j]"];
j = j + 1;
}
j = 0;
count_j = [[jResp SizeOfArray: @"entity.children[i].events.string.parameters.state.set.concat"] intValue];
while (j < count_j) {
jResp.J = [NSNumber numberWithInt: j];
strVal = [jResp StringOf: @"entity.children[i].events.string.parameters.state.set.concat[j]"];
j = j + 1;
}
j = 0;
count_j = [[jResp SizeOfArray: @"entity.children[i].events.string.parameters.target.concat"] intValue];
while (j < count_j) {
jResp.J = [NSNumber numberWithInt: j];
strVal = [jResp StringOf: @"entity.children[i].events.string.parameters.target.concat[j]"];
j = j + 1;
}
j = 0;
count_j = [[jResp SizeOfArray: @"entity.children[i].events.string.parameters.type.concat"] intValue];
while (j < count_j) {
jResp.J = [NSNumber numberWithInt: j];
strVal = [jResp StringOf: @"entity.children[i].events.string.parameters.type.concat[j]"];
j = j + 1;
}
j = 0;
count_j = [[jResp SizeOfArray: @"entity.children[i].events.string.parameters.url.concat"] intValue];
while (j < count_j) {
jResp.J = [NSNumber numberWithInt: j];
strVal = [jResp StringOf: @"entity.children[i].events.string.parameters.url.concat[j]"];
j = j + 1;
}
j = 0;
count_j = [[jResp SizeOfArray: @"entity.children[i].properties.string.concat"] intValue];
while (j < count_j) {
jResp.J = [NSNumber numberWithInt: j];
strVal = [jResp StringOf: @"entity.children[i].properties.string.concat[j]"];
j = j + 1;
}
i = i + 1;
}
i = 0;
count_i = [[jResp SizeOfArray: @"entity.collectionProperties.string.identifiers"] intValue];
while (i < count_i) {
jResp.I = [NSNumber numberWithInt: i];
strVal = [jResp StringOf: @"entity.collectionProperties.string.identifiers[i]"];
i = i + 1;
}
i = 0;
count_i = [[jResp SizeOfArray: @"entity.collectionProperties.string.predicate.and"] intValue];
while (i < count_i) {
jResp.I = [NSNumber numberWithInt: i];
strVal = [jResp StringOf: @"entity.collectionProperties.string.predicate.and[i]"];
i = i + 1;
}
i = 0;
count_i = [[jResp SizeOfArray: @"entity.collectionProperties.string.predicate.or"] intValue];
while (i < count_i) {
jResp.I = [NSNumber numberWithInt: i];
strVal = [jResp StringOf: @"entity.collectionProperties.string.predicate.or[i]"];
i = i + 1;
}
i = 0;
count_i = [[jResp SizeOfArray: @"entity.collectionProperties.string.sort"] intValue];
while (i < count_i) {
jResp.I = [NSNumber numberWithInt: i];
direction = [jResp StringOf: @"entity.collectionProperties.string.sort[i].direction"];
field = [jResp StringOf: @"entity.collectionProperties.string.sort[i].field"];
i = i + 1;
}
i = 0;
count_i = [[jResp SizeOfArray: @"entity.events.string.parameters.anchor.concat"] intValue];
while (i < count_i) {
jResp.I = [NSNumber numberWithInt: i];
strVal = [jResp StringOf: @"entity.events.string.parameters.anchor.concat[i]"];
i = i + 1;
}
i = 0;
count_i = [[jResp SizeOfArray: @"entity.events.string.parameters.fields.string.concat"] intValue];
while (i < count_i) {
jResp.I = [NSNumber numberWithInt: i];
strVal = [jResp StringOf: @"entity.events.string.parameters.fields.string.concat[i]"];
i = i + 1;
}
i = 0;
count_i = [[jResp SizeOfArray: @"entity.events.string.parameters.global.concat"] intValue];
while (i < count_i) {
jResp.I = [NSNumber numberWithInt: i];
strVal = [jResp StringOf: @"entity.events.string.parameters.global.concat[i]"];
i = i + 1;
}
i = 0;
count_i = [[jResp SizeOfArray: @"entity.events.string.parameters.id.concat"] intValue];
while (i < count_i) {
jResp.I = [NSNumber numberWithInt: i];
strVal = [jResp StringOf: @"entity.events.string.parameters.id.concat[i]"];
i = i + 1;
}
i = 0;
count_i = [[jResp SizeOfArray: @"entity.events.string.parameters.state.set.concat"] intValue];
while (i < count_i) {
jResp.I = [NSNumber numberWithInt: i];
strVal = [jResp StringOf: @"entity.events.string.parameters.state.set.concat[i]"];
i = i + 1;
}
i = 0;
count_i = [[jResp SizeOfArray: @"entity.events.string.parameters.target.concat"] intValue];
while (i < count_i) {
jResp.I = [NSNumber numberWithInt: i];
strVal = [jResp StringOf: @"entity.events.string.parameters.target.concat[i]"];
i = i + 1;
}
i = 0;
count_i = [[jResp SizeOfArray: @"entity.events.string.parameters.type.concat"] intValue];
while (i < count_i) {
jResp.I = [NSNumber numberWithInt: i];
strVal = [jResp StringOf: @"entity.events.string.parameters.type.concat[i]"];
i = i + 1;
}
i = 0;
count_i = [[jResp SizeOfArray: @"entity.events.string.parameters.url.concat"] intValue];
while (i < count_i) {
jResp.I = [NSNumber numberWithInt: i];
strVal = [jResp StringOf: @"entity.events.string.parameters.url.concat[i]"];
i = i + 1;
}
i = 0;
count_i = [[jResp SizeOfArray: @"entity.properties.string.concat"] intValue];
while (i < count_i) {
jResp.I = [NSNumber numberWithInt: i];
strVal = [jResp StringOf: @"entity.properties.string.concat[i]"];
i = i + 1;
}
i = 0;
count_i = [[jResp SizeOfArray: @"entity.variants"] intValue];
while (i < count_i) {
jResp.I = [NSNumber numberWithInt: i];
StringString = [jResp StringOf: @"entity.variants[i].overrides.string.string"];
variantValuesString = [jResp StringOf: @"entity.variants[i].variantValues.string"];
i = i + 1;
}
// A sample JSON response body parsed by the above code:
// {
// "entity": {
// "appId": "string",
// "bindingProperties": {
// "string": {
// "bindingProperties": {
// "bucket": "string",
// "defaultValue": "string",
// "field": "string",
// "key": "string",
// "model": "string",
// "predicates": [
// {
// "and": [
// "Predicate"
// ],
// "field": "string",
// "operand": "string",
// "operator": "string",
// "or": [
// "Predicate"
// ]
// }
// ],
// "userAttribute": "string"
// },
// "defaultValue": "string",
// "type": "string"
// }
// },
// "children": [
// {
// "children": [
// "ComponentChild"
// ],
// "componentType": "string",
// "events": {
// "string": {
// "action": "string",
// "bindingEvent": "string",
// "parameters": {
// "anchor": {
// "bindingProperties": {
// "field": "string",
// "property": "string"
// },
// "bindings": {
// "string": {
// "element": "string",
// "property": "string"
// }
// },
// "collectionBindingProperties": {
// "field": "string",
// "property": "string"
// },
// "componentName": "string",
// "concat": [
// "ComponentProperty"
// ],
// "condition": {
// "else": "ComponentProperty",
// "field": "string",
// "operand": "string",
// "operandType": "string",
// "operator": "string",
// "property": "string",
// "then": "ComponentProperty"
// },
// "configured": boolean,
// "defaultValue": "string",
// "event": "string",
// "importedValue": "string",
// "model": "string",
// "property": "string",
// "type": "string",
// "userAttribute": "string",
// "value": "string"
// },
// "fields": {
// "string": {
// "bindingProperties": {
// "field": "string",
// "property": "string"
// },
// "bindings": {
// "string": {
// "element": "string",
// "property": "string"
// }
// },
// "collectionBindingProperties": {
// "field": "string",
// "property": "string"
// },
// "componentName": "string",
// "concat": [
// "ComponentProperty"
// ],
// "condition": {
// "else": "ComponentProperty",
// "field": "string",
// "operand": "string",
// "operandType": "string",
// "operator": "string",
// "property": "string",
// "then": "ComponentProperty"
// },
// "configured": boolean,
// "defaultValue": "string",
// "event": "string",
// "importedValue": "string",
// "model": "string",
// "property": "string",
// "type": "string",
// "userAttribute": "string",
// "value": "string"
// }
// },
// "global": {
// "bindingProperties": {
// "field": "string",
// "property": "string"
// },
// "bindings": {
// "string": {
// "element": "string",
// "property": "string"
// }
// },
// "collectionBindingProperties": {
// "field": "string",
// "property": "string"
// },
// "componentName": "string",
// "concat": [
// "ComponentProperty"
// ],
// "condition": {
// "else": "ComponentProperty",
// "field": "string",
// "operand": "string",
// "operandType": "string",
// "operator": "string",
// "property": "string",
// "then": "ComponentProperty"
// },
// "configured": boolean,
// "defaultValue": "string",
// "event": "string",
// "importedValue": "string",
// "model": "string",
// "property": "string",
// "type": "string",
// "userAttribute": "string",
// "value": "string"
// },
// "id": {
// "bindingProperties": {
// "field": "string",
// "property": "string"
// },
// "bindings": {
// "string": {
// "element": "string",
// "property": "string"
// }
// },
// "collectionBindingProperties": {
// "field": "string",
// "property": "string"
// },
// "componentName": "string",
// "concat": [
// "ComponentProperty"
// ],
// "condition": {
// "else": "ComponentProperty",
// "field": "string",
// "operand": "string",
// "operandType": "string",
// "operator": "string",
// "property": "string",
// "then": "ComponentProperty"
// },
// "configured": boolean,
// "defaultValue": "string",
// "event": "string",
// "importedValue": "string",
// "model": "string",
// "property": "string",
// "type": "string",
// "userAttribute": "string",
// "value": "string"
// },
// "model": "string",
// "state": {
// "componentName": "string",
// "property": "string",
// "set": {
// "bindingProperties": {
// "field": "string",
// "property": "string"
// },
// "bindings": {
// "string": {
// "element": "string",
// "property": "string"
// }
// },
// "collectionBindingProperties": {
// "field": "string",
// "property": "string"
// },
// "componentName": "string",
// "concat": [
// "ComponentProperty"
// ],
// "condition": {
// "else": "ComponentProperty",
// "field": "string",
// "operand": "string",
// "operandType": "string",
// "operator": "string",
// "property": "string",
// "then": "ComponentProperty"
// },
// "configured": boolean,
// "defaultValue": "string",
// "event": "string",
// "importedValue": "string",
// "model": "string",
// "property": "string",
// "type": "string",
// "userAttribute": "string",
// "value": "string"
// }
// },
// "target": {
// "bindingProperties": {
// "field": "string",
// "property": "string"
// },
// "bindings": {
// "string": {
// "element": "string",
// "property": "string"
// }
// },
// "collectionBindingProperties": {
// "field": "string",
// "property": "string"
// },
// "componentName": "string",
// "concat": [
// "ComponentProperty"
// ],
// "condition": {
// "else": "ComponentProperty",
// "field": "string",
// "operand": "string",
// "operandType": "string",
// "operator": "string",
// "property": "string",
// "then": "ComponentProperty"
// },
// "configured": boolean,
// "defaultValue": "string",
// "event": "string",
// "importedValue": "string",
// "model": "string",
// "property": "string",
// "type": "string",
// "userAttribute": "string",
// "value": "string"
// },
// "type": {
// "bindingProperties": {
// "field": "string",
// "property": "string"
// },
// "bindings": {
// "string": {
// "element": "string",
// "property": "string"
// }
// },
// "collectionBindingProperties": {
// "field": "string",
// "property": "string"
// },
// "componentName": "string",
// "concat": [
// "ComponentProperty"
// ],
// "condition": {
// "else": "ComponentProperty",
// "field": "string",
// "operand": "string",
// "operandType": "string",
// "operator": "string",
// "property": "string",
// "then": "ComponentProperty"
// },
// "configured": boolean,
// "defaultValue": "string",
// "event": "string",
// "importedValue": "string",
// "model": "string",
// "property": "string",
// "type": "string",
// "userAttribute": "string",
// "value": "string"
// },
// "url": {
// "bindingProperties": {
// "field": "string",
// "property": "string"
// },
// "bindings": {
// "string": {
// "element": "string",
// "property": "string"
// }
// },
// "collectionBindingProperties": {
// "field": "string",
// "property": "string"
// },
// "componentName": "string",
// "concat": [
// "ComponentProperty"
// ],
// "condition": {
// "else": "ComponentProperty",
// "field": "string",
// "operand": "string",
// "operandType": "string",
// "operator": "string",
// "property": "string",
// "then": "ComponentProperty"
// },
// "configured": boolean,
// "defaultValue": "string",
// "event": "string",
// "importedValue": "string",
// "model": "string",
// "property": "string",
// "type": "string",
// "userAttribute": "string",
// "value": "string"
// }
// }
// }
// },
// "name": "string",
// "properties": {
// "string": {
// "bindingProperties": {
// "field": "string",
// "property": "string"
// },
// "bindings": {
// "string": {
// "element": "string",
// "property": "string"
// }
// },
// "collectionBindingProperties": {
// "field": "string",
// "property": "string"
// },
// "componentName": "string",
// "concat": [
// "ComponentProperty"
// ],
// "condition": {
// "else": "ComponentProperty",
// "field": "string",
// "operand": "string",
// "operandType": "string",
// "operator": "string",
// "property": "string",
// "then": "ComponentProperty"
// },
// "configured": boolean,
// "defaultValue": "string",
// "event": "string",
// "importedValue": "string",
// "model": "string",
// "property": "string",
// "type": "string",
// "userAttribute": "string",
// "value": "string"
// }
// },
// "sourceId": "string"
// }
// ],
// "collectionProperties": {
// "string": {
// "identifiers": [
// "string"
// ],
// "model": "string",
// "predicate": {
// "and": [
// "Predicate"
// ],
// "field": "string",
// "operand": "string",
// "operator": "string",
// "or": [
// "Predicate"
// ]
// },
// "sort": [
// {
// "direction": "string",
// "field": "string"
// }
// ]
// }
// },
// "componentType": "string",
// "createdAt": number,
// "environmentName": "string",
// "events": {
// "string": {
// "action": "string",
// "bindingEvent": "string",
// "parameters": {
// "anchor": {
// "bindingProperties": {
// "field": "string",
// "property": "string"
// },
// "bindings": {
// "string": {
// "element": "string",
// "property": "string"
// }
// },
// "collectionBindingProperties": {
// "field": "string",
// "property": "string"
// },
// "componentName": "string",
// "concat": [
// "ComponentProperty"
// ],
// "condition": {
// "else": "ComponentProperty",
// "field": "string",
// "operand": "string",
// "operandType": "string",
// "operator": "string",
// "property": "string",
// "then": "ComponentProperty"
// },
// "configured": boolean,
// "defaultValue": "string",
// "event": "string",
// "importedValue": "string",
// "model": "string",
// "property": "string",
// "type": "string",
// "userAttribute": "string",
// "value": "string"
// },
// "fields": {
// "string": {
// "bindingProperties": {
// "field": "string",
// "property": "string"
// },
// "bindings": {
// "string": {
// "element": "string",
// "property": "string"
// }
// },
// "collectionBindingProperties": {
// "field": "string",
// "property": "string"
// },
// "componentName": "string",
// "concat": [
// "ComponentProperty"
// ],
// "condition": {
// "else": "ComponentProperty",
// "field": "string",
// "operand": "string",
// "operandType": "string",
// "operator": "string",
// "property": "string",
// "then": "ComponentProperty"
// },
// "configured": boolean,
// "defaultValue": "string",
// "event": "string",
// "importedValue": "string",
// "model": "string",
// "property": "string",
// "type": "string",
// "userAttribute": "string",
// "value": "string"
// }
// },
// "global": {
// "bindingProperties": {
// "field": "string",
// "property": "string"
// },
// "bindings": {
// "string": {
// "element": "string",
// "property": "string"
// }
// },
// "collectionBindingProperties": {
// "field": "string",
// "property": "string"
// },
// "componentName": "string",
// "concat": [
// "ComponentProperty"
// ],
// "condition": {
// "else": "ComponentProperty",
// "field": "string",
// "operand": "string",
// "operandType": "string",
// "operator": "string",
// "property": "string",
// "then": "ComponentProperty"
// },
// "configured": boolean,
// "defaultValue": "string",
// "event": "string",
// "importedValue": "string",
// "model": "string",
// "property": "string",
// "type": "string",
// "userAttribute": "string",
// "value": "string"
// },
// "id": {
// "bindingProperties": {
// "field": "string",
// "property": "string"
// },
// "bindings": {
// "string": {
// "element": "string",
// "property": "string"
// }
// },
// "collectionBindingProperties": {
// "field": "string",
// "property": "string"
// },
// "componentName": "string",
// "concat": [
// "ComponentProperty"
// ],
// "condition": {
// "else": "ComponentProperty",
// "field": "string",
// "operand": "string",
// "operandType": "string",
// "operator": "string",
// "property": "string",
// "then": "ComponentProperty"
// },
// "configured": boolean,
// "defaultValue": "string",
// "event": "string",
// "importedValue": "string",
// "model": "string",
// "property": "string",
// "type": "string",
// "userAttribute": "string",
// "value": "string"
// },
// "model": "string",
// "state": {
// "componentName": "string",
// "property": "string",
// "set": {
// "bindingProperties": {
// "field": "string",
// "property": "string"
// },
// "bindings": {
// "string": {
// "element": "string",
// "property": "string"
// }
// },
// "collectionBindingProperties": {
// "field": "string",
// "property": "string"
// },
// "componentName": "string",
// "concat": [
// "ComponentProperty"
// ],
// "condition": {
// "else": "ComponentProperty",
// "field": "string",
// "operand": "string",
// "operandType": "string",
// "operator": "string",
// "property": "string",
// "then": "ComponentProperty"
// },
// "configured": boolean,
// "defaultValue": "string",
// "event": "string",
// "importedValue": "string",
// "model": "string",
// "property": "string",
// "type": "string",
// "userAttribute": "string",
// "value": "string"
// }
// },
// "target": {
// "bindingProperties": {
// "field": "string",
// "property": "string"
// },
// "bindings": {
// "string": {
// "element": "string",
// "property": "string"
// }
// },
// "collectionBindingProperties": {
// "field": "string",
// "property": "string"
// },
// "componentName": "string",
// "concat": [
// "ComponentProperty"
// ],
// "condition": {
// "else": "ComponentProperty",
// "field": "string",
// "operand": "string",
// "operandType": "string",
// "operator": "string",
// "property": "string",
// "then": "ComponentProperty"
// },
// "configured": boolean,
// "defaultValue": "string",
// "event": "string",
// "importedValue": "string",
// "model": "string",
// "property": "string",
// "type": "string",
// "userAttribute": "string",
// "value": "string"
// },
// "type": {
// "bindingProperties": {
// "field": "string",
// "property": "string"
// },
// "bindings": {
// "string": {
// "element": "string",
// "property": "string"
// }
// },
// "collectionBindingProperties": {
// "field": "string",
// "property": "string"
// },
// "componentName": "string",
// "concat": [
// "ComponentProperty"
// ],
// "condition": {
// "else": "ComponentProperty",
// "field": "string",
// "operand": "string",
// "operandType": "string",
// "operator": "string",
// "property": "string",
// "then": "ComponentProperty"
// },
// "configured": boolean,
// "defaultValue": "string",
// "event": "string",
// "importedValue": "string",
// "model": "string",
// "property": "string",
// "type": "string",
// "userAttribute": "string",
// "value": "string"
// },
// "url": {
// "bindingProperties": {
// "field": "string",
// "property": "string"
// },
// "bindings": {
// "string": {
// "element": "string",
// "property": "string"
// }
// },
// "collectionBindingProperties": {
// "field": "string",
// "property": "string"
// },
// "componentName": "string",
// "concat": [
// "ComponentProperty"
// ],
// "condition": {
// "else": "ComponentProperty",
// "field": "string",
// "operand": "string",
// "operandType": "string",
// "operator": "string",
// "property": "string",
// "then": "ComponentProperty"
// },
// "configured": boolean,
// "defaultValue": "string",
// "event": "string",
// "importedValue": "string",
// "model": "string",
// "property": "string",
// "type": "string",
// "userAttribute": "string",
// "value": "string"
// }
// }
// }
// },
// "id": "string",
// "modifiedAt": number,
// "name": "string",
// "overrides": {
// "string": {
// "string": "string"
// }
// },
// "properties": {
// "string": {
// "bindingProperties": {
// "field": "string",
// "property": "string"
// },
// "bindings": {
// "string": {
// "element": "string",
// "property": "string"
// }
// },
// "collectionBindingProperties": {
// "field": "string",
// "property": "string"
// },
// "componentName": "string",
// "concat": [
// "ComponentProperty"
// ],
// "condition": {
// "else": "ComponentProperty",
// "field": "string",
// "operand": "string",
// "operandType": "string",
// "operator": "string",
// "property": "string",
// "then": "ComponentProperty"
// },
// "configured": boolean,
// "defaultValue": "string",
// "event": "string",
// "importedValue": "string",
// "model": "string",
// "property": "string",
// "type": "string",
// "userAttribute": "string",
// "value": "string"
// }
// },
// "schemaVersion": "string",
// "sourceId": "string",
// "tags": {
// "string": "string"
// },
// "variants": [
// {
// "overrides": {
// "string": {
// "string": "string"
// }
// },
// "variantValues": {
// "string": "string"
// }
// }
// ]
// }
// }