UpdateComponent 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
}
// The following code creates the JSON request body.
// The JSON created by this code is shown below.
// Use this online tool to generate code from sample JSON:
// Generate Code to Create JSON
let json = CkoJsonObject()!
json.update("updatedComponent.bindingProperties.string.bindingProperties.bucket", value: "string")
json.update("updatedComponent.bindingProperties.string.bindingProperties.defaultValue", value: "string")
json.update("updatedComponent.bindingProperties.string.bindingProperties.field", value: "string")
json.update("updatedComponent.bindingProperties.string.bindingProperties.key", value: "string")
json.update("updatedComponent.bindingProperties.string.bindingProperties.model", value: "string")
json.update("updatedComponent.bindingProperties.string.bindingProperties.predicates[0].and[0]", value: "Predicate")
json.update("updatedComponent.bindingProperties.string.bindingProperties.predicates[0].field", value: "string")
json.update("updatedComponent.bindingProperties.string.bindingProperties.predicates[0].operand", value: "string")
json.update("updatedComponent.bindingProperties.string.bindingProperties.predicates[0].operator", value: "string")
json.update("updatedComponent.bindingProperties.string.bindingProperties.predicates[0].or[0]", value: "Predicate")
json.update("updatedComponent.bindingProperties.string.bindingProperties.userAttribute", value: "string")
json.update("updatedComponent.bindingProperties.string.defaultValue", value: "string")
json.update("updatedComponent.bindingProperties.string.type", value: "string")
json.update("updatedComponent.children[0].children[0]", value: "ComponentChild")
json.update("updatedComponent.children[0].componentType", value: "string")
json.update("updatedComponent.children[0].events.string.action", value: "string")
json.update("updatedComponent.children[0].events.string.bindingEvent", value: "string")
json.update("updatedComponent.children[0].events.string.parameters.anchor.bindingProperties.field", value: "string")
json.update("updatedComponent.children[0].events.string.parameters.anchor.bindingProperties.property", value: "string")
json.update("updatedComponent.children[0].events.string.parameters.anchor.bindings.string.element", value: "string")
json.update("updatedComponent.children[0].events.string.parameters.anchor.bindings.string.property", value: "string")
json.update("updatedComponent.children[0].events.string.parameters.anchor.collectionBindingProperties.field", value: "string")
json.update("updatedComponent.children[0].events.string.parameters.anchor.collectionBindingProperties.property", value: "string")
json.update("updatedComponent.children[0].events.string.parameters.anchor.componentName", value: "string")
json.update("updatedComponent.children[0].events.string.parameters.anchor.concat[0]", value: "ComponentProperty")
json.update("updatedComponent.children[0].events.string.parameters.anchor.condition.else", value: "ComponentProperty")
json.update("updatedComponent.children[0].events.string.parameters.anchor.condition.field", value: "string")
json.update("updatedComponent.children[0].events.string.parameters.anchor.condition.operand", value: "string")
json.update("updatedComponent.children[0].events.string.parameters.anchor.condition.operandType", value: "string")
json.update("updatedComponent.children[0].events.string.parameters.anchor.condition.operator", value: "string")
json.update("updatedComponent.children[0].events.string.parameters.anchor.condition.property", value: "string")
json.update("updatedComponent.children[0].events.string.parameters.anchor.condition.then", value: "ComponentProperty")
json.updateInt("updatedComponent.children[0].events.string.parameters.anchor.configured", value: 123)
json.update("updatedComponent.children[0].events.string.parameters.anchor.defaultValue", value: "string")
json.update("updatedComponent.children[0].events.string.parameters.anchor.event", value: "string")
json.update("updatedComponent.children[0].events.string.parameters.anchor.importedValue", value: "string")
json.update("updatedComponent.children[0].events.string.parameters.anchor.model", value: "string")
json.update("updatedComponent.children[0].events.string.parameters.anchor.property", value: "string")
json.update("updatedComponent.children[0].events.string.parameters.anchor.type", value: "string")
json.update("updatedComponent.children[0].events.string.parameters.anchor.userAttribute", value: "string")
json.update("updatedComponent.children[0].events.string.parameters.anchor.value", value: "string")
json.update("updatedComponent.children[0].events.string.parameters.fields.string.bindingProperties.field", value: "string")
json.update("updatedComponent.children[0].events.string.parameters.fields.string.bindingProperties.property", value: "string")
json.update("updatedComponent.children[0].events.string.parameters.fields.string.bindings.string.element", value: "string")
json.update("updatedComponent.children[0].events.string.parameters.fields.string.bindings.string.property", value: "string")
json.update("updatedComponent.children[0].events.string.parameters.fields.string.collectionBindingProperties.field", value: "string")
json.update("updatedComponent.children[0].events.string.parameters.fields.string.collectionBindingProperties.property", value: "string")
json.update("updatedComponent.children[0].events.string.parameters.fields.string.componentName", value: "string")
json.update("updatedComponent.children[0].events.string.parameters.fields.string.concat[0]", value: "ComponentProperty")
json.update("updatedComponent.children[0].events.string.parameters.fields.string.condition.else", value: "ComponentProperty")
json.update("updatedComponent.children[0].events.string.parameters.fields.string.condition.field", value: "string")
json.update("updatedComponent.children[0].events.string.parameters.fields.string.condition.operand", value: "string")
json.update("updatedComponent.children[0].events.string.parameters.fields.string.condition.operandType", value: "string")
json.update("updatedComponent.children[0].events.string.parameters.fields.string.condition.operator", value: "string")
json.update("updatedComponent.children[0].events.string.parameters.fields.string.condition.property", value: "string")
json.update("updatedComponent.children[0].events.string.parameters.fields.string.condition.then", value: "ComponentProperty")
json.updateInt("updatedComponent.children[0].events.string.parameters.fields.string.configured", value: 123)
json.update("updatedComponent.children[0].events.string.parameters.fields.string.defaultValue", value: "string")
json.update("updatedComponent.children[0].events.string.parameters.fields.string.event", value: "string")
json.update("updatedComponent.children[0].events.string.parameters.fields.string.importedValue", value: "string")
json.update("updatedComponent.children[0].events.string.parameters.fields.string.model", value: "string")
json.update("updatedComponent.children[0].events.string.parameters.fields.string.property", value: "string")
json.update("updatedComponent.children[0].events.string.parameters.fields.string.type", value: "string")
json.update("updatedComponent.children[0].events.string.parameters.fields.string.userAttribute", value: "string")
json.update("updatedComponent.children[0].events.string.parameters.fields.string.value", value: "string")
json.update("updatedComponent.children[0].events.string.parameters.global.bindingProperties.field", value: "string")
json.update("updatedComponent.children[0].events.string.parameters.global.bindingProperties.property", value: "string")
json.update("updatedComponent.children[0].events.string.parameters.global.bindings.string.element", value: "string")
json.update("updatedComponent.children[0].events.string.parameters.global.bindings.string.property", value: "string")
json.update("updatedComponent.children[0].events.string.parameters.global.collectionBindingProperties.field", value: "string")
json.update("updatedComponent.children[0].events.string.parameters.global.collectionBindingProperties.property", value: "string")
json.update("updatedComponent.children[0].events.string.parameters.global.componentName", value: "string")
json.update("updatedComponent.children[0].events.string.parameters.global.concat[0]", value: "ComponentProperty")
json.update("updatedComponent.children[0].events.string.parameters.global.condition.else", value: "ComponentProperty")
json.update("updatedComponent.children[0].events.string.parameters.global.condition.field", value: "string")
json.update("updatedComponent.children[0].events.string.parameters.global.condition.operand", value: "string")
json.update("updatedComponent.children[0].events.string.parameters.global.condition.operandType", value: "string")
json.update("updatedComponent.children[0].events.string.parameters.global.condition.operator", value: "string")
json.update("updatedComponent.children[0].events.string.parameters.global.condition.property", value: "string")
json.update("updatedComponent.children[0].events.string.parameters.global.condition.then", value: "ComponentProperty")
json.updateInt("updatedComponent.children[0].events.string.parameters.global.configured", value: 123)
json.update("updatedComponent.children[0].events.string.parameters.global.defaultValue", value: "string")
json.update("updatedComponent.children[0].events.string.parameters.global.event", value: "string")
json.update("updatedComponent.children[0].events.string.parameters.global.importedValue", value: "string")
json.update("updatedComponent.children[0].events.string.parameters.global.model", value: "string")
json.update("updatedComponent.children[0].events.string.parameters.global.property", value: "string")
json.update("updatedComponent.children[0].events.string.parameters.global.type", value: "string")
json.update("updatedComponent.children[0].events.string.parameters.global.userAttribute", value: "string")
json.update("updatedComponent.children[0].events.string.parameters.global.value", value: "string")
json.update("updatedComponent.children[0].events.string.parameters.id.bindingProperties.field", value: "string")
json.update("updatedComponent.children[0].events.string.parameters.id.bindingProperties.property", value: "string")
json.update("updatedComponent.children[0].events.string.parameters.id.bindings.string.element", value: "string")
json.update("updatedComponent.children[0].events.string.parameters.id.bindings.string.property", value: "string")
json.update("updatedComponent.children[0].events.string.parameters.id.collectionBindingProperties.field", value: "string")
json.update("updatedComponent.children[0].events.string.parameters.id.collectionBindingProperties.property", value: "string")
json.update("updatedComponent.children[0].events.string.parameters.id.componentName", value: "string")
json.update("updatedComponent.children[0].events.string.parameters.id.concat[0]", value: "ComponentProperty")
json.update("updatedComponent.children[0].events.string.parameters.id.condition.else", value: "ComponentProperty")
json.update("updatedComponent.children[0].events.string.parameters.id.condition.field", value: "string")
json.update("updatedComponent.children[0].events.string.parameters.id.condition.operand", value: "string")
json.update("updatedComponent.children[0].events.string.parameters.id.condition.operandType", value: "string")
json.update("updatedComponent.children[0].events.string.parameters.id.condition.operator", value: "string")
json.update("updatedComponent.children[0].events.string.parameters.id.condition.property", value: "string")
json.update("updatedComponent.children[0].events.string.parameters.id.condition.then", value: "ComponentProperty")
json.updateInt("updatedComponent.children[0].events.string.parameters.id.configured", value: 123)
json.update("updatedComponent.children[0].events.string.parameters.id.defaultValue", value: "string")
json.update("updatedComponent.children[0].events.string.parameters.id.event", value: "string")
json.update("updatedComponent.children[0].events.string.parameters.id.importedValue", value: "string")
json.update("updatedComponent.children[0].events.string.parameters.id.model", value: "string")
json.update("updatedComponent.children[0].events.string.parameters.id.property", value: "string")
json.update("updatedComponent.children[0].events.string.parameters.id.type", value: "string")
json.update("updatedComponent.children[0].events.string.parameters.id.userAttribute", value: "string")
json.update("updatedComponent.children[0].events.string.parameters.id.value", value: "string")
json.update("updatedComponent.children[0].events.string.parameters.model", value: "string")
json.update("updatedComponent.children[0].events.string.parameters.state.componentName", value: "string")
json.update("updatedComponent.children[0].events.string.parameters.state.property", value: "string")
json.update("updatedComponent.children[0].events.string.parameters.state.set.bindingProperties.field", value: "string")
json.update("updatedComponent.children[0].events.string.parameters.state.set.bindingProperties.property", value: "string")
json.update("updatedComponent.children[0].events.string.parameters.state.set.bindings.string.element", value: "string")
json.update("updatedComponent.children[0].events.string.parameters.state.set.bindings.string.property", value: "string")
json.update("updatedComponent.children[0].events.string.parameters.state.set.collectionBindingProperties.field", value: "string")
json.update("updatedComponent.children[0].events.string.parameters.state.set.collectionBindingProperties.property", value: "string")
json.update("updatedComponent.children[0].events.string.parameters.state.set.componentName", value: "string")
json.update("updatedComponent.children[0].events.string.parameters.state.set.concat[0]", value: "ComponentProperty")
json.update("updatedComponent.children[0].events.string.parameters.state.set.condition.else", value: "ComponentProperty")
json.update("updatedComponent.children[0].events.string.parameters.state.set.condition.field", value: "string")
json.update("updatedComponent.children[0].events.string.parameters.state.set.condition.operand", value: "string")
json.update("updatedComponent.children[0].events.string.parameters.state.set.condition.operandType", value: "string")
json.update("updatedComponent.children[0].events.string.parameters.state.set.condition.operator", value: "string")
json.update("updatedComponent.children[0].events.string.parameters.state.set.condition.property", value: "string")
json.update("updatedComponent.children[0].events.string.parameters.state.set.condition.then", value: "ComponentProperty")
json.updateInt("updatedComponent.children[0].events.string.parameters.state.set.configured", value: 123)
json.update("updatedComponent.children[0].events.string.parameters.state.set.defaultValue", value: "string")
json.update("updatedComponent.children[0].events.string.parameters.state.set.event", value: "string")
json.update("updatedComponent.children[0].events.string.parameters.state.set.importedValue", value: "string")
json.update("updatedComponent.children[0].events.string.parameters.state.set.model", value: "string")
json.update("updatedComponent.children[0].events.string.parameters.state.set.property", value: "string")
json.update("updatedComponent.children[0].events.string.parameters.state.set.type", value: "string")
json.update("updatedComponent.children[0].events.string.parameters.state.set.userAttribute", value: "string")
json.update("updatedComponent.children[0].events.string.parameters.state.set.value", value: "string")
json.update("updatedComponent.children[0].events.string.parameters.target.bindingProperties.field", value: "string")
json.update("updatedComponent.children[0].events.string.parameters.target.bindingProperties.property", value: "string")
json.update("updatedComponent.children[0].events.string.parameters.target.bindings.string.element", value: "string")
json.update("updatedComponent.children[0].events.string.parameters.target.bindings.string.property", value: "string")
json.update("updatedComponent.children[0].events.string.parameters.target.collectionBindingProperties.field", value: "string")
json.update("updatedComponent.children[0].events.string.parameters.target.collectionBindingProperties.property", value: "string")
json.update("updatedComponent.children[0].events.string.parameters.target.componentName", value: "string")
json.update("updatedComponent.children[0].events.string.parameters.target.concat[0]", value: "ComponentProperty")
json.update("updatedComponent.children[0].events.string.parameters.target.condition.else", value: "ComponentProperty")
json.update("updatedComponent.children[0].events.string.parameters.target.condition.field", value: "string")
json.update("updatedComponent.children[0].events.string.parameters.target.condition.operand", value: "string")
json.update("updatedComponent.children[0].events.string.parameters.target.condition.operandType", value: "string")
json.update("updatedComponent.children[0].events.string.parameters.target.condition.operator", value: "string")
json.update("updatedComponent.children[0].events.string.parameters.target.condition.property", value: "string")
json.update("updatedComponent.children[0].events.string.parameters.target.condition.then", value: "ComponentProperty")
json.updateInt("updatedComponent.children[0].events.string.parameters.target.configured", value: 123)
json.update("updatedComponent.children[0].events.string.parameters.target.defaultValue", value: "string")
json.update("updatedComponent.children[0].events.string.parameters.target.event", value: "string")
json.update("updatedComponent.children[0].events.string.parameters.target.importedValue", value: "string")
json.update("updatedComponent.children[0].events.string.parameters.target.model", value: "string")
json.update("updatedComponent.children[0].events.string.parameters.target.property", value: "string")
json.update("updatedComponent.children[0].events.string.parameters.target.type", value: "string")
json.update("updatedComponent.children[0].events.string.parameters.target.userAttribute", value: "string")
json.update("updatedComponent.children[0].events.string.parameters.target.value", value: "string")
json.update("updatedComponent.children[0].events.string.parameters.type.bindingProperties.field", value: "string")
json.update("updatedComponent.children[0].events.string.parameters.type.bindingProperties.property", value: "string")
json.update("updatedComponent.children[0].events.string.parameters.type.bindings.string.element", value: "string")
json.update("updatedComponent.children[0].events.string.parameters.type.bindings.string.property", value: "string")
json.update("updatedComponent.children[0].events.string.parameters.type.collectionBindingProperties.field", value: "string")
json.update("updatedComponent.children[0].events.string.parameters.type.collectionBindingProperties.property", value: "string")
json.update("updatedComponent.children[0].events.string.parameters.type.componentName", value: "string")
json.update("updatedComponent.children[0].events.string.parameters.type.concat[0]", value: "ComponentProperty")
json.update("updatedComponent.children[0].events.string.parameters.type.condition.else", value: "ComponentProperty")
json.update("updatedComponent.children[0].events.string.parameters.type.condition.field", value: "string")
json.update("updatedComponent.children[0].events.string.parameters.type.condition.operand", value: "string")
json.update("updatedComponent.children[0].events.string.parameters.type.condition.operandType", value: "string")
json.update("updatedComponent.children[0].events.string.parameters.type.condition.operator", value: "string")
json.update("updatedComponent.children[0].events.string.parameters.type.condition.property", value: "string")
json.update("updatedComponent.children[0].events.string.parameters.type.condition.then", value: "ComponentProperty")
json.updateInt("updatedComponent.children[0].events.string.parameters.type.configured", value: 123)
json.update("updatedComponent.children[0].events.string.parameters.type.defaultValue", value: "string")
json.update("updatedComponent.children[0].events.string.parameters.type.event", value: "string")
json.update("updatedComponent.children[0].events.string.parameters.type.importedValue", value: "string")
json.update("updatedComponent.children[0].events.string.parameters.type.model", value: "string")
json.update("updatedComponent.children[0].events.string.parameters.type.property", value: "string")
json.update("updatedComponent.children[0].events.string.parameters.type.type", value: "string")
json.update("updatedComponent.children[0].events.string.parameters.type.userAttribute", value: "string")
json.update("updatedComponent.children[0].events.string.parameters.type.value", value: "string")
json.update("updatedComponent.children[0].events.string.parameters.url.bindingProperties.field", value: "string")
json.update("updatedComponent.children[0].events.string.parameters.url.bindingProperties.property", value: "string")
json.update("updatedComponent.children[0].events.string.parameters.url.bindings.string.element", value: "string")
json.update("updatedComponent.children[0].events.string.parameters.url.bindings.string.property", value: "string")
json.update("updatedComponent.children[0].events.string.parameters.url.collectionBindingProperties.field", value: "string")
json.update("updatedComponent.children[0].events.string.parameters.url.collectionBindingProperties.property", value: "string")
json.update("updatedComponent.children[0].events.string.parameters.url.componentName", value: "string")
json.update("updatedComponent.children[0].events.string.parameters.url.concat[0]", value: "ComponentProperty")
json.update("updatedComponent.children[0].events.string.parameters.url.condition.else", value: "ComponentProperty")
json.update("updatedComponent.children[0].events.string.parameters.url.condition.field", value: "string")
json.update("updatedComponent.children[0].events.string.parameters.url.condition.operand", value: "string")
json.update("updatedComponent.children[0].events.string.parameters.url.condition.operandType", value: "string")
json.update("updatedComponent.children[0].events.string.parameters.url.condition.operator", value: "string")
json.update("updatedComponent.children[0].events.string.parameters.url.condition.property", value: "string")
json.update("updatedComponent.children[0].events.string.parameters.url.condition.then", value: "ComponentProperty")
json.updateInt("updatedComponent.children[0].events.string.parameters.url.configured", value: 123)
json.update("updatedComponent.children[0].events.string.parameters.url.defaultValue", value: "string")
json.update("updatedComponent.children[0].events.string.parameters.url.event", value: "string")
json.update("updatedComponent.children[0].events.string.parameters.url.importedValue", value: "string")
json.update("updatedComponent.children[0].events.string.parameters.url.model", value: "string")
json.update("updatedComponent.children[0].events.string.parameters.url.property", value: "string")
json.update("updatedComponent.children[0].events.string.parameters.url.type", value: "string")
json.update("updatedComponent.children[0].events.string.parameters.url.userAttribute", value: "string")
json.update("updatedComponent.children[0].events.string.parameters.url.value", value: "string")
json.update("updatedComponent.children[0].name", value: "string")
json.update("updatedComponent.children[0].properties.string.bindingProperties.field", value: "string")
json.update("updatedComponent.children[0].properties.string.bindingProperties.property", value: "string")
json.update("updatedComponent.children[0].properties.string.bindings.string.element", value: "string")
json.update("updatedComponent.children[0].properties.string.bindings.string.property", value: "string")
json.update("updatedComponent.children[0].properties.string.collectionBindingProperties.field", value: "string")
json.update("updatedComponent.children[0].properties.string.collectionBindingProperties.property", value: "string")
json.update("updatedComponent.children[0].properties.string.componentName", value: "string")
json.update("updatedComponent.children[0].properties.string.concat[0]", value: "ComponentProperty")
json.update("updatedComponent.children[0].properties.string.condition.else", value: "ComponentProperty")
json.update("updatedComponent.children[0].properties.string.condition.field", value: "string")
json.update("updatedComponent.children[0].properties.string.condition.operand", value: "string")
json.update("updatedComponent.children[0].properties.string.condition.operandType", value: "string")
json.update("updatedComponent.children[0].properties.string.condition.operator", value: "string")
json.update("updatedComponent.children[0].properties.string.condition.property", value: "string")
json.update("updatedComponent.children[0].properties.string.condition.then", value: "ComponentProperty")
json.updateInt("updatedComponent.children[0].properties.string.configured", value: 123)
json.update("updatedComponent.children[0].properties.string.defaultValue", value: "string")
json.update("updatedComponent.children[0].properties.string.event", value: "string")
json.update("updatedComponent.children[0].properties.string.importedValue", value: "string")
json.update("updatedComponent.children[0].properties.string.model", value: "string")
json.update("updatedComponent.children[0].properties.string.property", value: "string")
json.update("updatedComponent.children[0].properties.string.type", value: "string")
json.update("updatedComponent.children[0].properties.string.userAttribute", value: "string")
json.update("updatedComponent.children[0].properties.string.value", value: "string")
json.update("updatedComponent.children[0].sourceId", value: "string")
json.update("updatedComponent.collectionProperties.string.identifiers[0]", value: "string")
json.update("updatedComponent.collectionProperties.string.model", value: "string")
json.update("updatedComponent.collectionProperties.string.predicate.and[0]", value: "Predicate")
json.update("updatedComponent.collectionProperties.string.predicate.field", value: "string")
json.update("updatedComponent.collectionProperties.string.predicate.operand", value: "string")
json.update("updatedComponent.collectionProperties.string.predicate.operator", value: "string")
json.update("updatedComponent.collectionProperties.string.predicate.or[0]", value: "Predicate")
json.update("updatedComponent.collectionProperties.string.sort[0].direction", value: "string")
json.update("updatedComponent.collectionProperties.string.sort[0].field", value: "string")
json.update("updatedComponent.componentType", value: "string")
json.update("updatedComponent.events.string.action", value: "string")
json.update("updatedComponent.events.string.bindingEvent", value: "string")
json.update("updatedComponent.events.string.parameters.anchor.bindingProperties.field", value: "string")
json.update("updatedComponent.events.string.parameters.anchor.bindingProperties.property", value: "string")
json.update("updatedComponent.events.string.parameters.anchor.bindings.string.element", value: "string")
json.update("updatedComponent.events.string.parameters.anchor.bindings.string.property", value: "string")
json.update("updatedComponent.events.string.parameters.anchor.collectionBindingProperties.field", value: "string")
json.update("updatedComponent.events.string.parameters.anchor.collectionBindingProperties.property", value: "string")
json.update("updatedComponent.events.string.parameters.anchor.componentName", value: "string")
json.update("updatedComponent.events.string.parameters.anchor.concat[0]", value: "ComponentProperty")
json.update("updatedComponent.events.string.parameters.anchor.condition.else", value: "ComponentProperty")
json.update("updatedComponent.events.string.parameters.anchor.condition.field", value: "string")
json.update("updatedComponent.events.string.parameters.anchor.condition.operand", value: "string")
json.update("updatedComponent.events.string.parameters.anchor.condition.operandType", value: "string")
json.update("updatedComponent.events.string.parameters.anchor.condition.operator", value: "string")
json.update("updatedComponent.events.string.parameters.anchor.condition.property", value: "string")
json.update("updatedComponent.events.string.parameters.anchor.condition.then", value: "ComponentProperty")
json.updateInt("updatedComponent.events.string.parameters.anchor.configured", value: 123)
json.update("updatedComponent.events.string.parameters.anchor.defaultValue", value: "string")
json.update("updatedComponent.events.string.parameters.anchor.event", value: "string")
json.update("updatedComponent.events.string.parameters.anchor.importedValue", value: "string")
json.update("updatedComponent.events.string.parameters.anchor.model", value: "string")
json.update("updatedComponent.events.string.parameters.anchor.property", value: "string")
json.update("updatedComponent.events.string.parameters.anchor.type", value: "string")
json.update("updatedComponent.events.string.parameters.anchor.userAttribute", value: "string")
json.update("updatedComponent.events.string.parameters.anchor.value", value: "string")
json.update("updatedComponent.events.string.parameters.fields.string.bindingProperties.field", value: "string")
json.update("updatedComponent.events.string.parameters.fields.string.bindingProperties.property", value: "string")
json.update("updatedComponent.events.string.parameters.fields.string.bindings.string.element", value: "string")
json.update("updatedComponent.events.string.parameters.fields.string.bindings.string.property", value: "string")
json.update("updatedComponent.events.string.parameters.fields.string.collectionBindingProperties.field", value: "string")
json.update("updatedComponent.events.string.parameters.fields.string.collectionBindingProperties.property", value: "string")
json.update("updatedComponent.events.string.parameters.fields.string.componentName", value: "string")
json.update("updatedComponent.events.string.parameters.fields.string.concat[0]", value: "ComponentProperty")
json.update("updatedComponent.events.string.parameters.fields.string.condition.else", value: "ComponentProperty")
json.update("updatedComponent.events.string.parameters.fields.string.condition.field", value: "string")
json.update("updatedComponent.events.string.parameters.fields.string.condition.operand", value: "string")
json.update("updatedComponent.events.string.parameters.fields.string.condition.operandType", value: "string")
json.update("updatedComponent.events.string.parameters.fields.string.condition.operator", value: "string")
json.update("updatedComponent.events.string.parameters.fields.string.condition.property", value: "string")
json.update("updatedComponent.events.string.parameters.fields.string.condition.then", value: "ComponentProperty")
json.updateInt("updatedComponent.events.string.parameters.fields.string.configured", value: 123)
json.update("updatedComponent.events.string.parameters.fields.string.defaultValue", value: "string")
json.update("updatedComponent.events.string.parameters.fields.string.event", value: "string")
json.update("updatedComponent.events.string.parameters.fields.string.importedValue", value: "string")
json.update("updatedComponent.events.string.parameters.fields.string.model", value: "string")
json.update("updatedComponent.events.string.parameters.fields.string.property", value: "string")
json.update("updatedComponent.events.string.parameters.fields.string.type", value: "string")
json.update("updatedComponent.events.string.parameters.fields.string.userAttribute", value: "string")
json.update("updatedComponent.events.string.parameters.fields.string.value", value: "string")
json.update("updatedComponent.events.string.parameters.global.bindingProperties.field", value: "string")
json.update("updatedComponent.events.string.parameters.global.bindingProperties.property", value: "string")
json.update("updatedComponent.events.string.parameters.global.bindings.string.element", value: "string")
json.update("updatedComponent.events.string.parameters.global.bindings.string.property", value: "string")
json.update("updatedComponent.events.string.parameters.global.collectionBindingProperties.field", value: "string")
json.update("updatedComponent.events.string.parameters.global.collectionBindingProperties.property", value: "string")
json.update("updatedComponent.events.string.parameters.global.componentName", value: "string")
json.update("updatedComponent.events.string.parameters.global.concat[0]", value: "ComponentProperty")
json.update("updatedComponent.events.string.parameters.global.condition.else", value: "ComponentProperty")
json.update("updatedComponent.events.string.parameters.global.condition.field", value: "string")
json.update("updatedComponent.events.string.parameters.global.condition.operand", value: "string")
json.update("updatedComponent.events.string.parameters.global.condition.operandType", value: "string")
json.update("updatedComponent.events.string.parameters.global.condition.operator", value: "string")
json.update("updatedComponent.events.string.parameters.global.condition.property", value: "string")
json.update("updatedComponent.events.string.parameters.global.condition.then", value: "ComponentProperty")
json.updateInt("updatedComponent.events.string.parameters.global.configured", value: 123)
json.update("updatedComponent.events.string.parameters.global.defaultValue", value: "string")
json.update("updatedComponent.events.string.parameters.global.event", value: "string")
json.update("updatedComponent.events.string.parameters.global.importedValue", value: "string")
json.update("updatedComponent.events.string.parameters.global.model", value: "string")
json.update("updatedComponent.events.string.parameters.global.property", value: "string")
json.update("updatedComponent.events.string.parameters.global.type", value: "string")
json.update("updatedComponent.events.string.parameters.global.userAttribute", value: "string")
json.update("updatedComponent.events.string.parameters.global.value", value: "string")
json.update("updatedComponent.events.string.parameters.id.bindingProperties.field", value: "string")
json.update("updatedComponent.events.string.parameters.id.bindingProperties.property", value: "string")
json.update("updatedComponent.events.string.parameters.id.bindings.string.element", value: "string")
json.update("updatedComponent.events.string.parameters.id.bindings.string.property", value: "string")
json.update("updatedComponent.events.string.parameters.id.collectionBindingProperties.field", value: "string")
json.update("updatedComponent.events.string.parameters.id.collectionBindingProperties.property", value: "string")
json.update("updatedComponent.events.string.parameters.id.componentName", value: "string")
json.update("updatedComponent.events.string.parameters.id.concat[0]", value: "ComponentProperty")
json.update("updatedComponent.events.string.parameters.id.condition.else", value: "ComponentProperty")
json.update("updatedComponent.events.string.parameters.id.condition.field", value: "string")
json.update("updatedComponent.events.string.parameters.id.condition.operand", value: "string")
json.update("updatedComponent.events.string.parameters.id.condition.operandType", value: "string")
json.update("updatedComponent.events.string.parameters.id.condition.operator", value: "string")
json.update("updatedComponent.events.string.parameters.id.condition.property", value: "string")
json.update("updatedComponent.events.string.parameters.id.condition.then", value: "ComponentProperty")
json.updateInt("updatedComponent.events.string.parameters.id.configured", value: 123)
json.update("updatedComponent.events.string.parameters.id.defaultValue", value: "string")
json.update("updatedComponent.events.string.parameters.id.event", value: "string")
json.update("updatedComponent.events.string.parameters.id.importedValue", value: "string")
json.update("updatedComponent.events.string.parameters.id.model", value: "string")
json.update("updatedComponent.events.string.parameters.id.property", value: "string")
json.update("updatedComponent.events.string.parameters.id.type", value: "string")
json.update("updatedComponent.events.string.parameters.id.userAttribute", value: "string")
json.update("updatedComponent.events.string.parameters.id.value", value: "string")
json.update("updatedComponent.events.string.parameters.model", value: "string")
json.update("updatedComponent.events.string.parameters.state.componentName", value: "string")
json.update("updatedComponent.events.string.parameters.state.property", value: "string")
json.update("updatedComponent.events.string.parameters.state.set.bindingProperties.field", value: "string")
json.update("updatedComponent.events.string.parameters.state.set.bindingProperties.property", value: "string")
json.update("updatedComponent.events.string.parameters.state.set.bindings.string.element", value: "string")
json.update("updatedComponent.events.string.parameters.state.set.bindings.string.property", value: "string")
json.update("updatedComponent.events.string.parameters.state.set.collectionBindingProperties.field", value: "string")
json.update("updatedComponent.events.string.parameters.state.set.collectionBindingProperties.property", value: "string")
json.update("updatedComponent.events.string.parameters.state.set.componentName", value: "string")
json.update("updatedComponent.events.string.parameters.state.set.concat[0]", value: "ComponentProperty")
json.update("updatedComponent.events.string.parameters.state.set.condition.else", value: "ComponentProperty")
json.update("updatedComponent.events.string.parameters.state.set.condition.field", value: "string")
json.update("updatedComponent.events.string.parameters.state.set.condition.operand", value: "string")
json.update("updatedComponent.events.string.parameters.state.set.condition.operandType", value: "string")
json.update("updatedComponent.events.string.parameters.state.set.condition.operator", value: "string")
json.update("updatedComponent.events.string.parameters.state.set.condition.property", value: "string")
json.update("updatedComponent.events.string.parameters.state.set.condition.then", value: "ComponentProperty")
json.updateInt("updatedComponent.events.string.parameters.state.set.configured", value: 123)
json.update("updatedComponent.events.string.parameters.state.set.defaultValue", value: "string")
json.update("updatedComponent.events.string.parameters.state.set.event", value: "string")
json.update("updatedComponent.events.string.parameters.state.set.importedValue", value: "string")
json.update("updatedComponent.events.string.parameters.state.set.model", value: "string")
json.update("updatedComponent.events.string.parameters.state.set.property", value: "string")
json.update("updatedComponent.events.string.parameters.state.set.type", value: "string")
json.update("updatedComponent.events.string.parameters.state.set.userAttribute", value: "string")
json.update("updatedComponent.events.string.parameters.state.set.value", value: "string")
json.update("updatedComponent.events.string.parameters.target.bindingProperties.field", value: "string")
json.update("updatedComponent.events.string.parameters.target.bindingProperties.property", value: "string")
json.update("updatedComponent.events.string.parameters.target.bindings.string.element", value: "string")
json.update("updatedComponent.events.string.parameters.target.bindings.string.property", value: "string")
json.update("updatedComponent.events.string.parameters.target.collectionBindingProperties.field", value: "string")
json.update("updatedComponent.events.string.parameters.target.collectionBindingProperties.property", value: "string")
json.update("updatedComponent.events.string.parameters.target.componentName", value: "string")
json.update("updatedComponent.events.string.parameters.target.concat[0]", value: "ComponentProperty")
json.update("updatedComponent.events.string.parameters.target.condition.else", value: "ComponentProperty")
json.update("updatedComponent.events.string.parameters.target.condition.field", value: "string")
json.update("updatedComponent.events.string.parameters.target.condition.operand", value: "string")
json.update("updatedComponent.events.string.parameters.target.condition.operandType", value: "string")
json.update("updatedComponent.events.string.parameters.target.condition.operator", value: "string")
json.update("updatedComponent.events.string.parameters.target.condition.property", value: "string")
json.update("updatedComponent.events.string.parameters.target.condition.then", value: "ComponentProperty")
json.updateInt("updatedComponent.events.string.parameters.target.configured", value: 123)
json.update("updatedComponent.events.string.parameters.target.defaultValue", value: "string")
json.update("updatedComponent.events.string.parameters.target.event", value: "string")
json.update("updatedComponent.events.string.parameters.target.importedValue", value: "string")
json.update("updatedComponent.events.string.parameters.target.model", value: "string")
json.update("updatedComponent.events.string.parameters.target.property", value: "string")
json.update("updatedComponent.events.string.parameters.target.type", value: "string")
json.update("updatedComponent.events.string.parameters.target.userAttribute", value: "string")
json.update("updatedComponent.events.string.parameters.target.value", value: "string")
json.update("updatedComponent.events.string.parameters.type.bindingProperties.field", value: "string")
json.update("updatedComponent.events.string.parameters.type.bindingProperties.property", value: "string")
json.update("updatedComponent.events.string.parameters.type.bindings.string.element", value: "string")
json.update("updatedComponent.events.string.parameters.type.bindings.string.property", value: "string")
json.update("updatedComponent.events.string.parameters.type.collectionBindingProperties.field", value: "string")
json.update("updatedComponent.events.string.parameters.type.collectionBindingProperties.property", value: "string")
json.update("updatedComponent.events.string.parameters.type.componentName", value: "string")
json.update("updatedComponent.events.string.parameters.type.concat[0]", value: "ComponentProperty")
json.update("updatedComponent.events.string.parameters.type.condition.else", value: "ComponentProperty")
json.update("updatedComponent.events.string.parameters.type.condition.field", value: "string")
json.update("updatedComponent.events.string.parameters.type.condition.operand", value: "string")
json.update("updatedComponent.events.string.parameters.type.condition.operandType", value: "string")
json.update("updatedComponent.events.string.parameters.type.condition.operator", value: "string")
json.update("updatedComponent.events.string.parameters.type.condition.property", value: "string")
json.update("updatedComponent.events.string.parameters.type.condition.then", value: "ComponentProperty")
json.updateInt("updatedComponent.events.string.parameters.type.configured", value: 123)
json.update("updatedComponent.events.string.parameters.type.defaultValue", value: "string")
json.update("updatedComponent.events.string.parameters.type.event", value: "string")
json.update("updatedComponent.events.string.parameters.type.importedValue", value: "string")
json.update("updatedComponent.events.string.parameters.type.model", value: "string")
json.update("updatedComponent.events.string.parameters.type.property", value: "string")
json.update("updatedComponent.events.string.parameters.type.type", value: "string")
json.update("updatedComponent.events.string.parameters.type.userAttribute", value: "string")
json.update("updatedComponent.events.string.parameters.type.value", value: "string")
json.update("updatedComponent.events.string.parameters.url.bindingProperties.field", value: "string")
json.update("updatedComponent.events.string.parameters.url.bindingProperties.property", value: "string")
json.update("updatedComponent.events.string.parameters.url.bindings.string.element", value: "string")
json.update("updatedComponent.events.string.parameters.url.bindings.string.property", value: "string")
json.update("updatedComponent.events.string.parameters.url.collectionBindingProperties.field", value: "string")
json.update("updatedComponent.events.string.parameters.url.collectionBindingProperties.property", value: "string")
json.update("updatedComponent.events.string.parameters.url.componentName", value: "string")
json.update("updatedComponent.events.string.parameters.url.concat[0]", value: "ComponentProperty")
json.update("updatedComponent.events.string.parameters.url.condition.else", value: "ComponentProperty")
json.update("updatedComponent.events.string.parameters.url.condition.field", value: "string")
json.update("updatedComponent.events.string.parameters.url.condition.operand", value: "string")
json.update("updatedComponent.events.string.parameters.url.condition.operandType", value: "string")
json.update("updatedComponent.events.string.parameters.url.condition.operator", value: "string")
json.update("updatedComponent.events.string.parameters.url.condition.property", value: "string")
json.update("updatedComponent.events.string.parameters.url.condition.then", value: "ComponentProperty")
json.updateInt("updatedComponent.events.string.parameters.url.configured", value: 123)
json.update("updatedComponent.events.string.parameters.url.defaultValue", value: "string")
json.update("updatedComponent.events.string.parameters.url.event", value: "string")
json.update("updatedComponent.events.string.parameters.url.importedValue", value: "string")
json.update("updatedComponent.events.string.parameters.url.model", value: "string")
json.update("updatedComponent.events.string.parameters.url.property", value: "string")
json.update("updatedComponent.events.string.parameters.url.type", value: "string")
json.update("updatedComponent.events.string.parameters.url.userAttribute", value: "string")
json.update("updatedComponent.events.string.parameters.url.value", value: "string")
json.update("updatedComponent.id", value: "string")
json.update("updatedComponent.name", value: "string")
json.update("updatedComponent.overrides.string.string", value: "string")
json.update("updatedComponent.properties.string.bindingProperties.field", value: "string")
json.update("updatedComponent.properties.string.bindingProperties.property", value: "string")
json.update("updatedComponent.properties.string.bindings.string.element", value: "string")
json.update("updatedComponent.properties.string.bindings.string.property", value: "string")
json.update("updatedComponent.properties.string.collectionBindingProperties.field", value: "string")
json.update("updatedComponent.properties.string.collectionBindingProperties.property", value: "string")
json.update("updatedComponent.properties.string.componentName", value: "string")
json.update("updatedComponent.properties.string.concat[0]", value: "ComponentProperty")
json.update("updatedComponent.properties.string.condition.else", value: "ComponentProperty")
json.update("updatedComponent.properties.string.condition.field", value: "string")
json.update("updatedComponent.properties.string.condition.operand", value: "string")
json.update("updatedComponent.properties.string.condition.operandType", value: "string")
json.update("updatedComponent.properties.string.condition.operator", value: "string")
json.update("updatedComponent.properties.string.condition.property", value: "string")
json.update("updatedComponent.properties.string.condition.then", value: "ComponentProperty")
json.updateInt("updatedComponent.properties.string.configured", value: 123)
json.update("updatedComponent.properties.string.defaultValue", value: "string")
json.update("updatedComponent.properties.string.event", value: "string")
json.update("updatedComponent.properties.string.importedValue", value: "string")
json.update("updatedComponent.properties.string.model", value: "string")
json.update("updatedComponent.properties.string.property", value: "string")
json.update("updatedComponent.properties.string.type", value: "string")
json.update("updatedComponent.properties.string.userAttribute", value: "string")
json.update("updatedComponent.properties.string.value", value: "string")
json.update("updatedComponent.schemaVersion", value: "string")
json.update("updatedComponent.sourceId", value: "string")
json.update("updatedComponent.variants[0].overrides.string.string", value: "string")
json.update("updatedComponent.variants[0].variantValues.string", value: "string")
// The JSON request body created by the above code:
// {
// "updatedComponent": {
// "bindingProperties": {
// "string": {
// "bindingProperties": {
// "bucket": "string",
// "defaultValue": "string",
// "field": "string",
// "key": "string",
// "model": "string",
// "predicates": [
// {
// "and": [
// "Predicate"
// ],
// "field": "string",
// "operand": "string",
// "operator": "string",
// "or": [
// "Predicate"
// ]
// }
// ],
// "userAttribute": "string"
// },
// "defaultValue": "string",
// "type": "string"
// }
// },
// "children": [
// {
// "children": [
// "ComponentChild"
// ],
// "componentType": "string",
// "events": {
// "string": {
// "action": "string",
// "bindingEvent": "string",
// "parameters": {
// "anchor": {
// "bindingProperties": {
// "field": "string",
// "property": "string"
// },
// "bindings": {
// "string": {
// "element": "string",
// "property": "string"
// }
// },
// "collectionBindingProperties": {
// "field": "string",
// "property": "string"
// },
// "componentName": "string",
// "concat": [
// "ComponentProperty"
// ],
// "condition": {
// "else": "ComponentProperty",
// "field": "string",
// "operand": "string",
// "operandType": "string",
// "operator": "string",
// "property": "string",
// "then": "ComponentProperty"
// },
// "configured": boolean,
// "defaultValue": "string",
// "event": "string",
// "importedValue": "string",
// "model": "string",
// "property": "string",
// "type": "string",
// "userAttribute": "string",
// "value": "string"
// },
// "fields": {
// "string": {
// "bindingProperties": {
// "field": "string",
// "property": "string"
// },
// "bindings": {
// "string": {
// "element": "string",
// "property": "string"
// }
// },
// "collectionBindingProperties": {
// "field": "string",
// "property": "string"
// },
// "componentName": "string",
// "concat": [
// "ComponentProperty"
// ],
// "condition": {
// "else": "ComponentProperty",
// "field": "string",
// "operand": "string",
// "operandType": "string",
// "operator": "string",
// "property": "string",
// "then": "ComponentProperty"
// },
// "configured": boolean,
// "defaultValue": "string",
// "event": "string",
// "importedValue": "string",
// "model": "string",
// "property": "string",
// "type": "string",
// "userAttribute": "string",
// "value": "string"
// }
// },
// "global": {
// "bindingProperties": {
// "field": "string",
// "property": "string"
// },
// "bindings": {
// "string": {
// "element": "string",
// "property": "string"
// }
// },
// "collectionBindingProperties": {
// "field": "string",
// "property": "string"
// },
// "componentName": "string",
// "concat": [
// "ComponentProperty"
// ],
// "condition": {
// "else": "ComponentProperty",
// "field": "string",
// "operand": "string",
// "operandType": "string",
// "operator": "string",
// "property": "string",
// "then": "ComponentProperty"
// },
// "configured": boolean,
// "defaultValue": "string",
// "event": "string",
// "importedValue": "string",
// "model": "string",
// "property": "string",
// "type": "string",
// "userAttribute": "string",
// "value": "string"
// },
// "id": {
// "bindingProperties": {
// "field": "string",
// "property": "string"
// },
// "bindings": {
// "string": {
// "element": "string",
// "property": "string"
// }
// },
// "collectionBindingProperties": {
// "field": "string",
// "property": "string"
// },
// "componentName": "string",
// "concat": [
// "ComponentProperty"
// ],
// "condition": {
// "else": "ComponentProperty",
// "field": "string",
// "operand": "string",
// "operandType": "string",
// "operator": "string",
// "property": "string",
// "then": "ComponentProperty"
// },
// "configured": boolean,
// "defaultValue": "string",
// "event": "string",
// "importedValue": "string",
// "model": "string",
// "property": "string",
// "type": "string",
// "userAttribute": "string",
// "value": "string"
// },
// "model": "string",
// "state": {
// "componentName": "string",
// "property": "string",
// "set": {
// "bindingProperties": {
// "field": "string",
// "property": "string"
// },
// "bindings": {
// "string": {
// "element": "string",
// "property": "string"
// }
// },
// "collectionBindingProperties": {
// "field": "string",
// "property": "string"
// },
// "componentName": "string",
// "concat": [
// "ComponentProperty"
// ],
// "condition": {
// "else": "ComponentProperty",
// "field": "string",
// "operand": "string",
// "operandType": "string",
// "operator": "string",
// "property": "string",
// "then": "ComponentProperty"
// },
// "configured": boolean,
// "defaultValue": "string",
// "event": "string",
// "importedValue": "string",
// "model": "string",
// "property": "string",
// "type": "string",
// "userAttribute": "string",
// "value": "string"
// }
// },
// "target": {
// "bindingProperties": {
// "field": "string",
// "property": "string"
// },
// "bindings": {
// "string": {
// "element": "string",
// "property": "string"
// }
// },
// "collectionBindingProperties": {
// "field": "string",
// "property": "string"
// },
// "componentName": "string",
// "concat": [
// "ComponentProperty"
// ],
// "condition": {
// "else": "ComponentProperty",
// "field": "string",
// "operand": "string",
// "operandType": "string",
// "operator": "string",
// "property": "string",
// "then": "ComponentProperty"
// },
// "configured": boolean,
// "defaultValue": "string",
// "event": "string",
// "importedValue": "string",
// "model": "string",
// "property": "string",
// "type": "string",
// "userAttribute": "string",
// "value": "string"
// },
// "type": {
// "bindingProperties": {
// "field": "string",
// "property": "string"
// },
// "bindings": {
// "string": {
// "element": "string",
// "property": "string"
// }
// },
// "collectionBindingProperties": {
// "field": "string",
// "property": "string"
// },
// "componentName": "string",
// "concat": [
// "ComponentProperty"
// ],
// "condition": {
// "else": "ComponentProperty",
// "field": "string",
// "operand": "string",
// "operandType": "string",
// "operator": "string",
// "property": "string",
// "then": "ComponentProperty"
// },
// "configured": boolean,
// "defaultValue": "string",
// "event": "string",
// "importedValue": "string",
// "model": "string",
// "property": "string",
// "type": "string",
// "userAttribute": "string",
// "value": "string"
// },
// "url": {
// "bindingProperties": {
// "field": "string",
// "property": "string"
// },
// "bindings": {
// "string": {
// "element": "string",
// "property": "string"
// }
// },
// "collectionBindingProperties": {
// "field": "string",
// "property": "string"
// },
// "componentName": "string",
// "concat": [
// "ComponentProperty"
// ],
// "condition": {
// "else": "ComponentProperty",
// "field": "string",
// "operand": "string",
// "operandType": "string",
// "operator": "string",
// "property": "string",
// "then": "ComponentProperty"
// },
// "configured": boolean,
// "defaultValue": "string",
// "event": "string",
// "importedValue": "string",
// "model": "string",
// "property": "string",
// "type": "string",
// "userAttribute": "string",
// "value": "string"
// }
// }
// }
// },
// "name": "string",
// "properties": {
// "string": {
// "bindingProperties": {
// "field": "string",
// "property": "string"
// },
// "bindings": {
// "string": {
// "element": "string",
// "property": "string"
// }
// },
// "collectionBindingProperties": {
// "field": "string",
// "property": "string"
// },
// "componentName": "string",
// "concat": [
// "ComponentProperty"
// ],
// "condition": {
// "else": "ComponentProperty",
// "field": "string",
// "operand": "string",
// "operandType": "string",
// "operator": "string",
// "property": "string",
// "then": "ComponentProperty"
// },
// "configured": boolean,
// "defaultValue": "string",
// "event": "string",
// "importedValue": "string",
// "model": "string",
// "property": "string",
// "type": "string",
// "userAttribute": "string",
// "value": "string"
// }
// },
// "sourceId": "string"
// }
// ],
// "collectionProperties": {
// "string": {
// "identifiers": [
// "string"
// ],
// "model": "string",
// "predicate": {
// "and": [
// "Predicate"
// ],
// "field": "string",
// "operand": "string",
// "operator": "string",
// "or": [
// "Predicate"
// ]
// },
// "sort": [
// {
// "direction": "string",
// "field": "string"
// }
// ]
// }
// },
// "componentType": "string",
// "events": {
// "string": {
// "action": "string",
// "bindingEvent": "string",
// "parameters": {
// "anchor": {
// "bindingProperties": {
// "field": "string",
// "property": "string"
// },
// "bindings": {
// "string": {
// "element": "string",
// "property": "string"
// }
// },
// "collectionBindingProperties": {
// "field": "string",
// "property": "string"
// },
// "componentName": "string",
// "concat": [
// "ComponentProperty"
// ],
// "condition": {
// "else": "ComponentProperty",
// "field": "string",
// "operand": "string",
// "operandType": "string",
// "operator": "string",
// "property": "string",
// "then": "ComponentProperty"
// },
// "configured": boolean,
// "defaultValue": "string",
// "event": "string",
// "importedValue": "string",
// "model": "string",
// "property": "string",
// "type": "string",
// "userAttribute": "string",
// "value": "string"
// },
// "fields": {
// "string": {
// "bindingProperties": {
// "field": "string",
// "property": "string"
// },
// "bindings": {
// "string": {
// "element": "string",
// "property": "string"
// }
// },
// "collectionBindingProperties": {
// "field": "string",
// "property": "string"
// },
// "componentName": "string",
// "concat": [
// "ComponentProperty"
// ],
// "condition": {
// "else": "ComponentProperty",
// "field": "string",
// "operand": "string",
// "operandType": "string",
// "operator": "string",
// "property": "string",
// "then": "ComponentProperty"
// },
// "configured": boolean,
// "defaultValue": "string",
// "event": "string",
// "importedValue": "string",
// "model": "string",
// "property": "string",
// "type": "string",
// "userAttribute": "string",
// "value": "string"
// }
// },
// "global": {
// "bindingProperties": {
// "field": "string",
// "property": "string"
// },
// "bindings": {
// "string": {
// "element": "string",
// "property": "string"
// }
// },
// "collectionBindingProperties": {
// "field": "string",
// "property": "string"
// },
// "componentName": "string",
// "concat": [
// "ComponentProperty"
// ],
// "condition": {
// "else": "ComponentProperty",
// "field": "string",
// "operand": "string",
// "operandType": "string",
// "operator": "string",
// "property": "string",
// "then": "ComponentProperty"
// },
// "configured": boolean,
// "defaultValue": "string",
// "event": "string",
// "importedValue": "string",
// "model": "string",
// "property": "string",
// "type": "string",
// "userAttribute": "string",
// "value": "string"
// },
// "id": {
// "bindingProperties": {
// "field": "string",
// "property": "string"
// },
// "bindings": {
// "string": {
// "element": "string",
// "property": "string"
// }
// },
// "collectionBindingProperties": {
// "field": "string",
// "property": "string"
// },
// "componentName": "string",
// "concat": [
// "ComponentProperty"
// ],
// "condition": {
// "else": "ComponentProperty",
// "field": "string",
// "operand": "string",
// "operandType": "string",
// "operator": "string",
// "property": "string",
// "then": "ComponentProperty"
// },
// "configured": boolean,
// "defaultValue": "string",
// "event": "string",
// "importedValue": "string",
// "model": "string",
// "property": "string",
// "type": "string",
// "userAttribute": "string",
// "value": "string"
// },
// "model": "string",
// "state": {
// "componentName": "string",
// "property": "string",
// "set": {
// "bindingProperties": {
// "field": "string",
// "property": "string"
// },
// "bindings": {
// "string": {
// "element": "string",
// "property": "string"
// }
// },
// "collectionBindingProperties": {
// "field": "string",
// "property": "string"
// },
// "componentName": "string",
// "concat": [
// "ComponentProperty"
// ],
// "condition": {
// "else": "ComponentProperty",
// "field": "string",
// "operand": "string",
// "operandType": "string",
// "operator": "string",
// "property": "string",
// "then": "ComponentProperty"
// },
// "configured": boolean,
// "defaultValue": "string",
// "event": "string",
// "importedValue": "string",
// "model": "string",
// "property": "string",
// "type": "string",
// "userAttribute": "string",
// "value": "string"
// }
// },
// "target": {
// "bindingProperties": {
// "field": "string",
// "property": "string"
// },
// "bindings": {
// "string": {
// "element": "string",
// "property": "string"
// }
// },
// "collectionBindingProperties": {
// "field": "string",
// "property": "string"
// },
// "componentName": "string",
// "concat": [
// "ComponentProperty"
// ],
// "condition": {
// "else": "ComponentProperty",
// "field": "string",
// "operand": "string",
// "operandType": "string",
// "operator": "string",
// "property": "string",
// "then": "ComponentProperty"
// },
// "configured": boolean,
// "defaultValue": "string",
// "event": "string",
// "importedValue": "string",
// "model": "string",
// "property": "string",
// "type": "string",
// "userAttribute": "string",
// "value": "string"
// },
// "type": {
// "bindingProperties": {
// "field": "string",
// "property": "string"
// },
// "bindings": {
// "string": {
// "element": "string",
// "property": "string"
// }
// },
// "collectionBindingProperties": {
// "field": "string",
// "property": "string"
// },
// "componentName": "string",
// "concat": [
// "ComponentProperty"
// ],
// "condition": {
// "else": "ComponentProperty",
// "field": "string",
// "operand": "string",
// "operandType": "string",
// "operator": "string",
// "property": "string",
// "then": "ComponentProperty"
// },
// "configured": boolean,
// "defaultValue": "string",
// "event": "string",
// "importedValue": "string",
// "model": "string",
// "property": "string",
// "type": "string",
// "userAttribute": "string",
// "value": "string"
// },
// "url": {
// "bindingProperties": {
// "field": "string",
// "property": "string"
// },
// "bindings": {
// "string": {
// "element": "string",
// "property": "string"
// }
// },
// "collectionBindingProperties": {
// "field": "string",
// "property": "string"
// },
// "componentName": "string",
// "concat": [
// "ComponentProperty"
// ],
// "condition": {
// "else": "ComponentProperty",
// "field": "string",
// "operand": "string",
// "operandType": "string",
// "operator": "string",
// "property": "string",
// "then": "ComponentProperty"
// },
// "configured": boolean,
// "defaultValue": "string",
// "event": "string",
// "importedValue": "string",
// "model": "string",
// "property": "string",
// "type": "string",
// "userAttribute": "string",
// "value": "string"
// }
// }
// }
// },
// "id": "string",
// "name": "string",
// "overrides": {
// "string": {
// "string": "string"
// }
// },
// "properties": {
// "string": {
// "bindingProperties": {
// "field": "string",
// "property": "string"
// },
// "bindings": {
// "string": {
// "element": "string",
// "property": "string"
// }
// },
// "collectionBindingProperties": {
// "field": "string",
// "property": "string"
// },
// "componentName": "string",
// "concat": [
// "ComponentProperty"
// ],
// "condition": {
// "else": "ComponentProperty",
// "field": "string",
// "operand": "string",
// "operandType": "string",
// "operator": "string",
// "property": "string",
// "then": "ComponentProperty"
// },
// "configured": boolean,
// "defaultValue": "string",
// "event": "string",
// "importedValue": "string",
// "model": "string",
// "property": "string",
// "type": "string",
// "userAttribute": "string",
// "value": "string"
// }
// },
// "schemaVersion": "string",
// "sourceId": "string",
// "variants": [
// {
// "overrides": {
// "string": {
// "string": "string"
// }
// },
// "variantValues": {
// "string": "string"
// }
// }
// ]
// }
// }
rest.addHeader("Content-Type", value: "application/x-amz-json-1.1")
rest.addHeader("X-Amz-Target", value: "UpdateComponent")
let sbRequestBody = CkoStringBuilder()!
json.emitSb(sbRequestBody)
let sbResponseBody = CkoStringBuilder()!
success = rest.fullRequestSb("PATCH", uriPath: "/app/{appId}/environment/{environmentName}/components/{id}", requestBody: sbRequestBody, responseBody: 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 field: String?
var operand: String?
var operator: String?
var j: Int
var count_j: Int
var strVal: String?
var componentType: String?
var StringAction: String?
var StringBindingEvent: String?
var AnchorComponentName: String?
var AnchorConfigured: Int
var AnchorEvent: String?
var AnchorImportedValue: String?
var AnchorValue: String?
var name: String?
var sourceId: String?
var direction: String?
var StringString: String?
var variantValuesString: String?
var AppId: String? = jResp.string(of: "entity.appId")
var Bucket: String? = jResp.string(of: "entity.bindingProperties.string.bindingProperties.bucket")
var DefaultValue: String? = jResp.string(of: "entity.bindingProperties.string.bindingProperties.defaultValue")
var Field: String? = jResp.string(of: "entity.bindingProperties.string.bindingProperties.field")
var Key: String? = jResp.string(of: "entity.bindingProperties.string.bindingProperties.key")
var Model: String? = jResp.string(of: "entity.bindingProperties.string.bindingProperties.model")
var UserAttribute: String? = jResp.string(of: "entity.bindingProperties.string.bindingProperties.userAttribute")
var StringDefaultValue: String? = jResp.string(of: "entity.bindingProperties.string.defaultValue")
var v_Type: String? = jResp.string(of: "entity.bindingProperties.string.type")
var StringModel: String? = jResp.string(of: "entity.collectionProperties.string.model")
var PredicateField: String? = jResp.string(of: "entity.collectionProperties.string.predicate.field")
var Operand: String? = jResp.string(of: "entity.collectionProperties.string.predicate.operand")
var Operator: String? = jResp.string(of: "entity.collectionProperties.string.predicate.operator")
var ComponentType: String? = jResp.string(of: "entity.componentType")
var CreatedAt: Int = jResp.int(of: "entity.createdAt").intValue
var EnvironmentName: String? = jResp.string(of: "entity.environmentName")
var Action: String? = jResp.string(of: "entity.events.string.action")
var BindingEvent: String? = jResp.string(of: "entity.events.string.bindingEvent")
var BindingPropertiesField: String? = jResp.string(of: "entity.events.string.parameters.anchor.bindingProperties.field")
var Property: String? = jResp.string(of: "entity.events.string.parameters.anchor.bindingProperties.property")
var Element: String? = jResp.string(of: "entity.events.string.parameters.anchor.bindings.string.element")
var StringProperty: String? = jResp.string(of: "entity.events.string.parameters.anchor.bindings.string.property")
var CollectionBindingPropertiesField: String? = jResp.string(of: "entity.events.string.parameters.anchor.collectionBindingProperties.field")
var CollectionBindingPropertiesProperty: String? = jResp.string(of: "entity.events.string.parameters.anchor.collectionBindingProperties.property")
var ComponentName: String? = jResp.string(of: "entity.events.string.parameters.anchor.componentName")
var v_Else: String? = jResp.string(of: "entity.events.string.parameters.anchor.condition.else")
var ConditionField: String? = jResp.string(of: "entity.events.string.parameters.anchor.condition.field")
var ConditionOperand: String? = jResp.string(of: "entity.events.string.parameters.anchor.condition.operand")
var OperandType: String? = jResp.string(of: "entity.events.string.parameters.anchor.condition.operandType")
var ConditionOperator: String? = jResp.string(of: "entity.events.string.parameters.anchor.condition.operator")
var ConditionProperty: String? = jResp.string(of: "entity.events.string.parameters.anchor.condition.property")
var v_Then: String? = jResp.string(of: "entity.events.string.parameters.anchor.condition.then")
var Configured: Int = jResp.int(of: "entity.events.string.parameters.anchor.configured").intValue
var AnchorDefaultValue: String? = jResp.string(of: "entity.events.string.parameters.anchor.defaultValue")
var v_Event: String? = jResp.string(of: "entity.events.string.parameters.anchor.event")
var ImportedValue: String? = jResp.string(of: "entity.events.string.parameters.anchor.importedValue")
var AnchorModel: String? = jResp.string(of: "entity.events.string.parameters.anchor.model")
var AnchorProperty: String? = jResp.string(of: "entity.events.string.parameters.anchor.property")
var AnchorType: String? = jResp.string(of: "entity.events.string.parameters.anchor.type")
var AnchorUserAttribute: String? = jResp.string(of: "entity.events.string.parameters.anchor.userAttribute")
var Value: String? = jResp.string(of: "entity.events.string.parameters.anchor.value")
BindingPropertiesField = jResp.string(of: "entity.events.string.parameters.fields.string.bindingProperties.field")
var BindingPropertiesProperty: String? = jResp.string(of: "entity.events.string.parameters.fields.string.bindingProperties.property")
var StringElement: String? = jResp.string(of: "entity.events.string.parameters.fields.string.bindings.string.element")
StringProperty = jResp.string(of: "entity.events.string.parameters.fields.string.bindings.string.property")
CollectionBindingPropertiesField = jResp.string(of: "entity.events.string.parameters.fields.string.collectionBindingProperties.field")
CollectionBindingPropertiesProperty = jResp.string(of: "entity.events.string.parameters.fields.string.collectionBindingProperties.property")
var StringComponentName: String? = jResp.string(of: "entity.events.string.parameters.fields.string.componentName")
var ConditionElse: String? = jResp.string(of: "entity.events.string.parameters.fields.string.condition.else")
ConditionField = jResp.string(of: "entity.events.string.parameters.fields.string.condition.field")
ConditionOperand = jResp.string(of: "entity.events.string.parameters.fields.string.condition.operand")
var ConditionOperandType: String? = jResp.string(of: "entity.events.string.parameters.fields.string.condition.operandType")
ConditionOperator = jResp.string(of: "entity.events.string.parameters.fields.string.condition.operator")
ConditionProperty = jResp.string(of: "entity.events.string.parameters.fields.string.condition.property")
var ConditionThen: String? = jResp.string(of: "entity.events.string.parameters.fields.string.condition.then")
var StringConfigured: Int = jResp.int(of: "entity.events.string.parameters.fields.string.configured").intValue
StringDefaultValue = jResp.string(of: "entity.events.string.parameters.fields.string.defaultValue")
var StringEvent: String? = jResp.string(of: "entity.events.string.parameters.fields.string.event")
var StringImportedValue: String? = jResp.string(of: "entity.events.string.parameters.fields.string.importedValue")
StringModel = jResp.string(of: "entity.events.string.parameters.fields.string.model")
StringProperty = jResp.string(of: "entity.events.string.parameters.fields.string.property")
var StringType: String? = jResp.string(of: "entity.events.string.parameters.fields.string.type")
var StringUserAttribute: String? = jResp.string(of: "entity.events.string.parameters.fields.string.userAttribute")
var StringValue: String? = jResp.string(of: "entity.events.string.parameters.fields.string.value")
BindingPropertiesField = jResp.string(of: "entity.events.string.parameters.global.bindingProperties.field")
BindingPropertiesProperty = jResp.string(of: "entity.events.string.parameters.global.bindingProperties.property")
StringElement = jResp.string(of: "entity.events.string.parameters.global.bindings.string.element")
StringProperty = jResp.string(of: "entity.events.string.parameters.global.bindings.string.property")
CollectionBindingPropertiesField = jResp.string(of: "entity.events.string.parameters.global.collectionBindingProperties.field")
CollectionBindingPropertiesProperty = jResp.string(of: "entity.events.string.parameters.global.collectionBindingProperties.property")
var GlobalComponentName: String? = jResp.string(of: "entity.events.string.parameters.global.componentName")
ConditionElse = jResp.string(of: "entity.events.string.parameters.global.condition.else")
ConditionField = jResp.string(of: "entity.events.string.parameters.global.condition.field")
ConditionOperand = jResp.string(of: "entity.events.string.parameters.global.condition.operand")
ConditionOperandType = jResp.string(of: "entity.events.string.parameters.global.condition.operandType")
ConditionOperator = jResp.string(of: "entity.events.string.parameters.global.condition.operator")
ConditionProperty = jResp.string(of: "entity.events.string.parameters.global.condition.property")
ConditionThen = jResp.string(of: "entity.events.string.parameters.global.condition.then")
var GlobalConfigured: Int = jResp.int(of: "entity.events.string.parameters.global.configured").intValue
var GlobalDefaultValue: String? = jResp.string(of: "entity.events.string.parameters.global.defaultValue")
var GlobalEvent: String? = jResp.string(of: "entity.events.string.parameters.global.event")
var GlobalImportedValue: String? = jResp.string(of: "entity.events.string.parameters.global.importedValue")
var GlobalModel: String? = jResp.string(of: "entity.events.string.parameters.global.model")
var GlobalProperty: String? = jResp.string(of: "entity.events.string.parameters.global.property")
var GlobalType: String? = jResp.string(of: "entity.events.string.parameters.global.type")
var GlobalUserAttribute: String? = jResp.string(of: "entity.events.string.parameters.global.userAttribute")
var GlobalValue: String? = jResp.string(of: "entity.events.string.parameters.global.value")
BindingPropertiesField = jResp.string(of: "entity.events.string.parameters.id.bindingProperties.field")
BindingPropertiesProperty = jResp.string(of: "entity.events.string.parameters.id.bindingProperties.property")
StringElement = jResp.string(of: "entity.events.string.parameters.id.bindings.string.element")
StringProperty = jResp.string(of: "entity.events.string.parameters.id.bindings.string.property")
CollectionBindingPropertiesField = jResp.string(of: "entity.events.string.parameters.id.collectionBindingProperties.field")
CollectionBindingPropertiesProperty = jResp.string(of: "entity.events.string.parameters.id.collectionBindingProperties.property")
var IdComponentName: String? = jResp.string(of: "entity.events.string.parameters.id.componentName")
ConditionElse = jResp.string(of: "entity.events.string.parameters.id.condition.else")
ConditionField = jResp.string(of: "entity.events.string.parameters.id.condition.field")
ConditionOperand = jResp.string(of: "entity.events.string.parameters.id.condition.operand")
ConditionOperandType = jResp.string(of: "entity.events.string.parameters.id.condition.operandType")
ConditionOperator = jResp.string(of: "entity.events.string.parameters.id.condition.operator")
ConditionProperty = jResp.string(of: "entity.events.string.parameters.id.condition.property")
ConditionThen = jResp.string(of: "entity.events.string.parameters.id.condition.then")
var IdConfigured: Int = jResp.int(of: "entity.events.string.parameters.id.configured").intValue
var IdDefaultValue: String? = jResp.string(of: "entity.events.string.parameters.id.defaultValue")
var IdEvent: String? = jResp.string(of: "entity.events.string.parameters.id.event")
var IdImportedValue: String? = jResp.string(of: "entity.events.string.parameters.id.importedValue")
var IdModel: String? = jResp.string(of: "entity.events.string.parameters.id.model")
var IdProperty: String? = jResp.string(of: "entity.events.string.parameters.id.property")
var IdType: String? = jResp.string(of: "entity.events.string.parameters.id.type")
var IdUserAttribute: String? = jResp.string(of: "entity.events.string.parameters.id.userAttribute")
var IdValue: String? = jResp.string(of: "entity.events.string.parameters.id.value")
var ParametersModel: String? = jResp.string(of: "entity.events.string.parameters.model")
var StateComponentName: String? = jResp.string(of: "entity.events.string.parameters.state.componentName")
var StateProperty: String? = jResp.string(of: "entity.events.string.parameters.state.property")
BindingPropertiesField = jResp.string(of: "entity.events.string.parameters.state.set.bindingProperties.field")
BindingPropertiesProperty = jResp.string(of: "entity.events.string.parameters.state.set.bindingProperties.property")
StringElement = jResp.string(of: "entity.events.string.parameters.state.set.bindings.string.element")
StringProperty = jResp.string(of: "entity.events.string.parameters.state.set.bindings.string.property")
CollectionBindingPropertiesField = jResp.string(of: "entity.events.string.parameters.state.set.collectionBindingProperties.field")
CollectionBindingPropertiesProperty = jResp.string(of: "entity.events.string.parameters.state.set.collectionBindingProperties.property")
var SetComponentName: String? = jResp.string(of: "entity.events.string.parameters.state.set.componentName")
ConditionElse = jResp.string(of: "entity.events.string.parameters.state.set.condition.else")
ConditionField = jResp.string(of: "entity.events.string.parameters.state.set.condition.field")
ConditionOperand = jResp.string(of: "entity.events.string.parameters.state.set.condition.operand")
ConditionOperandType = jResp.string(of: "entity.events.string.parameters.state.set.condition.operandType")
ConditionOperator = jResp.string(of: "entity.events.string.parameters.state.set.condition.operator")
ConditionProperty = jResp.string(of: "entity.events.string.parameters.state.set.condition.property")
ConditionThen = jResp.string(of: "entity.events.string.parameters.state.set.condition.then")
var SetConfigured: Int = jResp.int(of: "entity.events.string.parameters.state.set.configured").intValue
var SetDefaultValue: String? = jResp.string(of: "entity.events.string.parameters.state.set.defaultValue")
var SetEvent: String? = jResp.string(of: "entity.events.string.parameters.state.set.event")
var SetImportedValue: String? = jResp.string(of: "entity.events.string.parameters.state.set.importedValue")
var SetModel: String? = jResp.string(of: "entity.events.string.parameters.state.set.model")
var SetProperty: String? = jResp.string(of: "entity.events.string.parameters.state.set.property")
var SetType: String? = jResp.string(of: "entity.events.string.parameters.state.set.type")
var SetUserAttribute: String? = jResp.string(of: "entity.events.string.parameters.state.set.userAttribute")
var SetValue: String? = jResp.string(of: "entity.events.string.parameters.state.set.value")
BindingPropertiesField = jResp.string(of: "entity.events.string.parameters.target.bindingProperties.field")
BindingPropertiesProperty = jResp.string(of: "entity.events.string.parameters.target.bindingProperties.property")
StringElement = jResp.string(of: "entity.events.string.parameters.target.bindings.string.element")
StringProperty = jResp.string(of: "entity.events.string.parameters.target.bindings.string.property")
CollectionBindingPropertiesField = jResp.string(of: "entity.events.string.parameters.target.collectionBindingProperties.field")
CollectionBindingPropertiesProperty = jResp.string(of: "entity.events.string.parameters.target.collectionBindingProperties.property")
var TargetComponentName: String? = jResp.string(of: "entity.events.string.parameters.target.componentName")
ConditionElse = jResp.string(of: "entity.events.string.parameters.target.condition.else")
ConditionField = jResp.string(of: "entity.events.string.parameters.target.condition.field")
ConditionOperand = jResp.string(of: "entity.events.string.parameters.target.condition.operand")
ConditionOperandType = jResp.string(of: "entity.events.string.parameters.target.condition.operandType")
ConditionOperator = jResp.string(of: "entity.events.string.parameters.target.condition.operator")
ConditionProperty = jResp.string(of: "entity.events.string.parameters.target.condition.property")
ConditionThen = jResp.string(of: "entity.events.string.parameters.target.condition.then")
var TargetConfigured: Int = jResp.int(of: "entity.events.string.parameters.target.configured").intValue
var TargetDefaultValue: String? = jResp.string(of: "entity.events.string.parameters.target.defaultValue")
var TargetEvent: String? = jResp.string(of: "entity.events.string.parameters.target.event")
var TargetImportedValue: String? = jResp.string(of: "entity.events.string.parameters.target.importedValue")
var TargetModel: String? = jResp.string(of: "entity.events.string.parameters.target.model")
var TargetProperty: String? = jResp.string(of: "entity.events.string.parameters.target.property")
var TargetType: String? = jResp.string(of: "entity.events.string.parameters.target.type")
var TargetUserAttribute: String? = jResp.string(of: "entity.events.string.parameters.target.userAttribute")
var TargetValue: String? = jResp.string(of: "entity.events.string.parameters.target.value")
BindingPropertiesField = jResp.string(of: "entity.events.string.parameters.type.bindingProperties.field")
BindingPropertiesProperty = jResp.string(of: "entity.events.string.parameters.type.bindingProperties.property")
StringElement = jResp.string(of: "entity.events.string.parameters.type.bindings.string.element")
StringProperty = jResp.string(of: "entity.events.string.parameters.type.bindings.string.property")
CollectionBindingPropertiesField = jResp.string(of: "entity.events.string.parameters.type.collectionBindingProperties.field")
CollectionBindingPropertiesProperty = jResp.string(of: "entity.events.string.parameters.type.collectionBindingProperties.property")
var TypeComponentName: String? = jResp.string(of: "entity.events.string.parameters.type.componentName")
ConditionElse = jResp.string(of: "entity.events.string.parameters.type.condition.else")
ConditionField = jResp.string(of: "entity.events.string.parameters.type.condition.field")
ConditionOperand = jResp.string(of: "entity.events.string.parameters.type.condition.operand")
ConditionOperandType = jResp.string(of: "entity.events.string.parameters.type.condition.operandType")
ConditionOperator = jResp.string(of: "entity.events.string.parameters.type.condition.operator")
ConditionProperty = jResp.string(of: "entity.events.string.parameters.type.condition.property")
ConditionThen = jResp.string(of: "entity.events.string.parameters.type.condition.then")
var TypeConfigured: Int = jResp.int(of: "entity.events.string.parameters.type.configured").intValue
var TypeDefaultValue: String? = jResp.string(of: "entity.events.string.parameters.type.defaultValue")
var TypeEvent: String? = jResp.string(of: "entity.events.string.parameters.type.event")
var TypeImportedValue: String? = jResp.string(of: "entity.events.string.parameters.type.importedValue")
var TypeModel: String? = jResp.string(of: "entity.events.string.parameters.type.model")
var TypeProperty: String? = jResp.string(of: "entity.events.string.parameters.type.property")
var TypeType: String? = jResp.string(of: "entity.events.string.parameters.type.type")
var TypeUserAttribute: String? = jResp.string(of: "entity.events.string.parameters.type.userAttribute")
var TypeValue: String? = jResp.string(of: "entity.events.string.parameters.type.value")
BindingPropertiesField = jResp.string(of: "entity.events.string.parameters.url.bindingProperties.field")
BindingPropertiesProperty = jResp.string(of: "entity.events.string.parameters.url.bindingProperties.property")
StringElement = jResp.string(of: "entity.events.string.parameters.url.bindings.string.element")
StringProperty = jResp.string(of: "entity.events.string.parameters.url.bindings.string.property")
CollectionBindingPropertiesField = jResp.string(of: "entity.events.string.parameters.url.collectionBindingProperties.field")
CollectionBindingPropertiesProperty = jResp.string(of: "entity.events.string.parameters.url.collectionBindingProperties.property")
var UrlComponentName: String? = jResp.string(of: "entity.events.string.parameters.url.componentName")
ConditionElse = jResp.string(of: "entity.events.string.parameters.url.condition.else")
ConditionField = jResp.string(of: "entity.events.string.parameters.url.condition.field")
ConditionOperand = jResp.string(of: "entity.events.string.parameters.url.condition.operand")
ConditionOperandType = jResp.string(of: "entity.events.string.parameters.url.condition.operandType")
ConditionOperator = jResp.string(of: "entity.events.string.parameters.url.condition.operator")
ConditionProperty = jResp.string(of: "entity.events.string.parameters.url.condition.property")
ConditionThen = jResp.string(of: "entity.events.string.parameters.url.condition.then")
var UrlConfigured: Int = jResp.int(of: "entity.events.string.parameters.url.configured").intValue
var UrlDefaultValue: String? = jResp.string(of: "entity.events.string.parameters.url.defaultValue")
var UrlEvent: String? = jResp.string(of: "entity.events.string.parameters.url.event")
var UrlImportedValue: String? = jResp.string(of: "entity.events.string.parameters.url.importedValue")
var UrlModel: String? = jResp.string(of: "entity.events.string.parameters.url.model")
var UrlProperty: String? = jResp.string(of: "entity.events.string.parameters.url.property")
var UrlType: String? = jResp.string(of: "entity.events.string.parameters.url.type")
var UrlUserAttribute: String? = jResp.string(of: "entity.events.string.parameters.url.userAttribute")
var UrlValue: String? = jResp.string(of: "entity.events.string.parameters.url.value")
var Id: String? = jResp.string(of: "entity.id")
var ModifiedAt: Int = jResp.int(of: "entity.modifiedAt").intValue
var Name: String? = jResp.string(of: "entity.name")
var v_String: String? = jResp.string(of: "entity.overrides.string.string")
BindingPropertiesField = jResp.string(of: "entity.properties.string.bindingProperties.field")
BindingPropertiesProperty = jResp.string(of: "entity.properties.string.bindingProperties.property")
StringElement = jResp.string(of: "entity.properties.string.bindings.string.element")
StringProperty = jResp.string(of: "entity.properties.string.bindings.string.property")
CollectionBindingPropertiesField = jResp.string(of: "entity.properties.string.collectionBindingProperties.field")
CollectionBindingPropertiesProperty = jResp.string(of: "entity.properties.string.collectionBindingProperties.property")
StringComponentName = jResp.string(of: "entity.properties.string.componentName")
ConditionElse = jResp.string(of: "entity.properties.string.condition.else")
ConditionField = jResp.string(of: "entity.properties.string.condition.field")
ConditionOperand = jResp.string(of: "entity.properties.string.condition.operand")
ConditionOperandType = jResp.string(of: "entity.properties.string.condition.operandType")
ConditionOperator = jResp.string(of: "entity.properties.string.condition.operator")
ConditionProperty = jResp.string(of: "entity.properties.string.condition.property")
ConditionThen = jResp.string(of: "entity.properties.string.condition.then")
StringConfigured = jResp.int(of: "entity.properties.string.configured").intValue
StringDefaultValue = jResp.string(of: "entity.properties.string.defaultValue")
StringEvent = jResp.string(of: "entity.properties.string.event")
StringImportedValue = jResp.string(of: "entity.properties.string.importedValue")
StringModel = jResp.string(of: "entity.properties.string.model")
StringProperty = jResp.string(of: "entity.properties.string.property")
StringType = jResp.string(of: "entity.properties.string.type")
StringUserAttribute = jResp.string(of: "entity.properties.string.userAttribute")
StringValue = jResp.string(of: "entity.properties.string.value")
var SchemaVersion: String? = jResp.string(of: "entity.schemaVersion")
var SourceId: String? = jResp.string(of: "entity.sourceId")
var TagsString: String? = jResp.string(of: "entity.tags.string")
var i: Int = 0
var count_i: Int = jResp.size(ofArray: "entity.bindingProperties.string.bindingProperties.predicates").intValue
while i < count_i {
jResp.i = i
field = jResp.string(of: "entity.bindingProperties.string.bindingProperties.predicates[i].field")
operand = jResp.string(of: "entity.bindingProperties.string.bindingProperties.predicates[i].operand")
operator = jResp.string(of: "entity.bindingProperties.string.bindingProperties.predicates[i].operator")
j = 0
count_j = jResp.size(ofArray: "entity.bindingProperties.string.bindingProperties.predicates[i].and").intValue
while j < count_j {
jResp.j = j
strVal = jResp.string(of: "entity.bindingProperties.string.bindingProperties.predicates[i].and[j]")
j = j + 1
}
j = 0
count_j = jResp.size(ofArray: "entity.bindingProperties.string.bindingProperties.predicates[i].or").intValue
while j < count_j {
jResp.j = j
strVal = jResp.string(of: "entity.bindingProperties.string.bindingProperties.predicates[i].or[j]")
j = j + 1
}
i = i + 1
}
i = 0
count_i = jResp.size(ofArray: "entity.children").intValue
while i < count_i {
jResp.i = i
componentType = jResp.string(of: "entity.children[i].componentType")
StringAction = jResp.string(of: "entity.children[i].events.string.action")
StringBindingEvent = jResp.string(of: "entity.children[i].events.string.bindingEvent")
BindingPropertiesField = jResp.string(of: "entity.children[i].events.string.parameters.anchor.bindingProperties.field")
BindingPropertiesProperty = jResp.string(of: "entity.children[i].events.string.parameters.anchor.bindingProperties.property")
StringElement = jResp.string(of: "entity.children[i].events.string.parameters.anchor.bindings.string.element")
StringProperty = jResp.string(of: "entity.children[i].events.string.parameters.anchor.bindings.string.property")
CollectionBindingPropertiesField = jResp.string(of: "entity.children[i].events.string.parameters.anchor.collectionBindingProperties.field")
CollectionBindingPropertiesProperty = jResp.string(of: "entity.children[i].events.string.parameters.anchor.collectionBindingProperties.property")
AnchorComponentName = jResp.string(of: "entity.children[i].events.string.parameters.anchor.componentName")
ConditionElse = jResp.string(of: "entity.children[i].events.string.parameters.anchor.condition.else")
ConditionField = jResp.string(of: "entity.children[i].events.string.parameters.anchor.condition.field")
ConditionOperand = jResp.string(of: "entity.children[i].events.string.parameters.anchor.condition.operand")
ConditionOperandType = jResp.string(of: "entity.children[i].events.string.parameters.anchor.condition.operandType")
ConditionOperator = jResp.string(of: "entity.children[i].events.string.parameters.anchor.condition.operator")
ConditionProperty = jResp.string(of: "entity.children[i].events.string.parameters.anchor.condition.property")
ConditionThen = jResp.string(of: "entity.children[i].events.string.parameters.anchor.condition.then")
AnchorConfigured = jResp.int(of: "entity.children[i].events.string.parameters.anchor.configured").intValue
AnchorDefaultValue = jResp.string(of: "entity.children[i].events.string.parameters.anchor.defaultValue")
AnchorEvent = jResp.string(of: "entity.children[i].events.string.parameters.anchor.event")
AnchorImportedValue = jResp.string(of: "entity.children[i].events.string.parameters.anchor.importedValue")
AnchorModel = jResp.string(of: "entity.children[i].events.string.parameters.anchor.model")
AnchorProperty = jResp.string(of: "entity.children[i].events.string.parameters.anchor.property")
AnchorType = jResp.string(of: "entity.children[i].events.string.parameters.anchor.type")
AnchorUserAttribute = jResp.string(of: "entity.children[i].events.string.parameters.anchor.userAttribute")
AnchorValue = jResp.string(of: "entity.children[i].events.string.parameters.anchor.value")
BindingPropertiesField = jResp.string(of: "entity.children[i].events.string.parameters.fields.string.bindingProperties.field")
BindingPropertiesProperty = jResp.string(of: "entity.children[i].events.string.parameters.fields.string.bindingProperties.property")
StringElement = jResp.string(of: "entity.children[i].events.string.parameters.fields.string.bindings.string.element")
StringProperty = jResp.string(of: "entity.children[i].events.string.parameters.fields.string.bindings.string.property")
CollectionBindingPropertiesField = jResp.string(of: "entity.children[i].events.string.parameters.fields.string.collectionBindingProperties.field")
CollectionBindingPropertiesProperty = jResp.string(of: "entity.children[i].events.string.parameters.fields.string.collectionBindingProperties.property")
StringComponentName = jResp.string(of: "entity.children[i].events.string.parameters.fields.string.componentName")
ConditionElse = jResp.string(of: "entity.children[i].events.string.parameters.fields.string.condition.else")
ConditionField = jResp.string(of: "entity.children[i].events.string.parameters.fields.string.condition.field")
ConditionOperand = jResp.string(of: "entity.children[i].events.string.parameters.fields.string.condition.operand")
ConditionOperandType = jResp.string(of: "entity.children[i].events.string.parameters.fields.string.condition.operandType")
ConditionOperator = jResp.string(of: "entity.children[i].events.string.parameters.fields.string.condition.operator")
ConditionProperty = jResp.string(of: "entity.children[i].events.string.parameters.fields.string.condition.property")
ConditionThen = jResp.string(of: "entity.children[i].events.string.parameters.fields.string.condition.then")
StringConfigured = jResp.int(of: "entity.children[i].events.string.parameters.fields.string.configured").intValue
StringDefaultValue = jResp.string(of: "entity.children[i].events.string.parameters.fields.string.defaultValue")
StringEvent = jResp.string(of: "entity.children[i].events.string.parameters.fields.string.event")
StringImportedValue = jResp.string(of: "entity.children[i].events.string.parameters.fields.string.importedValue")
StringModel = jResp.string(of: "entity.children[i].events.string.parameters.fields.string.model")
StringProperty = jResp.string(of: "entity.children[i].events.string.parameters.fields.string.property")
StringType = jResp.string(of: "entity.children[i].events.string.parameters.fields.string.type")
StringUserAttribute = jResp.string(of: "entity.children[i].events.string.parameters.fields.string.userAttribute")
StringValue = jResp.string(of: "entity.children[i].events.string.parameters.fields.string.value")
BindingPropertiesField = jResp.string(of: "entity.children[i].events.string.parameters.global.bindingProperties.field")
BindingPropertiesProperty = jResp.string(of: "entity.children[i].events.string.parameters.global.bindingProperties.property")
StringElement = jResp.string(of: "entity.children[i].events.string.parameters.global.bindings.string.element")
StringProperty = jResp.string(of: "entity.children[i].events.string.parameters.global.bindings.string.property")
CollectionBindingPropertiesField = jResp.string(of: "entity.children[i].events.string.parameters.global.collectionBindingProperties.field")
CollectionBindingPropertiesProperty = jResp.string(of: "entity.children[i].events.string.parameters.global.collectionBindingProperties.property")
GlobalComponentName = jResp.string(of: "entity.children[i].events.string.parameters.global.componentName")
ConditionElse = jResp.string(of: "entity.children[i].events.string.parameters.global.condition.else")
ConditionField = jResp.string(of: "entity.children[i].events.string.parameters.global.condition.field")
ConditionOperand = jResp.string(of: "entity.children[i].events.string.parameters.global.condition.operand")
ConditionOperandType = jResp.string(of: "entity.children[i].events.string.parameters.global.condition.operandType")
ConditionOperator = jResp.string(of: "entity.children[i].events.string.parameters.global.condition.operator")
ConditionProperty = jResp.string(of: "entity.children[i].events.string.parameters.global.condition.property")
ConditionThen = jResp.string(of: "entity.children[i].events.string.parameters.global.condition.then")
GlobalConfigured = jResp.int(of: "entity.children[i].events.string.parameters.global.configured").intValue
GlobalDefaultValue = jResp.string(of: "entity.children[i].events.string.parameters.global.defaultValue")
GlobalEvent = jResp.string(of: "entity.children[i].events.string.parameters.global.event")
GlobalImportedValue = jResp.string(of: "entity.children[i].events.string.parameters.global.importedValue")
GlobalModel = jResp.string(of: "entity.children[i].events.string.parameters.global.model")
GlobalProperty = jResp.string(of: "entity.children[i].events.string.parameters.global.property")
GlobalType = jResp.string(of: "entity.children[i].events.string.parameters.global.type")
GlobalUserAttribute = jResp.string(of: "entity.children[i].events.string.parameters.global.userAttribute")
GlobalValue = jResp.string(of: "entity.children[i].events.string.parameters.global.value")
BindingPropertiesField = jResp.string(of: "entity.children[i].events.string.parameters.id.bindingProperties.field")
BindingPropertiesProperty = jResp.string(of: "entity.children[i].events.string.parameters.id.bindingProperties.property")
StringElement = jResp.string(of: "entity.children[i].events.string.parameters.id.bindings.string.element")
StringProperty = jResp.string(of: "entity.children[i].events.string.parameters.id.bindings.string.property")
CollectionBindingPropertiesField = jResp.string(of: "entity.children[i].events.string.parameters.id.collectionBindingProperties.field")
CollectionBindingPropertiesProperty = jResp.string(of: "entity.children[i].events.string.parameters.id.collectionBindingProperties.property")
IdComponentName = jResp.string(of: "entity.children[i].events.string.parameters.id.componentName")
ConditionElse = jResp.string(of: "entity.children[i].events.string.parameters.id.condition.else")
ConditionField = jResp.string(of: "entity.children[i].events.string.parameters.id.condition.field")
ConditionOperand = jResp.string(of: "entity.children[i].events.string.parameters.id.condition.operand")
ConditionOperandType = jResp.string(of: "entity.children[i].events.string.parameters.id.condition.operandType")
ConditionOperator = jResp.string(of: "entity.children[i].events.string.parameters.id.condition.operator")
ConditionProperty = jResp.string(of: "entity.children[i].events.string.parameters.id.condition.property")
ConditionThen = jResp.string(of: "entity.children[i].events.string.parameters.id.condition.then")
IdConfigured = jResp.int(of: "entity.children[i].events.string.parameters.id.configured").intValue
IdDefaultValue = jResp.string(of: "entity.children[i].events.string.parameters.id.defaultValue")
IdEvent = jResp.string(of: "entity.children[i].events.string.parameters.id.event")
IdImportedValue = jResp.string(of: "entity.children[i].events.string.parameters.id.importedValue")
IdModel = jResp.string(of: "entity.children[i].events.string.parameters.id.model")
IdProperty = jResp.string(of: "entity.children[i].events.string.parameters.id.property")
IdType = jResp.string(of: "entity.children[i].events.string.parameters.id.type")
IdUserAttribute = jResp.string(of: "entity.children[i].events.string.parameters.id.userAttribute")
IdValue = jResp.string(of: "entity.children[i].events.string.parameters.id.value")
ParametersModel = jResp.string(of: "entity.children[i].events.string.parameters.model")
StateComponentName = jResp.string(of: "entity.children[i].events.string.parameters.state.componentName")
StateProperty = jResp.string(of: "entity.children[i].events.string.parameters.state.property")
BindingPropertiesField = jResp.string(of: "entity.children[i].events.string.parameters.state.set.bindingProperties.field")
BindingPropertiesProperty = jResp.string(of: "entity.children[i].events.string.parameters.state.set.bindingProperties.property")
StringElement = jResp.string(of: "entity.children[i].events.string.parameters.state.set.bindings.string.element")
StringProperty = jResp.string(of: "entity.children[i].events.string.parameters.state.set.bindings.string.property")
CollectionBindingPropertiesField = jResp.string(of: "entity.children[i].events.string.parameters.state.set.collectionBindingProperties.field")
CollectionBindingPropertiesProperty = jResp.string(of: "entity.children[i].events.string.parameters.state.set.collectionBindingProperties.property")
SetComponentName = jResp.string(of: "entity.children[i].events.string.parameters.state.set.componentName")
ConditionElse = jResp.string(of: "entity.children[i].events.string.parameters.state.set.condition.else")
ConditionField = jResp.string(of: "entity.children[i].events.string.parameters.state.set.condition.field")
ConditionOperand = jResp.string(of: "entity.children[i].events.string.parameters.state.set.condition.operand")
ConditionOperandType = jResp.string(of: "entity.children[i].events.string.parameters.state.set.condition.operandType")
ConditionOperator = jResp.string(of: "entity.children[i].events.string.parameters.state.set.condition.operator")
ConditionProperty = jResp.string(of: "entity.children[i].events.string.parameters.state.set.condition.property")
ConditionThen = jResp.string(of: "entity.children[i].events.string.parameters.state.set.condition.then")
SetConfigured = jResp.int(of: "entity.children[i].events.string.parameters.state.set.configured").intValue
SetDefaultValue = jResp.string(of: "entity.children[i].events.string.parameters.state.set.defaultValue")
SetEvent = jResp.string(of: "entity.children[i].events.string.parameters.state.set.event")
SetImportedValue = jResp.string(of: "entity.children[i].events.string.parameters.state.set.importedValue")
SetModel = jResp.string(of: "entity.children[i].events.string.parameters.state.set.model")
SetProperty = jResp.string(of: "entity.children[i].events.string.parameters.state.set.property")
SetType = jResp.string(of: "entity.children[i].events.string.parameters.state.set.type")
SetUserAttribute = jResp.string(of: "entity.children[i].events.string.parameters.state.set.userAttribute")
SetValue = jResp.string(of: "entity.children[i].events.string.parameters.state.set.value")
BindingPropertiesField = jResp.string(of: "entity.children[i].events.string.parameters.target.bindingProperties.field")
BindingPropertiesProperty = jResp.string(of: "entity.children[i].events.string.parameters.target.bindingProperties.property")
StringElement = jResp.string(of: "entity.children[i].events.string.parameters.target.bindings.string.element")
StringProperty = jResp.string(of: "entity.children[i].events.string.parameters.target.bindings.string.property")
CollectionBindingPropertiesField = jResp.string(of: "entity.children[i].events.string.parameters.target.collectionBindingProperties.field")
CollectionBindingPropertiesProperty = jResp.string(of: "entity.children[i].events.string.parameters.target.collectionBindingProperties.property")
TargetComponentName = jResp.string(of: "entity.children[i].events.string.parameters.target.componentName")
ConditionElse = jResp.string(of: "entity.children[i].events.string.parameters.target.condition.else")
ConditionField = jResp.string(of: "entity.children[i].events.string.parameters.target.condition.field")
ConditionOperand = jResp.string(of: "entity.children[i].events.string.parameters.target.condition.operand")
ConditionOperandType = jResp.string(of: "entity.children[i].events.string.parameters.target.condition.operandType")
ConditionOperator = jResp.string(of: "entity.children[i].events.string.parameters.target.condition.operator")
ConditionProperty = jResp.string(of: "entity.children[i].events.string.parameters.target.condition.property")
ConditionThen = jResp.string(of: "entity.children[i].events.string.parameters.target.condition.then")
TargetConfigured = jResp.int(of: "entity.children[i].events.string.parameters.target.configured").intValue
TargetDefaultValue = jResp.string(of: "entity.children[i].events.string.parameters.target.defaultValue")
TargetEvent = jResp.string(of: "entity.children[i].events.string.parameters.target.event")
TargetImportedValue = jResp.string(of: "entity.children[i].events.string.parameters.target.importedValue")
TargetModel = jResp.string(of: "entity.children[i].events.string.parameters.target.model")
TargetProperty = jResp.string(of: "entity.children[i].events.string.parameters.target.property")
TargetType = jResp.string(of: "entity.children[i].events.string.parameters.target.type")
TargetUserAttribute = jResp.string(of: "entity.children[i].events.string.parameters.target.userAttribute")
TargetValue = jResp.string(of: "entity.children[i].events.string.parameters.target.value")
BindingPropertiesField = jResp.string(of: "entity.children[i].events.string.parameters.type.bindingProperties.field")
BindingPropertiesProperty = jResp.string(of: "entity.children[i].events.string.parameters.type.bindingProperties.property")
StringElement = jResp.string(of: "entity.children[i].events.string.parameters.type.bindings.string.element")
StringProperty = jResp.string(of: "entity.children[i].events.string.parameters.type.bindings.string.property")
CollectionBindingPropertiesField = jResp.string(of: "entity.children[i].events.string.parameters.type.collectionBindingProperties.field")
CollectionBindingPropertiesProperty = jResp.string(of: "entity.children[i].events.string.parameters.type.collectionBindingProperties.property")
TypeComponentName = jResp.string(of: "entity.children[i].events.string.parameters.type.componentName")
ConditionElse = jResp.string(of: "entity.children[i].events.string.parameters.type.condition.else")
ConditionField = jResp.string(of: "entity.children[i].events.string.parameters.type.condition.field")
ConditionOperand = jResp.string(of: "entity.children[i].events.string.parameters.type.condition.operand")
ConditionOperandType = jResp.string(of: "entity.children[i].events.string.parameters.type.condition.operandType")
ConditionOperator = jResp.string(of: "entity.children[i].events.string.parameters.type.condition.operator")
ConditionProperty = jResp.string(of: "entity.children[i].events.string.parameters.type.condition.property")
ConditionThen = jResp.string(of: "entity.children[i].events.string.parameters.type.condition.then")
TypeConfigured = jResp.int(of: "entity.children[i].events.string.parameters.type.configured").intValue
TypeDefaultValue = jResp.string(of: "entity.children[i].events.string.parameters.type.defaultValue")
TypeEvent = jResp.string(of: "entity.children[i].events.string.parameters.type.event")
TypeImportedValue = jResp.string(of: "entity.children[i].events.string.parameters.type.importedValue")
TypeModel = jResp.string(of: "entity.children[i].events.string.parameters.type.model")
TypeProperty = jResp.string(of: "entity.children[i].events.string.parameters.type.property")
TypeType = jResp.string(of: "entity.children[i].events.string.parameters.type.type")
TypeUserAttribute = jResp.string(of: "entity.children[i].events.string.parameters.type.userAttribute")
TypeValue = jResp.string(of: "entity.children[i].events.string.parameters.type.value")
BindingPropertiesField = jResp.string(of: "entity.children[i].events.string.parameters.url.bindingProperties.field")
BindingPropertiesProperty = jResp.string(of: "entity.children[i].events.string.parameters.url.bindingProperties.property")
StringElement = jResp.string(of: "entity.children[i].events.string.parameters.url.bindings.string.element")
StringProperty = jResp.string(of: "entity.children[i].events.string.parameters.url.bindings.string.property")
CollectionBindingPropertiesField = jResp.string(of: "entity.children[i].events.string.parameters.url.collectionBindingProperties.field")
CollectionBindingPropertiesProperty = jResp.string(of: "entity.children[i].events.string.parameters.url.collectionBindingProperties.property")
UrlComponentName = jResp.string(of: "entity.children[i].events.string.parameters.url.componentName")
ConditionElse = jResp.string(of: "entity.children[i].events.string.parameters.url.condition.else")
ConditionField = jResp.string(of: "entity.children[i].events.string.parameters.url.condition.field")
ConditionOperand = jResp.string(of: "entity.children[i].events.string.parameters.url.condition.operand")
ConditionOperandType = jResp.string(of: "entity.children[i].events.string.parameters.url.condition.operandType")
ConditionOperator = jResp.string(of: "entity.children[i].events.string.parameters.url.condition.operator")
ConditionProperty = jResp.string(of: "entity.children[i].events.string.parameters.url.condition.property")
ConditionThen = jResp.string(of: "entity.children[i].events.string.parameters.url.condition.then")
UrlConfigured = jResp.int(of: "entity.children[i].events.string.parameters.url.configured").intValue
UrlDefaultValue = jResp.string(of: "entity.children[i].events.string.parameters.url.defaultValue")
UrlEvent = jResp.string(of: "entity.children[i].events.string.parameters.url.event")
UrlImportedValue = jResp.string(of: "entity.children[i].events.string.parameters.url.importedValue")
UrlModel = jResp.string(of: "entity.children[i].events.string.parameters.url.model")
UrlProperty = jResp.string(of: "entity.children[i].events.string.parameters.url.property")
UrlType = jResp.string(of: "entity.children[i].events.string.parameters.url.type")
UrlUserAttribute = jResp.string(of: "entity.children[i].events.string.parameters.url.userAttribute")
UrlValue = jResp.string(of: "entity.children[i].events.string.parameters.url.value")
name = jResp.string(of: "entity.children[i].name")
BindingPropertiesField = jResp.string(of: "entity.children[i].properties.string.bindingProperties.field")
BindingPropertiesProperty = jResp.string(of: "entity.children[i].properties.string.bindingProperties.property")
StringElement = jResp.string(of: "entity.children[i].properties.string.bindings.string.element")
StringProperty = jResp.string(of: "entity.children[i].properties.string.bindings.string.property")
CollectionBindingPropertiesField = jResp.string(of: "entity.children[i].properties.string.collectionBindingProperties.field")
CollectionBindingPropertiesProperty = jResp.string(of: "entity.children[i].properties.string.collectionBindingProperties.property")
StringComponentName = jResp.string(of: "entity.children[i].properties.string.componentName")
ConditionElse = jResp.string(of: "entity.children[i].properties.string.condition.else")
ConditionField = jResp.string(of: "entity.children[i].properties.string.condition.field")
ConditionOperand = jResp.string(of: "entity.children[i].properties.string.condition.operand")
ConditionOperandType = jResp.string(of: "entity.children[i].properties.string.condition.operandType")
ConditionOperator = jResp.string(of: "entity.children[i].properties.string.condition.operator")
ConditionProperty = jResp.string(of: "entity.children[i].properties.string.condition.property")
ConditionThen = jResp.string(of: "entity.children[i].properties.string.condition.then")
StringConfigured = jResp.int(of: "entity.children[i].properties.string.configured").intValue
StringDefaultValue = jResp.string(of: "entity.children[i].properties.string.defaultValue")
StringEvent = jResp.string(of: "entity.children[i].properties.string.event")
StringImportedValue = jResp.string(of: "entity.children[i].properties.string.importedValue")
StringModel = jResp.string(of: "entity.children[i].properties.string.model")
StringProperty = jResp.string(of: "entity.children[i].properties.string.property")
StringType = jResp.string(of: "entity.children[i].properties.string.type")
StringUserAttribute = jResp.string(of: "entity.children[i].properties.string.userAttribute")
StringValue = jResp.string(of: "entity.children[i].properties.string.value")
sourceId = jResp.string(of: "entity.children[i].sourceId")
j = 0
count_j = jResp.size(ofArray: "entity.children[i].children").intValue
while j < count_j {
jResp.j = j
strVal = jResp.string(of: "entity.children[i].children[j]")
j = j + 1
}
j = 0
count_j = jResp.size(ofArray: "entity.children[i].events.string.parameters.anchor.concat").intValue
while j < count_j {
jResp.j = j
strVal = jResp.string(of: "entity.children[i].events.string.parameters.anchor.concat[j]")
j = j + 1
}
j = 0
count_j = jResp.size(ofArray: "entity.children[i].events.string.parameters.fields.string.concat").intValue
while j < count_j {
jResp.j = j
strVal = jResp.string(of: "entity.children[i].events.string.parameters.fields.string.concat[j]")
j = j + 1
}
j = 0
count_j = jResp.size(ofArray: "entity.children[i].events.string.parameters.global.concat").intValue
while j < count_j {
jResp.j = j
strVal = jResp.string(of: "entity.children[i].events.string.parameters.global.concat[j]")
j = j + 1
}
j = 0
count_j = jResp.size(ofArray: "entity.children[i].events.string.parameters.id.concat").intValue
while j < count_j {
jResp.j = j
strVal = jResp.string(of: "entity.children[i].events.string.parameters.id.concat[j]")
j = j + 1
}
j = 0
count_j = jResp.size(ofArray: "entity.children[i].events.string.parameters.state.set.concat").intValue
while j < count_j {
jResp.j = j
strVal = jResp.string(of: "entity.children[i].events.string.parameters.state.set.concat[j]")
j = j + 1
}
j = 0
count_j = jResp.size(ofArray: "entity.children[i].events.string.parameters.target.concat").intValue
while j < count_j {
jResp.j = j
strVal = jResp.string(of: "entity.children[i].events.string.parameters.target.concat[j]")
j = j + 1
}
j = 0
count_j = jResp.size(ofArray: "entity.children[i].events.string.parameters.type.concat").intValue
while j < count_j {
jResp.j = j
strVal = jResp.string(of: "entity.children[i].events.string.parameters.type.concat[j]")
j = j + 1
}
j = 0
count_j = jResp.size(ofArray: "entity.children[i].events.string.parameters.url.concat").intValue
while j < count_j {
jResp.j = j
strVal = jResp.string(of: "entity.children[i].events.string.parameters.url.concat[j]")
j = j + 1
}
j = 0
count_j = jResp.size(ofArray: "entity.children[i].properties.string.concat").intValue
while j < count_j {
jResp.j = j
strVal = jResp.string(of: "entity.children[i].properties.string.concat[j]")
j = j + 1
}
i = i + 1
}
i = 0
count_i = jResp.size(ofArray: "entity.collectionProperties.string.identifiers").intValue
while i < count_i {
jResp.i = i
strVal = jResp.string(of: "entity.collectionProperties.string.identifiers[i]")
i = i + 1
}
i = 0
count_i = jResp.size(ofArray: "entity.collectionProperties.string.predicate.and").intValue
while i < count_i {
jResp.i = i
strVal = jResp.string(of: "entity.collectionProperties.string.predicate.and[i]")
i = i + 1
}
i = 0
count_i = jResp.size(ofArray: "entity.collectionProperties.string.predicate.or").intValue
while i < count_i {
jResp.i = i
strVal = jResp.string(of: "entity.collectionProperties.string.predicate.or[i]")
i = i + 1
}
i = 0
count_i = jResp.size(ofArray: "entity.collectionProperties.string.sort").intValue
while i < count_i {
jResp.i = i
direction = jResp.string(of: "entity.collectionProperties.string.sort[i].direction")
field = jResp.string(of: "entity.collectionProperties.string.sort[i].field")
i = i + 1
}
i = 0
count_i = jResp.size(ofArray: "entity.events.string.parameters.anchor.concat").intValue
while i < count_i {
jResp.i = i
strVal = jResp.string(of: "entity.events.string.parameters.anchor.concat[i]")
i = i + 1
}
i = 0
count_i = jResp.size(ofArray: "entity.events.string.parameters.fields.string.concat").intValue
while i < count_i {
jResp.i = i
strVal = jResp.string(of: "entity.events.string.parameters.fields.string.concat[i]")
i = i + 1
}
i = 0
count_i = jResp.size(ofArray: "entity.events.string.parameters.global.concat").intValue
while i < count_i {
jResp.i = i
strVal = jResp.string(of: "entity.events.string.parameters.global.concat[i]")
i = i + 1
}
i = 0
count_i = jResp.size(ofArray: "entity.events.string.parameters.id.concat").intValue
while i < count_i {
jResp.i = i
strVal = jResp.string(of: "entity.events.string.parameters.id.concat[i]")
i = i + 1
}
i = 0
count_i = jResp.size(ofArray: "entity.events.string.parameters.state.set.concat").intValue
while i < count_i {
jResp.i = i
strVal = jResp.string(of: "entity.events.string.parameters.state.set.concat[i]")
i = i + 1
}
i = 0
count_i = jResp.size(ofArray: "entity.events.string.parameters.target.concat").intValue
while i < count_i {
jResp.i = i
strVal = jResp.string(of: "entity.events.string.parameters.target.concat[i]")
i = i + 1
}
i = 0
count_i = jResp.size(ofArray: "entity.events.string.parameters.type.concat").intValue
while i < count_i {
jResp.i = i
strVal = jResp.string(of: "entity.events.string.parameters.type.concat[i]")
i = i + 1
}
i = 0
count_i = jResp.size(ofArray: "entity.events.string.parameters.url.concat").intValue
while i < count_i {
jResp.i = i
strVal = jResp.string(of: "entity.events.string.parameters.url.concat[i]")
i = i + 1
}
i = 0
count_i = jResp.size(ofArray: "entity.properties.string.concat").intValue
while i < count_i {
jResp.i = i
strVal = jResp.string(of: "entity.properties.string.concat[i]")
i = i + 1
}
i = 0
count_i = jResp.size(ofArray: "entity.variants").intValue
while i < count_i {
jResp.i = i
StringString = jResp.string(of: "entity.variants[i].overrides.string.string")
variantValuesString = jResp.string(of: "entity.variants[i].variantValues.string")
i = i + 1
}
// A sample JSON response body parsed by the above code:
// {
// "entity": {
// "appId": "string",
// "bindingProperties": {
// "string": {
// "bindingProperties": {
// "bucket": "string",
// "defaultValue": "string",
// "field": "string",
// "key": "string",
// "model": "string",
// "predicates": [
// {
// "and": [
// "Predicate"
// ],
// "field": "string",
// "operand": "string",
// "operator": "string",
// "or": [
// "Predicate"
// ]
// }
// ],
// "userAttribute": "string"
// },
// "defaultValue": "string",
// "type": "string"
// }
// },
// "children": [
// {
// "children": [
// "ComponentChild"
// ],
// "componentType": "string",
// "events": {
// "string": {
// "action": "string",
// "bindingEvent": "string",
// "parameters": {
// "anchor": {
// "bindingProperties": {
// "field": "string",
// "property": "string"
// },
// "bindings": {
// "string": {
// "element": "string",
// "property": "string"
// }
// },
// "collectionBindingProperties": {
// "field": "string",
// "property": "string"
// },
// "componentName": "string",
// "concat": [
// "ComponentProperty"
// ],
// "condition": {
// "else": "ComponentProperty",
// "field": "string",
// "operand": "string",
// "operandType": "string",
// "operator": "string",
// "property": "string",
// "then": "ComponentProperty"
// },
// "configured": boolean,
// "defaultValue": "string",
// "event": "string",
// "importedValue": "string",
// "model": "string",
// "property": "string",
// "type": "string",
// "userAttribute": "string",
// "value": "string"
// },
// "fields": {
// "string": {
// "bindingProperties": {
// "field": "string",
// "property": "string"
// },
// "bindings": {
// "string": {
// "element": "string",
// "property": "string"
// }
// },
// "collectionBindingProperties": {
// "field": "string",
// "property": "string"
// },
// "componentName": "string",
// "concat": [
// "ComponentProperty"
// ],
// "condition": {
// "else": "ComponentProperty",
// "field": "string",
// "operand": "string",
// "operandType": "string",
// "operator": "string",
// "property": "string",
// "then": "ComponentProperty"
// },
// "configured": boolean,
// "defaultValue": "string",
// "event": "string",
// "importedValue": "string",
// "model": "string",
// "property": "string",
// "type": "string",
// "userAttribute": "string",
// "value": "string"
// }
// },
// "global": {
// "bindingProperties": {
// "field": "string",
// "property": "string"
// },
// "bindings": {
// "string": {
// "element": "string",
// "property": "string"
// }
// },
// "collectionBindingProperties": {
// "field": "string",
// "property": "string"
// },
// "componentName": "string",
// "concat": [
// "ComponentProperty"
// ],
// "condition": {
// "else": "ComponentProperty",
// "field": "string",
// "operand": "string",
// "operandType": "string",
// "operator": "string",
// "property": "string",
// "then": "ComponentProperty"
// },
// "configured": boolean,
// "defaultValue": "string",
// "event": "string",
// "importedValue": "string",
// "model": "string",
// "property": "string",
// "type": "string",
// "userAttribute": "string",
// "value": "string"
// },
// "id": {
// "bindingProperties": {
// "field": "string",
// "property": "string"
// },
// "bindings": {
// "string": {
// "element": "string",
// "property": "string"
// }
// },
// "collectionBindingProperties": {
// "field": "string",
// "property": "string"
// },
// "componentName": "string",
// "concat": [
// "ComponentProperty"
// ],
// "condition": {
// "else": "ComponentProperty",
// "field": "string",
// "operand": "string",
// "operandType": "string",
// "operator": "string",
// "property": "string",
// "then": "ComponentProperty"
// },
// "configured": boolean,
// "defaultValue": "string",
// "event": "string",
// "importedValue": "string",
// "model": "string",
// "property": "string",
// "type": "string",
// "userAttribute": "string",
// "value": "string"
// },
// "model": "string",
// "state": {
// "componentName": "string",
// "property": "string",
// "set": {
// "bindingProperties": {
// "field": "string",
// "property": "string"
// },
// "bindings": {
// "string": {
// "element": "string",
// "property": "string"
// }
// },
// "collectionBindingProperties": {
// "field": "string",
// "property": "string"
// },
// "componentName": "string",
// "concat": [
// "ComponentProperty"
// ],
// "condition": {
// "else": "ComponentProperty",
// "field": "string",
// "operand": "string",
// "operandType": "string",
// "operator": "string",
// "property": "string",
// "then": "ComponentProperty"
// },
// "configured": boolean,
// "defaultValue": "string",
// "event": "string",
// "importedValue": "string",
// "model": "string",
// "property": "string",
// "type": "string",
// "userAttribute": "string",
// "value": "string"
// }
// },
// "target": {
// "bindingProperties": {
// "field": "string",
// "property": "string"
// },
// "bindings": {
// "string": {
// "element": "string",
// "property": "string"
// }
// },
// "collectionBindingProperties": {
// "field": "string",
// "property": "string"
// },
// "componentName": "string",
// "concat": [
// "ComponentProperty"
// ],
// "condition": {
// "else": "ComponentProperty",
// "field": "string",
// "operand": "string",
// "operandType": "string",
// "operator": "string",
// "property": "string",
// "then": "ComponentProperty"
// },
// "configured": boolean,
// "defaultValue": "string",
// "event": "string",
// "importedValue": "string",
// "model": "string",
// "property": "string",
// "type": "string",
// "userAttribute": "string",
// "value": "string"
// },
// "type": {
// "bindingProperties": {
// "field": "string",
// "property": "string"
// },
// "bindings": {
// "string": {
// "element": "string",
// "property": "string"
// }
// },
// "collectionBindingProperties": {
// "field": "string",
// "property": "string"
// },
// "componentName": "string",
// "concat": [
// "ComponentProperty"
// ],
// "condition": {
// "else": "ComponentProperty",
// "field": "string",
// "operand": "string",
// "operandType": "string",
// "operator": "string",
// "property": "string",
// "then": "ComponentProperty"
// },
// "configured": boolean,
// "defaultValue": "string",
// "event": "string",
// "importedValue": "string",
// "model": "string",
// "property": "string",
// "type": "string",
// "userAttribute": "string",
// "value": "string"
// },
// "url": {
// "bindingProperties": {
// "field": "string",
// "property": "string"
// },
// "bindings": {
// "string": {
// "element": "string",
// "property": "string"
// }
// },
// "collectionBindingProperties": {
// "field": "string",
// "property": "string"
// },
// "componentName": "string",
// "concat": [
// "ComponentProperty"
// ],
// "condition": {
// "else": "ComponentProperty",
// "field": "string",
// "operand": "string",
// "operandType": "string",
// "operator": "string",
// "property": "string",
// "then": "ComponentProperty"
// },
// "configured": boolean,
// "defaultValue": "string",
// "event": "string",
// "importedValue": "string",
// "model": "string",
// "property": "string",
// "type": "string",
// "userAttribute": "string",
// "value": "string"
// }
// }
// }
// },
// "name": "string",
// "properties": {
// "string": {
// "bindingProperties": {
// "field": "string",
// "property": "string"
// },
// "bindings": {
// "string": {
// "element": "string",
// "property": "string"
// }
// },
// "collectionBindingProperties": {
// "field": "string",
// "property": "string"
// },
// "componentName": "string",
// "concat": [
// "ComponentProperty"
// ],
// "condition": {
// "else": "ComponentProperty",
// "field": "string",
// "operand": "string",
// "operandType": "string",
// "operator": "string",
// "property": "string",
// "then": "ComponentProperty"
// },
// "configured": boolean,
// "defaultValue": "string",
// "event": "string",
// "importedValue": "string",
// "model": "string",
// "property": "string",
// "type": "string",
// "userAttribute": "string",
// "value": "string"
// }
// },
// "sourceId": "string"
// }
// ],
// "collectionProperties": {
// "string": {
// "identifiers": [
// "string"
// ],
// "model": "string",
// "predicate": {
// "and": [
// "Predicate"
// ],
// "field": "string",
// "operand": "string",
// "operator": "string",
// "or": [
// "Predicate"
// ]
// },
// "sort": [
// {
// "direction": "string",
// "field": "string"
// }
// ]
// }
// },
// "componentType": "string",
// "createdAt": number,
// "environmentName": "string",
// "events": {
// "string": {
// "action": "string",
// "bindingEvent": "string",
// "parameters": {
// "anchor": {
// "bindingProperties": {
// "field": "string",
// "property": "string"
// },
// "bindings": {
// "string": {
// "element": "string",
// "property": "string"
// }
// },
// "collectionBindingProperties": {
// "field": "string",
// "property": "string"
// },
// "componentName": "string",
// "concat": [
// "ComponentProperty"
// ],
// "condition": {
// "else": "ComponentProperty",
// "field": "string",
// "operand": "string",
// "operandType": "string",
// "operator": "string",
// "property": "string",
// "then": "ComponentProperty"
// },
// "configured": boolean,
// "defaultValue": "string",
// "event": "string",
// "importedValue": "string",
// "model": "string",
// "property": "string",
// "type": "string",
// "userAttribute": "string",
// "value": "string"
// },
// "fields": {
// "string": {
// "bindingProperties": {
// "field": "string",
// "property": "string"
// },
// "bindings": {
// "string": {
// "element": "string",
// "property": "string"
// }
// },
// "collectionBindingProperties": {
// "field": "string",
// "property": "string"
// },
// "componentName": "string",
// "concat": [
// "ComponentProperty"
// ],
// "condition": {
// "else": "ComponentProperty",
// "field": "string",
// "operand": "string",
// "operandType": "string",
// "operator": "string",
// "property": "string",
// "then": "ComponentProperty"
// },
// "configured": boolean,
// "defaultValue": "string",
// "event": "string",
// "importedValue": "string",
// "model": "string",
// "property": "string",
// "type": "string",
// "userAttribute": "string",
// "value": "string"
// }
// },
// "global": {
// "bindingProperties": {
// "field": "string",
// "property": "string"
// },
// "bindings": {
// "string": {
// "element": "string",
// "property": "string"
// }
// },
// "collectionBindingProperties": {
// "field": "string",
// "property": "string"
// },
// "componentName": "string",
// "concat": [
// "ComponentProperty"
// ],
// "condition": {
// "else": "ComponentProperty",
// "field": "string",
// "operand": "string",
// "operandType": "string",
// "operator": "string",
// "property": "string",
// "then": "ComponentProperty"
// },
// "configured": boolean,
// "defaultValue": "string",
// "event": "string",
// "importedValue": "string",
// "model": "string",
// "property": "string",
// "type": "string",
// "userAttribute": "string",
// "value": "string"
// },
// "id": {
// "bindingProperties": {
// "field": "string",
// "property": "string"
// },
// "bindings": {
// "string": {
// "element": "string",
// "property": "string"
// }
// },
// "collectionBindingProperties": {
// "field": "string",
// "property": "string"
// },
// "componentName": "string",
// "concat": [
// "ComponentProperty"
// ],
// "condition": {
// "else": "ComponentProperty",
// "field": "string",
// "operand": "string",
// "operandType": "string",
// "operator": "string",
// "property": "string",
// "then": "ComponentProperty"
// },
// "configured": boolean,
// "defaultValue": "string",
// "event": "string",
// "importedValue": "string",
// "model": "string",
// "property": "string",
// "type": "string",
// "userAttribute": "string",
// "value": "string"
// },
// "model": "string",
// "state": {
// "componentName": "string",
// "property": "string",
// "set": {
// "bindingProperties": {
// "field": "string",
// "property": "string"
// },
// "bindings": {
// "string": {
// "element": "string",
// "property": "string"
// }
// },
// "collectionBindingProperties": {
// "field": "string",
// "property": "string"
// },
// "componentName": "string",
// "concat": [
// "ComponentProperty"
// ],
// "condition": {
// "else": "ComponentProperty",
// "field": "string",
// "operand": "string",
// "operandType": "string",
// "operator": "string",
// "property": "string",
// "then": "ComponentProperty"
// },
// "configured": boolean,
// "defaultValue": "string",
// "event": "string",
// "importedValue": "string",
// "model": "string",
// "property": "string",
// "type": "string",
// "userAttribute": "string",
// "value": "string"
// }
// },
// "target": {
// "bindingProperties": {
// "field": "string",
// "property": "string"
// },
// "bindings": {
// "string": {
// "element": "string",
// "property": "string"
// }
// },
// "collectionBindingProperties": {
// "field": "string",
// "property": "string"
// },
// "componentName": "string",
// "concat": [
// "ComponentProperty"
// ],
// "condition": {
// "else": "ComponentProperty",
// "field": "string",
// "operand": "string",
// "operandType": "string",
// "operator": "string",
// "property": "string",
// "then": "ComponentProperty"
// },
// "configured": boolean,
// "defaultValue": "string",
// "event": "string",
// "importedValue": "string",
// "model": "string",
// "property": "string",
// "type": "string",
// "userAttribute": "string",
// "value": "string"
// },
// "type": {
// "bindingProperties": {
// "field": "string",
// "property": "string"
// },
// "bindings": {
// "string": {
// "element": "string",
// "property": "string"
// }
// },
// "collectionBindingProperties": {
// "field": "string",
// "property": "string"
// },
// "componentName": "string",
// "concat": [
// "ComponentProperty"
// ],
// "condition": {
// "else": "ComponentProperty",
// "field": "string",
// "operand": "string",
// "operandType": "string",
// "operator": "string",
// "property": "string",
// "then": "ComponentProperty"
// },
// "configured": boolean,
// "defaultValue": "string",
// "event": "string",
// "importedValue": "string",
// "model": "string",
// "property": "string",
// "type": "string",
// "userAttribute": "string",
// "value": "string"
// },
// "url": {
// "bindingProperties": {
// "field": "string",
// "property": "string"
// },
// "bindings": {
// "string": {
// "element": "string",
// "property": "string"
// }
// },
// "collectionBindingProperties": {
// "field": "string",
// "property": "string"
// },
// "componentName": "string",
// "concat": [
// "ComponentProperty"
// ],
// "condition": {
// "else": "ComponentProperty",
// "field": "string",
// "operand": "string",
// "operandType": "string",
// "operator": "string",
// "property": "string",
// "then": "ComponentProperty"
// },
// "configured": boolean,
// "defaultValue": "string",
// "event": "string",
// "importedValue": "string",
// "model": "string",
// "property": "string",
// "type": "string",
// "userAttribute": "string",
// "value": "string"
// }
// }
// }
// },
// "id": "string",
// "modifiedAt": number,
// "name": "string",
// "overrides": {
// "string": {
// "string": "string"
// }
// },
// "properties": {
// "string": {
// "bindingProperties": {
// "field": "string",
// "property": "string"
// },
// "bindings": {
// "string": {
// "element": "string",
// "property": "string"
// }
// },
// "collectionBindingProperties": {
// "field": "string",
// "property": "string"
// },
// "componentName": "string",
// "concat": [
// "ComponentProperty"
// ],
// "condition": {
// "else": "ComponentProperty",
// "field": "string",
// "operand": "string",
// "operandType": "string",
// "operator": "string",
// "property": "string",
// "then": "ComponentProperty"
// },
// "configured": boolean,
// "defaultValue": "string",
// "event": "string",
// "importedValue": "string",
// "model": "string",
// "property": "string",
// "type": "string",
// "userAttribute": "string",
// "value": "string"
// }
// },
// "schemaVersion": "string",
// "sourceId": "string",
// "tags": {
// "string": "string"
// },
// "variants": [
// {
// "overrides": {
// "string": {
// "string": "string"
// }
// },
// "variantValues": {
// "string": "string"
// }
// }
// ]
// }
// }
}