ExportComponents Objective-C Example
#import <CkoRest.h>
#import <CkoAuthAws.h>
#import <CkoStringBuilder.h>
#import <CkoJsonObject.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;
}
[rest AddHeader: @"Content-Type" value: @"application/x-amz-json-1.1"];
[rest AddHeader: @"X-Amz-Target" value: @"ExportComponents"];
CkoStringBuilder *sbResponseBody = [[CkoStringBuilder alloc] init];
success = [rest FullRequestNoBodySb: @"GET" uriPath: @"/export/app/{appId}/environment/{environmentName}/components" sb: 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 *appId = 0;
NSString *Bucket = 0;
NSString *DefaultValue = 0;
NSString *Field = 0;
NSString *Key = 0;
NSString *Model = 0;
NSString *UserAttribute = 0;
NSString *StringDefaultValue = 0;
NSString *v_Type = 0;
NSString *StringModel = 0;
NSString *PredicateField = 0;
NSString *Operand = 0;
NSString *Operator = 0;
NSString *componentType = 0;
int createdAt;
NSString *environmentName = 0;
NSString *Action = 0;
NSString *BindingEvent = 0;
NSString *BindingPropertiesField = 0;
NSString *Property = 0;
NSString *Element = 0;
NSString *StringProperty = 0;
NSString *CollectionBindingPropertiesField = 0;
NSString *CollectionBindingPropertiesProperty = 0;
NSString *ComponentName = 0;
NSString *v_Else = 0;
NSString *ConditionField = 0;
NSString *ConditionOperand = 0;
NSString *OperandType = 0;
NSString *ConditionOperator = 0;
NSString *ConditionProperty = 0;
NSString *v_Then = 0;
int Configured;
NSString *AnchorDefaultValue = 0;
NSString *v_Event = 0;
NSString *ImportedValue = 0;
NSString *AnchorModel = 0;
NSString *AnchorProperty = 0;
NSString *AnchorType = 0;
NSString *AnchorUserAttribute = 0;
NSString *Value = 0;
NSString *BindingPropertiesProperty = 0;
NSString *StringElement = 0;
NSString *StringComponentName = 0;
NSString *ConditionElse = 0;
NSString *ConditionOperandType = 0;
NSString *ConditionThen = 0;
int StringConfigured;
NSString *StringEvent = 0;
NSString *StringImportedValue = 0;
NSString *StringType = 0;
NSString *StringUserAttribute = 0;
NSString *StringValue = 0;
NSString *GlobalComponentName = 0;
int GlobalConfigured;
NSString *GlobalDefaultValue = 0;
NSString *GlobalEvent = 0;
NSString *GlobalImportedValue = 0;
NSString *GlobalModel = 0;
NSString *GlobalProperty = 0;
NSString *GlobalType = 0;
NSString *GlobalUserAttribute = 0;
NSString *GlobalValue = 0;
NSString *IdComponentName = 0;
int IdConfigured;
NSString *IdDefaultValue = 0;
NSString *IdEvent = 0;
NSString *IdImportedValue = 0;
NSString *IdModel = 0;
NSString *IdProperty = 0;
NSString *IdType = 0;
NSString *IdUserAttribute = 0;
NSString *IdValue = 0;
NSString *ParametersModel = 0;
NSString *StateComponentName = 0;
NSString *StateProperty = 0;
NSString *SetComponentName = 0;
int SetConfigured;
NSString *SetDefaultValue = 0;
NSString *SetEvent = 0;
NSString *SetImportedValue = 0;
NSString *SetModel = 0;
NSString *SetProperty = 0;
NSString *SetType = 0;
NSString *SetUserAttribute = 0;
NSString *SetValue = 0;
NSString *TargetComponentName = 0;
int TargetConfigured;
NSString *TargetDefaultValue = 0;
NSString *TargetEvent = 0;
NSString *TargetImportedValue = 0;
NSString *TargetModel = 0;
NSString *TargetProperty = 0;
NSString *TargetType = 0;
NSString *TargetUserAttribute = 0;
NSString *TargetValue = 0;
NSString *TypeComponentName = 0;
int TypeConfigured;
NSString *TypeDefaultValue = 0;
NSString *TypeEvent = 0;
NSString *TypeImportedValue = 0;
NSString *TypeModel = 0;
NSString *TypeProperty = 0;
NSString *TypeType = 0;
NSString *TypeUserAttribute = 0;
NSString *TypeValue = 0;
NSString *UrlComponentName = 0;
int UrlConfigured;
NSString *UrlDefaultValue = 0;
NSString *UrlEvent = 0;
NSString *UrlImportedValue = 0;
NSString *UrlModel = 0;
NSString *UrlProperty = 0;
NSString *UrlType = 0;
NSString *UrlUserAttribute = 0;
NSString *UrlValue = 0;
NSString *id = 0;
int modifiedAt;
NSString *name = 0;
NSString *v_String = 0;
NSString *schemaVersion = 0;
NSString *sourceId = 0;
NSString *tagsString = 0;
int j;
int count_j;
NSString *field = 0;
NSString *operand = 0;
NSString *operator = 0;
int k;
int count_k;
NSString *strVal = 0;
NSString *StringAction = 0;
NSString *StringBindingEvent = 0;
NSString *AnchorComponentName = 0;
int AnchorConfigured;
NSString *AnchorEvent = 0;
NSString *AnchorImportedValue = 0;
NSString *AnchorValue = 0;
NSString *direction = 0;
NSString *StringString = 0;
NSString *variantValuesString = 0;
NSString *nextToken = [jResp StringOf: @"nextToken"];
int i = 0;
int count_i = [[jResp SizeOfArray: @"entities"] intValue];
while (i < count_i) {
jResp.I = [NSNumber numberWithInt: i];
appId = [jResp StringOf: @"entities[i].appId"];
Bucket = [jResp StringOf: @"entities[i].bindingProperties.string.bindingProperties.bucket"];
DefaultValue = [jResp StringOf: @"entities[i].bindingProperties.string.bindingProperties.defaultValue"];
Field = [jResp StringOf: @"entities[i].bindingProperties.string.bindingProperties.field"];
Key = [jResp StringOf: @"entities[i].bindingProperties.string.bindingProperties.key"];
Model = [jResp StringOf: @"entities[i].bindingProperties.string.bindingProperties.model"];
UserAttribute = [jResp StringOf: @"entities[i].bindingProperties.string.bindingProperties.userAttribute"];
StringDefaultValue = [jResp StringOf: @"entities[i].bindingProperties.string.defaultValue"];
v_Type = [jResp StringOf: @"entities[i].bindingProperties.string.type"];
StringModel = [jResp StringOf: @"entities[i].collectionProperties.string.model"];
PredicateField = [jResp StringOf: @"entities[i].collectionProperties.string.predicate.field"];
Operand = [jResp StringOf: @"entities[i].collectionProperties.string.predicate.operand"];
Operator = [jResp StringOf: @"entities[i].collectionProperties.string.predicate.operator"];
componentType = [jResp StringOf: @"entities[i].componentType"];
createdAt = [[jResp IntOf: @"entities[i].createdAt"] intValue];
environmentName = [jResp StringOf: @"entities[i].environmentName"];
Action = [jResp StringOf: @"entities[i].events.string.action"];
BindingEvent = [jResp StringOf: @"entities[i].events.string.bindingEvent"];
BindingPropertiesField = [jResp StringOf: @"entities[i].events.string.parameters.anchor.bindingProperties.field"];
Property = [jResp StringOf: @"entities[i].events.string.parameters.anchor.bindingProperties.property"];
Element = [jResp StringOf: @"entities[i].events.string.parameters.anchor.bindings.string.element"];
StringProperty = [jResp StringOf: @"entities[i].events.string.parameters.anchor.bindings.string.property"];
CollectionBindingPropertiesField = [jResp StringOf: @"entities[i].events.string.parameters.anchor.collectionBindingProperties.field"];
CollectionBindingPropertiesProperty = [jResp StringOf: @"entities[i].events.string.parameters.anchor.collectionBindingProperties.property"];
ComponentName = [jResp StringOf: @"entities[i].events.string.parameters.anchor.componentName"];
v_Else = [jResp StringOf: @"entities[i].events.string.parameters.anchor.condition.else"];
ConditionField = [jResp StringOf: @"entities[i].events.string.parameters.anchor.condition.field"];
ConditionOperand = [jResp StringOf: @"entities[i].events.string.parameters.anchor.condition.operand"];
OperandType = [jResp StringOf: @"entities[i].events.string.parameters.anchor.condition.operandType"];
ConditionOperator = [jResp StringOf: @"entities[i].events.string.parameters.anchor.condition.operator"];
ConditionProperty = [jResp StringOf: @"entities[i].events.string.parameters.anchor.condition.property"];
v_Then = [jResp StringOf: @"entities[i].events.string.parameters.anchor.condition.then"];
Configured = [[jResp IntOf: @"entities[i].events.string.parameters.anchor.configured"] intValue];
AnchorDefaultValue = [jResp StringOf: @"entities[i].events.string.parameters.anchor.defaultValue"];
v_Event = [jResp StringOf: @"entities[i].events.string.parameters.anchor.event"];
ImportedValue = [jResp StringOf: @"entities[i].events.string.parameters.anchor.importedValue"];
AnchorModel = [jResp StringOf: @"entities[i].events.string.parameters.anchor.model"];
AnchorProperty = [jResp StringOf: @"entities[i].events.string.parameters.anchor.property"];
AnchorType = [jResp StringOf: @"entities[i].events.string.parameters.anchor.type"];
AnchorUserAttribute = [jResp StringOf: @"entities[i].events.string.parameters.anchor.userAttribute"];
Value = [jResp StringOf: @"entities[i].events.string.parameters.anchor.value"];
BindingPropertiesField = [jResp StringOf: @"entities[i].events.string.parameters.fields.string.bindingProperties.field"];
BindingPropertiesProperty = [jResp StringOf: @"entities[i].events.string.parameters.fields.string.bindingProperties.property"];
StringElement = [jResp StringOf: @"entities[i].events.string.parameters.fields.string.bindings.string.element"];
StringProperty = [jResp StringOf: @"entities[i].events.string.parameters.fields.string.bindings.string.property"];
CollectionBindingPropertiesField = [jResp StringOf: @"entities[i].events.string.parameters.fields.string.collectionBindingProperties.field"];
CollectionBindingPropertiesProperty = [jResp StringOf: @"entities[i].events.string.parameters.fields.string.collectionBindingProperties.property"];
StringComponentName = [jResp StringOf: @"entities[i].events.string.parameters.fields.string.componentName"];
ConditionElse = [jResp StringOf: @"entities[i].events.string.parameters.fields.string.condition.else"];
ConditionField = [jResp StringOf: @"entities[i].events.string.parameters.fields.string.condition.field"];
ConditionOperand = [jResp StringOf: @"entities[i].events.string.parameters.fields.string.condition.operand"];
ConditionOperandType = [jResp StringOf: @"entities[i].events.string.parameters.fields.string.condition.operandType"];
ConditionOperator = [jResp StringOf: @"entities[i].events.string.parameters.fields.string.condition.operator"];
ConditionProperty = [jResp StringOf: @"entities[i].events.string.parameters.fields.string.condition.property"];
ConditionThen = [jResp StringOf: @"entities[i].events.string.parameters.fields.string.condition.then"];
StringConfigured = [[jResp IntOf: @"entities[i].events.string.parameters.fields.string.configured"] intValue];
StringDefaultValue = [jResp StringOf: @"entities[i].events.string.parameters.fields.string.defaultValue"];
StringEvent = [jResp StringOf: @"entities[i].events.string.parameters.fields.string.event"];
StringImportedValue = [jResp StringOf: @"entities[i].events.string.parameters.fields.string.importedValue"];
StringModel = [jResp StringOf: @"entities[i].events.string.parameters.fields.string.model"];
StringProperty = [jResp StringOf: @"entities[i].events.string.parameters.fields.string.property"];
StringType = [jResp StringOf: @"entities[i].events.string.parameters.fields.string.type"];
StringUserAttribute = [jResp StringOf: @"entities[i].events.string.parameters.fields.string.userAttribute"];
StringValue = [jResp StringOf: @"entities[i].events.string.parameters.fields.string.value"];
BindingPropertiesField = [jResp StringOf: @"entities[i].events.string.parameters.global.bindingProperties.field"];
BindingPropertiesProperty = [jResp StringOf: @"entities[i].events.string.parameters.global.bindingProperties.property"];
StringElement = [jResp StringOf: @"entities[i].events.string.parameters.global.bindings.string.element"];
StringProperty = [jResp StringOf: @"entities[i].events.string.parameters.global.bindings.string.property"];
CollectionBindingPropertiesField = [jResp StringOf: @"entities[i].events.string.parameters.global.collectionBindingProperties.field"];
CollectionBindingPropertiesProperty = [jResp StringOf: @"entities[i].events.string.parameters.global.collectionBindingProperties.property"];
GlobalComponentName = [jResp StringOf: @"entities[i].events.string.parameters.global.componentName"];
ConditionElse = [jResp StringOf: @"entities[i].events.string.parameters.global.condition.else"];
ConditionField = [jResp StringOf: @"entities[i].events.string.parameters.global.condition.field"];
ConditionOperand = [jResp StringOf: @"entities[i].events.string.parameters.global.condition.operand"];
ConditionOperandType = [jResp StringOf: @"entities[i].events.string.parameters.global.condition.operandType"];
ConditionOperator = [jResp StringOf: @"entities[i].events.string.parameters.global.condition.operator"];
ConditionProperty = [jResp StringOf: @"entities[i].events.string.parameters.global.condition.property"];
ConditionThen = [jResp StringOf: @"entities[i].events.string.parameters.global.condition.then"];
GlobalConfigured = [[jResp IntOf: @"entities[i].events.string.parameters.global.configured"] intValue];
GlobalDefaultValue = [jResp StringOf: @"entities[i].events.string.parameters.global.defaultValue"];
GlobalEvent = [jResp StringOf: @"entities[i].events.string.parameters.global.event"];
GlobalImportedValue = [jResp StringOf: @"entities[i].events.string.parameters.global.importedValue"];
GlobalModel = [jResp StringOf: @"entities[i].events.string.parameters.global.model"];
GlobalProperty = [jResp StringOf: @"entities[i].events.string.parameters.global.property"];
GlobalType = [jResp StringOf: @"entities[i].events.string.parameters.global.type"];
GlobalUserAttribute = [jResp StringOf: @"entities[i].events.string.parameters.global.userAttribute"];
GlobalValue = [jResp StringOf: @"entities[i].events.string.parameters.global.value"];
BindingPropertiesField = [jResp StringOf: @"entities[i].events.string.parameters.id.bindingProperties.field"];
BindingPropertiesProperty = [jResp StringOf: @"entities[i].events.string.parameters.id.bindingProperties.property"];
StringElement = [jResp StringOf: @"entities[i].events.string.parameters.id.bindings.string.element"];
StringProperty = [jResp StringOf: @"entities[i].events.string.parameters.id.bindings.string.property"];
CollectionBindingPropertiesField = [jResp StringOf: @"entities[i].events.string.parameters.id.collectionBindingProperties.field"];
CollectionBindingPropertiesProperty = [jResp StringOf: @"entities[i].events.string.parameters.id.collectionBindingProperties.property"];
IdComponentName = [jResp StringOf: @"entities[i].events.string.parameters.id.componentName"];
ConditionElse = [jResp StringOf: @"entities[i].events.string.parameters.id.condition.else"];
ConditionField = [jResp StringOf: @"entities[i].events.string.parameters.id.condition.field"];
ConditionOperand = [jResp StringOf: @"entities[i].events.string.parameters.id.condition.operand"];
ConditionOperandType = [jResp StringOf: @"entities[i].events.string.parameters.id.condition.operandType"];
ConditionOperator = [jResp StringOf: @"entities[i].events.string.parameters.id.condition.operator"];
ConditionProperty = [jResp StringOf: @"entities[i].events.string.parameters.id.condition.property"];
ConditionThen = [jResp StringOf: @"entities[i].events.string.parameters.id.condition.then"];
IdConfigured = [[jResp IntOf: @"entities[i].events.string.parameters.id.configured"] intValue];
IdDefaultValue = [jResp StringOf: @"entities[i].events.string.parameters.id.defaultValue"];
IdEvent = [jResp StringOf: @"entities[i].events.string.parameters.id.event"];
IdImportedValue = [jResp StringOf: @"entities[i].events.string.parameters.id.importedValue"];
IdModel = [jResp StringOf: @"entities[i].events.string.parameters.id.model"];
IdProperty = [jResp StringOf: @"entities[i].events.string.parameters.id.property"];
IdType = [jResp StringOf: @"entities[i].events.string.parameters.id.type"];
IdUserAttribute = [jResp StringOf: @"entities[i].events.string.parameters.id.userAttribute"];
IdValue = [jResp StringOf: @"entities[i].events.string.parameters.id.value"];
ParametersModel = [jResp StringOf: @"entities[i].events.string.parameters.model"];
StateComponentName = [jResp StringOf: @"entities[i].events.string.parameters.state.componentName"];
StateProperty = [jResp StringOf: @"entities[i].events.string.parameters.state.property"];
BindingPropertiesField = [jResp StringOf: @"entities[i].events.string.parameters.state.set.bindingProperties.field"];
BindingPropertiesProperty = [jResp StringOf: @"entities[i].events.string.parameters.state.set.bindingProperties.property"];
StringElement = [jResp StringOf: @"entities[i].events.string.parameters.state.set.bindings.string.element"];
StringProperty = [jResp StringOf: @"entities[i].events.string.parameters.state.set.bindings.string.property"];
CollectionBindingPropertiesField = [jResp StringOf: @"entities[i].events.string.parameters.state.set.collectionBindingProperties.field"];
CollectionBindingPropertiesProperty = [jResp StringOf: @"entities[i].events.string.parameters.state.set.collectionBindingProperties.property"];
SetComponentName = [jResp StringOf: @"entities[i].events.string.parameters.state.set.componentName"];
ConditionElse = [jResp StringOf: @"entities[i].events.string.parameters.state.set.condition.else"];
ConditionField = [jResp StringOf: @"entities[i].events.string.parameters.state.set.condition.field"];
ConditionOperand = [jResp StringOf: @"entities[i].events.string.parameters.state.set.condition.operand"];
ConditionOperandType = [jResp StringOf: @"entities[i].events.string.parameters.state.set.condition.operandType"];
ConditionOperator = [jResp StringOf: @"entities[i].events.string.parameters.state.set.condition.operator"];
ConditionProperty = [jResp StringOf: @"entities[i].events.string.parameters.state.set.condition.property"];
ConditionThen = [jResp StringOf: @"entities[i].events.string.parameters.state.set.condition.then"];
SetConfigured = [[jResp IntOf: @"entities[i].events.string.parameters.state.set.configured"] intValue];
SetDefaultValue = [jResp StringOf: @"entities[i].events.string.parameters.state.set.defaultValue"];
SetEvent = [jResp StringOf: @"entities[i].events.string.parameters.state.set.event"];
SetImportedValue = [jResp StringOf: @"entities[i].events.string.parameters.state.set.importedValue"];
SetModel = [jResp StringOf: @"entities[i].events.string.parameters.state.set.model"];
SetProperty = [jResp StringOf: @"entities[i].events.string.parameters.state.set.property"];
SetType = [jResp StringOf: @"entities[i].events.string.parameters.state.set.type"];
SetUserAttribute = [jResp StringOf: @"entities[i].events.string.parameters.state.set.userAttribute"];
SetValue = [jResp StringOf: @"entities[i].events.string.parameters.state.set.value"];
BindingPropertiesField = [jResp StringOf: @"entities[i].events.string.parameters.target.bindingProperties.field"];
BindingPropertiesProperty = [jResp StringOf: @"entities[i].events.string.parameters.target.bindingProperties.property"];
StringElement = [jResp StringOf: @"entities[i].events.string.parameters.target.bindings.string.element"];
StringProperty = [jResp StringOf: @"entities[i].events.string.parameters.target.bindings.string.property"];
CollectionBindingPropertiesField = [jResp StringOf: @"entities[i].events.string.parameters.target.collectionBindingProperties.field"];
CollectionBindingPropertiesProperty = [jResp StringOf: @"entities[i].events.string.parameters.target.collectionBindingProperties.property"];
TargetComponentName = [jResp StringOf: @"entities[i].events.string.parameters.target.componentName"];
ConditionElse = [jResp StringOf: @"entities[i].events.string.parameters.target.condition.else"];
ConditionField = [jResp StringOf: @"entities[i].events.string.parameters.target.condition.field"];
ConditionOperand = [jResp StringOf: @"entities[i].events.string.parameters.target.condition.operand"];
ConditionOperandType = [jResp StringOf: @"entities[i].events.string.parameters.target.condition.operandType"];
ConditionOperator = [jResp StringOf: @"entities[i].events.string.parameters.target.condition.operator"];
ConditionProperty = [jResp StringOf: @"entities[i].events.string.parameters.target.condition.property"];
ConditionThen = [jResp StringOf: @"entities[i].events.string.parameters.target.condition.then"];
TargetConfigured = [[jResp IntOf: @"entities[i].events.string.parameters.target.configured"] intValue];
TargetDefaultValue = [jResp StringOf: @"entities[i].events.string.parameters.target.defaultValue"];
TargetEvent = [jResp StringOf: @"entities[i].events.string.parameters.target.event"];
TargetImportedValue = [jResp StringOf: @"entities[i].events.string.parameters.target.importedValue"];
TargetModel = [jResp StringOf: @"entities[i].events.string.parameters.target.model"];
TargetProperty = [jResp StringOf: @"entities[i].events.string.parameters.target.property"];
TargetType = [jResp StringOf: @"entities[i].events.string.parameters.target.type"];
TargetUserAttribute = [jResp StringOf: @"entities[i].events.string.parameters.target.userAttribute"];
TargetValue = [jResp StringOf: @"entities[i].events.string.parameters.target.value"];
BindingPropertiesField = [jResp StringOf: @"entities[i].events.string.parameters.type.bindingProperties.field"];
BindingPropertiesProperty = [jResp StringOf: @"entities[i].events.string.parameters.type.bindingProperties.property"];
StringElement = [jResp StringOf: @"entities[i].events.string.parameters.type.bindings.string.element"];
StringProperty = [jResp StringOf: @"entities[i].events.string.parameters.type.bindings.string.property"];
CollectionBindingPropertiesField = [jResp StringOf: @"entities[i].events.string.parameters.type.collectionBindingProperties.field"];
CollectionBindingPropertiesProperty = [jResp StringOf: @"entities[i].events.string.parameters.type.collectionBindingProperties.property"];
TypeComponentName = [jResp StringOf: @"entities[i].events.string.parameters.type.componentName"];
ConditionElse = [jResp StringOf: @"entities[i].events.string.parameters.type.condition.else"];
ConditionField = [jResp StringOf: @"entities[i].events.string.parameters.type.condition.field"];
ConditionOperand = [jResp StringOf: @"entities[i].events.string.parameters.type.condition.operand"];
ConditionOperandType = [jResp StringOf: @"entities[i].events.string.parameters.type.condition.operandType"];
ConditionOperator = [jResp StringOf: @"entities[i].events.string.parameters.type.condition.operator"];
ConditionProperty = [jResp StringOf: @"entities[i].events.string.parameters.type.condition.property"];
ConditionThen = [jResp StringOf: @"entities[i].events.string.parameters.type.condition.then"];
TypeConfigured = [[jResp IntOf: @"entities[i].events.string.parameters.type.configured"] intValue];
TypeDefaultValue = [jResp StringOf: @"entities[i].events.string.parameters.type.defaultValue"];
TypeEvent = [jResp StringOf: @"entities[i].events.string.parameters.type.event"];
TypeImportedValue = [jResp StringOf: @"entities[i].events.string.parameters.type.importedValue"];
TypeModel = [jResp StringOf: @"entities[i].events.string.parameters.type.model"];
TypeProperty = [jResp StringOf: @"entities[i].events.string.parameters.type.property"];
TypeType = [jResp StringOf: @"entities[i].events.string.parameters.type.type"];
TypeUserAttribute = [jResp StringOf: @"entities[i].events.string.parameters.type.userAttribute"];
TypeValue = [jResp StringOf: @"entities[i].events.string.parameters.type.value"];
BindingPropertiesField = [jResp StringOf: @"entities[i].events.string.parameters.url.bindingProperties.field"];
BindingPropertiesProperty = [jResp StringOf: @"entities[i].events.string.parameters.url.bindingProperties.property"];
StringElement = [jResp StringOf: @"entities[i].events.string.parameters.url.bindings.string.element"];
StringProperty = [jResp StringOf: @"entities[i].events.string.parameters.url.bindings.string.property"];
CollectionBindingPropertiesField = [jResp StringOf: @"entities[i].events.string.parameters.url.collectionBindingProperties.field"];
CollectionBindingPropertiesProperty = [jResp StringOf: @"entities[i].events.string.parameters.url.collectionBindingProperties.property"];
UrlComponentName = [jResp StringOf: @"entities[i].events.string.parameters.url.componentName"];
ConditionElse = [jResp StringOf: @"entities[i].events.string.parameters.url.condition.else"];
ConditionField = [jResp StringOf: @"entities[i].events.string.parameters.url.condition.field"];
ConditionOperand = [jResp StringOf: @"entities[i].events.string.parameters.url.condition.operand"];
ConditionOperandType = [jResp StringOf: @"entities[i].events.string.parameters.url.condition.operandType"];
ConditionOperator = [jResp StringOf: @"entities[i].events.string.parameters.url.condition.operator"];
ConditionProperty = [jResp StringOf: @"entities[i].events.string.parameters.url.condition.property"];
ConditionThen = [jResp StringOf: @"entities[i].events.string.parameters.url.condition.then"];
UrlConfigured = [[jResp IntOf: @"entities[i].events.string.parameters.url.configured"] intValue];
UrlDefaultValue = [jResp StringOf: @"entities[i].events.string.parameters.url.defaultValue"];
UrlEvent = [jResp StringOf: @"entities[i].events.string.parameters.url.event"];
UrlImportedValue = [jResp StringOf: @"entities[i].events.string.parameters.url.importedValue"];
UrlModel = [jResp StringOf: @"entities[i].events.string.parameters.url.model"];
UrlProperty = [jResp StringOf: @"entities[i].events.string.parameters.url.property"];
UrlType = [jResp StringOf: @"entities[i].events.string.parameters.url.type"];
UrlUserAttribute = [jResp StringOf: @"entities[i].events.string.parameters.url.userAttribute"];
UrlValue = [jResp StringOf: @"entities[i].events.string.parameters.url.value"];
id = [jResp StringOf: @"entities[i].id"];
modifiedAt = [[jResp IntOf: @"entities[i].modifiedAt"] intValue];
name = [jResp StringOf: @"entities[i].name"];
v_String = [jResp StringOf: @"entities[i].overrides.string.string"];
BindingPropertiesField = [jResp StringOf: @"entities[i].properties.string.bindingProperties.field"];
BindingPropertiesProperty = [jResp StringOf: @"entities[i].properties.string.bindingProperties.property"];
StringElement = [jResp StringOf: @"entities[i].properties.string.bindings.string.element"];
StringProperty = [jResp StringOf: @"entities[i].properties.string.bindings.string.property"];
CollectionBindingPropertiesField = [jResp StringOf: @"entities[i].properties.string.collectionBindingProperties.field"];
CollectionBindingPropertiesProperty = [jResp StringOf: @"entities[i].properties.string.collectionBindingProperties.property"];
StringComponentName = [jResp StringOf: @"entities[i].properties.string.componentName"];
ConditionElse = [jResp StringOf: @"entities[i].properties.string.condition.else"];
ConditionField = [jResp StringOf: @"entities[i].properties.string.condition.field"];
ConditionOperand = [jResp StringOf: @"entities[i].properties.string.condition.operand"];
ConditionOperandType = [jResp StringOf: @"entities[i].properties.string.condition.operandType"];
ConditionOperator = [jResp StringOf: @"entities[i].properties.string.condition.operator"];
ConditionProperty = [jResp StringOf: @"entities[i].properties.string.condition.property"];
ConditionThen = [jResp StringOf: @"entities[i].properties.string.condition.then"];
StringConfigured = [[jResp IntOf: @"entities[i].properties.string.configured"] intValue];
StringDefaultValue = [jResp StringOf: @"entities[i].properties.string.defaultValue"];
StringEvent = [jResp StringOf: @"entities[i].properties.string.event"];
StringImportedValue = [jResp StringOf: @"entities[i].properties.string.importedValue"];
StringModel = [jResp StringOf: @"entities[i].properties.string.model"];
StringProperty = [jResp StringOf: @"entities[i].properties.string.property"];
StringType = [jResp StringOf: @"entities[i].properties.string.type"];
StringUserAttribute = [jResp StringOf: @"entities[i].properties.string.userAttribute"];
StringValue = [jResp StringOf: @"entities[i].properties.string.value"];
schemaVersion = [jResp StringOf: @"entities[i].schemaVersion"];
sourceId = [jResp StringOf: @"entities[i].sourceId"];
tagsString = [jResp StringOf: @"entities[i].tags.string"];
j = 0;
count_j = [[jResp SizeOfArray: @"entities[i].bindingProperties.string.bindingProperties.predicates"] intValue];
while (j < count_j) {
jResp.J = [NSNumber numberWithInt: j];
field = [jResp StringOf: @"entities[i].bindingProperties.string.bindingProperties.predicates[j].field"];
operand = [jResp StringOf: @"entities[i].bindingProperties.string.bindingProperties.predicates[j].operand"];
operator = [jResp StringOf: @"entities[i].bindingProperties.string.bindingProperties.predicates[j].operator"];
k = 0;
count_k = [[jResp SizeOfArray: @"entities[i].bindingProperties.string.bindingProperties.predicates[j].and"] intValue];
while (k < count_k) {
jResp.K = [NSNumber numberWithInt: k];
strVal = [jResp StringOf: @"entities[i].bindingProperties.string.bindingProperties.predicates[j].and[k]"];
k = k + 1;
}
k = 0;
count_k = [[jResp SizeOfArray: @"entities[i].bindingProperties.string.bindingProperties.predicates[j].or"] intValue];
while (k < count_k) {
jResp.K = [NSNumber numberWithInt: k];
strVal = [jResp StringOf: @"entities[i].bindingProperties.string.bindingProperties.predicates[j].or[k]"];
k = k + 1;
}
j = j + 1;
}
j = 0;
count_j = [[jResp SizeOfArray: @"entities[i].children"] intValue];
while (j < count_j) {
jResp.J = [NSNumber numberWithInt: j];
componentType = [jResp StringOf: @"entities[i].children[j].componentType"];
StringAction = [jResp StringOf: @"entities[i].children[j].events.string.action"];
StringBindingEvent = [jResp StringOf: @"entities[i].children[j].events.string.bindingEvent"];
BindingPropertiesField = [jResp StringOf: @"entities[i].children[j].events.string.parameters.anchor.bindingProperties.field"];
BindingPropertiesProperty = [jResp StringOf: @"entities[i].children[j].events.string.parameters.anchor.bindingProperties.property"];
StringElement = [jResp StringOf: @"entities[i].children[j].events.string.parameters.anchor.bindings.string.element"];
StringProperty = [jResp StringOf: @"entities[i].children[j].events.string.parameters.anchor.bindings.string.property"];
CollectionBindingPropertiesField = [jResp StringOf: @"entities[i].children[j].events.string.parameters.anchor.collectionBindingProperties.field"];
CollectionBindingPropertiesProperty = [jResp StringOf: @"entities[i].children[j].events.string.parameters.anchor.collectionBindingProperties.property"];
AnchorComponentName = [jResp StringOf: @"entities[i].children[j].events.string.parameters.anchor.componentName"];
ConditionElse = [jResp StringOf: @"entities[i].children[j].events.string.parameters.anchor.condition.else"];
ConditionField = [jResp StringOf: @"entities[i].children[j].events.string.parameters.anchor.condition.field"];
ConditionOperand = [jResp StringOf: @"entities[i].children[j].events.string.parameters.anchor.condition.operand"];
ConditionOperandType = [jResp StringOf: @"entities[i].children[j].events.string.parameters.anchor.condition.operandType"];
ConditionOperator = [jResp StringOf: @"entities[i].children[j].events.string.parameters.anchor.condition.operator"];
ConditionProperty = [jResp StringOf: @"entities[i].children[j].events.string.parameters.anchor.condition.property"];
ConditionThen = [jResp StringOf: @"entities[i].children[j].events.string.parameters.anchor.condition.then"];
AnchorConfigured = [[jResp IntOf: @"entities[i].children[j].events.string.parameters.anchor.configured"] intValue];
AnchorDefaultValue = [jResp StringOf: @"entities[i].children[j].events.string.parameters.anchor.defaultValue"];
AnchorEvent = [jResp StringOf: @"entities[i].children[j].events.string.parameters.anchor.event"];
AnchorImportedValue = [jResp StringOf: @"entities[i].children[j].events.string.parameters.anchor.importedValue"];
AnchorModel = [jResp StringOf: @"entities[i].children[j].events.string.parameters.anchor.model"];
AnchorProperty = [jResp StringOf: @"entities[i].children[j].events.string.parameters.anchor.property"];
AnchorType = [jResp StringOf: @"entities[i].children[j].events.string.parameters.anchor.type"];
AnchorUserAttribute = [jResp StringOf: @"entities[i].children[j].events.string.parameters.anchor.userAttribute"];
AnchorValue = [jResp StringOf: @"entities[i].children[j].events.string.parameters.anchor.value"];
BindingPropertiesField = [jResp StringOf: @"entities[i].children[j].events.string.parameters.fields.string.bindingProperties.field"];
BindingPropertiesProperty = [jResp StringOf: @"entities[i].children[j].events.string.parameters.fields.string.bindingProperties.property"];
StringElement = [jResp StringOf: @"entities[i].children[j].events.string.parameters.fields.string.bindings.string.element"];
StringProperty = [jResp StringOf: @"entities[i].children[j].events.string.parameters.fields.string.bindings.string.property"];
CollectionBindingPropertiesField = [jResp StringOf: @"entities[i].children[j].events.string.parameters.fields.string.collectionBindingProperties.field"];
CollectionBindingPropertiesProperty = [jResp StringOf: @"entities[i].children[j].events.string.parameters.fields.string.collectionBindingProperties.property"];
StringComponentName = [jResp StringOf: @"entities[i].children[j].events.string.parameters.fields.string.componentName"];
ConditionElse = [jResp StringOf: @"entities[i].children[j].events.string.parameters.fields.string.condition.else"];
ConditionField = [jResp StringOf: @"entities[i].children[j].events.string.parameters.fields.string.condition.field"];
ConditionOperand = [jResp StringOf: @"entities[i].children[j].events.string.parameters.fields.string.condition.operand"];
ConditionOperandType = [jResp StringOf: @"entities[i].children[j].events.string.parameters.fields.string.condition.operandType"];
ConditionOperator = [jResp StringOf: @"entities[i].children[j].events.string.parameters.fields.string.condition.operator"];
ConditionProperty = [jResp StringOf: @"entities[i].children[j].events.string.parameters.fields.string.condition.property"];
ConditionThen = [jResp StringOf: @"entities[i].children[j].events.string.parameters.fields.string.condition.then"];
StringConfigured = [[jResp IntOf: @"entities[i].children[j].events.string.parameters.fields.string.configured"] intValue];
StringDefaultValue = [jResp StringOf: @"entities[i].children[j].events.string.parameters.fields.string.defaultValue"];
StringEvent = [jResp StringOf: @"entities[i].children[j].events.string.parameters.fields.string.event"];
StringImportedValue = [jResp StringOf: @"entities[i].children[j].events.string.parameters.fields.string.importedValue"];
StringModel = [jResp StringOf: @"entities[i].children[j].events.string.parameters.fields.string.model"];
StringProperty = [jResp StringOf: @"entities[i].children[j].events.string.parameters.fields.string.property"];
StringType = [jResp StringOf: @"entities[i].children[j].events.string.parameters.fields.string.type"];
StringUserAttribute = [jResp StringOf: @"entities[i].children[j].events.string.parameters.fields.string.userAttribute"];
StringValue = [jResp StringOf: @"entities[i].children[j].events.string.parameters.fields.string.value"];
BindingPropertiesField = [jResp StringOf: @"entities[i].children[j].events.string.parameters.global.bindingProperties.field"];
BindingPropertiesProperty = [jResp StringOf: @"entities[i].children[j].events.string.parameters.global.bindingProperties.property"];
StringElement = [jResp StringOf: @"entities[i].children[j].events.string.parameters.global.bindings.string.element"];
StringProperty = [jResp StringOf: @"entities[i].children[j].events.string.parameters.global.bindings.string.property"];
CollectionBindingPropertiesField = [jResp StringOf: @"entities[i].children[j].events.string.parameters.global.collectionBindingProperties.field"];
CollectionBindingPropertiesProperty = [jResp StringOf: @"entities[i].children[j].events.string.parameters.global.collectionBindingProperties.property"];
GlobalComponentName = [jResp StringOf: @"entities[i].children[j].events.string.parameters.global.componentName"];
ConditionElse = [jResp StringOf: @"entities[i].children[j].events.string.parameters.global.condition.else"];
ConditionField = [jResp StringOf: @"entities[i].children[j].events.string.parameters.global.condition.field"];
ConditionOperand = [jResp StringOf: @"entities[i].children[j].events.string.parameters.global.condition.operand"];
ConditionOperandType = [jResp StringOf: @"entities[i].children[j].events.string.parameters.global.condition.operandType"];
ConditionOperator = [jResp StringOf: @"entities[i].children[j].events.string.parameters.global.condition.operator"];
ConditionProperty = [jResp StringOf: @"entities[i].children[j].events.string.parameters.global.condition.property"];
ConditionThen = [jResp StringOf: @"entities[i].children[j].events.string.parameters.global.condition.then"];
GlobalConfigured = [[jResp IntOf: @"entities[i].children[j].events.string.parameters.global.configured"] intValue];
GlobalDefaultValue = [jResp StringOf: @"entities[i].children[j].events.string.parameters.global.defaultValue"];
GlobalEvent = [jResp StringOf: @"entities[i].children[j].events.string.parameters.global.event"];
GlobalImportedValue = [jResp StringOf: @"entities[i].children[j].events.string.parameters.global.importedValue"];
GlobalModel = [jResp StringOf: @"entities[i].children[j].events.string.parameters.global.model"];
GlobalProperty = [jResp StringOf: @"entities[i].children[j].events.string.parameters.global.property"];
GlobalType = [jResp StringOf: @"entities[i].children[j].events.string.parameters.global.type"];
GlobalUserAttribute = [jResp StringOf: @"entities[i].children[j].events.string.parameters.global.userAttribute"];
GlobalValue = [jResp StringOf: @"entities[i].children[j].events.string.parameters.global.value"];
BindingPropertiesField = [jResp StringOf: @"entities[i].children[j].events.string.parameters.id.bindingProperties.field"];
BindingPropertiesProperty = [jResp StringOf: @"entities[i].children[j].events.string.parameters.id.bindingProperties.property"];
StringElement = [jResp StringOf: @"entities[i].children[j].events.string.parameters.id.bindings.string.element"];
StringProperty = [jResp StringOf: @"entities[i].children[j].events.string.parameters.id.bindings.string.property"];
CollectionBindingPropertiesField = [jResp StringOf: @"entities[i].children[j].events.string.parameters.id.collectionBindingProperties.field"];
CollectionBindingPropertiesProperty = [jResp StringOf: @"entities[i].children[j].events.string.parameters.id.collectionBindingProperties.property"];
IdComponentName = [jResp StringOf: @"entities[i].children[j].events.string.parameters.id.componentName"];
ConditionElse = [jResp StringOf: @"entities[i].children[j].events.string.parameters.id.condition.else"];
ConditionField = [jResp StringOf: @"entities[i].children[j].events.string.parameters.id.condition.field"];
ConditionOperand = [jResp StringOf: @"entities[i].children[j].events.string.parameters.id.condition.operand"];
ConditionOperandType = [jResp StringOf: @"entities[i].children[j].events.string.parameters.id.condition.operandType"];
ConditionOperator = [jResp StringOf: @"entities[i].children[j].events.string.parameters.id.condition.operator"];
ConditionProperty = [jResp StringOf: @"entities[i].children[j].events.string.parameters.id.condition.property"];
ConditionThen = [jResp StringOf: @"entities[i].children[j].events.string.parameters.id.condition.then"];
IdConfigured = [[jResp IntOf: @"entities[i].children[j].events.string.parameters.id.configured"] intValue];
IdDefaultValue = [jResp StringOf: @"entities[i].children[j].events.string.parameters.id.defaultValue"];
IdEvent = [jResp StringOf: @"entities[i].children[j].events.string.parameters.id.event"];
IdImportedValue = [jResp StringOf: @"entities[i].children[j].events.string.parameters.id.importedValue"];
IdModel = [jResp StringOf: @"entities[i].children[j].events.string.parameters.id.model"];
IdProperty = [jResp StringOf: @"entities[i].children[j].events.string.parameters.id.property"];
IdType = [jResp StringOf: @"entities[i].children[j].events.string.parameters.id.type"];
IdUserAttribute = [jResp StringOf: @"entities[i].children[j].events.string.parameters.id.userAttribute"];
IdValue = [jResp StringOf: @"entities[i].children[j].events.string.parameters.id.value"];
ParametersModel = [jResp StringOf: @"entities[i].children[j].events.string.parameters.model"];
StateComponentName = [jResp StringOf: @"entities[i].children[j].events.string.parameters.state.componentName"];
StateProperty = [jResp StringOf: @"entities[i].children[j].events.string.parameters.state.property"];
BindingPropertiesField = [jResp StringOf: @"entities[i].children[j].events.string.parameters.state.set.bindingProperties.field"];
BindingPropertiesProperty = [jResp StringOf: @"entities[i].children[j].events.string.parameters.state.set.bindingProperties.property"];
StringElement = [jResp StringOf: @"entities[i].children[j].events.string.parameters.state.set.bindings.string.element"];
StringProperty = [jResp StringOf: @"entities[i].children[j].events.string.parameters.state.set.bindings.string.property"];
CollectionBindingPropertiesField = [jResp StringOf: @"entities[i].children[j].events.string.parameters.state.set.collectionBindingProperties.field"];
CollectionBindingPropertiesProperty = [jResp StringOf: @"entities[i].children[j].events.string.parameters.state.set.collectionBindingProperties.property"];
SetComponentName = [jResp StringOf: @"entities[i].children[j].events.string.parameters.state.set.componentName"];
ConditionElse = [jResp StringOf: @"entities[i].children[j].events.string.parameters.state.set.condition.else"];
ConditionField = [jResp StringOf: @"entities[i].children[j].events.string.parameters.state.set.condition.field"];
ConditionOperand = [jResp StringOf: @"entities[i].children[j].events.string.parameters.state.set.condition.operand"];
ConditionOperandType = [jResp StringOf: @"entities[i].children[j].events.string.parameters.state.set.condition.operandType"];
ConditionOperator = [jResp StringOf: @"entities[i].children[j].events.string.parameters.state.set.condition.operator"];
ConditionProperty = [jResp StringOf: @"entities[i].children[j].events.string.parameters.state.set.condition.property"];
ConditionThen = [jResp StringOf: @"entities[i].children[j].events.string.parameters.state.set.condition.then"];
SetConfigured = [[jResp IntOf: @"entities[i].children[j].events.string.parameters.state.set.configured"] intValue];
SetDefaultValue = [jResp StringOf: @"entities[i].children[j].events.string.parameters.state.set.defaultValue"];
SetEvent = [jResp StringOf: @"entities[i].children[j].events.string.parameters.state.set.event"];
SetImportedValue = [jResp StringOf: @"entities[i].children[j].events.string.parameters.state.set.importedValue"];
SetModel = [jResp StringOf: @"entities[i].children[j].events.string.parameters.state.set.model"];
SetProperty = [jResp StringOf: @"entities[i].children[j].events.string.parameters.state.set.property"];
SetType = [jResp StringOf: @"entities[i].children[j].events.string.parameters.state.set.type"];
SetUserAttribute = [jResp StringOf: @"entities[i].children[j].events.string.parameters.state.set.userAttribute"];
SetValue = [jResp StringOf: @"entities[i].children[j].events.string.parameters.state.set.value"];
BindingPropertiesField = [jResp StringOf: @"entities[i].children[j].events.string.parameters.target.bindingProperties.field"];
BindingPropertiesProperty = [jResp StringOf: @"entities[i].children[j].events.string.parameters.target.bindingProperties.property"];
StringElement = [jResp StringOf: @"entities[i].children[j].events.string.parameters.target.bindings.string.element"];
StringProperty = [jResp StringOf: @"entities[i].children[j].events.string.parameters.target.bindings.string.property"];
CollectionBindingPropertiesField = [jResp StringOf: @"entities[i].children[j].events.string.parameters.target.collectionBindingProperties.field"];
CollectionBindingPropertiesProperty = [jResp StringOf: @"entities[i].children[j].events.string.parameters.target.collectionBindingProperties.property"];
TargetComponentName = [jResp StringOf: @"entities[i].children[j].events.string.parameters.target.componentName"];
ConditionElse = [jResp StringOf: @"entities[i].children[j].events.string.parameters.target.condition.else"];
ConditionField = [jResp StringOf: @"entities[i].children[j].events.string.parameters.target.condition.field"];
ConditionOperand = [jResp StringOf: @"entities[i].children[j].events.string.parameters.target.condition.operand"];
ConditionOperandType = [jResp StringOf: @"entities[i].children[j].events.string.parameters.target.condition.operandType"];
ConditionOperator = [jResp StringOf: @"entities[i].children[j].events.string.parameters.target.condition.operator"];
ConditionProperty = [jResp StringOf: @"entities[i].children[j].events.string.parameters.target.condition.property"];
ConditionThen = [jResp StringOf: @"entities[i].children[j].events.string.parameters.target.condition.then"];
TargetConfigured = [[jResp IntOf: @"entities[i].children[j].events.string.parameters.target.configured"] intValue];
TargetDefaultValue = [jResp StringOf: @"entities[i].children[j].events.string.parameters.target.defaultValue"];
TargetEvent = [jResp StringOf: @"entities[i].children[j].events.string.parameters.target.event"];
TargetImportedValue = [jResp StringOf: @"entities[i].children[j].events.string.parameters.target.importedValue"];
TargetModel = [jResp StringOf: @"entities[i].children[j].events.string.parameters.target.model"];
TargetProperty = [jResp StringOf: @"entities[i].children[j].events.string.parameters.target.property"];
TargetType = [jResp StringOf: @"entities[i].children[j].events.string.parameters.target.type"];
TargetUserAttribute = [jResp StringOf: @"entities[i].children[j].events.string.parameters.target.userAttribute"];
TargetValue = [jResp StringOf: @"entities[i].children[j].events.string.parameters.target.value"];
BindingPropertiesField = [jResp StringOf: @"entities[i].children[j].events.string.parameters.type.bindingProperties.field"];
BindingPropertiesProperty = [jResp StringOf: @"entities[i].children[j].events.string.parameters.type.bindingProperties.property"];
StringElement = [jResp StringOf: @"entities[i].children[j].events.string.parameters.type.bindings.string.element"];
StringProperty = [jResp StringOf: @"entities[i].children[j].events.string.parameters.type.bindings.string.property"];
CollectionBindingPropertiesField = [jResp StringOf: @"entities[i].children[j].events.string.parameters.type.collectionBindingProperties.field"];
CollectionBindingPropertiesProperty = [jResp StringOf: @"entities[i].children[j].events.string.parameters.type.collectionBindingProperties.property"];
TypeComponentName = [jResp StringOf: @"entities[i].children[j].events.string.parameters.type.componentName"];
ConditionElse = [jResp StringOf: @"entities[i].children[j].events.string.parameters.type.condition.else"];
ConditionField = [jResp StringOf: @"entities[i].children[j].events.string.parameters.type.condition.field"];
ConditionOperand = [jResp StringOf: @"entities[i].children[j].events.string.parameters.type.condition.operand"];
ConditionOperandType = [jResp StringOf: @"entities[i].children[j].events.string.parameters.type.condition.operandType"];
ConditionOperator = [jResp StringOf: @"entities[i].children[j].events.string.parameters.type.condition.operator"];
ConditionProperty = [jResp StringOf: @"entities[i].children[j].events.string.parameters.type.condition.property"];
ConditionThen = [jResp StringOf: @"entities[i].children[j].events.string.parameters.type.condition.then"];
TypeConfigured = [[jResp IntOf: @"entities[i].children[j].events.string.parameters.type.configured"] intValue];
TypeDefaultValue = [jResp StringOf: @"entities[i].children[j].events.string.parameters.type.defaultValue"];
TypeEvent = [jResp StringOf: @"entities[i].children[j].events.string.parameters.type.event"];
TypeImportedValue = [jResp StringOf: @"entities[i].children[j].events.string.parameters.type.importedValue"];
TypeModel = [jResp StringOf: @"entities[i].children[j].events.string.parameters.type.model"];
TypeProperty = [jResp StringOf: @"entities[i].children[j].events.string.parameters.type.property"];
TypeType = [jResp StringOf: @"entities[i].children[j].events.string.parameters.type.type"];
TypeUserAttribute = [jResp StringOf: @"entities[i].children[j].events.string.parameters.type.userAttribute"];
TypeValue = [jResp StringOf: @"entities[i].children[j].events.string.parameters.type.value"];
BindingPropertiesField = [jResp StringOf: @"entities[i].children[j].events.string.parameters.url.bindingProperties.field"];
BindingPropertiesProperty = [jResp StringOf: @"entities[i].children[j].events.string.parameters.url.bindingProperties.property"];
StringElement = [jResp StringOf: @"entities[i].children[j].events.string.parameters.url.bindings.string.element"];
StringProperty = [jResp StringOf: @"entities[i].children[j].events.string.parameters.url.bindings.string.property"];
CollectionBindingPropertiesField = [jResp StringOf: @"entities[i].children[j].events.string.parameters.url.collectionBindingProperties.field"];
CollectionBindingPropertiesProperty = [jResp StringOf: @"entities[i].children[j].events.string.parameters.url.collectionBindingProperties.property"];
UrlComponentName = [jResp StringOf: @"entities[i].children[j].events.string.parameters.url.componentName"];
ConditionElse = [jResp StringOf: @"entities[i].children[j].events.string.parameters.url.condition.else"];
ConditionField = [jResp StringOf: @"entities[i].children[j].events.string.parameters.url.condition.field"];
ConditionOperand = [jResp StringOf: @"entities[i].children[j].events.string.parameters.url.condition.operand"];
ConditionOperandType = [jResp StringOf: @"entities[i].children[j].events.string.parameters.url.condition.operandType"];
ConditionOperator = [jResp StringOf: @"entities[i].children[j].events.string.parameters.url.condition.operator"];
ConditionProperty = [jResp StringOf: @"entities[i].children[j].events.string.parameters.url.condition.property"];
ConditionThen = [jResp StringOf: @"entities[i].children[j].events.string.parameters.url.condition.then"];
UrlConfigured = [[jResp IntOf: @"entities[i].children[j].events.string.parameters.url.configured"] intValue];
UrlDefaultValue = [jResp StringOf: @"entities[i].children[j].events.string.parameters.url.defaultValue"];
UrlEvent = [jResp StringOf: @"entities[i].children[j].events.string.parameters.url.event"];
UrlImportedValue = [jResp StringOf: @"entities[i].children[j].events.string.parameters.url.importedValue"];
UrlModel = [jResp StringOf: @"entities[i].children[j].events.string.parameters.url.model"];
UrlProperty = [jResp StringOf: @"entities[i].children[j].events.string.parameters.url.property"];
UrlType = [jResp StringOf: @"entities[i].children[j].events.string.parameters.url.type"];
UrlUserAttribute = [jResp StringOf: @"entities[i].children[j].events.string.parameters.url.userAttribute"];
UrlValue = [jResp StringOf: @"entities[i].children[j].events.string.parameters.url.value"];
name = [jResp StringOf: @"entities[i].children[j].name"];
BindingPropertiesField = [jResp StringOf: @"entities[i].children[j].properties.string.bindingProperties.field"];
BindingPropertiesProperty = [jResp StringOf: @"entities[i].children[j].properties.string.bindingProperties.property"];
StringElement = [jResp StringOf: @"entities[i].children[j].properties.string.bindings.string.element"];
StringProperty = [jResp StringOf: @"entities[i].children[j].properties.string.bindings.string.property"];
CollectionBindingPropertiesField = [jResp StringOf: @"entities[i].children[j].properties.string.collectionBindingProperties.field"];
CollectionBindingPropertiesProperty = [jResp StringOf: @"entities[i].children[j].properties.string.collectionBindingProperties.property"];
StringComponentName = [jResp StringOf: @"entities[i].children[j].properties.string.componentName"];
ConditionElse = [jResp StringOf: @"entities[i].children[j].properties.string.condition.else"];
ConditionField = [jResp StringOf: @"entities[i].children[j].properties.string.condition.field"];
ConditionOperand = [jResp StringOf: @"entities[i].children[j].properties.string.condition.operand"];
ConditionOperandType = [jResp StringOf: @"entities[i].children[j].properties.string.condition.operandType"];
ConditionOperator = [jResp StringOf: @"entities[i].children[j].properties.string.condition.operator"];
ConditionProperty = [jResp StringOf: @"entities[i].children[j].properties.string.condition.property"];
ConditionThen = [jResp StringOf: @"entities[i].children[j].properties.string.condition.then"];
StringConfigured = [[jResp IntOf: @"entities[i].children[j].properties.string.configured"] intValue];
StringDefaultValue = [jResp StringOf: @"entities[i].children[j].properties.string.defaultValue"];
StringEvent = [jResp StringOf: @"entities[i].children[j].properties.string.event"];
StringImportedValue = [jResp StringOf: @"entities[i].children[j].properties.string.importedValue"];
StringModel = [jResp StringOf: @"entities[i].children[j].properties.string.model"];
StringProperty = [jResp StringOf: @"entities[i].children[j].properties.string.property"];
StringType = [jResp StringOf: @"entities[i].children[j].properties.string.type"];
StringUserAttribute = [jResp StringOf: @"entities[i].children[j].properties.string.userAttribute"];
StringValue = [jResp StringOf: @"entities[i].children[j].properties.string.value"];
sourceId = [jResp StringOf: @"entities[i].children[j].sourceId"];
k = 0;
count_k = [[jResp SizeOfArray: @"entities[i].children[j].children"] intValue];
while (k < count_k) {
jResp.K = [NSNumber numberWithInt: k];
strVal = [jResp StringOf: @"entities[i].children[j].children[k]"];
k = k + 1;
}
k = 0;
count_k = [[jResp SizeOfArray: @"entities[i].children[j].events.string.parameters.anchor.concat"] intValue];
while (k < count_k) {
jResp.K = [NSNumber numberWithInt: k];
strVal = [jResp StringOf: @"entities[i].children[j].events.string.parameters.anchor.concat[k]"];
k = k + 1;
}
k = 0;
count_k = [[jResp SizeOfArray: @"entities[i].children[j].events.string.parameters.fields.string.concat"] intValue];
while (k < count_k) {
jResp.K = [NSNumber numberWithInt: k];
strVal = [jResp StringOf: @"entities[i].children[j].events.string.parameters.fields.string.concat[k]"];
k = k + 1;
}
k = 0;
count_k = [[jResp SizeOfArray: @"entities[i].children[j].events.string.parameters.global.concat"] intValue];
while (k < count_k) {
jResp.K = [NSNumber numberWithInt: k];
strVal = [jResp StringOf: @"entities[i].children[j].events.string.parameters.global.concat[k]"];
k = k + 1;
}
k = 0;
count_k = [[jResp SizeOfArray: @"entities[i].children[j].events.string.parameters.id.concat"] intValue];
while (k < count_k) {
jResp.K = [NSNumber numberWithInt: k];
strVal = [jResp StringOf: @"entities[i].children[j].events.string.parameters.id.concat[k]"];
k = k + 1;
}
k = 0;
count_k = [[jResp SizeOfArray: @"entities[i].children[j].events.string.parameters.state.set.concat"] intValue];
while (k < count_k) {
jResp.K = [NSNumber numberWithInt: k];
strVal = [jResp StringOf: @"entities[i].children[j].events.string.parameters.state.set.concat[k]"];
k = k + 1;
}
k = 0;
count_k = [[jResp SizeOfArray: @"entities[i].children[j].events.string.parameters.target.concat"] intValue];
while (k < count_k) {
jResp.K = [NSNumber numberWithInt: k];
strVal = [jResp StringOf: @"entities[i].children[j].events.string.parameters.target.concat[k]"];
k = k + 1;
}
k = 0;
count_k = [[jResp SizeOfArray: @"entities[i].children[j].events.string.parameters.type.concat"] intValue];
while (k < count_k) {
jResp.K = [NSNumber numberWithInt: k];
strVal = [jResp StringOf: @"entities[i].children[j].events.string.parameters.type.concat[k]"];
k = k + 1;
}
k = 0;
count_k = [[jResp SizeOfArray: @"entities[i].children[j].events.string.parameters.url.concat"] intValue];
while (k < count_k) {
jResp.K = [NSNumber numberWithInt: k];
strVal = [jResp StringOf: @"entities[i].children[j].events.string.parameters.url.concat[k]"];
k = k + 1;
}
k = 0;
count_k = [[jResp SizeOfArray: @"entities[i].children[j].properties.string.concat"] intValue];
while (k < count_k) {
jResp.K = [NSNumber numberWithInt: k];
strVal = [jResp StringOf: @"entities[i].children[j].properties.string.concat[k]"];
k = k + 1;
}
j = j + 1;
}
j = 0;
count_j = [[jResp SizeOfArray: @"entities[i].collectionProperties.string.identifiers"] intValue];
while (j < count_j) {
jResp.J = [NSNumber numberWithInt: j];
strVal = [jResp StringOf: @"entities[i].collectionProperties.string.identifiers[j]"];
j = j + 1;
}
j = 0;
count_j = [[jResp SizeOfArray: @"entities[i].collectionProperties.string.predicate.and"] intValue];
while (j < count_j) {
jResp.J = [NSNumber numberWithInt: j];
strVal = [jResp StringOf: @"entities[i].collectionProperties.string.predicate.and[j]"];
j = j + 1;
}
j = 0;
count_j = [[jResp SizeOfArray: @"entities[i].collectionProperties.string.predicate.or"] intValue];
while (j < count_j) {
jResp.J = [NSNumber numberWithInt: j];
strVal = [jResp StringOf: @"entities[i].collectionProperties.string.predicate.or[j]"];
j = j + 1;
}
j = 0;
count_j = [[jResp SizeOfArray: @"entities[i].collectionProperties.string.sort"] intValue];
while (j < count_j) {
jResp.J = [NSNumber numberWithInt: j];
direction = [jResp StringOf: @"entities[i].collectionProperties.string.sort[j].direction"];
field = [jResp StringOf: @"entities[i].collectionProperties.string.sort[j].field"];
j = j + 1;
}
j = 0;
count_j = [[jResp SizeOfArray: @"entities[i].events.string.parameters.anchor.concat"] intValue];
while (j < count_j) {
jResp.J = [NSNumber numberWithInt: j];
strVal = [jResp StringOf: @"entities[i].events.string.parameters.anchor.concat[j]"];
j = j + 1;
}
j = 0;
count_j = [[jResp SizeOfArray: @"entities[i].events.string.parameters.fields.string.concat"] intValue];
while (j < count_j) {
jResp.J = [NSNumber numberWithInt: j];
strVal = [jResp StringOf: @"entities[i].events.string.parameters.fields.string.concat[j]"];
j = j + 1;
}
j = 0;
count_j = [[jResp SizeOfArray: @"entities[i].events.string.parameters.global.concat"] intValue];
while (j < count_j) {
jResp.J = [NSNumber numberWithInt: j];
strVal = [jResp StringOf: @"entities[i].events.string.parameters.global.concat[j]"];
j = j + 1;
}
j = 0;
count_j = [[jResp SizeOfArray: @"entities[i].events.string.parameters.id.concat"] intValue];
while (j < count_j) {
jResp.J = [NSNumber numberWithInt: j];
strVal = [jResp StringOf: @"entities[i].events.string.parameters.id.concat[j]"];
j = j + 1;
}
j = 0;
count_j = [[jResp SizeOfArray: @"entities[i].events.string.parameters.state.set.concat"] intValue];
while (j < count_j) {
jResp.J = [NSNumber numberWithInt: j];
strVal = [jResp StringOf: @"entities[i].events.string.parameters.state.set.concat[j]"];
j = j + 1;
}
j = 0;
count_j = [[jResp SizeOfArray: @"entities[i].events.string.parameters.target.concat"] intValue];
while (j < count_j) {
jResp.J = [NSNumber numberWithInt: j];
strVal = [jResp StringOf: @"entities[i].events.string.parameters.target.concat[j]"];
j = j + 1;
}
j = 0;
count_j = [[jResp SizeOfArray: @"entities[i].events.string.parameters.type.concat"] intValue];
while (j < count_j) {
jResp.J = [NSNumber numberWithInt: j];
strVal = [jResp StringOf: @"entities[i].events.string.parameters.type.concat[j]"];
j = j + 1;
}
j = 0;
count_j = [[jResp SizeOfArray: @"entities[i].events.string.parameters.url.concat"] intValue];
while (j < count_j) {
jResp.J = [NSNumber numberWithInt: j];
strVal = [jResp StringOf: @"entities[i].events.string.parameters.url.concat[j]"];
j = j + 1;
}
j = 0;
count_j = [[jResp SizeOfArray: @"entities[i].properties.string.concat"] intValue];
while (j < count_j) {
jResp.J = [NSNumber numberWithInt: j];
strVal = [jResp StringOf: @"entities[i].properties.string.concat[j]"];
j = j + 1;
}
j = 0;
count_j = [[jResp SizeOfArray: @"entities[i].variants"] intValue];
while (j < count_j) {
jResp.J = [NSNumber numberWithInt: j];
StringString = [jResp StringOf: @"entities[i].variants[j].overrides.string.string"];
variantValuesString = [jResp StringOf: @"entities[i].variants[j].variantValues.string"];
j = j + 1;
}
i = i + 1;
}
// A sample JSON response body parsed by the above code:
// {
// "entities": [
// {
// "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"
// }
// }
// ]
// }
// ],
// "nextToken": "string"
// }