ExportComponents Swift3 Example
func chilkatTest() {
// This example requires the Chilkat API to have been previously unlocked.
// See Global Unlock Sample for sample code.
let rest = CkoRest()!
var success: Bool
let authAws = CkoAuthAws()!
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: 443, tls: true, autoReconnect: true)
if success != true {
print("ConnectFailReason: \(rest.connectFailReason.intValue)")
print("\(rest.lastErrorText!)")
return
}
rest.addHeader("Content-Type", value: "application/x-amz-json-1.1")
rest.addHeader("X-Amz-Target", value: "ExportComponents")
let sbResponseBody = CkoStringBuilder()!
success = rest.fullRequestNoBodySb("GET", uriPath: "/export/app/{appId}/environment/{environmentName}/components", sb: sbResponseBody)
if success != true {
print("\(rest.lastErrorText!)")
return
}
var respStatusCode: Int = rest.responseStatusCode.intValue
print("response status code = \(respStatusCode)")
if respStatusCode != 200 {
print("Response Header:")
print("\(rest.responseHeader!)")
print("Response Body:")
print("\(sbResponseBody.getAsString()!)")
return
}
let jResp = CkoJsonObject()!
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
var appId: String?
var Bucket: String?
var DefaultValue: String?
var Field: String?
var Key: String?
var Model: String?
var UserAttribute: String?
var StringDefaultValue: String?
var v_Type: String?
var StringModel: String?
var PredicateField: String?
var Operand: String?
var Operator: String?
var componentType: String?
var createdAt: Int
var environmentName: String?
var Action: String?
var BindingEvent: String?
var BindingPropertiesField: String?
var Property: String?
var Element: String?
var StringProperty: String?
var CollectionBindingPropertiesField: String?
var CollectionBindingPropertiesProperty: String?
var ComponentName: String?
var v_Else: String?
var ConditionField: String?
var ConditionOperand: String?
var OperandType: String?
var ConditionOperator: String?
var ConditionProperty: String?
var v_Then: String?
var Configured: Int
var AnchorDefaultValue: String?
var v_Event: String?
var ImportedValue: String?
var AnchorModel: String?
var AnchorProperty: String?
var AnchorType: String?
var AnchorUserAttribute: String?
var Value: String?
var BindingPropertiesProperty: String?
var StringElement: String?
var StringComponentName: String?
var ConditionElse: String?
var ConditionOperandType: String?
var ConditionThen: String?
var StringConfigured: Int
var StringEvent: String?
var StringImportedValue: String?
var StringType: String?
var StringUserAttribute: String?
var StringValue: String?
var GlobalComponentName: String?
var GlobalConfigured: Int
var GlobalDefaultValue: String?
var GlobalEvent: String?
var GlobalImportedValue: String?
var GlobalModel: String?
var GlobalProperty: String?
var GlobalType: String?
var GlobalUserAttribute: String?
var GlobalValue: String?
var IdComponentName: String?
var IdConfigured: Int
var IdDefaultValue: String?
var IdEvent: String?
var IdImportedValue: String?
var IdModel: String?
var IdProperty: String?
var IdType: String?
var IdUserAttribute: String?
var IdValue: String?
var ParametersModel: String?
var StateComponentName: String?
var StateProperty: String?
var SetComponentName: String?
var SetConfigured: Int
var SetDefaultValue: String?
var SetEvent: String?
var SetImportedValue: String?
var SetModel: String?
var SetProperty: String?
var SetType: String?
var SetUserAttribute: String?
var SetValue: String?
var TargetComponentName: String?
var TargetConfigured: Int
var TargetDefaultValue: String?
var TargetEvent: String?
var TargetImportedValue: String?
var TargetModel: String?
var TargetProperty: String?
var TargetType: String?
var TargetUserAttribute: String?
var TargetValue: String?
var TypeComponentName: String?
var TypeConfigured: Int
var TypeDefaultValue: String?
var TypeEvent: String?
var TypeImportedValue: String?
var TypeModel: String?
var TypeProperty: String?
var TypeType: String?
var TypeUserAttribute: String?
var TypeValue: String?
var UrlComponentName: String?
var UrlConfigured: Int
var UrlDefaultValue: String?
var UrlEvent: String?
var UrlImportedValue: String?
var UrlModel: String?
var UrlProperty: String?
var UrlType: String?
var UrlUserAttribute: String?
var UrlValue: String?
var id: String?
var modifiedAt: Int
var name: String?
var v_String: String?
var schemaVersion: String?
var sourceId: String?
var tagsString: String?
var j: Int
var count_j: Int
var field: String?
var operand: String?
var operator: String?
var k: Int
var count_k: Int
var strVal: String?
var StringAction: String?
var StringBindingEvent: String?
var AnchorComponentName: String?
var AnchorConfigured: Int
var AnchorEvent: String?
var AnchorImportedValue: String?
var AnchorValue: String?
var direction: String?
var StringString: String?
var variantValuesString: String?
var nextToken: String? = jResp.string(of: "nextToken")
var i: Int = 0
var count_i: Int = jResp.size(ofArray: "entities").intValue
while i < count_i {
jResp.i = i
appId = jResp.string(of: "entities[i].appId")
Bucket = jResp.string(of: "entities[i].bindingProperties.string.bindingProperties.bucket")
DefaultValue = jResp.string(of: "entities[i].bindingProperties.string.bindingProperties.defaultValue")
Field = jResp.string(of: "entities[i].bindingProperties.string.bindingProperties.field")
Key = jResp.string(of: "entities[i].bindingProperties.string.bindingProperties.key")
Model = jResp.string(of: "entities[i].bindingProperties.string.bindingProperties.model")
UserAttribute = jResp.string(of: "entities[i].bindingProperties.string.bindingProperties.userAttribute")
StringDefaultValue = jResp.string(of: "entities[i].bindingProperties.string.defaultValue")
v_Type = jResp.string(of: "entities[i].bindingProperties.string.type")
StringModel = jResp.string(of: "entities[i].collectionProperties.string.model")
PredicateField = jResp.string(of: "entities[i].collectionProperties.string.predicate.field")
Operand = jResp.string(of: "entities[i].collectionProperties.string.predicate.operand")
Operator = jResp.string(of: "entities[i].collectionProperties.string.predicate.operator")
componentType = jResp.string(of: "entities[i].componentType")
createdAt = jResp.int(of: "entities[i].createdAt").intValue
environmentName = jResp.string(of: "entities[i].environmentName")
Action = jResp.string(of: "entities[i].events.string.action")
BindingEvent = jResp.string(of: "entities[i].events.string.bindingEvent")
BindingPropertiesField = jResp.string(of: "entities[i].events.string.parameters.anchor.bindingProperties.field")
Property = jResp.string(of: "entities[i].events.string.parameters.anchor.bindingProperties.property")
Element = jResp.string(of: "entities[i].events.string.parameters.anchor.bindings.string.element")
StringProperty = jResp.string(of: "entities[i].events.string.parameters.anchor.bindings.string.property")
CollectionBindingPropertiesField = jResp.string(of: "entities[i].events.string.parameters.anchor.collectionBindingProperties.field")
CollectionBindingPropertiesProperty = jResp.string(of: "entities[i].events.string.parameters.anchor.collectionBindingProperties.property")
ComponentName = jResp.string(of: "entities[i].events.string.parameters.anchor.componentName")
v_Else = jResp.string(of: "entities[i].events.string.parameters.anchor.condition.else")
ConditionField = jResp.string(of: "entities[i].events.string.parameters.anchor.condition.field")
ConditionOperand = jResp.string(of: "entities[i].events.string.parameters.anchor.condition.operand")
OperandType = jResp.string(of: "entities[i].events.string.parameters.anchor.condition.operandType")
ConditionOperator = jResp.string(of: "entities[i].events.string.parameters.anchor.condition.operator")
ConditionProperty = jResp.string(of: "entities[i].events.string.parameters.anchor.condition.property")
v_Then = jResp.string(of: "entities[i].events.string.parameters.anchor.condition.then")
Configured = jResp.int(of: "entities[i].events.string.parameters.anchor.configured").intValue
AnchorDefaultValue = jResp.string(of: "entities[i].events.string.parameters.anchor.defaultValue")
v_Event = jResp.string(of: "entities[i].events.string.parameters.anchor.event")
ImportedValue = jResp.string(of: "entities[i].events.string.parameters.anchor.importedValue")
AnchorModel = jResp.string(of: "entities[i].events.string.parameters.anchor.model")
AnchorProperty = jResp.string(of: "entities[i].events.string.parameters.anchor.property")
AnchorType = jResp.string(of: "entities[i].events.string.parameters.anchor.type")
AnchorUserAttribute = jResp.string(of: "entities[i].events.string.parameters.anchor.userAttribute")
Value = jResp.string(of: "entities[i].events.string.parameters.anchor.value")
BindingPropertiesField = jResp.string(of: "entities[i].events.string.parameters.fields.string.bindingProperties.field")
BindingPropertiesProperty = jResp.string(of: "entities[i].events.string.parameters.fields.string.bindingProperties.property")
StringElement = jResp.string(of: "entities[i].events.string.parameters.fields.string.bindings.string.element")
StringProperty = jResp.string(of: "entities[i].events.string.parameters.fields.string.bindings.string.property")
CollectionBindingPropertiesField = jResp.string(of: "entities[i].events.string.parameters.fields.string.collectionBindingProperties.field")
CollectionBindingPropertiesProperty = jResp.string(of: "entities[i].events.string.parameters.fields.string.collectionBindingProperties.property")
StringComponentName = jResp.string(of: "entities[i].events.string.parameters.fields.string.componentName")
ConditionElse = jResp.string(of: "entities[i].events.string.parameters.fields.string.condition.else")
ConditionField = jResp.string(of: "entities[i].events.string.parameters.fields.string.condition.field")
ConditionOperand = jResp.string(of: "entities[i].events.string.parameters.fields.string.condition.operand")
ConditionOperandType = jResp.string(of: "entities[i].events.string.parameters.fields.string.condition.operandType")
ConditionOperator = jResp.string(of: "entities[i].events.string.parameters.fields.string.condition.operator")
ConditionProperty = jResp.string(of: "entities[i].events.string.parameters.fields.string.condition.property")
ConditionThen = jResp.string(of: "entities[i].events.string.parameters.fields.string.condition.then")
StringConfigured = jResp.int(of: "entities[i].events.string.parameters.fields.string.configured").intValue
StringDefaultValue = jResp.string(of: "entities[i].events.string.parameters.fields.string.defaultValue")
StringEvent = jResp.string(of: "entities[i].events.string.parameters.fields.string.event")
StringImportedValue = jResp.string(of: "entities[i].events.string.parameters.fields.string.importedValue")
StringModel = jResp.string(of: "entities[i].events.string.parameters.fields.string.model")
StringProperty = jResp.string(of: "entities[i].events.string.parameters.fields.string.property")
StringType = jResp.string(of: "entities[i].events.string.parameters.fields.string.type")
StringUserAttribute = jResp.string(of: "entities[i].events.string.parameters.fields.string.userAttribute")
StringValue = jResp.string(of: "entities[i].events.string.parameters.fields.string.value")
BindingPropertiesField = jResp.string(of: "entities[i].events.string.parameters.global.bindingProperties.field")
BindingPropertiesProperty = jResp.string(of: "entities[i].events.string.parameters.global.bindingProperties.property")
StringElement = jResp.string(of: "entities[i].events.string.parameters.global.bindings.string.element")
StringProperty = jResp.string(of: "entities[i].events.string.parameters.global.bindings.string.property")
CollectionBindingPropertiesField = jResp.string(of: "entities[i].events.string.parameters.global.collectionBindingProperties.field")
CollectionBindingPropertiesProperty = jResp.string(of: "entities[i].events.string.parameters.global.collectionBindingProperties.property")
GlobalComponentName = jResp.string(of: "entities[i].events.string.parameters.global.componentName")
ConditionElse = jResp.string(of: "entities[i].events.string.parameters.global.condition.else")
ConditionField = jResp.string(of: "entities[i].events.string.parameters.global.condition.field")
ConditionOperand = jResp.string(of: "entities[i].events.string.parameters.global.condition.operand")
ConditionOperandType = jResp.string(of: "entities[i].events.string.parameters.global.condition.operandType")
ConditionOperator = jResp.string(of: "entities[i].events.string.parameters.global.condition.operator")
ConditionProperty = jResp.string(of: "entities[i].events.string.parameters.global.condition.property")
ConditionThen = jResp.string(of: "entities[i].events.string.parameters.global.condition.then")
GlobalConfigured = jResp.int(of: "entities[i].events.string.parameters.global.configured").intValue
GlobalDefaultValue = jResp.string(of: "entities[i].events.string.parameters.global.defaultValue")
GlobalEvent = jResp.string(of: "entities[i].events.string.parameters.global.event")
GlobalImportedValue = jResp.string(of: "entities[i].events.string.parameters.global.importedValue")
GlobalModel = jResp.string(of: "entities[i].events.string.parameters.global.model")
GlobalProperty = jResp.string(of: "entities[i].events.string.parameters.global.property")
GlobalType = jResp.string(of: "entities[i].events.string.parameters.global.type")
GlobalUserAttribute = jResp.string(of: "entities[i].events.string.parameters.global.userAttribute")
GlobalValue = jResp.string(of: "entities[i].events.string.parameters.global.value")
BindingPropertiesField = jResp.string(of: "entities[i].events.string.parameters.id.bindingProperties.field")
BindingPropertiesProperty = jResp.string(of: "entities[i].events.string.parameters.id.bindingProperties.property")
StringElement = jResp.string(of: "entities[i].events.string.parameters.id.bindings.string.element")
StringProperty = jResp.string(of: "entities[i].events.string.parameters.id.bindings.string.property")
CollectionBindingPropertiesField = jResp.string(of: "entities[i].events.string.parameters.id.collectionBindingProperties.field")
CollectionBindingPropertiesProperty = jResp.string(of: "entities[i].events.string.parameters.id.collectionBindingProperties.property")
IdComponentName = jResp.string(of: "entities[i].events.string.parameters.id.componentName")
ConditionElse = jResp.string(of: "entities[i].events.string.parameters.id.condition.else")
ConditionField = jResp.string(of: "entities[i].events.string.parameters.id.condition.field")
ConditionOperand = jResp.string(of: "entities[i].events.string.parameters.id.condition.operand")
ConditionOperandType = jResp.string(of: "entities[i].events.string.parameters.id.condition.operandType")
ConditionOperator = jResp.string(of: "entities[i].events.string.parameters.id.condition.operator")
ConditionProperty = jResp.string(of: "entities[i].events.string.parameters.id.condition.property")
ConditionThen = jResp.string(of: "entities[i].events.string.parameters.id.condition.then")
IdConfigured = jResp.int(of: "entities[i].events.string.parameters.id.configured").intValue
IdDefaultValue = jResp.string(of: "entities[i].events.string.parameters.id.defaultValue")
IdEvent = jResp.string(of: "entities[i].events.string.parameters.id.event")
IdImportedValue = jResp.string(of: "entities[i].events.string.parameters.id.importedValue")
IdModel = jResp.string(of: "entities[i].events.string.parameters.id.model")
IdProperty = jResp.string(of: "entities[i].events.string.parameters.id.property")
IdType = jResp.string(of: "entities[i].events.string.parameters.id.type")
IdUserAttribute = jResp.string(of: "entities[i].events.string.parameters.id.userAttribute")
IdValue = jResp.string(of: "entities[i].events.string.parameters.id.value")
ParametersModel = jResp.string(of: "entities[i].events.string.parameters.model")
StateComponentName = jResp.string(of: "entities[i].events.string.parameters.state.componentName")
StateProperty = jResp.string(of: "entities[i].events.string.parameters.state.property")
BindingPropertiesField = jResp.string(of: "entities[i].events.string.parameters.state.set.bindingProperties.field")
BindingPropertiesProperty = jResp.string(of: "entities[i].events.string.parameters.state.set.bindingProperties.property")
StringElement = jResp.string(of: "entities[i].events.string.parameters.state.set.bindings.string.element")
StringProperty = jResp.string(of: "entities[i].events.string.parameters.state.set.bindings.string.property")
CollectionBindingPropertiesField = jResp.string(of: "entities[i].events.string.parameters.state.set.collectionBindingProperties.field")
CollectionBindingPropertiesProperty = jResp.string(of: "entities[i].events.string.parameters.state.set.collectionBindingProperties.property")
SetComponentName = jResp.string(of: "entities[i].events.string.parameters.state.set.componentName")
ConditionElse = jResp.string(of: "entities[i].events.string.parameters.state.set.condition.else")
ConditionField = jResp.string(of: "entities[i].events.string.parameters.state.set.condition.field")
ConditionOperand = jResp.string(of: "entities[i].events.string.parameters.state.set.condition.operand")
ConditionOperandType = jResp.string(of: "entities[i].events.string.parameters.state.set.condition.operandType")
ConditionOperator = jResp.string(of: "entities[i].events.string.parameters.state.set.condition.operator")
ConditionProperty = jResp.string(of: "entities[i].events.string.parameters.state.set.condition.property")
ConditionThen = jResp.string(of: "entities[i].events.string.parameters.state.set.condition.then")
SetConfigured = jResp.int(of: "entities[i].events.string.parameters.state.set.configured").intValue
SetDefaultValue = jResp.string(of: "entities[i].events.string.parameters.state.set.defaultValue")
SetEvent = jResp.string(of: "entities[i].events.string.parameters.state.set.event")
SetImportedValue = jResp.string(of: "entities[i].events.string.parameters.state.set.importedValue")
SetModel = jResp.string(of: "entities[i].events.string.parameters.state.set.model")
SetProperty = jResp.string(of: "entities[i].events.string.parameters.state.set.property")
SetType = jResp.string(of: "entities[i].events.string.parameters.state.set.type")
SetUserAttribute = jResp.string(of: "entities[i].events.string.parameters.state.set.userAttribute")
SetValue = jResp.string(of: "entities[i].events.string.parameters.state.set.value")
BindingPropertiesField = jResp.string(of: "entities[i].events.string.parameters.target.bindingProperties.field")
BindingPropertiesProperty = jResp.string(of: "entities[i].events.string.parameters.target.bindingProperties.property")
StringElement = jResp.string(of: "entities[i].events.string.parameters.target.bindings.string.element")
StringProperty = jResp.string(of: "entities[i].events.string.parameters.target.bindings.string.property")
CollectionBindingPropertiesField = jResp.string(of: "entities[i].events.string.parameters.target.collectionBindingProperties.field")
CollectionBindingPropertiesProperty = jResp.string(of: "entities[i].events.string.parameters.target.collectionBindingProperties.property")
TargetComponentName = jResp.string(of: "entities[i].events.string.parameters.target.componentName")
ConditionElse = jResp.string(of: "entities[i].events.string.parameters.target.condition.else")
ConditionField = jResp.string(of: "entities[i].events.string.parameters.target.condition.field")
ConditionOperand = jResp.string(of: "entities[i].events.string.parameters.target.condition.operand")
ConditionOperandType = jResp.string(of: "entities[i].events.string.parameters.target.condition.operandType")
ConditionOperator = jResp.string(of: "entities[i].events.string.parameters.target.condition.operator")
ConditionProperty = jResp.string(of: "entities[i].events.string.parameters.target.condition.property")
ConditionThen = jResp.string(of: "entities[i].events.string.parameters.target.condition.then")
TargetConfigured = jResp.int(of: "entities[i].events.string.parameters.target.configured").intValue
TargetDefaultValue = jResp.string(of: "entities[i].events.string.parameters.target.defaultValue")
TargetEvent = jResp.string(of: "entities[i].events.string.parameters.target.event")
TargetImportedValue = jResp.string(of: "entities[i].events.string.parameters.target.importedValue")
TargetModel = jResp.string(of: "entities[i].events.string.parameters.target.model")
TargetProperty = jResp.string(of: "entities[i].events.string.parameters.target.property")
TargetType = jResp.string(of: "entities[i].events.string.parameters.target.type")
TargetUserAttribute = jResp.string(of: "entities[i].events.string.parameters.target.userAttribute")
TargetValue = jResp.string(of: "entities[i].events.string.parameters.target.value")
BindingPropertiesField = jResp.string(of: "entities[i].events.string.parameters.type.bindingProperties.field")
BindingPropertiesProperty = jResp.string(of: "entities[i].events.string.parameters.type.bindingProperties.property")
StringElement = jResp.string(of: "entities[i].events.string.parameters.type.bindings.string.element")
StringProperty = jResp.string(of: "entities[i].events.string.parameters.type.bindings.string.property")
CollectionBindingPropertiesField = jResp.string(of: "entities[i].events.string.parameters.type.collectionBindingProperties.field")
CollectionBindingPropertiesProperty = jResp.string(of: "entities[i].events.string.parameters.type.collectionBindingProperties.property")
TypeComponentName = jResp.string(of: "entities[i].events.string.parameters.type.componentName")
ConditionElse = jResp.string(of: "entities[i].events.string.parameters.type.condition.else")
ConditionField = jResp.string(of: "entities[i].events.string.parameters.type.condition.field")
ConditionOperand = jResp.string(of: "entities[i].events.string.parameters.type.condition.operand")
ConditionOperandType = jResp.string(of: "entities[i].events.string.parameters.type.condition.operandType")
ConditionOperator = jResp.string(of: "entities[i].events.string.parameters.type.condition.operator")
ConditionProperty = jResp.string(of: "entities[i].events.string.parameters.type.condition.property")
ConditionThen = jResp.string(of: "entities[i].events.string.parameters.type.condition.then")
TypeConfigured = jResp.int(of: "entities[i].events.string.parameters.type.configured").intValue
TypeDefaultValue = jResp.string(of: "entities[i].events.string.parameters.type.defaultValue")
TypeEvent = jResp.string(of: "entities[i].events.string.parameters.type.event")
TypeImportedValue = jResp.string(of: "entities[i].events.string.parameters.type.importedValue")
TypeModel = jResp.string(of: "entities[i].events.string.parameters.type.model")
TypeProperty = jResp.string(of: "entities[i].events.string.parameters.type.property")
TypeType = jResp.string(of: "entities[i].events.string.parameters.type.type")
TypeUserAttribute = jResp.string(of: "entities[i].events.string.parameters.type.userAttribute")
TypeValue = jResp.string(of: "entities[i].events.string.parameters.type.value")
BindingPropertiesField = jResp.string(of: "entities[i].events.string.parameters.url.bindingProperties.field")
BindingPropertiesProperty = jResp.string(of: "entities[i].events.string.parameters.url.bindingProperties.property")
StringElement = jResp.string(of: "entities[i].events.string.parameters.url.bindings.string.element")
StringProperty = jResp.string(of: "entities[i].events.string.parameters.url.bindings.string.property")
CollectionBindingPropertiesField = jResp.string(of: "entities[i].events.string.parameters.url.collectionBindingProperties.field")
CollectionBindingPropertiesProperty = jResp.string(of: "entities[i].events.string.parameters.url.collectionBindingProperties.property")
UrlComponentName = jResp.string(of: "entities[i].events.string.parameters.url.componentName")
ConditionElse = jResp.string(of: "entities[i].events.string.parameters.url.condition.else")
ConditionField = jResp.string(of: "entities[i].events.string.parameters.url.condition.field")
ConditionOperand = jResp.string(of: "entities[i].events.string.parameters.url.condition.operand")
ConditionOperandType = jResp.string(of: "entities[i].events.string.parameters.url.condition.operandType")
ConditionOperator = jResp.string(of: "entities[i].events.string.parameters.url.condition.operator")
ConditionProperty = jResp.string(of: "entities[i].events.string.parameters.url.condition.property")
ConditionThen = jResp.string(of: "entities[i].events.string.parameters.url.condition.then")
UrlConfigured = jResp.int(of: "entities[i].events.string.parameters.url.configured").intValue
UrlDefaultValue = jResp.string(of: "entities[i].events.string.parameters.url.defaultValue")
UrlEvent = jResp.string(of: "entities[i].events.string.parameters.url.event")
UrlImportedValue = jResp.string(of: "entities[i].events.string.parameters.url.importedValue")
UrlModel = jResp.string(of: "entities[i].events.string.parameters.url.model")
UrlProperty = jResp.string(of: "entities[i].events.string.parameters.url.property")
UrlType = jResp.string(of: "entities[i].events.string.parameters.url.type")
UrlUserAttribute = jResp.string(of: "entities[i].events.string.parameters.url.userAttribute")
UrlValue = jResp.string(of: "entities[i].events.string.parameters.url.value")
id = jResp.string(of: "entities[i].id")
modifiedAt = jResp.int(of: "entities[i].modifiedAt").intValue
name = jResp.string(of: "entities[i].name")
v_String = jResp.string(of: "entities[i].overrides.string.string")
BindingPropertiesField = jResp.string(of: "entities[i].properties.string.bindingProperties.field")
BindingPropertiesProperty = jResp.string(of: "entities[i].properties.string.bindingProperties.property")
StringElement = jResp.string(of: "entities[i].properties.string.bindings.string.element")
StringProperty = jResp.string(of: "entities[i].properties.string.bindings.string.property")
CollectionBindingPropertiesField = jResp.string(of: "entities[i].properties.string.collectionBindingProperties.field")
CollectionBindingPropertiesProperty = jResp.string(of: "entities[i].properties.string.collectionBindingProperties.property")
StringComponentName = jResp.string(of: "entities[i].properties.string.componentName")
ConditionElse = jResp.string(of: "entities[i].properties.string.condition.else")
ConditionField = jResp.string(of: "entities[i].properties.string.condition.field")
ConditionOperand = jResp.string(of: "entities[i].properties.string.condition.operand")
ConditionOperandType = jResp.string(of: "entities[i].properties.string.condition.operandType")
ConditionOperator = jResp.string(of: "entities[i].properties.string.condition.operator")
ConditionProperty = jResp.string(of: "entities[i].properties.string.condition.property")
ConditionThen = jResp.string(of: "entities[i].properties.string.condition.then")
StringConfigured = jResp.int(of: "entities[i].properties.string.configured").intValue
StringDefaultValue = jResp.string(of: "entities[i].properties.string.defaultValue")
StringEvent = jResp.string(of: "entities[i].properties.string.event")
StringImportedValue = jResp.string(of: "entities[i].properties.string.importedValue")
StringModel = jResp.string(of: "entities[i].properties.string.model")
StringProperty = jResp.string(of: "entities[i].properties.string.property")
StringType = jResp.string(of: "entities[i].properties.string.type")
StringUserAttribute = jResp.string(of: "entities[i].properties.string.userAttribute")
StringValue = jResp.string(of: "entities[i].properties.string.value")
schemaVersion = jResp.string(of: "entities[i].schemaVersion")
sourceId = jResp.string(of: "entities[i].sourceId")
tagsString = jResp.string(of: "entities[i].tags.string")
j = 0
count_j = jResp.size(ofArray: "entities[i].bindingProperties.string.bindingProperties.predicates").intValue
while j < count_j {
jResp.j = j
field = jResp.string(of: "entities[i].bindingProperties.string.bindingProperties.predicates[j].field")
operand = jResp.string(of: "entities[i].bindingProperties.string.bindingProperties.predicates[j].operand")
operator = jResp.string(of: "entities[i].bindingProperties.string.bindingProperties.predicates[j].operator")
k = 0
count_k = jResp.size(ofArray: "entities[i].bindingProperties.string.bindingProperties.predicates[j].and").intValue
while k < count_k {
jResp.k = k
strVal = jResp.string(of: "entities[i].bindingProperties.string.bindingProperties.predicates[j].and[k]")
k = k + 1
}
k = 0
count_k = jResp.size(ofArray: "entities[i].bindingProperties.string.bindingProperties.predicates[j].or").intValue
while k < count_k {
jResp.k = k
strVal = jResp.string(of: "entities[i].bindingProperties.string.bindingProperties.predicates[j].or[k]")
k = k + 1
}
j = j + 1
}
j = 0
count_j = jResp.size(ofArray: "entities[i].children").intValue
while j < count_j {
jResp.j = j
componentType = jResp.string(of: "entities[i].children[j].componentType")
StringAction = jResp.string(of: "entities[i].children[j].events.string.action")
StringBindingEvent = jResp.string(of: "entities[i].children[j].events.string.bindingEvent")
BindingPropertiesField = jResp.string(of: "entities[i].children[j].events.string.parameters.anchor.bindingProperties.field")
BindingPropertiesProperty = jResp.string(of: "entities[i].children[j].events.string.parameters.anchor.bindingProperties.property")
StringElement = jResp.string(of: "entities[i].children[j].events.string.parameters.anchor.bindings.string.element")
StringProperty = jResp.string(of: "entities[i].children[j].events.string.parameters.anchor.bindings.string.property")
CollectionBindingPropertiesField = jResp.string(of: "entities[i].children[j].events.string.parameters.anchor.collectionBindingProperties.field")
CollectionBindingPropertiesProperty = jResp.string(of: "entities[i].children[j].events.string.parameters.anchor.collectionBindingProperties.property")
AnchorComponentName = jResp.string(of: "entities[i].children[j].events.string.parameters.anchor.componentName")
ConditionElse = jResp.string(of: "entities[i].children[j].events.string.parameters.anchor.condition.else")
ConditionField = jResp.string(of: "entities[i].children[j].events.string.parameters.anchor.condition.field")
ConditionOperand = jResp.string(of: "entities[i].children[j].events.string.parameters.anchor.condition.operand")
ConditionOperandType = jResp.string(of: "entities[i].children[j].events.string.parameters.anchor.condition.operandType")
ConditionOperator = jResp.string(of: "entities[i].children[j].events.string.parameters.anchor.condition.operator")
ConditionProperty = jResp.string(of: "entities[i].children[j].events.string.parameters.anchor.condition.property")
ConditionThen = jResp.string(of: "entities[i].children[j].events.string.parameters.anchor.condition.then")
AnchorConfigured = jResp.int(of: "entities[i].children[j].events.string.parameters.anchor.configured").intValue
AnchorDefaultValue = jResp.string(of: "entities[i].children[j].events.string.parameters.anchor.defaultValue")
AnchorEvent = jResp.string(of: "entities[i].children[j].events.string.parameters.anchor.event")
AnchorImportedValue = jResp.string(of: "entities[i].children[j].events.string.parameters.anchor.importedValue")
AnchorModel = jResp.string(of: "entities[i].children[j].events.string.parameters.anchor.model")
AnchorProperty = jResp.string(of: "entities[i].children[j].events.string.parameters.anchor.property")
AnchorType = jResp.string(of: "entities[i].children[j].events.string.parameters.anchor.type")
AnchorUserAttribute = jResp.string(of: "entities[i].children[j].events.string.parameters.anchor.userAttribute")
AnchorValue = jResp.string(of: "entities[i].children[j].events.string.parameters.anchor.value")
BindingPropertiesField = jResp.string(of: "entities[i].children[j].events.string.parameters.fields.string.bindingProperties.field")
BindingPropertiesProperty = jResp.string(of: "entities[i].children[j].events.string.parameters.fields.string.bindingProperties.property")
StringElement = jResp.string(of: "entities[i].children[j].events.string.parameters.fields.string.bindings.string.element")
StringProperty = jResp.string(of: "entities[i].children[j].events.string.parameters.fields.string.bindings.string.property")
CollectionBindingPropertiesField = jResp.string(of: "entities[i].children[j].events.string.parameters.fields.string.collectionBindingProperties.field")
CollectionBindingPropertiesProperty = jResp.string(of: "entities[i].children[j].events.string.parameters.fields.string.collectionBindingProperties.property")
StringComponentName = jResp.string(of: "entities[i].children[j].events.string.parameters.fields.string.componentName")
ConditionElse = jResp.string(of: "entities[i].children[j].events.string.parameters.fields.string.condition.else")
ConditionField = jResp.string(of: "entities[i].children[j].events.string.parameters.fields.string.condition.field")
ConditionOperand = jResp.string(of: "entities[i].children[j].events.string.parameters.fields.string.condition.operand")
ConditionOperandType = jResp.string(of: "entities[i].children[j].events.string.parameters.fields.string.condition.operandType")
ConditionOperator = jResp.string(of: "entities[i].children[j].events.string.parameters.fields.string.condition.operator")
ConditionProperty = jResp.string(of: "entities[i].children[j].events.string.parameters.fields.string.condition.property")
ConditionThen = jResp.string(of: "entities[i].children[j].events.string.parameters.fields.string.condition.then")
StringConfigured = jResp.int(of: "entities[i].children[j].events.string.parameters.fields.string.configured").intValue
StringDefaultValue = jResp.string(of: "entities[i].children[j].events.string.parameters.fields.string.defaultValue")
StringEvent = jResp.string(of: "entities[i].children[j].events.string.parameters.fields.string.event")
StringImportedValue = jResp.string(of: "entities[i].children[j].events.string.parameters.fields.string.importedValue")
StringModel = jResp.string(of: "entities[i].children[j].events.string.parameters.fields.string.model")
StringProperty = jResp.string(of: "entities[i].children[j].events.string.parameters.fields.string.property")
StringType = jResp.string(of: "entities[i].children[j].events.string.parameters.fields.string.type")
StringUserAttribute = jResp.string(of: "entities[i].children[j].events.string.parameters.fields.string.userAttribute")
StringValue = jResp.string(of: "entities[i].children[j].events.string.parameters.fields.string.value")
BindingPropertiesField = jResp.string(of: "entities[i].children[j].events.string.parameters.global.bindingProperties.field")
BindingPropertiesProperty = jResp.string(of: "entities[i].children[j].events.string.parameters.global.bindingProperties.property")
StringElement = jResp.string(of: "entities[i].children[j].events.string.parameters.global.bindings.string.element")
StringProperty = jResp.string(of: "entities[i].children[j].events.string.parameters.global.bindings.string.property")
CollectionBindingPropertiesField = jResp.string(of: "entities[i].children[j].events.string.parameters.global.collectionBindingProperties.field")
CollectionBindingPropertiesProperty = jResp.string(of: "entities[i].children[j].events.string.parameters.global.collectionBindingProperties.property")
GlobalComponentName = jResp.string(of: "entities[i].children[j].events.string.parameters.global.componentName")
ConditionElse = jResp.string(of: "entities[i].children[j].events.string.parameters.global.condition.else")
ConditionField = jResp.string(of: "entities[i].children[j].events.string.parameters.global.condition.field")
ConditionOperand = jResp.string(of: "entities[i].children[j].events.string.parameters.global.condition.operand")
ConditionOperandType = jResp.string(of: "entities[i].children[j].events.string.parameters.global.condition.operandType")
ConditionOperator = jResp.string(of: "entities[i].children[j].events.string.parameters.global.condition.operator")
ConditionProperty = jResp.string(of: "entities[i].children[j].events.string.parameters.global.condition.property")
ConditionThen = jResp.string(of: "entities[i].children[j].events.string.parameters.global.condition.then")
GlobalConfigured = jResp.int(of: "entities[i].children[j].events.string.parameters.global.configured").intValue
GlobalDefaultValue = jResp.string(of: "entities[i].children[j].events.string.parameters.global.defaultValue")
GlobalEvent = jResp.string(of: "entities[i].children[j].events.string.parameters.global.event")
GlobalImportedValue = jResp.string(of: "entities[i].children[j].events.string.parameters.global.importedValue")
GlobalModel = jResp.string(of: "entities[i].children[j].events.string.parameters.global.model")
GlobalProperty = jResp.string(of: "entities[i].children[j].events.string.parameters.global.property")
GlobalType = jResp.string(of: "entities[i].children[j].events.string.parameters.global.type")
GlobalUserAttribute = jResp.string(of: "entities[i].children[j].events.string.parameters.global.userAttribute")
GlobalValue = jResp.string(of: "entities[i].children[j].events.string.parameters.global.value")
BindingPropertiesField = jResp.string(of: "entities[i].children[j].events.string.parameters.id.bindingProperties.field")
BindingPropertiesProperty = jResp.string(of: "entities[i].children[j].events.string.parameters.id.bindingProperties.property")
StringElement = jResp.string(of: "entities[i].children[j].events.string.parameters.id.bindings.string.element")
StringProperty = jResp.string(of: "entities[i].children[j].events.string.parameters.id.bindings.string.property")
CollectionBindingPropertiesField = jResp.string(of: "entities[i].children[j].events.string.parameters.id.collectionBindingProperties.field")
CollectionBindingPropertiesProperty = jResp.string(of: "entities[i].children[j].events.string.parameters.id.collectionBindingProperties.property")
IdComponentName = jResp.string(of: "entities[i].children[j].events.string.parameters.id.componentName")
ConditionElse = jResp.string(of: "entities[i].children[j].events.string.parameters.id.condition.else")
ConditionField = jResp.string(of: "entities[i].children[j].events.string.parameters.id.condition.field")
ConditionOperand = jResp.string(of: "entities[i].children[j].events.string.parameters.id.condition.operand")
ConditionOperandType = jResp.string(of: "entities[i].children[j].events.string.parameters.id.condition.operandType")
ConditionOperator = jResp.string(of: "entities[i].children[j].events.string.parameters.id.condition.operator")
ConditionProperty = jResp.string(of: "entities[i].children[j].events.string.parameters.id.condition.property")
ConditionThen = jResp.string(of: "entities[i].children[j].events.string.parameters.id.condition.then")
IdConfigured = jResp.int(of: "entities[i].children[j].events.string.parameters.id.configured").intValue
IdDefaultValue = jResp.string(of: "entities[i].children[j].events.string.parameters.id.defaultValue")
IdEvent = jResp.string(of: "entities[i].children[j].events.string.parameters.id.event")
IdImportedValue = jResp.string(of: "entities[i].children[j].events.string.parameters.id.importedValue")
IdModel = jResp.string(of: "entities[i].children[j].events.string.parameters.id.model")
IdProperty = jResp.string(of: "entities[i].children[j].events.string.parameters.id.property")
IdType = jResp.string(of: "entities[i].children[j].events.string.parameters.id.type")
IdUserAttribute = jResp.string(of: "entities[i].children[j].events.string.parameters.id.userAttribute")
IdValue = jResp.string(of: "entities[i].children[j].events.string.parameters.id.value")
ParametersModel = jResp.string(of: "entities[i].children[j].events.string.parameters.model")
StateComponentName = jResp.string(of: "entities[i].children[j].events.string.parameters.state.componentName")
StateProperty = jResp.string(of: "entities[i].children[j].events.string.parameters.state.property")
BindingPropertiesField = jResp.string(of: "entities[i].children[j].events.string.parameters.state.set.bindingProperties.field")
BindingPropertiesProperty = jResp.string(of: "entities[i].children[j].events.string.parameters.state.set.bindingProperties.property")
StringElement = jResp.string(of: "entities[i].children[j].events.string.parameters.state.set.bindings.string.element")
StringProperty = jResp.string(of: "entities[i].children[j].events.string.parameters.state.set.bindings.string.property")
CollectionBindingPropertiesField = jResp.string(of: "entities[i].children[j].events.string.parameters.state.set.collectionBindingProperties.field")
CollectionBindingPropertiesProperty = jResp.string(of: "entities[i].children[j].events.string.parameters.state.set.collectionBindingProperties.property")
SetComponentName = jResp.string(of: "entities[i].children[j].events.string.parameters.state.set.componentName")
ConditionElse = jResp.string(of: "entities[i].children[j].events.string.parameters.state.set.condition.else")
ConditionField = jResp.string(of: "entities[i].children[j].events.string.parameters.state.set.condition.field")
ConditionOperand = jResp.string(of: "entities[i].children[j].events.string.parameters.state.set.condition.operand")
ConditionOperandType = jResp.string(of: "entities[i].children[j].events.string.parameters.state.set.condition.operandType")
ConditionOperator = jResp.string(of: "entities[i].children[j].events.string.parameters.state.set.condition.operator")
ConditionProperty = jResp.string(of: "entities[i].children[j].events.string.parameters.state.set.condition.property")
ConditionThen = jResp.string(of: "entities[i].children[j].events.string.parameters.state.set.condition.then")
SetConfigured = jResp.int(of: "entities[i].children[j].events.string.parameters.state.set.configured").intValue
SetDefaultValue = jResp.string(of: "entities[i].children[j].events.string.parameters.state.set.defaultValue")
SetEvent = jResp.string(of: "entities[i].children[j].events.string.parameters.state.set.event")
SetImportedValue = jResp.string(of: "entities[i].children[j].events.string.parameters.state.set.importedValue")
SetModel = jResp.string(of: "entities[i].children[j].events.string.parameters.state.set.model")
SetProperty = jResp.string(of: "entities[i].children[j].events.string.parameters.state.set.property")
SetType = jResp.string(of: "entities[i].children[j].events.string.parameters.state.set.type")
SetUserAttribute = jResp.string(of: "entities[i].children[j].events.string.parameters.state.set.userAttribute")
SetValue = jResp.string(of: "entities[i].children[j].events.string.parameters.state.set.value")
BindingPropertiesField = jResp.string(of: "entities[i].children[j].events.string.parameters.target.bindingProperties.field")
BindingPropertiesProperty = jResp.string(of: "entities[i].children[j].events.string.parameters.target.bindingProperties.property")
StringElement = jResp.string(of: "entities[i].children[j].events.string.parameters.target.bindings.string.element")
StringProperty = jResp.string(of: "entities[i].children[j].events.string.parameters.target.bindings.string.property")
CollectionBindingPropertiesField = jResp.string(of: "entities[i].children[j].events.string.parameters.target.collectionBindingProperties.field")
CollectionBindingPropertiesProperty = jResp.string(of: "entities[i].children[j].events.string.parameters.target.collectionBindingProperties.property")
TargetComponentName = jResp.string(of: "entities[i].children[j].events.string.parameters.target.componentName")
ConditionElse = jResp.string(of: "entities[i].children[j].events.string.parameters.target.condition.else")
ConditionField = jResp.string(of: "entities[i].children[j].events.string.parameters.target.condition.field")
ConditionOperand = jResp.string(of: "entities[i].children[j].events.string.parameters.target.condition.operand")
ConditionOperandType = jResp.string(of: "entities[i].children[j].events.string.parameters.target.condition.operandType")
ConditionOperator = jResp.string(of: "entities[i].children[j].events.string.parameters.target.condition.operator")
ConditionProperty = jResp.string(of: "entities[i].children[j].events.string.parameters.target.condition.property")
ConditionThen = jResp.string(of: "entities[i].children[j].events.string.parameters.target.condition.then")
TargetConfigured = jResp.int(of: "entities[i].children[j].events.string.parameters.target.configured").intValue
TargetDefaultValue = jResp.string(of: "entities[i].children[j].events.string.parameters.target.defaultValue")
TargetEvent = jResp.string(of: "entities[i].children[j].events.string.parameters.target.event")
TargetImportedValue = jResp.string(of: "entities[i].children[j].events.string.parameters.target.importedValue")
TargetModel = jResp.string(of: "entities[i].children[j].events.string.parameters.target.model")
TargetProperty = jResp.string(of: "entities[i].children[j].events.string.parameters.target.property")
TargetType = jResp.string(of: "entities[i].children[j].events.string.parameters.target.type")
TargetUserAttribute = jResp.string(of: "entities[i].children[j].events.string.parameters.target.userAttribute")
TargetValue = jResp.string(of: "entities[i].children[j].events.string.parameters.target.value")
BindingPropertiesField = jResp.string(of: "entities[i].children[j].events.string.parameters.type.bindingProperties.field")
BindingPropertiesProperty = jResp.string(of: "entities[i].children[j].events.string.parameters.type.bindingProperties.property")
StringElement = jResp.string(of: "entities[i].children[j].events.string.parameters.type.bindings.string.element")
StringProperty = jResp.string(of: "entities[i].children[j].events.string.parameters.type.bindings.string.property")
CollectionBindingPropertiesField = jResp.string(of: "entities[i].children[j].events.string.parameters.type.collectionBindingProperties.field")
CollectionBindingPropertiesProperty = jResp.string(of: "entities[i].children[j].events.string.parameters.type.collectionBindingProperties.property")
TypeComponentName = jResp.string(of: "entities[i].children[j].events.string.parameters.type.componentName")
ConditionElse = jResp.string(of: "entities[i].children[j].events.string.parameters.type.condition.else")
ConditionField = jResp.string(of: "entities[i].children[j].events.string.parameters.type.condition.field")
ConditionOperand = jResp.string(of: "entities[i].children[j].events.string.parameters.type.condition.operand")
ConditionOperandType = jResp.string(of: "entities[i].children[j].events.string.parameters.type.condition.operandType")
ConditionOperator = jResp.string(of: "entities[i].children[j].events.string.parameters.type.condition.operator")
ConditionProperty = jResp.string(of: "entities[i].children[j].events.string.parameters.type.condition.property")
ConditionThen = jResp.string(of: "entities[i].children[j].events.string.parameters.type.condition.then")
TypeConfigured = jResp.int(of: "entities[i].children[j].events.string.parameters.type.configured").intValue
TypeDefaultValue = jResp.string(of: "entities[i].children[j].events.string.parameters.type.defaultValue")
TypeEvent = jResp.string(of: "entities[i].children[j].events.string.parameters.type.event")
TypeImportedValue = jResp.string(of: "entities[i].children[j].events.string.parameters.type.importedValue")
TypeModel = jResp.string(of: "entities[i].children[j].events.string.parameters.type.model")
TypeProperty = jResp.string(of: "entities[i].children[j].events.string.parameters.type.property")
TypeType = jResp.string(of: "entities[i].children[j].events.string.parameters.type.type")
TypeUserAttribute = jResp.string(of: "entities[i].children[j].events.string.parameters.type.userAttribute")
TypeValue = jResp.string(of: "entities[i].children[j].events.string.parameters.type.value")
BindingPropertiesField = jResp.string(of: "entities[i].children[j].events.string.parameters.url.bindingProperties.field")
BindingPropertiesProperty = jResp.string(of: "entities[i].children[j].events.string.parameters.url.bindingProperties.property")
StringElement = jResp.string(of: "entities[i].children[j].events.string.parameters.url.bindings.string.element")
StringProperty = jResp.string(of: "entities[i].children[j].events.string.parameters.url.bindings.string.property")
CollectionBindingPropertiesField = jResp.string(of: "entities[i].children[j].events.string.parameters.url.collectionBindingProperties.field")
CollectionBindingPropertiesProperty = jResp.string(of: "entities[i].children[j].events.string.parameters.url.collectionBindingProperties.property")
UrlComponentName = jResp.string(of: "entities[i].children[j].events.string.parameters.url.componentName")
ConditionElse = jResp.string(of: "entities[i].children[j].events.string.parameters.url.condition.else")
ConditionField = jResp.string(of: "entities[i].children[j].events.string.parameters.url.condition.field")
ConditionOperand = jResp.string(of: "entities[i].children[j].events.string.parameters.url.condition.operand")
ConditionOperandType = jResp.string(of: "entities[i].children[j].events.string.parameters.url.condition.operandType")
ConditionOperator = jResp.string(of: "entities[i].children[j].events.string.parameters.url.condition.operator")
ConditionProperty = jResp.string(of: "entities[i].children[j].events.string.parameters.url.condition.property")
ConditionThen = jResp.string(of: "entities[i].children[j].events.string.parameters.url.condition.then")
UrlConfigured = jResp.int(of: "entities[i].children[j].events.string.parameters.url.configured").intValue
UrlDefaultValue = jResp.string(of: "entities[i].children[j].events.string.parameters.url.defaultValue")
UrlEvent = jResp.string(of: "entities[i].children[j].events.string.parameters.url.event")
UrlImportedValue = jResp.string(of: "entities[i].children[j].events.string.parameters.url.importedValue")
UrlModel = jResp.string(of: "entities[i].children[j].events.string.parameters.url.model")
UrlProperty = jResp.string(of: "entities[i].children[j].events.string.parameters.url.property")
UrlType = jResp.string(of: "entities[i].children[j].events.string.parameters.url.type")
UrlUserAttribute = jResp.string(of: "entities[i].children[j].events.string.parameters.url.userAttribute")
UrlValue = jResp.string(of: "entities[i].children[j].events.string.parameters.url.value")
name = jResp.string(of: "entities[i].children[j].name")
BindingPropertiesField = jResp.string(of: "entities[i].children[j].properties.string.bindingProperties.field")
BindingPropertiesProperty = jResp.string(of: "entities[i].children[j].properties.string.bindingProperties.property")
StringElement = jResp.string(of: "entities[i].children[j].properties.string.bindings.string.element")
StringProperty = jResp.string(of: "entities[i].children[j].properties.string.bindings.string.property")
CollectionBindingPropertiesField = jResp.string(of: "entities[i].children[j].properties.string.collectionBindingProperties.field")
CollectionBindingPropertiesProperty = jResp.string(of: "entities[i].children[j].properties.string.collectionBindingProperties.property")
StringComponentName = jResp.string(of: "entities[i].children[j].properties.string.componentName")
ConditionElse = jResp.string(of: "entities[i].children[j].properties.string.condition.else")
ConditionField = jResp.string(of: "entities[i].children[j].properties.string.condition.field")
ConditionOperand = jResp.string(of: "entities[i].children[j].properties.string.condition.operand")
ConditionOperandType = jResp.string(of: "entities[i].children[j].properties.string.condition.operandType")
ConditionOperator = jResp.string(of: "entities[i].children[j].properties.string.condition.operator")
ConditionProperty = jResp.string(of: "entities[i].children[j].properties.string.condition.property")
ConditionThen = jResp.string(of: "entities[i].children[j].properties.string.condition.then")
StringConfigured = jResp.int(of: "entities[i].children[j].properties.string.configured").intValue
StringDefaultValue = jResp.string(of: "entities[i].children[j].properties.string.defaultValue")
StringEvent = jResp.string(of: "entities[i].children[j].properties.string.event")
StringImportedValue = jResp.string(of: "entities[i].children[j].properties.string.importedValue")
StringModel = jResp.string(of: "entities[i].children[j].properties.string.model")
StringProperty = jResp.string(of: "entities[i].children[j].properties.string.property")
StringType = jResp.string(of: "entities[i].children[j].properties.string.type")
StringUserAttribute = jResp.string(of: "entities[i].children[j].properties.string.userAttribute")
StringValue = jResp.string(of: "entities[i].children[j].properties.string.value")
sourceId = jResp.string(of: "entities[i].children[j].sourceId")
k = 0
count_k = jResp.size(ofArray: "entities[i].children[j].children").intValue
while k < count_k {
jResp.k = k
strVal = jResp.string(of: "entities[i].children[j].children[k]")
k = k + 1
}
k = 0
count_k = jResp.size(ofArray: "entities[i].children[j].events.string.parameters.anchor.concat").intValue
while k < count_k {
jResp.k = k
strVal = jResp.string(of: "entities[i].children[j].events.string.parameters.anchor.concat[k]")
k = k + 1
}
k = 0
count_k = jResp.size(ofArray: "entities[i].children[j].events.string.parameters.fields.string.concat").intValue
while k < count_k {
jResp.k = k
strVal = jResp.string(of: "entities[i].children[j].events.string.parameters.fields.string.concat[k]")
k = k + 1
}
k = 0
count_k = jResp.size(ofArray: "entities[i].children[j].events.string.parameters.global.concat").intValue
while k < count_k {
jResp.k = k
strVal = jResp.string(of: "entities[i].children[j].events.string.parameters.global.concat[k]")
k = k + 1
}
k = 0
count_k = jResp.size(ofArray: "entities[i].children[j].events.string.parameters.id.concat").intValue
while k < count_k {
jResp.k = k
strVal = jResp.string(of: "entities[i].children[j].events.string.parameters.id.concat[k]")
k = k + 1
}
k = 0
count_k = jResp.size(ofArray: "entities[i].children[j].events.string.parameters.state.set.concat").intValue
while k < count_k {
jResp.k = k
strVal = jResp.string(of: "entities[i].children[j].events.string.parameters.state.set.concat[k]")
k = k + 1
}
k = 0
count_k = jResp.size(ofArray: "entities[i].children[j].events.string.parameters.target.concat").intValue
while k < count_k {
jResp.k = k
strVal = jResp.string(of: "entities[i].children[j].events.string.parameters.target.concat[k]")
k = k + 1
}
k = 0
count_k = jResp.size(ofArray: "entities[i].children[j].events.string.parameters.type.concat").intValue
while k < count_k {
jResp.k = k
strVal = jResp.string(of: "entities[i].children[j].events.string.parameters.type.concat[k]")
k = k + 1
}
k = 0
count_k = jResp.size(ofArray: "entities[i].children[j].events.string.parameters.url.concat").intValue
while k < count_k {
jResp.k = k
strVal = jResp.string(of: "entities[i].children[j].events.string.parameters.url.concat[k]")
k = k + 1
}
k = 0
count_k = jResp.size(ofArray: "entities[i].children[j].properties.string.concat").intValue
while k < count_k {
jResp.k = k
strVal = jResp.string(of: "entities[i].children[j].properties.string.concat[k]")
k = k + 1
}
j = j + 1
}
j = 0
count_j = jResp.size(ofArray: "entities[i].collectionProperties.string.identifiers").intValue
while j < count_j {
jResp.j = j
strVal = jResp.string(of: "entities[i].collectionProperties.string.identifiers[j]")
j = j + 1
}
j = 0
count_j = jResp.size(ofArray: "entities[i].collectionProperties.string.predicate.and").intValue
while j < count_j {
jResp.j = j
strVal = jResp.string(of: "entities[i].collectionProperties.string.predicate.and[j]")
j = j + 1
}
j = 0
count_j = jResp.size(ofArray: "entities[i].collectionProperties.string.predicate.or").intValue
while j < count_j {
jResp.j = j
strVal = jResp.string(of: "entities[i].collectionProperties.string.predicate.or[j]")
j = j + 1
}
j = 0
count_j = jResp.size(ofArray: "entities[i].collectionProperties.string.sort").intValue
while j < count_j {
jResp.j = j
direction = jResp.string(of: "entities[i].collectionProperties.string.sort[j].direction")
field = jResp.string(of: "entities[i].collectionProperties.string.sort[j].field")
j = j + 1
}
j = 0
count_j = jResp.size(ofArray: "entities[i].events.string.parameters.anchor.concat").intValue
while j < count_j {
jResp.j = j
strVal = jResp.string(of: "entities[i].events.string.parameters.anchor.concat[j]")
j = j + 1
}
j = 0
count_j = jResp.size(ofArray: "entities[i].events.string.parameters.fields.string.concat").intValue
while j < count_j {
jResp.j = j
strVal = jResp.string(of: "entities[i].events.string.parameters.fields.string.concat[j]")
j = j + 1
}
j = 0
count_j = jResp.size(ofArray: "entities[i].events.string.parameters.global.concat").intValue
while j < count_j {
jResp.j = j
strVal = jResp.string(of: "entities[i].events.string.parameters.global.concat[j]")
j = j + 1
}
j = 0
count_j = jResp.size(ofArray: "entities[i].events.string.parameters.id.concat").intValue
while j < count_j {
jResp.j = j
strVal = jResp.string(of: "entities[i].events.string.parameters.id.concat[j]")
j = j + 1
}
j = 0
count_j = jResp.size(ofArray: "entities[i].events.string.parameters.state.set.concat").intValue
while j < count_j {
jResp.j = j
strVal = jResp.string(of: "entities[i].events.string.parameters.state.set.concat[j]")
j = j + 1
}
j = 0
count_j = jResp.size(ofArray: "entities[i].events.string.parameters.target.concat").intValue
while j < count_j {
jResp.j = j
strVal = jResp.string(of: "entities[i].events.string.parameters.target.concat[j]")
j = j + 1
}
j = 0
count_j = jResp.size(ofArray: "entities[i].events.string.parameters.type.concat").intValue
while j < count_j {
jResp.j = j
strVal = jResp.string(of: "entities[i].events.string.parameters.type.concat[j]")
j = j + 1
}
j = 0
count_j = jResp.size(ofArray: "entities[i].events.string.parameters.url.concat").intValue
while j < count_j {
jResp.j = j
strVal = jResp.string(of: "entities[i].events.string.parameters.url.concat[j]")
j = j + 1
}
j = 0
count_j = jResp.size(ofArray: "entities[i].properties.string.concat").intValue
while j < count_j {
jResp.j = j
strVal = jResp.string(of: "entities[i].properties.string.concat[j]")
j = j + 1
}
j = 0
count_j = jResp.size(ofArray: "entities[i].variants").intValue
while j < count_j {
jResp.j = j
StringString = jResp.string(of: "entities[i].variants[j].overrides.string.string")
variantValuesString = jResp.string(of: "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"
// }
}