Chilkat Online Tools

CreateComponent Java Example

Amplify UI Builder

import com.chilkatsoft.*;

public class ChilkatExample {

  static {
    try {
        System.loadLibrary("chilkat");
    } catch (UnsatisfiedLinkError e) {
      System.err.println("Native code library failed to load.\n" + e);
      System.exit(1);
    }
  }

  public static void main(String argv[])
  {
    // This example requires the Chilkat API to have been previously unlocked.
    // See Global Unlock Sample for sample code.

    CkRest rest = new CkRest();
    boolean success;

    CkAuthAws authAws = new CkAuthAws();
    authAws.put_AccessKey("AWS_ACCESS_KEY");
    authAws.put_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.put_Region("us-west-2");
    authAws.put_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",443,true,true);
    if (success != true) {
        System.out.println("ConnectFailReason: " + rest.get_ConnectFailReason());
        System.out.println(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

    CkJsonObject json = new CkJsonObject();
    json.UpdateString("componentToCreate.bindingProperties.string.bindingProperties.bucket","string");
    json.UpdateString("componentToCreate.bindingProperties.string.bindingProperties.defaultValue","string");
    json.UpdateString("componentToCreate.bindingProperties.string.bindingProperties.field","string");
    json.UpdateString("componentToCreate.bindingProperties.string.bindingProperties.key","string");
    json.UpdateString("componentToCreate.bindingProperties.string.bindingProperties.model","string");
    json.UpdateString("componentToCreate.bindingProperties.string.bindingProperties.predicates[0].and[0]","Predicate");
    json.UpdateString("componentToCreate.bindingProperties.string.bindingProperties.predicates[0].field","string");
    json.UpdateString("componentToCreate.bindingProperties.string.bindingProperties.predicates[0].operand","string");
    json.UpdateString("componentToCreate.bindingProperties.string.bindingProperties.predicates[0].operator","string");
    json.UpdateString("componentToCreate.bindingProperties.string.bindingProperties.predicates[0].or[0]","Predicate");
    json.UpdateString("componentToCreate.bindingProperties.string.bindingProperties.userAttribute","string");
    json.UpdateString("componentToCreate.bindingProperties.string.defaultValue","string");
    json.UpdateString("componentToCreate.bindingProperties.string.type","string");
    json.UpdateString("componentToCreate.children[0].children[0]","ComponentChild");
    json.UpdateString("componentToCreate.children[0].componentType","string");
    json.UpdateString("componentToCreate.children[0].events.string.action","string");
    json.UpdateString("componentToCreate.children[0].events.string.bindingEvent","string");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.anchor.bindingProperties.field","string");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.anchor.bindingProperties.property","string");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.anchor.bindings.string.element","string");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.anchor.bindings.string.property","string");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.anchor.collectionBindingProperties.field","string");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.anchor.collectionBindingProperties.property","string");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.anchor.componentName","string");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.anchor.concat[0]","ComponentProperty");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.anchor.condition.else","ComponentProperty");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.anchor.condition.field","string");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.anchor.condition.operand","string");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.anchor.condition.operandType","string");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.anchor.condition.operator","string");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.anchor.condition.property","string");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.anchor.condition.then","ComponentProperty");
    json.UpdateInt("componentToCreate.children[0].events.string.parameters.anchor.configured",123);
    json.UpdateString("componentToCreate.children[0].events.string.parameters.anchor.defaultValue","string");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.anchor.event","string");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.anchor.importedValue","string");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.anchor.model","string");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.anchor.property","string");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.anchor.type","string");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.anchor.userAttribute","string");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.anchor.value","string");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.fields.string.bindingProperties.field","string");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.fields.string.bindingProperties.property","string");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.fields.string.bindings.string.element","string");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.fields.string.bindings.string.property","string");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.fields.string.collectionBindingProperties.field","string");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.fields.string.collectionBindingProperties.property","string");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.fields.string.componentName","string");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.fields.string.concat[0]","ComponentProperty");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.fields.string.condition.else","ComponentProperty");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.fields.string.condition.field","string");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.fields.string.condition.operand","string");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.fields.string.condition.operandType","string");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.fields.string.condition.operator","string");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.fields.string.condition.property","string");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.fields.string.condition.then","ComponentProperty");
    json.UpdateInt("componentToCreate.children[0].events.string.parameters.fields.string.configured",123);
    json.UpdateString("componentToCreate.children[0].events.string.parameters.fields.string.defaultValue","string");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.fields.string.event","string");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.fields.string.importedValue","string");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.fields.string.model","string");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.fields.string.property","string");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.fields.string.type","string");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.fields.string.userAttribute","string");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.fields.string.value","string");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.global.bindingProperties.field","string");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.global.bindingProperties.property","string");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.global.bindings.string.element","string");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.global.bindings.string.property","string");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.global.collectionBindingProperties.field","string");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.global.collectionBindingProperties.property","string");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.global.componentName","string");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.global.concat[0]","ComponentProperty");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.global.condition.else","ComponentProperty");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.global.condition.field","string");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.global.condition.operand","string");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.global.condition.operandType","string");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.global.condition.operator","string");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.global.condition.property","string");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.global.condition.then","ComponentProperty");
    json.UpdateInt("componentToCreate.children[0].events.string.parameters.global.configured",123);
    json.UpdateString("componentToCreate.children[0].events.string.parameters.global.defaultValue","string");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.global.event","string");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.global.importedValue","string");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.global.model","string");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.global.property","string");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.global.type","string");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.global.userAttribute","string");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.global.value","string");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.id.bindingProperties.field","string");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.id.bindingProperties.property","string");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.id.bindings.string.element","string");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.id.bindings.string.property","string");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.id.collectionBindingProperties.field","string");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.id.collectionBindingProperties.property","string");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.id.componentName","string");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.id.concat[0]","ComponentProperty");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.id.condition.else","ComponentProperty");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.id.condition.field","string");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.id.condition.operand","string");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.id.condition.operandType","string");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.id.condition.operator","string");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.id.condition.property","string");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.id.condition.then","ComponentProperty");
    json.UpdateInt("componentToCreate.children[0].events.string.parameters.id.configured",123);
    json.UpdateString("componentToCreate.children[0].events.string.parameters.id.defaultValue","string");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.id.event","string");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.id.importedValue","string");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.id.model","string");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.id.property","string");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.id.type","string");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.id.userAttribute","string");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.id.value","string");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.model","string");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.state.componentName","string");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.state.property","string");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.state.set.bindingProperties.field","string");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.state.set.bindingProperties.property","string");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.state.set.bindings.string.element","string");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.state.set.bindings.string.property","string");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.state.set.collectionBindingProperties.field","string");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.state.set.collectionBindingProperties.property","string");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.state.set.componentName","string");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.state.set.concat[0]","ComponentProperty");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.state.set.condition.else","ComponentProperty");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.state.set.condition.field","string");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.state.set.condition.operand","string");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.state.set.condition.operandType","string");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.state.set.condition.operator","string");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.state.set.condition.property","string");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.state.set.condition.then","ComponentProperty");
    json.UpdateInt("componentToCreate.children[0].events.string.parameters.state.set.configured",123);
    json.UpdateString("componentToCreate.children[0].events.string.parameters.state.set.defaultValue","string");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.state.set.event","string");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.state.set.importedValue","string");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.state.set.model","string");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.state.set.property","string");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.state.set.type","string");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.state.set.userAttribute","string");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.state.set.value","string");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.target.bindingProperties.field","string");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.target.bindingProperties.property","string");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.target.bindings.string.element","string");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.target.bindings.string.property","string");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.target.collectionBindingProperties.field","string");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.target.collectionBindingProperties.property","string");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.target.componentName","string");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.target.concat[0]","ComponentProperty");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.target.condition.else","ComponentProperty");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.target.condition.field","string");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.target.condition.operand","string");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.target.condition.operandType","string");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.target.condition.operator","string");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.target.condition.property","string");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.target.condition.then","ComponentProperty");
    json.UpdateInt("componentToCreate.children[0].events.string.parameters.target.configured",123);
    json.UpdateString("componentToCreate.children[0].events.string.parameters.target.defaultValue","string");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.target.event","string");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.target.importedValue","string");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.target.model","string");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.target.property","string");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.target.type","string");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.target.userAttribute","string");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.target.value","string");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.type.bindingProperties.field","string");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.type.bindingProperties.property","string");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.type.bindings.string.element","string");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.type.bindings.string.property","string");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.type.collectionBindingProperties.field","string");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.type.collectionBindingProperties.property","string");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.type.componentName","string");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.type.concat[0]","ComponentProperty");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.type.condition.else","ComponentProperty");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.type.condition.field","string");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.type.condition.operand","string");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.type.condition.operandType","string");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.type.condition.operator","string");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.type.condition.property","string");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.type.condition.then","ComponentProperty");
    json.UpdateInt("componentToCreate.children[0].events.string.parameters.type.configured",123);
    json.UpdateString("componentToCreate.children[0].events.string.parameters.type.defaultValue","string");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.type.event","string");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.type.importedValue","string");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.type.model","string");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.type.property","string");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.type.type","string");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.type.userAttribute","string");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.type.value","string");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.url.bindingProperties.field","string");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.url.bindingProperties.property","string");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.url.bindings.string.element","string");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.url.bindings.string.property","string");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.url.collectionBindingProperties.field","string");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.url.collectionBindingProperties.property","string");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.url.componentName","string");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.url.concat[0]","ComponentProperty");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.url.condition.else","ComponentProperty");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.url.condition.field","string");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.url.condition.operand","string");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.url.condition.operandType","string");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.url.condition.operator","string");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.url.condition.property","string");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.url.condition.then","ComponentProperty");
    json.UpdateInt("componentToCreate.children[0].events.string.parameters.url.configured",123);
    json.UpdateString("componentToCreate.children[0].events.string.parameters.url.defaultValue","string");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.url.event","string");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.url.importedValue","string");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.url.model","string");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.url.property","string");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.url.type","string");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.url.userAttribute","string");
    json.UpdateString("componentToCreate.children[0].events.string.parameters.url.value","string");
    json.UpdateString("componentToCreate.children[0].name","string");
    json.UpdateString("componentToCreate.children[0].properties.string.bindingProperties.field","string");
    json.UpdateString("componentToCreate.children[0].properties.string.bindingProperties.property","string");
    json.UpdateString("componentToCreate.children[0].properties.string.bindings.string.element","string");
    json.UpdateString("componentToCreate.children[0].properties.string.bindings.string.property","string");
    json.UpdateString("componentToCreate.children[0].properties.string.collectionBindingProperties.field","string");
    json.UpdateString("componentToCreate.children[0].properties.string.collectionBindingProperties.property","string");
    json.UpdateString("componentToCreate.children[0].properties.string.componentName","string");
    json.UpdateString("componentToCreate.children[0].properties.string.concat[0]","ComponentProperty");
    json.UpdateString("componentToCreate.children[0].properties.string.condition.else","ComponentProperty");
    json.UpdateString("componentToCreate.children[0].properties.string.condition.field","string");
    json.UpdateString("componentToCreate.children[0].properties.string.condition.operand","string");
    json.UpdateString("componentToCreate.children[0].properties.string.condition.operandType","string");
    json.UpdateString("componentToCreate.children[0].properties.string.condition.operator","string");
    json.UpdateString("componentToCreate.children[0].properties.string.condition.property","string");
    json.UpdateString("componentToCreate.children[0].properties.string.condition.then","ComponentProperty");
    json.UpdateInt("componentToCreate.children[0].properties.string.configured",123);
    json.UpdateString("componentToCreate.children[0].properties.string.defaultValue","string");
    json.UpdateString("componentToCreate.children[0].properties.string.event","string");
    json.UpdateString("componentToCreate.children[0].properties.string.importedValue","string");
    json.UpdateString("componentToCreate.children[0].properties.string.model","string");
    json.UpdateString("componentToCreate.children[0].properties.string.property","string");
    json.UpdateString("componentToCreate.children[0].properties.string.type","string");
    json.UpdateString("componentToCreate.children[0].properties.string.userAttribute","string");
    json.UpdateString("componentToCreate.children[0].properties.string.value","string");
    json.UpdateString("componentToCreate.children[0].sourceId","string");
    json.UpdateString("componentToCreate.collectionProperties.string.identifiers[0]","string");
    json.UpdateString("componentToCreate.collectionProperties.string.model","string");
    json.UpdateString("componentToCreate.collectionProperties.string.predicate.and[0]","Predicate");
    json.UpdateString("componentToCreate.collectionProperties.string.predicate.field","string");
    json.UpdateString("componentToCreate.collectionProperties.string.predicate.operand","string");
    json.UpdateString("componentToCreate.collectionProperties.string.predicate.operator","string");
    json.UpdateString("componentToCreate.collectionProperties.string.predicate.or[0]","Predicate");
    json.UpdateString("componentToCreate.collectionProperties.string.sort[0].direction","string");
    json.UpdateString("componentToCreate.collectionProperties.string.sort[0].field","string");
    json.UpdateString("componentToCreate.componentType","string");
    json.UpdateString("componentToCreate.events.string.action","string");
    json.UpdateString("componentToCreate.events.string.bindingEvent","string");
    json.UpdateString("componentToCreate.events.string.parameters.anchor.bindingProperties.field","string");
    json.UpdateString("componentToCreate.events.string.parameters.anchor.bindingProperties.property","string");
    json.UpdateString("componentToCreate.events.string.parameters.anchor.bindings.string.element","string");
    json.UpdateString("componentToCreate.events.string.parameters.anchor.bindings.string.property","string");
    json.UpdateString("componentToCreate.events.string.parameters.anchor.collectionBindingProperties.field","string");
    json.UpdateString("componentToCreate.events.string.parameters.anchor.collectionBindingProperties.property","string");
    json.UpdateString("componentToCreate.events.string.parameters.anchor.componentName","string");
    json.UpdateString("componentToCreate.events.string.parameters.anchor.concat[0]","ComponentProperty");
    json.UpdateString("componentToCreate.events.string.parameters.anchor.condition.else","ComponentProperty");
    json.UpdateString("componentToCreate.events.string.parameters.anchor.condition.field","string");
    json.UpdateString("componentToCreate.events.string.parameters.anchor.condition.operand","string");
    json.UpdateString("componentToCreate.events.string.parameters.anchor.condition.operandType","string");
    json.UpdateString("componentToCreate.events.string.parameters.anchor.condition.operator","string");
    json.UpdateString("componentToCreate.events.string.parameters.anchor.condition.property","string");
    json.UpdateString("componentToCreate.events.string.parameters.anchor.condition.then","ComponentProperty");
    json.UpdateInt("componentToCreate.events.string.parameters.anchor.configured",123);
    json.UpdateString("componentToCreate.events.string.parameters.anchor.defaultValue","string");
    json.UpdateString("componentToCreate.events.string.parameters.anchor.event","string");
    json.UpdateString("componentToCreate.events.string.parameters.anchor.importedValue","string");
    json.UpdateString("componentToCreate.events.string.parameters.anchor.model","string");
    json.UpdateString("componentToCreate.events.string.parameters.anchor.property","string");
    json.UpdateString("componentToCreate.events.string.parameters.anchor.type","string");
    json.UpdateString("componentToCreate.events.string.parameters.anchor.userAttribute","string");
    json.UpdateString("componentToCreate.events.string.parameters.anchor.value","string");
    json.UpdateString("componentToCreate.events.string.parameters.fields.string.bindingProperties.field","string");
    json.UpdateString("componentToCreate.events.string.parameters.fields.string.bindingProperties.property","string");
    json.UpdateString("componentToCreate.events.string.parameters.fields.string.bindings.string.element","string");
    json.UpdateString("componentToCreate.events.string.parameters.fields.string.bindings.string.property","string");
    json.UpdateString("componentToCreate.events.string.parameters.fields.string.collectionBindingProperties.field","string");
    json.UpdateString("componentToCreate.events.string.parameters.fields.string.collectionBindingProperties.property","string");
    json.UpdateString("componentToCreate.events.string.parameters.fields.string.componentName","string");
    json.UpdateString("componentToCreate.events.string.parameters.fields.string.concat[0]","ComponentProperty");
    json.UpdateString("componentToCreate.events.string.parameters.fields.string.condition.else","ComponentProperty");
    json.UpdateString("componentToCreate.events.string.parameters.fields.string.condition.field","string");
    json.UpdateString("componentToCreate.events.string.parameters.fields.string.condition.operand","string");
    json.UpdateString("componentToCreate.events.string.parameters.fields.string.condition.operandType","string");
    json.UpdateString("componentToCreate.events.string.parameters.fields.string.condition.operator","string");
    json.UpdateString("componentToCreate.events.string.parameters.fields.string.condition.property","string");
    json.UpdateString("componentToCreate.events.string.parameters.fields.string.condition.then","ComponentProperty");
    json.UpdateInt("componentToCreate.events.string.parameters.fields.string.configured",123);
    json.UpdateString("componentToCreate.events.string.parameters.fields.string.defaultValue","string");
    json.UpdateString("componentToCreate.events.string.parameters.fields.string.event","string");
    json.UpdateString("componentToCreate.events.string.parameters.fields.string.importedValue","string");
    json.UpdateString("componentToCreate.events.string.parameters.fields.string.model","string");
    json.UpdateString("componentToCreate.events.string.parameters.fields.string.property","string");
    json.UpdateString("componentToCreate.events.string.parameters.fields.string.type","string");
    json.UpdateString("componentToCreate.events.string.parameters.fields.string.userAttribute","string");
    json.UpdateString("componentToCreate.events.string.parameters.fields.string.value","string");
    json.UpdateString("componentToCreate.events.string.parameters.global.bindingProperties.field","string");
    json.UpdateString("componentToCreate.events.string.parameters.global.bindingProperties.property","string");
    json.UpdateString("componentToCreate.events.string.parameters.global.bindings.string.element","string");
    json.UpdateString("componentToCreate.events.string.parameters.global.bindings.string.property","string");
    json.UpdateString("componentToCreate.events.string.parameters.global.collectionBindingProperties.field","string");
    json.UpdateString("componentToCreate.events.string.parameters.global.collectionBindingProperties.property","string");
    json.UpdateString("componentToCreate.events.string.parameters.global.componentName","string");
    json.UpdateString("componentToCreate.events.string.parameters.global.concat[0]","ComponentProperty");
    json.UpdateString("componentToCreate.events.string.parameters.global.condition.else","ComponentProperty");
    json.UpdateString("componentToCreate.events.string.parameters.global.condition.field","string");
    json.UpdateString("componentToCreate.events.string.parameters.global.condition.operand","string");
    json.UpdateString("componentToCreate.events.string.parameters.global.condition.operandType","string");
    json.UpdateString("componentToCreate.events.string.parameters.global.condition.operator","string");
    json.UpdateString("componentToCreate.events.string.parameters.global.condition.property","string");
    json.UpdateString("componentToCreate.events.string.parameters.global.condition.then","ComponentProperty");
    json.UpdateInt("componentToCreate.events.string.parameters.global.configured",123);
    json.UpdateString("componentToCreate.events.string.parameters.global.defaultValue","string");
    json.UpdateString("componentToCreate.events.string.parameters.global.event","string");
    json.UpdateString("componentToCreate.events.string.parameters.global.importedValue","string");
    json.UpdateString("componentToCreate.events.string.parameters.global.model","string");
    json.UpdateString("componentToCreate.events.string.parameters.global.property","string");
    json.UpdateString("componentToCreate.events.string.parameters.global.type","string");
    json.UpdateString("componentToCreate.events.string.parameters.global.userAttribute","string");
    json.UpdateString("componentToCreate.events.string.parameters.global.value","string");
    json.UpdateString("componentToCreate.events.string.parameters.id.bindingProperties.field","string");
    json.UpdateString("componentToCreate.events.string.parameters.id.bindingProperties.property","string");
    json.UpdateString("componentToCreate.events.string.parameters.id.bindings.string.element","string");
    json.UpdateString("componentToCreate.events.string.parameters.id.bindings.string.property","string");
    json.UpdateString("componentToCreate.events.string.parameters.id.collectionBindingProperties.field","string");
    json.UpdateString("componentToCreate.events.string.parameters.id.collectionBindingProperties.property","string");
    json.UpdateString("componentToCreate.events.string.parameters.id.componentName","string");
    json.UpdateString("componentToCreate.events.string.parameters.id.concat[0]","ComponentProperty");
    json.UpdateString("componentToCreate.events.string.parameters.id.condition.else","ComponentProperty");
    json.UpdateString("componentToCreate.events.string.parameters.id.condition.field","string");
    json.UpdateString("componentToCreate.events.string.parameters.id.condition.operand","string");
    json.UpdateString("componentToCreate.events.string.parameters.id.condition.operandType","string");
    json.UpdateString("componentToCreate.events.string.parameters.id.condition.operator","string");
    json.UpdateString("componentToCreate.events.string.parameters.id.condition.property","string");
    json.UpdateString("componentToCreate.events.string.parameters.id.condition.then","ComponentProperty");
    json.UpdateInt("componentToCreate.events.string.parameters.id.configured",123);
    json.UpdateString("componentToCreate.events.string.parameters.id.defaultValue","string");
    json.UpdateString("componentToCreate.events.string.parameters.id.event","string");
    json.UpdateString("componentToCreate.events.string.parameters.id.importedValue","string");
    json.UpdateString("componentToCreate.events.string.parameters.id.model","string");
    json.UpdateString("componentToCreate.events.string.parameters.id.property","string");
    json.UpdateString("componentToCreate.events.string.parameters.id.type","string");
    json.UpdateString("componentToCreate.events.string.parameters.id.userAttribute","string");
    json.UpdateString("componentToCreate.events.string.parameters.id.value","string");
    json.UpdateString("componentToCreate.events.string.parameters.model","string");
    json.UpdateString("componentToCreate.events.string.parameters.state.componentName","string");
    json.UpdateString("componentToCreate.events.string.parameters.state.property","string");
    json.UpdateString("componentToCreate.events.string.parameters.state.set.bindingProperties.field","string");
    json.UpdateString("componentToCreate.events.string.parameters.state.set.bindingProperties.property","string");
    json.UpdateString("componentToCreate.events.string.parameters.state.set.bindings.string.element","string");
    json.UpdateString("componentToCreate.events.string.parameters.state.set.bindings.string.property","string");
    json.UpdateString("componentToCreate.events.string.parameters.state.set.collectionBindingProperties.field","string");
    json.UpdateString("componentToCreate.events.string.parameters.state.set.collectionBindingProperties.property","string");
    json.UpdateString("componentToCreate.events.string.parameters.state.set.componentName","string");
    json.UpdateString("componentToCreate.events.string.parameters.state.set.concat[0]","ComponentProperty");
    json.UpdateString("componentToCreate.events.string.parameters.state.set.condition.else","ComponentProperty");
    json.UpdateString("componentToCreate.events.string.parameters.state.set.condition.field","string");
    json.UpdateString("componentToCreate.events.string.parameters.state.set.condition.operand","string");
    json.UpdateString("componentToCreate.events.string.parameters.state.set.condition.operandType","string");
    json.UpdateString("componentToCreate.events.string.parameters.state.set.condition.operator","string");
    json.UpdateString("componentToCreate.events.string.parameters.state.set.condition.property","string");
    json.UpdateString("componentToCreate.events.string.parameters.state.set.condition.then","ComponentProperty");
    json.UpdateInt("componentToCreate.events.string.parameters.state.set.configured",123);
    json.UpdateString("componentToCreate.events.string.parameters.state.set.defaultValue","string");
    json.UpdateString("componentToCreate.events.string.parameters.state.set.event","string");
    json.UpdateString("componentToCreate.events.string.parameters.state.set.importedValue","string");
    json.UpdateString("componentToCreate.events.string.parameters.state.set.model","string");
    json.UpdateString("componentToCreate.events.string.parameters.state.set.property","string");
    json.UpdateString("componentToCreate.events.string.parameters.state.set.type","string");
    json.UpdateString("componentToCreate.events.string.parameters.state.set.userAttribute","string");
    json.UpdateString("componentToCreate.events.string.parameters.state.set.value","string");
    json.UpdateString("componentToCreate.events.string.parameters.target.bindingProperties.field","string");
    json.UpdateString("componentToCreate.events.string.parameters.target.bindingProperties.property","string");
    json.UpdateString("componentToCreate.events.string.parameters.target.bindings.string.element","string");
    json.UpdateString("componentToCreate.events.string.parameters.target.bindings.string.property","string");
    json.UpdateString("componentToCreate.events.string.parameters.target.collectionBindingProperties.field","string");
    json.UpdateString("componentToCreate.events.string.parameters.target.collectionBindingProperties.property","string");
    json.UpdateString("componentToCreate.events.string.parameters.target.componentName","string");
    json.UpdateString("componentToCreate.events.string.parameters.target.concat[0]","ComponentProperty");
    json.UpdateString("componentToCreate.events.string.parameters.target.condition.else","ComponentProperty");
    json.UpdateString("componentToCreate.events.string.parameters.target.condition.field","string");
    json.UpdateString("componentToCreate.events.string.parameters.target.condition.operand","string");
    json.UpdateString("componentToCreate.events.string.parameters.target.condition.operandType","string");
    json.UpdateString("componentToCreate.events.string.parameters.target.condition.operator","string");
    json.UpdateString("componentToCreate.events.string.parameters.target.condition.property","string");
    json.UpdateString("componentToCreate.events.string.parameters.target.condition.then","ComponentProperty");
    json.UpdateInt("componentToCreate.events.string.parameters.target.configured",123);
    json.UpdateString("componentToCreate.events.string.parameters.target.defaultValue","string");
    json.UpdateString("componentToCreate.events.string.parameters.target.event","string");
    json.UpdateString("componentToCreate.events.string.parameters.target.importedValue","string");
    json.UpdateString("componentToCreate.events.string.parameters.target.model","string");
    json.UpdateString("componentToCreate.events.string.parameters.target.property","string");
    json.UpdateString("componentToCreate.events.string.parameters.target.type","string");
    json.UpdateString("componentToCreate.events.string.parameters.target.userAttribute","string");
    json.UpdateString("componentToCreate.events.string.parameters.target.value","string");
    json.UpdateString("componentToCreate.events.string.parameters.type.bindingProperties.field","string");
    json.UpdateString("componentToCreate.events.string.parameters.type.bindingProperties.property","string");
    json.UpdateString("componentToCreate.events.string.parameters.type.bindings.string.element","string");
    json.UpdateString("componentToCreate.events.string.parameters.type.bindings.string.property","string");
    json.UpdateString("componentToCreate.events.string.parameters.type.collectionBindingProperties.field","string");
    json.UpdateString("componentToCreate.events.string.parameters.type.collectionBindingProperties.property","string");
    json.UpdateString("componentToCreate.events.string.parameters.type.componentName","string");
    json.UpdateString("componentToCreate.events.string.parameters.type.concat[0]","ComponentProperty");
    json.UpdateString("componentToCreate.events.string.parameters.type.condition.else","ComponentProperty");
    json.UpdateString("componentToCreate.events.string.parameters.type.condition.field","string");
    json.UpdateString("componentToCreate.events.string.parameters.type.condition.operand","string");
    json.UpdateString("componentToCreate.events.string.parameters.type.condition.operandType","string");
    json.UpdateString("componentToCreate.events.string.parameters.type.condition.operator","string");
    json.UpdateString("componentToCreate.events.string.parameters.type.condition.property","string");
    json.UpdateString("componentToCreate.events.string.parameters.type.condition.then","ComponentProperty");
    json.UpdateInt("componentToCreate.events.string.parameters.type.configured",123);
    json.UpdateString("componentToCreate.events.string.parameters.type.defaultValue","string");
    json.UpdateString("componentToCreate.events.string.parameters.type.event","string");
    json.UpdateString("componentToCreate.events.string.parameters.type.importedValue","string");
    json.UpdateString("componentToCreate.events.string.parameters.type.model","string");
    json.UpdateString("componentToCreate.events.string.parameters.type.property","string");
    json.UpdateString("componentToCreate.events.string.parameters.type.type","string");
    json.UpdateString("componentToCreate.events.string.parameters.type.userAttribute","string");
    json.UpdateString("componentToCreate.events.string.parameters.type.value","string");
    json.UpdateString("componentToCreate.events.string.parameters.url.bindingProperties.field","string");
    json.UpdateString("componentToCreate.events.string.parameters.url.bindingProperties.property","string");
    json.UpdateString("componentToCreate.events.string.parameters.url.bindings.string.element","string");
    json.UpdateString("componentToCreate.events.string.parameters.url.bindings.string.property","string");
    json.UpdateString("componentToCreate.events.string.parameters.url.collectionBindingProperties.field","string");
    json.UpdateString("componentToCreate.events.string.parameters.url.collectionBindingProperties.property","string");
    json.UpdateString("componentToCreate.events.string.parameters.url.componentName","string");
    json.UpdateString("componentToCreate.events.string.parameters.url.concat[0]","ComponentProperty");
    json.UpdateString("componentToCreate.events.string.parameters.url.condition.else","ComponentProperty");
    json.UpdateString("componentToCreate.events.string.parameters.url.condition.field","string");
    json.UpdateString("componentToCreate.events.string.parameters.url.condition.operand","string");
    json.UpdateString("componentToCreate.events.string.parameters.url.condition.operandType","string");
    json.UpdateString("componentToCreate.events.string.parameters.url.condition.operator","string");
    json.UpdateString("componentToCreate.events.string.parameters.url.condition.property","string");
    json.UpdateString("componentToCreate.events.string.parameters.url.condition.then","ComponentProperty");
    json.UpdateInt("componentToCreate.events.string.parameters.url.configured",123);
    json.UpdateString("componentToCreate.events.string.parameters.url.defaultValue","string");
    json.UpdateString("componentToCreate.events.string.parameters.url.event","string");
    json.UpdateString("componentToCreate.events.string.parameters.url.importedValue","string");
    json.UpdateString("componentToCreate.events.string.parameters.url.model","string");
    json.UpdateString("componentToCreate.events.string.parameters.url.property","string");
    json.UpdateString("componentToCreate.events.string.parameters.url.type","string");
    json.UpdateString("componentToCreate.events.string.parameters.url.userAttribute","string");
    json.UpdateString("componentToCreate.events.string.parameters.url.value","string");
    json.UpdateString("componentToCreate.name","string");
    json.UpdateString("componentToCreate.overrides.string.string","string");
    json.UpdateString("componentToCreate.properties.string.bindingProperties.field","string");
    json.UpdateString("componentToCreate.properties.string.bindingProperties.property","string");
    json.UpdateString("componentToCreate.properties.string.bindings.string.element","string");
    json.UpdateString("componentToCreate.properties.string.bindings.string.property","string");
    json.UpdateString("componentToCreate.properties.string.collectionBindingProperties.field","string");
    json.UpdateString("componentToCreate.properties.string.collectionBindingProperties.property","string");
    json.UpdateString("componentToCreate.properties.string.componentName","string");
    json.UpdateString("componentToCreate.properties.string.concat[0]","ComponentProperty");
    json.UpdateString("componentToCreate.properties.string.condition.else","ComponentProperty");
    json.UpdateString("componentToCreate.properties.string.condition.field","string");
    json.UpdateString("componentToCreate.properties.string.condition.operand","string");
    json.UpdateString("componentToCreate.properties.string.condition.operandType","string");
    json.UpdateString("componentToCreate.properties.string.condition.operator","string");
    json.UpdateString("componentToCreate.properties.string.condition.property","string");
    json.UpdateString("componentToCreate.properties.string.condition.then","ComponentProperty");
    json.UpdateInt("componentToCreate.properties.string.configured",123);
    json.UpdateString("componentToCreate.properties.string.defaultValue","string");
    json.UpdateString("componentToCreate.properties.string.event","string");
    json.UpdateString("componentToCreate.properties.string.importedValue","string");
    json.UpdateString("componentToCreate.properties.string.model","string");
    json.UpdateString("componentToCreate.properties.string.property","string");
    json.UpdateString("componentToCreate.properties.string.type","string");
    json.UpdateString("componentToCreate.properties.string.userAttribute","string");
    json.UpdateString("componentToCreate.properties.string.value","string");
    json.UpdateString("componentToCreate.schemaVersion","string");
    json.UpdateString("componentToCreate.sourceId","string");
    json.UpdateString("componentToCreate.tags.string","string");
    json.UpdateString("componentToCreate.variants[0].overrides.string.string","string");
    json.UpdateString("componentToCreate.variants[0].variantValues.string","string");

    // The JSON request body created by the above code:

    // {
    //   "componentToCreate": {
    //     "bindingProperties": {
    //       "string": {
    //         "bindingProperties": {
    //           "bucket": "string",
    //           "defaultValue": "string",
    //           "field": "string",
    //           "key": "string",
    //           "model": "string",
    //           "predicates": [
    //             {
    //               "and": [
    //                 "Predicate"
    //               ],
    //               "field": "string",
    //               "operand": "string",
    //               "operator": "string",
    //               "or": [
    //                 "Predicate"
    //               ]
    //             }
    //           ],
    //           "userAttribute": "string"
    //         },
    //         "defaultValue": "string",
    //         "type": "string"
    //       }
    //     },
    //     "children": [
    //       {
    //         "children": [
    //           "ComponentChild"
    //         ],
    //         "componentType": "string",
    //         "events": {
    //           "string": {
    //             "action": "string",
    //             "bindingEvent": "string",
    //             "parameters": {
    //               "anchor": {
    //                 "bindingProperties": {
    //                   "field": "string",
    //                   "property": "string"
    //                 },
    //                 "bindings": {
    //                   "string": {
    //                     "element": "string",
    //                     "property": "string"
    //                   }
    //                 },
    //                 "collectionBindingProperties": {
    //                   "field": "string",
    //                   "property": "string"
    //                 },
    //                 "componentName": "string",
    //                 "concat": [
    //                   "ComponentProperty"
    //                 ],
    //                 "condition": {
    //                   "else": "ComponentProperty",
    //                   "field": "string",
    //                   "operand": "string",
    //                   "operandType": "string",
    //                   "operator": "string",
    //                   "property": "string",
    //                   "then": "ComponentProperty"
    //                 },
    //                 "configured": boolean,
    //                 "defaultValue": "string",
    //                 "event": "string",
    //                 "importedValue": "string",
    //                 "model": "string",
    //                 "property": "string",
    //                 "type": "string",
    //                 "userAttribute": "string",
    //                 "value": "string"
    //               },
    //               "fields": {
    //                 "string": {
    //                   "bindingProperties": {
    //                     "field": "string",
    //                     "property": "string"
    //                   },
    //                   "bindings": {
    //                     "string": {
    //                       "element": "string",
    //                       "property": "string"
    //                     }
    //                   },
    //                   "collectionBindingProperties": {
    //                     "field": "string",
    //                     "property": "string"
    //                   },
    //                   "componentName": "string",
    //                   "concat": [
    //                     "ComponentProperty"
    //                   ],
    //                   "condition": {
    //                     "else": "ComponentProperty",
    //                     "field": "string",
    //                     "operand": "string",
    //                     "operandType": "string",
    //                     "operator": "string",
    //                     "property": "string",
    //                     "then": "ComponentProperty"
    //                   },
    //                   "configured": boolean,
    //                   "defaultValue": "string",
    //                   "event": "string",
    //                   "importedValue": "string",
    //                   "model": "string",
    //                   "property": "string",
    //                   "type": "string",
    //                   "userAttribute": "string",
    //                   "value": "string"
    //                 }
    //               },
    //               "global": {
    //                 "bindingProperties": {
    //                   "field": "string",
    //                   "property": "string"
    //                 },
    //                 "bindings": {
    //                   "string": {
    //                     "element": "string",
    //                     "property": "string"
    //                   }
    //                 },
    //                 "collectionBindingProperties": {
    //                   "field": "string",
    //                   "property": "string"
    //                 },
    //                 "componentName": "string",
    //                 "concat": [
    //                   "ComponentProperty"
    //                 ],
    //                 "condition": {
    //                   "else": "ComponentProperty",
    //                   "field": "string",
    //                   "operand": "string",
    //                   "operandType": "string",
    //                   "operator": "string",
    //                   "property": "string",
    //                   "then": "ComponentProperty"
    //                 },
    //                 "configured": boolean,
    //                 "defaultValue": "string",
    //                 "event": "string",
    //                 "importedValue": "string",
    //                 "model": "string",
    //                 "property": "string",
    //                 "type": "string",
    //                 "userAttribute": "string",
    //                 "value": "string"
    //               },
    //               "id": {
    //                 "bindingProperties": {
    //                   "field": "string",
    //                   "property": "string"
    //                 },
    //                 "bindings": {
    //                   "string": {
    //                     "element": "string",
    //                     "property": "string"
    //                   }
    //                 },
    //                 "collectionBindingProperties": {
    //                   "field": "string",
    //                   "property": "string"
    //                 },
    //                 "componentName": "string",
    //                 "concat": [
    //                   "ComponentProperty"
    //                 ],
    //                 "condition": {
    //                   "else": "ComponentProperty",
    //                   "field": "string",
    //                   "operand": "string",
    //                   "operandType": "string",
    //                   "operator": "string",
    //                   "property": "string",
    //                   "then": "ComponentProperty"
    //                 },
    //                 "configured": boolean,
    //                 "defaultValue": "string",
    //                 "event": "string",
    //                 "importedValue": "string",
    //                 "model": "string",
    //                 "property": "string",
    //                 "type": "string",
    //                 "userAttribute": "string",
    //                 "value": "string"
    //               },
    //               "model": "string",
    //               "state": {
    //                 "componentName": "string",
    //                 "property": "string",
    //                 "set": {
    //                   "bindingProperties": {
    //                     "field": "string",
    //                     "property": "string"
    //                   },
    //                   "bindings": {
    //                     "string": {
    //                       "element": "string",
    //                       "property": "string"
    //                     }
    //                   },
    //                   "collectionBindingProperties": {
    //                     "field": "string",
    //                     "property": "string"
    //                   },
    //                   "componentName": "string",
    //                   "concat": [
    //                     "ComponentProperty"
    //                   ],
    //                   "condition": {
    //                     "else": "ComponentProperty",
    //                     "field": "string",
    //                     "operand": "string",
    //                     "operandType": "string",
    //                     "operator": "string",
    //                     "property": "string",
    //                     "then": "ComponentProperty"
    //                   },
    //                   "configured": boolean,
    //                   "defaultValue": "string",
    //                   "event": "string",
    //                   "importedValue": "string",
    //                   "model": "string",
    //                   "property": "string",
    //                   "type": "string",
    //                   "userAttribute": "string",
    //                   "value": "string"
    //                 }
    //               },
    //               "target": {
    //                 "bindingProperties": {
    //                   "field": "string",
    //                   "property": "string"
    //                 },
    //                 "bindings": {
    //                   "string": {
    //                     "element": "string",
    //                     "property": "string"
    //                   }
    //                 },
    //                 "collectionBindingProperties": {
    //                   "field": "string",
    //                   "property": "string"
    //                 },
    //                 "componentName": "string",
    //                 "concat": [
    //                   "ComponentProperty"
    //                 ],
    //                 "condition": {
    //                   "else": "ComponentProperty",
    //                   "field": "string",
    //                   "operand": "string",
    //                   "operandType": "string",
    //                   "operator": "string",
    //                   "property": "string",
    //                   "then": "ComponentProperty"
    //                 },
    //                 "configured": boolean,
    //                 "defaultValue": "string",
    //                 "event": "string",
    //                 "importedValue": "string",
    //                 "model": "string",
    //                 "property": "string",
    //                 "type": "string",
    //                 "userAttribute": "string",
    //                 "value": "string"
    //               },
    //               "type": {
    //                 "bindingProperties": {
    //                   "field": "string",
    //                   "property": "string"
    //                 },
    //                 "bindings": {
    //                   "string": {
    //                     "element": "string",
    //                     "property": "string"
    //                   }
    //                 },
    //                 "collectionBindingProperties": {
    //                   "field": "string",
    //                   "property": "string"
    //                 },
    //                 "componentName": "string",
    //                 "concat": [
    //                   "ComponentProperty"
    //                 ],
    //                 "condition": {
    //                   "else": "ComponentProperty",
    //                   "field": "string",
    //                   "operand": "string",
    //                   "operandType": "string",
    //                   "operator": "string",
    //                   "property": "string",
    //                   "then": "ComponentProperty"
    //                 },
    //                 "configured": boolean,
    //                 "defaultValue": "string",
    //                 "event": "string",
    //                 "importedValue": "string",
    //                 "model": "string",
    //                 "property": "string",
    //                 "type": "string",
    //                 "userAttribute": "string",
    //                 "value": "string"
    //               },
    //               "url": {
    //                 "bindingProperties": {
    //                   "field": "string",
    //                   "property": "string"
    //                 },
    //                 "bindings": {
    //                   "string": {
    //                     "element": "string",
    //                     "property": "string"
    //                   }
    //                 },
    //                 "collectionBindingProperties": {
    //                   "field": "string",
    //                   "property": "string"
    //                 },
    //                 "componentName": "string",
    //                 "concat": [
    //                   "ComponentProperty"
    //                 ],
    //                 "condition": {
    //                   "else": "ComponentProperty",
    //                   "field": "string",
    //                   "operand": "string",
    //                   "operandType": "string",
    //                   "operator": "string",
    //                   "property": "string",
    //                   "then": "ComponentProperty"
    //                 },
    //                 "configured": boolean,
    //                 "defaultValue": "string",
    //                 "event": "string",
    //                 "importedValue": "string",
    //                 "model": "string",
    //                 "property": "string",
    //                 "type": "string",
    //                 "userAttribute": "string",
    //                 "value": "string"
    //               }
    //             }
    //           }
    //         },
    //         "name": "string",
    //         "properties": {
    //           "string": {
    //             "bindingProperties": {
    //               "field": "string",
    //               "property": "string"
    //             },
    //             "bindings": {
    //               "string": {
    //                 "element": "string",
    //                 "property": "string"
    //               }
    //             },
    //             "collectionBindingProperties": {
    //               "field": "string",
    //               "property": "string"
    //             },
    //             "componentName": "string",
    //             "concat": [
    //               "ComponentProperty"
    //             ],
    //             "condition": {
    //               "else": "ComponentProperty",
    //               "field": "string",
    //               "operand": "string",
    //               "operandType": "string",
    //               "operator": "string",
    //               "property": "string",
    //               "then": "ComponentProperty"
    //             },
    //             "configured": boolean,
    //             "defaultValue": "string",
    //             "event": "string",
    //             "importedValue": "string",
    //             "model": "string",
    //             "property": "string",
    //             "type": "string",
    //             "userAttribute": "string",
    //             "value": "string"
    //           }
    //         },
    //         "sourceId": "string"
    //       }
    //     ],
    //     "collectionProperties": {
    //       "string": {
    //         "identifiers": [
    //           "string"
    //         ],
    //         "model": "string",
    //         "predicate": {
    //           "and": [
    //             "Predicate"
    //           ],
    //           "field": "string",
    //           "operand": "string",
    //           "operator": "string",
    //           "or": [
    //             "Predicate"
    //           ]
    //         },
    //         "sort": [
    //           {
    //             "direction": "string",
    //             "field": "string"
    //           }
    //         ]
    //       }
    //     },
    //     "componentType": "string",
    //     "events": {
    //       "string": {
    //         "action": "string",
    //         "bindingEvent": "string",
    //         "parameters": {
    //           "anchor": {
    //             "bindingProperties": {
    //               "field": "string",
    //               "property": "string"
    //             },
    //             "bindings": {
    //               "string": {
    //                 "element": "string",
    //                 "property": "string"
    //               }
    //             },
    //             "collectionBindingProperties": {
    //               "field": "string",
    //               "property": "string"
    //             },
    //             "componentName": "string",
    //             "concat": [
    //               "ComponentProperty"
    //             ],
    //             "condition": {
    //               "else": "ComponentProperty",
    //               "field": "string",
    //               "operand": "string",
    //               "operandType": "string",
    //               "operator": "string",
    //               "property": "string",
    //               "then": "ComponentProperty"
    //             },
    //             "configured": boolean,
    //             "defaultValue": "string",
    //             "event": "string",
    //             "importedValue": "string",
    //             "model": "string",
    //             "property": "string",
    //             "type": "string",
    //             "userAttribute": "string",
    //             "value": "string"
    //           },
    //           "fields": {
    //             "string": {
    //               "bindingProperties": {
    //                 "field": "string",
    //                 "property": "string"
    //               },
    //               "bindings": {
    //                 "string": {
    //                   "element": "string",
    //                   "property": "string"
    //                 }
    //               },
    //               "collectionBindingProperties": {
    //                 "field": "string",
    //                 "property": "string"
    //               },
    //               "componentName": "string",
    //               "concat": [
    //                 "ComponentProperty"
    //               ],
    //               "condition": {
    //                 "else": "ComponentProperty",
    //                 "field": "string",
    //                 "operand": "string",
    //                 "operandType": "string",
    //                 "operator": "string",
    //                 "property": "string",
    //                 "then": "ComponentProperty"
    //               },
    //               "configured": boolean,
    //               "defaultValue": "string",
    //               "event": "string",
    //               "importedValue": "string",
    //               "model": "string",
    //               "property": "string",
    //               "type": "string",
    //               "userAttribute": "string",
    //               "value": "string"
    //             }
    //           },
    //           "global": {
    //             "bindingProperties": {
    //               "field": "string",
    //               "property": "string"
    //             },
    //             "bindings": {
    //               "string": {
    //                 "element": "string",
    //                 "property": "string"
    //               }
    //             },
    //             "collectionBindingProperties": {
    //               "field": "string",
    //               "property": "string"
    //             },
    //             "componentName": "string",
    //             "concat": [
    //               "ComponentProperty"
    //             ],
    //             "condition": {
    //               "else": "ComponentProperty",
    //               "field": "string",
    //               "operand": "string",
    //               "operandType": "string",
    //               "operator": "string",
    //               "property": "string",
    //               "then": "ComponentProperty"
    //             },
    //             "configured": boolean,
    //             "defaultValue": "string",
    //             "event": "string",
    //             "importedValue": "string",
    //             "model": "string",
    //             "property": "string",
    //             "type": "string",
    //             "userAttribute": "string",
    //             "value": "string"
    //           },
    //           "id": {
    //             "bindingProperties": {
    //               "field": "string",
    //               "property": "string"
    //             },
    //             "bindings": {
    //               "string": {
    //                 "element": "string",
    //                 "property": "string"
    //               }
    //             },
    //             "collectionBindingProperties": {
    //               "field": "string",
    //               "property": "string"
    //             },
    //             "componentName": "string",
    //             "concat": [
    //               "ComponentProperty"
    //             ],
    //             "condition": {
    //               "else": "ComponentProperty",
    //               "field": "string",
    //               "operand": "string",
    //               "operandType": "string",
    //               "operator": "string",
    //               "property": "string",
    //               "then": "ComponentProperty"
    //             },
    //             "configured": boolean,
    //             "defaultValue": "string",
    //             "event": "string",
    //             "importedValue": "string",
    //             "model": "string",
    //             "property": "string",
    //             "type": "string",
    //             "userAttribute": "string",
    //             "value": "string"
    //           },
    //           "model": "string",
    //           "state": {
    //             "componentName": "string",
    //             "property": "string",
    //             "set": {
    //               "bindingProperties": {
    //                 "field": "string",
    //                 "property": "string"
    //               },
    //               "bindings": {
    //                 "string": {
    //                   "element": "string",
    //                   "property": "string"
    //                 }
    //               },
    //               "collectionBindingProperties": {
    //                 "field": "string",
    //                 "property": "string"
    //               },
    //               "componentName": "string",
    //               "concat": [
    //                 "ComponentProperty"
    //               ],
    //               "condition": {
    //                 "else": "ComponentProperty",
    //                 "field": "string",
    //                 "operand": "string",
    //                 "operandType": "string",
    //                 "operator": "string",
    //                 "property": "string",
    //                 "then": "ComponentProperty"
    //               },
    //               "configured": boolean,
    //               "defaultValue": "string",
    //               "event": "string",
    //               "importedValue": "string",
    //               "model": "string",
    //               "property": "string",
    //               "type": "string",
    //               "userAttribute": "string",
    //               "value": "string"
    //             }
    //           },
    //           "target": {
    //             "bindingProperties": {
    //               "field": "string",
    //               "property": "string"
    //             },
    //             "bindings": {
    //               "string": {
    //                 "element": "string",
    //                 "property": "string"
    //               }
    //             },
    //             "collectionBindingProperties": {
    //               "field": "string",
    //               "property": "string"
    //             },
    //             "componentName": "string",
    //             "concat": [
    //               "ComponentProperty"
    //             ],
    //             "condition": {
    //               "else": "ComponentProperty",
    //               "field": "string",
    //               "operand": "string",
    //               "operandType": "string",
    //               "operator": "string",
    //               "property": "string",
    //               "then": "ComponentProperty"
    //             },
    //             "configured": boolean,
    //             "defaultValue": "string",
    //             "event": "string",
    //             "importedValue": "string",
    //             "model": "string",
    //             "property": "string",
    //             "type": "string",
    //             "userAttribute": "string",
    //             "value": "string"
    //           },
    //           "type": {
    //             "bindingProperties": {
    //               "field": "string",
    //               "property": "string"
    //             },
    //             "bindings": {
    //               "string": {
    //                 "element": "string",
    //                 "property": "string"
    //               }
    //             },
    //             "collectionBindingProperties": {
    //               "field": "string",
    //               "property": "string"
    //             },
    //             "componentName": "string",
    //             "concat": [
    //               "ComponentProperty"
    //             ],
    //             "condition": {
    //               "else": "ComponentProperty",
    //               "field": "string",
    //               "operand": "string",
    //               "operandType": "string",
    //               "operator": "string",
    //               "property": "string",
    //               "then": "ComponentProperty"
    //             },
    //             "configured": boolean,
    //             "defaultValue": "string",
    //             "event": "string",
    //             "importedValue": "string",
    //             "model": "string",
    //             "property": "string",
    //             "type": "string",
    //             "userAttribute": "string",
    //             "value": "string"
    //           },
    //           "url": {
    //             "bindingProperties": {
    //               "field": "string",
    //               "property": "string"
    //             },
    //             "bindings": {
    //               "string": {
    //                 "element": "string",
    //                 "property": "string"
    //               }
    //             },
    //             "collectionBindingProperties": {
    //               "field": "string",
    //               "property": "string"
    //             },
    //             "componentName": "string",
    //             "concat": [
    //               "ComponentProperty"
    //             ],
    //             "condition": {
    //               "else": "ComponentProperty",
    //               "field": "string",
    //               "operand": "string",
    //               "operandType": "string",
    //               "operator": "string",
    //               "property": "string",
    //               "then": "ComponentProperty"
    //             },
    //             "configured": boolean,
    //             "defaultValue": "string",
    //             "event": "string",
    //             "importedValue": "string",
    //             "model": "string",
    //             "property": "string",
    //             "type": "string",
    //             "userAttribute": "string",
    //             "value": "string"
    //           }
    //         }
    //       }
    //     },
    //     "name": "string",
    //     "overrides": {
    //       "string": {
    //         "string": "string"
    //       }
    //     },
    //     "properties": {
    //       "string": {
    //         "bindingProperties": {
    //           "field": "string",
    //           "property": "string"
    //         },
    //         "bindings": {
    //           "string": {
    //             "element": "string",
    //             "property": "string"
    //           }
    //         },
    //         "collectionBindingProperties": {
    //           "field": "string",
    //           "property": "string"
    //         },
    //         "componentName": "string",
    //         "concat": [
    //           "ComponentProperty"
    //         ],
    //         "condition": {
    //           "else": "ComponentProperty",
    //           "field": "string",
    //           "operand": "string",
    //           "operandType": "string",
    //           "operator": "string",
    //           "property": "string",
    //           "then": "ComponentProperty"
    //         },
    //         "configured": boolean,
    //         "defaultValue": "string",
    //         "event": "string",
    //         "importedValue": "string",
    //         "model": "string",
    //         "property": "string",
    //         "type": "string",
    //         "userAttribute": "string",
    //         "value": "string"
    //       }
    //     },
    //     "schemaVersion": "string",
    //     "sourceId": "string",
    //     "tags": {
    //       "string": "string"
    //     },
    //     "variants": [
    //       {
    //         "overrides": {
    //           "string": {
    //             "string": "string"
    //           }
    //         },
    //         "variantValues": {
    //           "string": "string"
    //         }
    //       }
    //     ]
    //   }
    // }

    rest.AddHeader("Content-Type","application/x-amz-json-1.1");
    rest.AddHeader("X-Amz-Target","CreateComponent");

    CkStringBuilder sbRequestBody = new CkStringBuilder();
    json.EmitSb(sbRequestBody);
    CkStringBuilder sbResponseBody = new CkStringBuilder();
    success = rest.FullRequestSb("POST","/app/{appId}/environment/{environmentName}/components",sbRequestBody,sbResponseBody);
    if (success != true) {
        System.out.println(rest.lastErrorText());
        return;
        }

    int respStatusCode = rest.get_ResponseStatusCode();
    System.out.println("response status code = " + respStatusCode);
    if (respStatusCode != 200) {
        System.out.println("Response Header:");
        System.out.println(rest.responseHeader());
        System.out.println("Response Body:");
        System.out.println(sbResponseBody.getAsString());
        return;
        }

    CkJsonObject jResp = new CkJsonObject();
    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

    String field;
    String operand;
    String operator;
    int j;
    int count_j;
    String strVal;
    String componentType;
    String StringAction;
    String StringBindingEvent;
    String AnchorComponentName;
    int AnchorConfigured;
    String AnchorEvent;
    String AnchorImportedValue;
    String AnchorValue;
    String name;
    String sourceId;
    String direction;
    String StringString;
    String variantValuesString;

    String AppId = jResp.stringOf("entity.appId");
    String Bucket = jResp.stringOf("entity.bindingProperties.string.bindingProperties.bucket");
    String DefaultValue = jResp.stringOf("entity.bindingProperties.string.bindingProperties.defaultValue");
    String Field = jResp.stringOf("entity.bindingProperties.string.bindingProperties.field");
    String Key = jResp.stringOf("entity.bindingProperties.string.bindingProperties.key");
    String Model = jResp.stringOf("entity.bindingProperties.string.bindingProperties.model");
    String UserAttribute = jResp.stringOf("entity.bindingProperties.string.bindingProperties.userAttribute");
    String StringDefaultValue = jResp.stringOf("entity.bindingProperties.string.defaultValue");
    String v_Type = jResp.stringOf("entity.bindingProperties.string.type");
    String StringModel = jResp.stringOf("entity.collectionProperties.string.model");
    String PredicateField = jResp.stringOf("entity.collectionProperties.string.predicate.field");
    String Operand = jResp.stringOf("entity.collectionProperties.string.predicate.operand");
    String Operator = jResp.stringOf("entity.collectionProperties.string.predicate.operator");
    String ComponentType = jResp.stringOf("entity.componentType");
    int CreatedAt = jResp.IntOf("entity.createdAt");
    String EnvironmentName = jResp.stringOf("entity.environmentName");
    String Action = jResp.stringOf("entity.events.string.action");
    String BindingEvent = jResp.stringOf("entity.events.string.bindingEvent");
    String BindingPropertiesField = jResp.stringOf("entity.events.string.parameters.anchor.bindingProperties.field");
    String Property = jResp.stringOf("entity.events.string.parameters.anchor.bindingProperties.property");
    String Element = jResp.stringOf("entity.events.string.parameters.anchor.bindings.string.element");
    String StringProperty = jResp.stringOf("entity.events.string.parameters.anchor.bindings.string.property");
    String CollectionBindingPropertiesField = jResp.stringOf("entity.events.string.parameters.anchor.collectionBindingProperties.field");
    String CollectionBindingPropertiesProperty = jResp.stringOf("entity.events.string.parameters.anchor.collectionBindingProperties.property");
    String ComponentName = jResp.stringOf("entity.events.string.parameters.anchor.componentName");
    String v_Else = jResp.stringOf("entity.events.string.parameters.anchor.condition.else");
    String ConditionField = jResp.stringOf("entity.events.string.parameters.anchor.condition.field");
    String ConditionOperand = jResp.stringOf("entity.events.string.parameters.anchor.condition.operand");
    String OperandType = jResp.stringOf("entity.events.string.parameters.anchor.condition.operandType");
    String ConditionOperator = jResp.stringOf("entity.events.string.parameters.anchor.condition.operator");
    String ConditionProperty = jResp.stringOf("entity.events.string.parameters.anchor.condition.property");
    String v_Then = jResp.stringOf("entity.events.string.parameters.anchor.condition.then");
    int Configured = jResp.IntOf("entity.events.string.parameters.anchor.configured");
    String AnchorDefaultValue = jResp.stringOf("entity.events.string.parameters.anchor.defaultValue");
    String v_Event = jResp.stringOf("entity.events.string.parameters.anchor.event");
    String ImportedValue = jResp.stringOf("entity.events.string.parameters.anchor.importedValue");
    String AnchorModel = jResp.stringOf("entity.events.string.parameters.anchor.model");
    String AnchorProperty = jResp.stringOf("entity.events.string.parameters.anchor.property");
    String AnchorType = jResp.stringOf("entity.events.string.parameters.anchor.type");
    String AnchorUserAttribute = jResp.stringOf("entity.events.string.parameters.anchor.userAttribute");
    String Value = jResp.stringOf("entity.events.string.parameters.anchor.value");
    BindingPropertiesField = jResp.stringOf("entity.events.string.parameters.fields.string.bindingProperties.field");
    String BindingPropertiesProperty = jResp.stringOf("entity.events.string.parameters.fields.string.bindingProperties.property");
    String StringElement = jResp.stringOf("entity.events.string.parameters.fields.string.bindings.string.element");
    StringProperty = jResp.stringOf("entity.events.string.parameters.fields.string.bindings.string.property");
    CollectionBindingPropertiesField = jResp.stringOf("entity.events.string.parameters.fields.string.collectionBindingProperties.field");
    CollectionBindingPropertiesProperty = jResp.stringOf("entity.events.string.parameters.fields.string.collectionBindingProperties.property");
    String StringComponentName = jResp.stringOf("entity.events.string.parameters.fields.string.componentName");
    String ConditionElse = jResp.stringOf("entity.events.string.parameters.fields.string.condition.else");
    ConditionField = jResp.stringOf("entity.events.string.parameters.fields.string.condition.field");
    ConditionOperand = jResp.stringOf("entity.events.string.parameters.fields.string.condition.operand");
    String ConditionOperandType = jResp.stringOf("entity.events.string.parameters.fields.string.condition.operandType");
    ConditionOperator = jResp.stringOf("entity.events.string.parameters.fields.string.condition.operator");
    ConditionProperty = jResp.stringOf("entity.events.string.parameters.fields.string.condition.property");
    String ConditionThen = jResp.stringOf("entity.events.string.parameters.fields.string.condition.then");
    int StringConfigured = jResp.IntOf("entity.events.string.parameters.fields.string.configured");
    StringDefaultValue = jResp.stringOf("entity.events.string.parameters.fields.string.defaultValue");
    String StringEvent = jResp.stringOf("entity.events.string.parameters.fields.string.event");
    String StringImportedValue = jResp.stringOf("entity.events.string.parameters.fields.string.importedValue");
    StringModel = jResp.stringOf("entity.events.string.parameters.fields.string.model");
    StringProperty = jResp.stringOf("entity.events.string.parameters.fields.string.property");
    String StringType = jResp.stringOf("entity.events.string.parameters.fields.string.type");
    String StringUserAttribute = jResp.stringOf("entity.events.string.parameters.fields.string.userAttribute");
    String StringValue = jResp.stringOf("entity.events.string.parameters.fields.string.value");
    BindingPropertiesField = jResp.stringOf("entity.events.string.parameters.global.bindingProperties.field");
    BindingPropertiesProperty = jResp.stringOf("entity.events.string.parameters.global.bindingProperties.property");
    StringElement = jResp.stringOf("entity.events.string.parameters.global.bindings.string.element");
    StringProperty = jResp.stringOf("entity.events.string.parameters.global.bindings.string.property");
    CollectionBindingPropertiesField = jResp.stringOf("entity.events.string.parameters.global.collectionBindingProperties.field");
    CollectionBindingPropertiesProperty = jResp.stringOf("entity.events.string.parameters.global.collectionBindingProperties.property");
    String GlobalComponentName = jResp.stringOf("entity.events.string.parameters.global.componentName");
    ConditionElse = jResp.stringOf("entity.events.string.parameters.global.condition.else");
    ConditionField = jResp.stringOf("entity.events.string.parameters.global.condition.field");
    ConditionOperand = jResp.stringOf("entity.events.string.parameters.global.condition.operand");
    ConditionOperandType = jResp.stringOf("entity.events.string.parameters.global.condition.operandType");
    ConditionOperator = jResp.stringOf("entity.events.string.parameters.global.condition.operator");
    ConditionProperty = jResp.stringOf("entity.events.string.parameters.global.condition.property");
    ConditionThen = jResp.stringOf("entity.events.string.parameters.global.condition.then");
    int GlobalConfigured = jResp.IntOf("entity.events.string.parameters.global.configured");
    String GlobalDefaultValue = jResp.stringOf("entity.events.string.parameters.global.defaultValue");
    String GlobalEvent = jResp.stringOf("entity.events.string.parameters.global.event");
    String GlobalImportedValue = jResp.stringOf("entity.events.string.parameters.global.importedValue");
    String GlobalModel = jResp.stringOf("entity.events.string.parameters.global.model");
    String GlobalProperty = jResp.stringOf("entity.events.string.parameters.global.property");
    String GlobalType = jResp.stringOf("entity.events.string.parameters.global.type");
    String GlobalUserAttribute = jResp.stringOf("entity.events.string.parameters.global.userAttribute");
    String GlobalValue = jResp.stringOf("entity.events.string.parameters.global.value");
    BindingPropertiesField = jResp.stringOf("entity.events.string.parameters.id.bindingProperties.field");
    BindingPropertiesProperty = jResp.stringOf("entity.events.string.parameters.id.bindingProperties.property");
    StringElement = jResp.stringOf("entity.events.string.parameters.id.bindings.string.element");
    StringProperty = jResp.stringOf("entity.events.string.parameters.id.bindings.string.property");
    CollectionBindingPropertiesField = jResp.stringOf("entity.events.string.parameters.id.collectionBindingProperties.field");
    CollectionBindingPropertiesProperty = jResp.stringOf("entity.events.string.parameters.id.collectionBindingProperties.property");
    String IdComponentName = jResp.stringOf("entity.events.string.parameters.id.componentName");
    ConditionElse = jResp.stringOf("entity.events.string.parameters.id.condition.else");
    ConditionField = jResp.stringOf("entity.events.string.parameters.id.condition.field");
    ConditionOperand = jResp.stringOf("entity.events.string.parameters.id.condition.operand");
    ConditionOperandType = jResp.stringOf("entity.events.string.parameters.id.condition.operandType");
    ConditionOperator = jResp.stringOf("entity.events.string.parameters.id.condition.operator");
    ConditionProperty = jResp.stringOf("entity.events.string.parameters.id.condition.property");
    ConditionThen = jResp.stringOf("entity.events.string.parameters.id.condition.then");
    int IdConfigured = jResp.IntOf("entity.events.string.parameters.id.configured");
    String IdDefaultValue = jResp.stringOf("entity.events.string.parameters.id.defaultValue");
    String IdEvent = jResp.stringOf("entity.events.string.parameters.id.event");
    String IdImportedValue = jResp.stringOf("entity.events.string.parameters.id.importedValue");
    String IdModel = jResp.stringOf("entity.events.string.parameters.id.model");
    String IdProperty = jResp.stringOf("entity.events.string.parameters.id.property");
    String IdType = jResp.stringOf("entity.events.string.parameters.id.type");
    String IdUserAttribute = jResp.stringOf("entity.events.string.parameters.id.userAttribute");
    String IdValue = jResp.stringOf("entity.events.string.parameters.id.value");
    String ParametersModel = jResp.stringOf("entity.events.string.parameters.model");
    String StateComponentName = jResp.stringOf("entity.events.string.parameters.state.componentName");
    String StateProperty = jResp.stringOf("entity.events.string.parameters.state.property");
    BindingPropertiesField = jResp.stringOf("entity.events.string.parameters.state.set.bindingProperties.field");
    BindingPropertiesProperty = jResp.stringOf("entity.events.string.parameters.state.set.bindingProperties.property");
    StringElement = jResp.stringOf("entity.events.string.parameters.state.set.bindings.string.element");
    StringProperty = jResp.stringOf("entity.events.string.parameters.state.set.bindings.string.property");
    CollectionBindingPropertiesField = jResp.stringOf("entity.events.string.parameters.state.set.collectionBindingProperties.field");
    CollectionBindingPropertiesProperty = jResp.stringOf("entity.events.string.parameters.state.set.collectionBindingProperties.property");
    String SetComponentName = jResp.stringOf("entity.events.string.parameters.state.set.componentName");
    ConditionElse = jResp.stringOf("entity.events.string.parameters.state.set.condition.else");
    ConditionField = jResp.stringOf("entity.events.string.parameters.state.set.condition.field");
    ConditionOperand = jResp.stringOf("entity.events.string.parameters.state.set.condition.operand");
    ConditionOperandType = jResp.stringOf("entity.events.string.parameters.state.set.condition.operandType");
    ConditionOperator = jResp.stringOf("entity.events.string.parameters.state.set.condition.operator");
    ConditionProperty = jResp.stringOf("entity.events.string.parameters.state.set.condition.property");
    ConditionThen = jResp.stringOf("entity.events.string.parameters.state.set.condition.then");
    int SetConfigured = jResp.IntOf("entity.events.string.parameters.state.set.configured");
    String SetDefaultValue = jResp.stringOf("entity.events.string.parameters.state.set.defaultValue");
    String SetEvent = jResp.stringOf("entity.events.string.parameters.state.set.event");
    String SetImportedValue = jResp.stringOf("entity.events.string.parameters.state.set.importedValue");
    String SetModel = jResp.stringOf("entity.events.string.parameters.state.set.model");
    String SetProperty = jResp.stringOf("entity.events.string.parameters.state.set.property");
    String SetType = jResp.stringOf("entity.events.string.parameters.state.set.type");
    String SetUserAttribute = jResp.stringOf("entity.events.string.parameters.state.set.userAttribute");
    String SetValue = jResp.stringOf("entity.events.string.parameters.state.set.value");
    BindingPropertiesField = jResp.stringOf("entity.events.string.parameters.target.bindingProperties.field");
    BindingPropertiesProperty = jResp.stringOf("entity.events.string.parameters.target.bindingProperties.property");
    StringElement = jResp.stringOf("entity.events.string.parameters.target.bindings.string.element");
    StringProperty = jResp.stringOf("entity.events.string.parameters.target.bindings.string.property");
    CollectionBindingPropertiesField = jResp.stringOf("entity.events.string.parameters.target.collectionBindingProperties.field");
    CollectionBindingPropertiesProperty = jResp.stringOf("entity.events.string.parameters.target.collectionBindingProperties.property");
    String TargetComponentName = jResp.stringOf("entity.events.string.parameters.target.componentName");
    ConditionElse = jResp.stringOf("entity.events.string.parameters.target.condition.else");
    ConditionField = jResp.stringOf("entity.events.string.parameters.target.condition.field");
    ConditionOperand = jResp.stringOf("entity.events.string.parameters.target.condition.operand");
    ConditionOperandType = jResp.stringOf("entity.events.string.parameters.target.condition.operandType");
    ConditionOperator = jResp.stringOf("entity.events.string.parameters.target.condition.operator");
    ConditionProperty = jResp.stringOf("entity.events.string.parameters.target.condition.property");
    ConditionThen = jResp.stringOf("entity.events.string.parameters.target.condition.then");
    int TargetConfigured = jResp.IntOf("entity.events.string.parameters.target.configured");
    String TargetDefaultValue = jResp.stringOf("entity.events.string.parameters.target.defaultValue");
    String TargetEvent = jResp.stringOf("entity.events.string.parameters.target.event");
    String TargetImportedValue = jResp.stringOf("entity.events.string.parameters.target.importedValue");
    String TargetModel = jResp.stringOf("entity.events.string.parameters.target.model");
    String TargetProperty = jResp.stringOf("entity.events.string.parameters.target.property");
    String TargetType = jResp.stringOf("entity.events.string.parameters.target.type");
    String TargetUserAttribute = jResp.stringOf("entity.events.string.parameters.target.userAttribute");
    String TargetValue = jResp.stringOf("entity.events.string.parameters.target.value");
    BindingPropertiesField = jResp.stringOf("entity.events.string.parameters.type.bindingProperties.field");
    BindingPropertiesProperty = jResp.stringOf("entity.events.string.parameters.type.bindingProperties.property");
    StringElement = jResp.stringOf("entity.events.string.parameters.type.bindings.string.element");
    StringProperty = jResp.stringOf("entity.events.string.parameters.type.bindings.string.property");
    CollectionBindingPropertiesField = jResp.stringOf("entity.events.string.parameters.type.collectionBindingProperties.field");
    CollectionBindingPropertiesProperty = jResp.stringOf("entity.events.string.parameters.type.collectionBindingProperties.property");
    String TypeComponentName = jResp.stringOf("entity.events.string.parameters.type.componentName");
    ConditionElse = jResp.stringOf("entity.events.string.parameters.type.condition.else");
    ConditionField = jResp.stringOf("entity.events.string.parameters.type.condition.field");
    ConditionOperand = jResp.stringOf("entity.events.string.parameters.type.condition.operand");
    ConditionOperandType = jResp.stringOf("entity.events.string.parameters.type.condition.operandType");
    ConditionOperator = jResp.stringOf("entity.events.string.parameters.type.condition.operator");
    ConditionProperty = jResp.stringOf("entity.events.string.parameters.type.condition.property");
    ConditionThen = jResp.stringOf("entity.events.string.parameters.type.condition.then");
    int TypeConfigured = jResp.IntOf("entity.events.string.parameters.type.configured");
    String TypeDefaultValue = jResp.stringOf("entity.events.string.parameters.type.defaultValue");
    String TypeEvent = jResp.stringOf("entity.events.string.parameters.type.event");
    String TypeImportedValue = jResp.stringOf("entity.events.string.parameters.type.importedValue");
    String TypeModel = jResp.stringOf("entity.events.string.parameters.type.model");
    String TypeProperty = jResp.stringOf("entity.events.string.parameters.type.property");
    String TypeType = jResp.stringOf("entity.events.string.parameters.type.type");
    String TypeUserAttribute = jResp.stringOf("entity.events.string.parameters.type.userAttribute");
    String TypeValue = jResp.stringOf("entity.events.string.parameters.type.value");
    BindingPropertiesField = jResp.stringOf("entity.events.string.parameters.url.bindingProperties.field");
    BindingPropertiesProperty = jResp.stringOf("entity.events.string.parameters.url.bindingProperties.property");
    StringElement = jResp.stringOf("entity.events.string.parameters.url.bindings.string.element");
    StringProperty = jResp.stringOf("entity.events.string.parameters.url.bindings.string.property");
    CollectionBindingPropertiesField = jResp.stringOf("entity.events.string.parameters.url.collectionBindingProperties.field");
    CollectionBindingPropertiesProperty = jResp.stringOf("entity.events.string.parameters.url.collectionBindingProperties.property");
    String UrlComponentName = jResp.stringOf("entity.events.string.parameters.url.componentName");
    ConditionElse = jResp.stringOf("entity.events.string.parameters.url.condition.else");
    ConditionField = jResp.stringOf("entity.events.string.parameters.url.condition.field");
    ConditionOperand = jResp.stringOf("entity.events.string.parameters.url.condition.operand");
    ConditionOperandType = jResp.stringOf("entity.events.string.parameters.url.condition.operandType");
    ConditionOperator = jResp.stringOf("entity.events.string.parameters.url.condition.operator");
    ConditionProperty = jResp.stringOf("entity.events.string.parameters.url.condition.property");
    ConditionThen = jResp.stringOf("entity.events.string.parameters.url.condition.then");
    int UrlConfigured = jResp.IntOf("entity.events.string.parameters.url.configured");
    String UrlDefaultValue = jResp.stringOf("entity.events.string.parameters.url.defaultValue");
    String UrlEvent = jResp.stringOf("entity.events.string.parameters.url.event");
    String UrlImportedValue = jResp.stringOf("entity.events.string.parameters.url.importedValue");
    String UrlModel = jResp.stringOf("entity.events.string.parameters.url.model");
    String UrlProperty = jResp.stringOf("entity.events.string.parameters.url.property");
    String UrlType = jResp.stringOf("entity.events.string.parameters.url.type");
    String UrlUserAttribute = jResp.stringOf("entity.events.string.parameters.url.userAttribute");
    String UrlValue = jResp.stringOf("entity.events.string.parameters.url.value");
    String Id = jResp.stringOf("entity.id");
    int ModifiedAt = jResp.IntOf("entity.modifiedAt");
    String Name = jResp.stringOf("entity.name");
    String v_String = jResp.stringOf("entity.overrides.string.string");
    BindingPropertiesField = jResp.stringOf("entity.properties.string.bindingProperties.field");
    BindingPropertiesProperty = jResp.stringOf("entity.properties.string.bindingProperties.property");
    StringElement = jResp.stringOf("entity.properties.string.bindings.string.element");
    StringProperty = jResp.stringOf("entity.properties.string.bindings.string.property");
    CollectionBindingPropertiesField = jResp.stringOf("entity.properties.string.collectionBindingProperties.field");
    CollectionBindingPropertiesProperty = jResp.stringOf("entity.properties.string.collectionBindingProperties.property");
    StringComponentName = jResp.stringOf("entity.properties.string.componentName");
    ConditionElse = jResp.stringOf("entity.properties.string.condition.else");
    ConditionField = jResp.stringOf("entity.properties.string.condition.field");
    ConditionOperand = jResp.stringOf("entity.properties.string.condition.operand");
    ConditionOperandType = jResp.stringOf("entity.properties.string.condition.operandType");
    ConditionOperator = jResp.stringOf("entity.properties.string.condition.operator");
    ConditionProperty = jResp.stringOf("entity.properties.string.condition.property");
    ConditionThen = jResp.stringOf("entity.properties.string.condition.then");
    StringConfigured = jResp.IntOf("entity.properties.string.configured");
    StringDefaultValue = jResp.stringOf("entity.properties.string.defaultValue");
    StringEvent = jResp.stringOf("entity.properties.string.event");
    StringImportedValue = jResp.stringOf("entity.properties.string.importedValue");
    StringModel = jResp.stringOf("entity.properties.string.model");
    StringProperty = jResp.stringOf("entity.properties.string.property");
    StringType = jResp.stringOf("entity.properties.string.type");
    StringUserAttribute = jResp.stringOf("entity.properties.string.userAttribute");
    StringValue = jResp.stringOf("entity.properties.string.value");
    String SchemaVersion = jResp.stringOf("entity.schemaVersion");
    String SourceId = jResp.stringOf("entity.sourceId");
    String TagsString = jResp.stringOf("entity.tags.string");
    int i = 0;
    int count_i = jResp.SizeOfArray("entity.bindingProperties.string.bindingProperties.predicates");
    while (i < count_i) {
        jResp.put_I(i);
        field = jResp.stringOf("entity.bindingProperties.string.bindingProperties.predicates[i].field");
        operand = jResp.stringOf("entity.bindingProperties.string.bindingProperties.predicates[i].operand");
        operator = jResp.stringOf("entity.bindingProperties.string.bindingProperties.predicates[i].operator");
        j = 0;
        count_j = jResp.SizeOfArray("entity.bindingProperties.string.bindingProperties.predicates[i].and");
        while (j < count_j) {
            jResp.put_J(j);
            strVal = jResp.stringOf("entity.bindingProperties.string.bindingProperties.predicates[i].and[j]");
            j = j+1;
            }

        j = 0;
        count_j = jResp.SizeOfArray("entity.bindingProperties.string.bindingProperties.predicates[i].or");
        while (j < count_j) {
            jResp.put_J(j);
            strVal = jResp.stringOf("entity.bindingProperties.string.bindingProperties.predicates[i].or[j]");
            j = j+1;
            }

        i = i+1;
        }

    i = 0;
    count_i = jResp.SizeOfArray("entity.children");
    while (i < count_i) {
        jResp.put_I(i);
        componentType = jResp.stringOf("entity.children[i].componentType");
        StringAction = jResp.stringOf("entity.children[i].events.string.action");
        StringBindingEvent = jResp.stringOf("entity.children[i].events.string.bindingEvent");
        BindingPropertiesField = jResp.stringOf("entity.children[i].events.string.parameters.anchor.bindingProperties.field");
        BindingPropertiesProperty = jResp.stringOf("entity.children[i].events.string.parameters.anchor.bindingProperties.property");
        StringElement = jResp.stringOf("entity.children[i].events.string.parameters.anchor.bindings.string.element");
        StringProperty = jResp.stringOf("entity.children[i].events.string.parameters.anchor.bindings.string.property");
        CollectionBindingPropertiesField = jResp.stringOf("entity.children[i].events.string.parameters.anchor.collectionBindingProperties.field");
        CollectionBindingPropertiesProperty = jResp.stringOf("entity.children[i].events.string.parameters.anchor.collectionBindingProperties.property");
        AnchorComponentName = jResp.stringOf("entity.children[i].events.string.parameters.anchor.componentName");
        ConditionElse = jResp.stringOf("entity.children[i].events.string.parameters.anchor.condition.else");
        ConditionField = jResp.stringOf("entity.children[i].events.string.parameters.anchor.condition.field");
        ConditionOperand = jResp.stringOf("entity.children[i].events.string.parameters.anchor.condition.operand");
        ConditionOperandType = jResp.stringOf("entity.children[i].events.string.parameters.anchor.condition.operandType");
        ConditionOperator = jResp.stringOf("entity.children[i].events.string.parameters.anchor.condition.operator");
        ConditionProperty = jResp.stringOf("entity.children[i].events.string.parameters.anchor.condition.property");
        ConditionThen = jResp.stringOf("entity.children[i].events.string.parameters.anchor.condition.then");
        AnchorConfigured = jResp.IntOf("entity.children[i].events.string.parameters.anchor.configured");
        AnchorDefaultValue = jResp.stringOf("entity.children[i].events.string.parameters.anchor.defaultValue");
        AnchorEvent = jResp.stringOf("entity.children[i].events.string.parameters.anchor.event");
        AnchorImportedValue = jResp.stringOf("entity.children[i].events.string.parameters.anchor.importedValue");
        AnchorModel = jResp.stringOf("entity.children[i].events.string.parameters.anchor.model");
        AnchorProperty = jResp.stringOf("entity.children[i].events.string.parameters.anchor.property");
        AnchorType = jResp.stringOf("entity.children[i].events.string.parameters.anchor.type");
        AnchorUserAttribute = jResp.stringOf("entity.children[i].events.string.parameters.anchor.userAttribute");
        AnchorValue = jResp.stringOf("entity.children[i].events.string.parameters.anchor.value");
        BindingPropertiesField = jResp.stringOf("entity.children[i].events.string.parameters.fields.string.bindingProperties.field");
        BindingPropertiesProperty = jResp.stringOf("entity.children[i].events.string.parameters.fields.string.bindingProperties.property");
        StringElement = jResp.stringOf("entity.children[i].events.string.parameters.fields.string.bindings.string.element");
        StringProperty = jResp.stringOf("entity.children[i].events.string.parameters.fields.string.bindings.string.property");
        CollectionBindingPropertiesField = jResp.stringOf("entity.children[i].events.string.parameters.fields.string.collectionBindingProperties.field");
        CollectionBindingPropertiesProperty = jResp.stringOf("entity.children[i].events.string.parameters.fields.string.collectionBindingProperties.property");
        StringComponentName = jResp.stringOf("entity.children[i].events.string.parameters.fields.string.componentName");
        ConditionElse = jResp.stringOf("entity.children[i].events.string.parameters.fields.string.condition.else");
        ConditionField = jResp.stringOf("entity.children[i].events.string.parameters.fields.string.condition.field");
        ConditionOperand = jResp.stringOf("entity.children[i].events.string.parameters.fields.string.condition.operand");
        ConditionOperandType = jResp.stringOf("entity.children[i].events.string.parameters.fields.string.condition.operandType");
        ConditionOperator = jResp.stringOf("entity.children[i].events.string.parameters.fields.string.condition.operator");
        ConditionProperty = jResp.stringOf("entity.children[i].events.string.parameters.fields.string.condition.property");
        ConditionThen = jResp.stringOf("entity.children[i].events.string.parameters.fields.string.condition.then");
        StringConfigured = jResp.IntOf("entity.children[i].events.string.parameters.fields.string.configured");
        StringDefaultValue = jResp.stringOf("entity.children[i].events.string.parameters.fields.string.defaultValue");
        StringEvent = jResp.stringOf("entity.children[i].events.string.parameters.fields.string.event");
        StringImportedValue = jResp.stringOf("entity.children[i].events.string.parameters.fields.string.importedValue");
        StringModel = jResp.stringOf("entity.children[i].events.string.parameters.fields.string.model");
        StringProperty = jResp.stringOf("entity.children[i].events.string.parameters.fields.string.property");
        StringType = jResp.stringOf("entity.children[i].events.string.parameters.fields.string.type");
        StringUserAttribute = jResp.stringOf("entity.children[i].events.string.parameters.fields.string.userAttribute");
        StringValue = jResp.stringOf("entity.children[i].events.string.parameters.fields.string.value");
        BindingPropertiesField = jResp.stringOf("entity.children[i].events.string.parameters.global.bindingProperties.field");
        BindingPropertiesProperty = jResp.stringOf("entity.children[i].events.string.parameters.global.bindingProperties.property");
        StringElement = jResp.stringOf("entity.children[i].events.string.parameters.global.bindings.string.element");
        StringProperty = jResp.stringOf("entity.children[i].events.string.parameters.global.bindings.string.property");
        CollectionBindingPropertiesField = jResp.stringOf("entity.children[i].events.string.parameters.global.collectionBindingProperties.field");
        CollectionBindingPropertiesProperty = jResp.stringOf("entity.children[i].events.string.parameters.global.collectionBindingProperties.property");
        GlobalComponentName = jResp.stringOf("entity.children[i].events.string.parameters.global.componentName");
        ConditionElse = jResp.stringOf("entity.children[i].events.string.parameters.global.condition.else");
        ConditionField = jResp.stringOf("entity.children[i].events.string.parameters.global.condition.field");
        ConditionOperand = jResp.stringOf("entity.children[i].events.string.parameters.global.condition.operand");
        ConditionOperandType = jResp.stringOf("entity.children[i].events.string.parameters.global.condition.operandType");
        ConditionOperator = jResp.stringOf("entity.children[i].events.string.parameters.global.condition.operator");
        ConditionProperty = jResp.stringOf("entity.children[i].events.string.parameters.global.condition.property");
        ConditionThen = jResp.stringOf("entity.children[i].events.string.parameters.global.condition.then");
        GlobalConfigured = jResp.IntOf("entity.children[i].events.string.parameters.global.configured");
        GlobalDefaultValue = jResp.stringOf("entity.children[i].events.string.parameters.global.defaultValue");
        GlobalEvent = jResp.stringOf("entity.children[i].events.string.parameters.global.event");
        GlobalImportedValue = jResp.stringOf("entity.children[i].events.string.parameters.global.importedValue");
        GlobalModel = jResp.stringOf("entity.children[i].events.string.parameters.global.model");
        GlobalProperty = jResp.stringOf("entity.children[i].events.string.parameters.global.property");
        GlobalType = jResp.stringOf("entity.children[i].events.string.parameters.global.type");
        GlobalUserAttribute = jResp.stringOf("entity.children[i].events.string.parameters.global.userAttribute");
        GlobalValue = jResp.stringOf("entity.children[i].events.string.parameters.global.value");
        BindingPropertiesField = jResp.stringOf("entity.children[i].events.string.parameters.id.bindingProperties.field");
        BindingPropertiesProperty = jResp.stringOf("entity.children[i].events.string.parameters.id.bindingProperties.property");
        StringElement = jResp.stringOf("entity.children[i].events.string.parameters.id.bindings.string.element");
        StringProperty = jResp.stringOf("entity.children[i].events.string.parameters.id.bindings.string.property");
        CollectionBindingPropertiesField = jResp.stringOf("entity.children[i].events.string.parameters.id.collectionBindingProperties.field");
        CollectionBindingPropertiesProperty = jResp.stringOf("entity.children[i].events.string.parameters.id.collectionBindingProperties.property");
        IdComponentName = jResp.stringOf("entity.children[i].events.string.parameters.id.componentName");
        ConditionElse = jResp.stringOf("entity.children[i].events.string.parameters.id.condition.else");
        ConditionField = jResp.stringOf("entity.children[i].events.string.parameters.id.condition.field");
        ConditionOperand = jResp.stringOf("entity.children[i].events.string.parameters.id.condition.operand");
        ConditionOperandType = jResp.stringOf("entity.children[i].events.string.parameters.id.condition.operandType");
        ConditionOperator = jResp.stringOf("entity.children[i].events.string.parameters.id.condition.operator");
        ConditionProperty = jResp.stringOf("entity.children[i].events.string.parameters.id.condition.property");
        ConditionThen = jResp.stringOf("entity.children[i].events.string.parameters.id.condition.then");
        IdConfigured = jResp.IntOf("entity.children[i].events.string.parameters.id.configured");
        IdDefaultValue = jResp.stringOf("entity.children[i].events.string.parameters.id.defaultValue");
        IdEvent = jResp.stringOf("entity.children[i].events.string.parameters.id.event");
        IdImportedValue = jResp.stringOf("entity.children[i].events.string.parameters.id.importedValue");
        IdModel = jResp.stringOf("entity.children[i].events.string.parameters.id.model");
        IdProperty = jResp.stringOf("entity.children[i].events.string.parameters.id.property");
        IdType = jResp.stringOf("entity.children[i].events.string.parameters.id.type");
        IdUserAttribute = jResp.stringOf("entity.children[i].events.string.parameters.id.userAttribute");
        IdValue = jResp.stringOf("entity.children[i].events.string.parameters.id.value");
        ParametersModel = jResp.stringOf("entity.children[i].events.string.parameters.model");
        StateComponentName = jResp.stringOf("entity.children[i].events.string.parameters.state.componentName");
        StateProperty = jResp.stringOf("entity.children[i].events.string.parameters.state.property");
        BindingPropertiesField = jResp.stringOf("entity.children[i].events.string.parameters.state.set.bindingProperties.field");
        BindingPropertiesProperty = jResp.stringOf("entity.children[i].events.string.parameters.state.set.bindingProperties.property");
        StringElement = jResp.stringOf("entity.children[i].events.string.parameters.state.set.bindings.string.element");
        StringProperty = jResp.stringOf("entity.children[i].events.string.parameters.state.set.bindings.string.property");
        CollectionBindingPropertiesField = jResp.stringOf("entity.children[i].events.string.parameters.state.set.collectionBindingProperties.field");
        CollectionBindingPropertiesProperty = jResp.stringOf("entity.children[i].events.string.parameters.state.set.collectionBindingProperties.property");
        SetComponentName = jResp.stringOf("entity.children[i].events.string.parameters.state.set.componentName");
        ConditionElse = jResp.stringOf("entity.children[i].events.string.parameters.state.set.condition.else");
        ConditionField = jResp.stringOf("entity.children[i].events.string.parameters.state.set.condition.field");
        ConditionOperand = jResp.stringOf("entity.children[i].events.string.parameters.state.set.condition.operand");
        ConditionOperandType = jResp.stringOf("entity.children[i].events.string.parameters.state.set.condition.operandType");
        ConditionOperator = jResp.stringOf("entity.children[i].events.string.parameters.state.set.condition.operator");
        ConditionProperty = jResp.stringOf("entity.children[i].events.string.parameters.state.set.condition.property");
        ConditionThen = jResp.stringOf("entity.children[i].events.string.parameters.state.set.condition.then");
        SetConfigured = jResp.IntOf("entity.children[i].events.string.parameters.state.set.configured");
        SetDefaultValue = jResp.stringOf("entity.children[i].events.string.parameters.state.set.defaultValue");
        SetEvent = jResp.stringOf("entity.children[i].events.string.parameters.state.set.event");
        SetImportedValue = jResp.stringOf("entity.children[i].events.string.parameters.state.set.importedValue");
        SetModel = jResp.stringOf("entity.children[i].events.string.parameters.state.set.model");
        SetProperty = jResp.stringOf("entity.children[i].events.string.parameters.state.set.property");
        SetType = jResp.stringOf("entity.children[i].events.string.parameters.state.set.type");
        SetUserAttribute = jResp.stringOf("entity.children[i].events.string.parameters.state.set.userAttribute");
        SetValue = jResp.stringOf("entity.children[i].events.string.parameters.state.set.value");
        BindingPropertiesField = jResp.stringOf("entity.children[i].events.string.parameters.target.bindingProperties.field");
        BindingPropertiesProperty = jResp.stringOf("entity.children[i].events.string.parameters.target.bindingProperties.property");
        StringElement = jResp.stringOf("entity.children[i].events.string.parameters.target.bindings.string.element");
        StringProperty = jResp.stringOf("entity.children[i].events.string.parameters.target.bindings.string.property");
        CollectionBindingPropertiesField = jResp.stringOf("entity.children[i].events.string.parameters.target.collectionBindingProperties.field");
        CollectionBindingPropertiesProperty = jResp.stringOf("entity.children[i].events.string.parameters.target.collectionBindingProperties.property");
        TargetComponentName = jResp.stringOf("entity.children[i].events.string.parameters.target.componentName");
        ConditionElse = jResp.stringOf("entity.children[i].events.string.parameters.target.condition.else");
        ConditionField = jResp.stringOf("entity.children[i].events.string.parameters.target.condition.field");
        ConditionOperand = jResp.stringOf("entity.children[i].events.string.parameters.target.condition.operand");
        ConditionOperandType = jResp.stringOf("entity.children[i].events.string.parameters.target.condition.operandType");
        ConditionOperator = jResp.stringOf("entity.children[i].events.string.parameters.target.condition.operator");
        ConditionProperty = jResp.stringOf("entity.children[i].events.string.parameters.target.condition.property");
        ConditionThen = jResp.stringOf("entity.children[i].events.string.parameters.target.condition.then");
        TargetConfigured = jResp.IntOf("entity.children[i].events.string.parameters.target.configured");
        TargetDefaultValue = jResp.stringOf("entity.children[i].events.string.parameters.target.defaultValue");
        TargetEvent = jResp.stringOf("entity.children[i].events.string.parameters.target.event");
        TargetImportedValue = jResp.stringOf("entity.children[i].events.string.parameters.target.importedValue");
        TargetModel = jResp.stringOf("entity.children[i].events.string.parameters.target.model");
        TargetProperty = jResp.stringOf("entity.children[i].events.string.parameters.target.property");
        TargetType = jResp.stringOf("entity.children[i].events.string.parameters.target.type");
        TargetUserAttribute = jResp.stringOf("entity.children[i].events.string.parameters.target.userAttribute");
        TargetValue = jResp.stringOf("entity.children[i].events.string.parameters.target.value");
        BindingPropertiesField = jResp.stringOf("entity.children[i].events.string.parameters.type.bindingProperties.field");
        BindingPropertiesProperty = jResp.stringOf("entity.children[i].events.string.parameters.type.bindingProperties.property");
        StringElement = jResp.stringOf("entity.children[i].events.string.parameters.type.bindings.string.element");
        StringProperty = jResp.stringOf("entity.children[i].events.string.parameters.type.bindings.string.property");
        CollectionBindingPropertiesField = jResp.stringOf("entity.children[i].events.string.parameters.type.collectionBindingProperties.field");
        CollectionBindingPropertiesProperty = jResp.stringOf("entity.children[i].events.string.parameters.type.collectionBindingProperties.property");
        TypeComponentName = jResp.stringOf("entity.children[i].events.string.parameters.type.componentName");
        ConditionElse = jResp.stringOf("entity.children[i].events.string.parameters.type.condition.else");
        ConditionField = jResp.stringOf("entity.children[i].events.string.parameters.type.condition.field");
        ConditionOperand = jResp.stringOf("entity.children[i].events.string.parameters.type.condition.operand");
        ConditionOperandType = jResp.stringOf("entity.children[i].events.string.parameters.type.condition.operandType");
        ConditionOperator = jResp.stringOf("entity.children[i].events.string.parameters.type.condition.operator");
        ConditionProperty = jResp.stringOf("entity.children[i].events.string.parameters.type.condition.property");
        ConditionThen = jResp.stringOf("entity.children[i].events.string.parameters.type.condition.then");
        TypeConfigured = jResp.IntOf("entity.children[i].events.string.parameters.type.configured");
        TypeDefaultValue = jResp.stringOf("entity.children[i].events.string.parameters.type.defaultValue");
        TypeEvent = jResp.stringOf("entity.children[i].events.string.parameters.type.event");
        TypeImportedValue = jResp.stringOf("entity.children[i].events.string.parameters.type.importedValue");
        TypeModel = jResp.stringOf("entity.children[i].events.string.parameters.type.model");
        TypeProperty = jResp.stringOf("entity.children[i].events.string.parameters.type.property");
        TypeType = jResp.stringOf("entity.children[i].events.string.parameters.type.type");
        TypeUserAttribute = jResp.stringOf("entity.children[i].events.string.parameters.type.userAttribute");
        TypeValue = jResp.stringOf("entity.children[i].events.string.parameters.type.value");
        BindingPropertiesField = jResp.stringOf("entity.children[i].events.string.parameters.url.bindingProperties.field");
        BindingPropertiesProperty = jResp.stringOf("entity.children[i].events.string.parameters.url.bindingProperties.property");
        StringElement = jResp.stringOf("entity.children[i].events.string.parameters.url.bindings.string.element");
        StringProperty = jResp.stringOf("entity.children[i].events.string.parameters.url.bindings.string.property");
        CollectionBindingPropertiesField = jResp.stringOf("entity.children[i].events.string.parameters.url.collectionBindingProperties.field");
        CollectionBindingPropertiesProperty = jResp.stringOf("entity.children[i].events.string.parameters.url.collectionBindingProperties.property");
        UrlComponentName = jResp.stringOf("entity.children[i].events.string.parameters.url.componentName");
        ConditionElse = jResp.stringOf("entity.children[i].events.string.parameters.url.condition.else");
        ConditionField = jResp.stringOf("entity.children[i].events.string.parameters.url.condition.field");
        ConditionOperand = jResp.stringOf("entity.children[i].events.string.parameters.url.condition.operand");
        ConditionOperandType = jResp.stringOf("entity.children[i].events.string.parameters.url.condition.operandType");
        ConditionOperator = jResp.stringOf("entity.children[i].events.string.parameters.url.condition.operator");
        ConditionProperty = jResp.stringOf("entity.children[i].events.string.parameters.url.condition.property");
        ConditionThen = jResp.stringOf("entity.children[i].events.string.parameters.url.condition.then");
        UrlConfigured = jResp.IntOf("entity.children[i].events.string.parameters.url.configured");
        UrlDefaultValue = jResp.stringOf("entity.children[i].events.string.parameters.url.defaultValue");
        UrlEvent = jResp.stringOf("entity.children[i].events.string.parameters.url.event");
        UrlImportedValue = jResp.stringOf("entity.children[i].events.string.parameters.url.importedValue");
        UrlModel = jResp.stringOf("entity.children[i].events.string.parameters.url.model");
        UrlProperty = jResp.stringOf("entity.children[i].events.string.parameters.url.property");
        UrlType = jResp.stringOf("entity.children[i].events.string.parameters.url.type");
        UrlUserAttribute = jResp.stringOf("entity.children[i].events.string.parameters.url.userAttribute");
        UrlValue = jResp.stringOf("entity.children[i].events.string.parameters.url.value");
        name = jResp.stringOf("entity.children[i].name");
        BindingPropertiesField = jResp.stringOf("entity.children[i].properties.string.bindingProperties.field");
        BindingPropertiesProperty = jResp.stringOf("entity.children[i].properties.string.bindingProperties.property");
        StringElement = jResp.stringOf("entity.children[i].properties.string.bindings.string.element");
        StringProperty = jResp.stringOf("entity.children[i].properties.string.bindings.string.property");
        CollectionBindingPropertiesField = jResp.stringOf("entity.children[i].properties.string.collectionBindingProperties.field");
        CollectionBindingPropertiesProperty = jResp.stringOf("entity.children[i].properties.string.collectionBindingProperties.property");
        StringComponentName = jResp.stringOf("entity.children[i].properties.string.componentName");
        ConditionElse = jResp.stringOf("entity.children[i].properties.string.condition.else");
        ConditionField = jResp.stringOf("entity.children[i].properties.string.condition.field");
        ConditionOperand = jResp.stringOf("entity.children[i].properties.string.condition.operand");
        ConditionOperandType = jResp.stringOf("entity.children[i].properties.string.condition.operandType");
        ConditionOperator = jResp.stringOf("entity.children[i].properties.string.condition.operator");
        ConditionProperty = jResp.stringOf("entity.children[i].properties.string.condition.property");
        ConditionThen = jResp.stringOf("entity.children[i].properties.string.condition.then");
        StringConfigured = jResp.IntOf("entity.children[i].properties.string.configured");
        StringDefaultValue = jResp.stringOf("entity.children[i].properties.string.defaultValue");
        StringEvent = jResp.stringOf("entity.children[i].properties.string.event");
        StringImportedValue = jResp.stringOf("entity.children[i].properties.string.importedValue");
        StringModel = jResp.stringOf("entity.children[i].properties.string.model");
        StringProperty = jResp.stringOf("entity.children[i].properties.string.property");
        StringType = jResp.stringOf("entity.children[i].properties.string.type");
        StringUserAttribute = jResp.stringOf("entity.children[i].properties.string.userAttribute");
        StringValue = jResp.stringOf("entity.children[i].properties.string.value");
        sourceId = jResp.stringOf("entity.children[i].sourceId");
        j = 0;
        count_j = jResp.SizeOfArray("entity.children[i].children");
        while (j < count_j) {
            jResp.put_J(j);
            strVal = jResp.stringOf("entity.children[i].children[j]");
            j = j+1;
            }

        j = 0;
        count_j = jResp.SizeOfArray("entity.children[i].events.string.parameters.anchor.concat");
        while (j < count_j) {
            jResp.put_J(j);
            strVal = jResp.stringOf("entity.children[i].events.string.parameters.anchor.concat[j]");
            j = j+1;
            }

        j = 0;
        count_j = jResp.SizeOfArray("entity.children[i].events.string.parameters.fields.string.concat");
        while (j < count_j) {
            jResp.put_J(j);
            strVal = jResp.stringOf("entity.children[i].events.string.parameters.fields.string.concat[j]");
            j = j+1;
            }

        j = 0;
        count_j = jResp.SizeOfArray("entity.children[i].events.string.parameters.global.concat");
        while (j < count_j) {
            jResp.put_J(j);
            strVal = jResp.stringOf("entity.children[i].events.string.parameters.global.concat[j]");
            j = j+1;
            }

        j = 0;
        count_j = jResp.SizeOfArray("entity.children[i].events.string.parameters.id.concat");
        while (j < count_j) {
            jResp.put_J(j);
            strVal = jResp.stringOf("entity.children[i].events.string.parameters.id.concat[j]");
            j = j+1;
            }

        j = 0;
        count_j = jResp.SizeOfArray("entity.children[i].events.string.parameters.state.set.concat");
        while (j < count_j) {
            jResp.put_J(j);
            strVal = jResp.stringOf("entity.children[i].events.string.parameters.state.set.concat[j]");
            j = j+1;
            }

        j = 0;
        count_j = jResp.SizeOfArray("entity.children[i].events.string.parameters.target.concat");
        while (j < count_j) {
            jResp.put_J(j);
            strVal = jResp.stringOf("entity.children[i].events.string.parameters.target.concat[j]");
            j = j+1;
            }

        j = 0;
        count_j = jResp.SizeOfArray("entity.children[i].events.string.parameters.type.concat");
        while (j < count_j) {
            jResp.put_J(j);
            strVal = jResp.stringOf("entity.children[i].events.string.parameters.type.concat[j]");
            j = j+1;
            }

        j = 0;
        count_j = jResp.SizeOfArray("entity.children[i].events.string.parameters.url.concat");
        while (j < count_j) {
            jResp.put_J(j);
            strVal = jResp.stringOf("entity.children[i].events.string.parameters.url.concat[j]");
            j = j+1;
            }

        j = 0;
        count_j = jResp.SizeOfArray("entity.children[i].properties.string.concat");
        while (j < count_j) {
            jResp.put_J(j);
            strVal = jResp.stringOf("entity.children[i].properties.string.concat[j]");
            j = j+1;
            }

        i = i+1;
        }

    i = 0;
    count_i = jResp.SizeOfArray("entity.collectionProperties.string.identifiers");
    while (i < count_i) {
        jResp.put_I(i);
        strVal = jResp.stringOf("entity.collectionProperties.string.identifiers[i]");
        i = i+1;
        }

    i = 0;
    count_i = jResp.SizeOfArray("entity.collectionProperties.string.predicate.and");
    while (i < count_i) {
        jResp.put_I(i);
        strVal = jResp.stringOf("entity.collectionProperties.string.predicate.and[i]");
        i = i+1;
        }

    i = 0;
    count_i = jResp.SizeOfArray("entity.collectionProperties.string.predicate.or");
    while (i < count_i) {
        jResp.put_I(i);
        strVal = jResp.stringOf("entity.collectionProperties.string.predicate.or[i]");
        i = i+1;
        }

    i = 0;
    count_i = jResp.SizeOfArray("entity.collectionProperties.string.sort");
    while (i < count_i) {
        jResp.put_I(i);
        direction = jResp.stringOf("entity.collectionProperties.string.sort[i].direction");
        field = jResp.stringOf("entity.collectionProperties.string.sort[i].field");
        i = i+1;
        }

    i = 0;
    count_i = jResp.SizeOfArray("entity.events.string.parameters.anchor.concat");
    while (i < count_i) {
        jResp.put_I(i);
        strVal = jResp.stringOf("entity.events.string.parameters.anchor.concat[i]");
        i = i+1;
        }

    i = 0;
    count_i = jResp.SizeOfArray("entity.events.string.parameters.fields.string.concat");
    while (i < count_i) {
        jResp.put_I(i);
        strVal = jResp.stringOf("entity.events.string.parameters.fields.string.concat[i]");
        i = i+1;
        }

    i = 0;
    count_i = jResp.SizeOfArray("entity.events.string.parameters.global.concat");
    while (i < count_i) {
        jResp.put_I(i);
        strVal = jResp.stringOf("entity.events.string.parameters.global.concat[i]");
        i = i+1;
        }

    i = 0;
    count_i = jResp.SizeOfArray("entity.events.string.parameters.id.concat");
    while (i < count_i) {
        jResp.put_I(i);
        strVal = jResp.stringOf("entity.events.string.parameters.id.concat[i]");
        i = i+1;
        }

    i = 0;
    count_i = jResp.SizeOfArray("entity.events.string.parameters.state.set.concat");
    while (i < count_i) {
        jResp.put_I(i);
        strVal = jResp.stringOf("entity.events.string.parameters.state.set.concat[i]");
        i = i+1;
        }

    i = 0;
    count_i = jResp.SizeOfArray("entity.events.string.parameters.target.concat");
    while (i < count_i) {
        jResp.put_I(i);
        strVal = jResp.stringOf("entity.events.string.parameters.target.concat[i]");
        i = i+1;
        }

    i = 0;
    count_i = jResp.SizeOfArray("entity.events.string.parameters.type.concat");
    while (i < count_i) {
        jResp.put_I(i);
        strVal = jResp.stringOf("entity.events.string.parameters.type.concat[i]");
        i = i+1;
        }

    i = 0;
    count_i = jResp.SizeOfArray("entity.events.string.parameters.url.concat");
    while (i < count_i) {
        jResp.put_I(i);
        strVal = jResp.stringOf("entity.events.string.parameters.url.concat[i]");
        i = i+1;
        }

    i = 0;
    count_i = jResp.SizeOfArray("entity.properties.string.concat");
    while (i < count_i) {
        jResp.put_I(i);
        strVal = jResp.stringOf("entity.properties.string.concat[i]");
        i = i+1;
        }

    i = 0;
    count_i = jResp.SizeOfArray("entity.variants");
    while (i < count_i) {
        jResp.put_I(i);
        StringString = jResp.stringOf("entity.variants[i].overrides.string.string");
        variantValuesString = jResp.stringOf("entity.variants[i].variantValues.string");
        i = i+1;
        }

    // A sample JSON response body parsed by the above code:

    // {
    //   "entity": {
    //     "appId": "string",
    //     "bindingProperties": {
    //       "string": {
    //         "bindingProperties": {
    //           "bucket": "string",
    //           "defaultValue": "string",
    //           "field": "string",
    //           "key": "string",
    //           "model": "string",
    //           "predicates": [
    //             {
    //               "and": [
    //                 "Predicate"
    //               ],
    //               "field": "string",
    //               "operand": "string",
    //               "operator": "string",
    //               "or": [
    //                 "Predicate"
    //               ]
    //             }
    //           ],
    //           "userAttribute": "string"
    //         },
    //         "defaultValue": "string",
    //         "type": "string"
    //       }
    //     },
    //     "children": [
    //       {
    //         "children": [
    //           "ComponentChild"
    //         ],
    //         "componentType": "string",
    //         "events": {
    //           "string": {
    //             "action": "string",
    //             "bindingEvent": "string",
    //             "parameters": {
    //               "anchor": {
    //                 "bindingProperties": {
    //                   "field": "string",
    //                   "property": "string"
    //                 },
    //                 "bindings": {
    //                   "string": {
    //                     "element": "string",
    //                     "property": "string"
    //                   }
    //                 },
    //                 "collectionBindingProperties": {
    //                   "field": "string",
    //                   "property": "string"
    //                 },
    //                 "componentName": "string",
    //                 "concat": [
    //                   "ComponentProperty"
    //                 ],
    //                 "condition": {
    //                   "else": "ComponentProperty",
    //                   "field": "string",
    //                   "operand": "string",
    //                   "operandType": "string",
    //                   "operator": "string",
    //                   "property": "string",
    //                   "then": "ComponentProperty"
    //                 },
    //                 "configured": boolean,
    //                 "defaultValue": "string",
    //                 "event": "string",
    //                 "importedValue": "string",
    //                 "model": "string",
    //                 "property": "string",
    //                 "type": "string",
    //                 "userAttribute": "string",
    //                 "value": "string"
    //               },
    //               "fields": {
    //                 "string": {
    //                   "bindingProperties": {
    //                     "field": "string",
    //                     "property": "string"
    //                   },
    //                   "bindings": {
    //                     "string": {
    //                       "element": "string",
    //                       "property": "string"
    //                     }
    //                   },
    //                   "collectionBindingProperties": {
    //                     "field": "string",
    //                     "property": "string"
    //                   },
    //                   "componentName": "string",
    //                   "concat": [
    //                     "ComponentProperty"
    //                   ],
    //                   "condition": {
    //                     "else": "ComponentProperty",
    //                     "field": "string",
    //                     "operand": "string",
    //                     "operandType": "string",
    //                     "operator": "string",
    //                     "property": "string",
    //                     "then": "ComponentProperty"
    //                   },
    //                   "configured": boolean,
    //                   "defaultValue": "string",
    //                   "event": "string",
    //                   "importedValue": "string",
    //                   "model": "string",
    //                   "property": "string",
    //                   "type": "string",
    //                   "userAttribute": "string",
    //                   "value": "string"
    //                 }
    //               },
    //               "global": {
    //                 "bindingProperties": {
    //                   "field": "string",
    //                   "property": "string"
    //                 },
    //                 "bindings": {
    //                   "string": {
    //                     "element": "string",
    //                     "property": "string"
    //                   }
    //                 },
    //                 "collectionBindingProperties": {
    //                   "field": "string",
    //                   "property": "string"
    //                 },
    //                 "componentName": "string",
    //                 "concat": [
    //                   "ComponentProperty"
    //                 ],
    //                 "condition": {
    //                   "else": "ComponentProperty",
    //                   "field": "string",
    //                   "operand": "string",
    //                   "operandType": "string",
    //                   "operator": "string",
    //                   "property": "string",
    //                   "then": "ComponentProperty"
    //                 },
    //                 "configured": boolean,
    //                 "defaultValue": "string",
    //                 "event": "string",
    //                 "importedValue": "string",
    //                 "model": "string",
    //                 "property": "string",
    //                 "type": "string",
    //                 "userAttribute": "string",
    //                 "value": "string"
    //               },
    //               "id": {
    //                 "bindingProperties": {
    //                   "field": "string",
    //                   "property": "string"
    //                 },
    //                 "bindings": {
    //                   "string": {
    //                     "element": "string",
    //                     "property": "string"
    //                   }
    //                 },
    //                 "collectionBindingProperties": {
    //                   "field": "string",
    //                   "property": "string"
    //                 },
    //                 "componentName": "string",
    //                 "concat": [
    //                   "ComponentProperty"
    //                 ],
    //                 "condition": {
    //                   "else": "ComponentProperty",
    //                   "field": "string",
    //                   "operand": "string",
    //                   "operandType": "string",
    //                   "operator": "string",
    //                   "property": "string",
    //                   "then": "ComponentProperty"
    //                 },
    //                 "configured": boolean,
    //                 "defaultValue": "string",
    //                 "event": "string",
    //                 "importedValue": "string",
    //                 "model": "string",
    //                 "property": "string",
    //                 "type": "string",
    //                 "userAttribute": "string",
    //                 "value": "string"
    //               },
    //               "model": "string",
    //               "state": {
    //                 "componentName": "string",
    //                 "property": "string",
    //                 "set": {
    //                   "bindingProperties": {
    //                     "field": "string",
    //                     "property": "string"
    //                   },
    //                   "bindings": {
    //                     "string": {
    //                       "element": "string",
    //                       "property": "string"
    //                     }
    //                   },
    //                   "collectionBindingProperties": {
    //                     "field": "string",
    //                     "property": "string"
    //                   },
    //                   "componentName": "string",
    //                   "concat": [
    //                     "ComponentProperty"
    //                   ],
    //                   "condition": {
    //                     "else": "ComponentProperty",
    //                     "field": "string",
    //                     "operand": "string",
    //                     "operandType": "string",
    //                     "operator": "string",
    //                     "property": "string",
    //                     "then": "ComponentProperty"
    //                   },
    //                   "configured": boolean,
    //                   "defaultValue": "string",
    //                   "event": "string",
    //                   "importedValue": "string",
    //                   "model": "string",
    //                   "property": "string",
    //                   "type": "string",
    //                   "userAttribute": "string",
    //                   "value": "string"
    //                 }
    //               },
    //               "target": {
    //                 "bindingProperties": {
    //                   "field": "string",
    //                   "property": "string"
    //                 },
    //                 "bindings": {
    //                   "string": {
    //                     "element": "string",
    //                     "property": "string"
    //                   }
    //                 },
    //                 "collectionBindingProperties": {
    //                   "field": "string",
    //                   "property": "string"
    //                 },
    //                 "componentName": "string",
    //                 "concat": [
    //                   "ComponentProperty"
    //                 ],
    //                 "condition": {
    //                   "else": "ComponentProperty",
    //                   "field": "string",
    //                   "operand": "string",
    //                   "operandType": "string",
    //                   "operator": "string",
    //                   "property": "string",
    //                   "then": "ComponentProperty"
    //                 },
    //                 "configured": boolean,
    //                 "defaultValue": "string",
    //                 "event": "string",
    //                 "importedValue": "string",
    //                 "model": "string",
    //                 "property": "string",
    //                 "type": "string",
    //                 "userAttribute": "string",
    //                 "value": "string"
    //               },
    //               "type": {
    //                 "bindingProperties": {
    //                   "field": "string",
    //                   "property": "string"
    //                 },
    //                 "bindings": {
    //                   "string": {
    //                     "element": "string",
    //                     "property": "string"
    //                   }
    //                 },
    //                 "collectionBindingProperties": {
    //                   "field": "string",
    //                   "property": "string"
    //                 },
    //                 "componentName": "string",
    //                 "concat": [
    //                   "ComponentProperty"
    //                 ],
    //                 "condition": {
    //                   "else": "ComponentProperty",
    //                   "field": "string",
    //                   "operand": "string",
    //                   "operandType": "string",
    //                   "operator": "string",
    //                   "property": "string",
    //                   "then": "ComponentProperty"
    //                 },
    //                 "configured": boolean,
    //                 "defaultValue": "string",
    //                 "event": "string",
    //                 "importedValue": "string",
    //                 "model": "string",
    //                 "property": "string",
    //                 "type": "string",
    //                 "userAttribute": "string",
    //                 "value": "string"
    //               },
    //               "url": {
    //                 "bindingProperties": {
    //                   "field": "string",
    //                   "property": "string"
    //                 },
    //                 "bindings": {
    //                   "string": {
    //                     "element": "string",
    //                     "property": "string"
    //                   }
    //                 },
    //                 "collectionBindingProperties": {
    //                   "field": "string",
    //                   "property": "string"
    //                 },
    //                 "componentName": "string",
    //                 "concat": [
    //                   "ComponentProperty"
    //                 ],
    //                 "condition": {
    //                   "else": "ComponentProperty",
    //                   "field": "string",
    //                   "operand": "string",
    //                   "operandType": "string",
    //                   "operator": "string",
    //                   "property": "string",
    //                   "then": "ComponentProperty"
    //                 },
    //                 "configured": boolean,
    //                 "defaultValue": "string",
    //                 "event": "string",
    //                 "importedValue": "string",
    //                 "model": "string",
    //                 "property": "string",
    //                 "type": "string",
    //                 "userAttribute": "string",
    //                 "value": "string"
    //               }
    //             }
    //           }
    //         },
    //         "name": "string",
    //         "properties": {
    //           "string": {
    //             "bindingProperties": {
    //               "field": "string",
    //               "property": "string"
    //             },
    //             "bindings": {
    //               "string": {
    //                 "element": "string",
    //                 "property": "string"
    //               }
    //             },
    //             "collectionBindingProperties": {
    //               "field": "string",
    //               "property": "string"
    //             },
    //             "componentName": "string",
    //             "concat": [
    //               "ComponentProperty"
    //             ],
    //             "condition": {
    //               "else": "ComponentProperty",
    //               "field": "string",
    //               "operand": "string",
    //               "operandType": "string",
    //               "operator": "string",
    //               "property": "string",
    //               "then": "ComponentProperty"
    //             },
    //             "configured": boolean,
    //             "defaultValue": "string",
    //             "event": "string",
    //             "importedValue": "string",
    //             "model": "string",
    //             "property": "string",
    //             "type": "string",
    //             "userAttribute": "string",
    //             "value": "string"
    //           }
    //         },
    //         "sourceId": "string"
    //       }
    //     ],
    //     "collectionProperties": {
    //       "string": {
    //         "identifiers": [
    //           "string"
    //         ],
    //         "model": "string",
    //         "predicate": {
    //           "and": [
    //             "Predicate"
    //           ],
    //           "field": "string",
    //           "operand": "string",
    //           "operator": "string",
    //           "or": [
    //             "Predicate"
    //           ]
    //         },
    //         "sort": [
    //           {
    //             "direction": "string",
    //             "field": "string"
    //           }
    //         ]
    //       }
    //     },
    //     "componentType": "string",
    //     "createdAt": number,
    //     "environmentName": "string",
    //     "events": {
    //       "string": {
    //         "action": "string",
    //         "bindingEvent": "string",
    //         "parameters": {
    //           "anchor": {
    //             "bindingProperties": {
    //               "field": "string",
    //               "property": "string"
    //             },
    //             "bindings": {
    //               "string": {
    //                 "element": "string",
    //                 "property": "string"
    //               }
    //             },
    //             "collectionBindingProperties": {
    //               "field": "string",
    //               "property": "string"
    //             },
    //             "componentName": "string",
    //             "concat": [
    //               "ComponentProperty"
    //             ],
    //             "condition": {
    //               "else": "ComponentProperty",
    //               "field": "string",
    //               "operand": "string",
    //               "operandType": "string",
    //               "operator": "string",
    //               "property": "string",
    //               "then": "ComponentProperty"
    //             },
    //             "configured": boolean,
    //             "defaultValue": "string",
    //             "event": "string",
    //             "importedValue": "string",
    //             "model": "string",
    //             "property": "string",
    //             "type": "string",
    //             "userAttribute": "string",
    //             "value": "string"
    //           },
    //           "fields": {
    //             "string": {
    //               "bindingProperties": {
    //                 "field": "string",
    //                 "property": "string"
    //               },
    //               "bindings": {
    //                 "string": {
    //                   "element": "string",
    //                   "property": "string"
    //                 }
    //               },
    //               "collectionBindingProperties": {
    //                 "field": "string",
    //                 "property": "string"
    //               },
    //               "componentName": "string",
    //               "concat": [
    //                 "ComponentProperty"
    //               ],
    //               "condition": {
    //                 "else": "ComponentProperty",
    //                 "field": "string",
    //                 "operand": "string",
    //                 "operandType": "string",
    //                 "operator": "string",
    //                 "property": "string",
    //                 "then": "ComponentProperty"
    //               },
    //               "configured": boolean,
    //               "defaultValue": "string",
    //               "event": "string",
    //               "importedValue": "string",
    //               "model": "string",
    //               "property": "string",
    //               "type": "string",
    //               "userAttribute": "string",
    //               "value": "string"
    //             }
    //           },
    //           "global": {
    //             "bindingProperties": {
    //               "field": "string",
    //               "property": "string"
    //             },
    //             "bindings": {
    //               "string": {
    //                 "element": "string",
    //                 "property": "string"
    //               }
    //             },
    //             "collectionBindingProperties": {
    //               "field": "string",
    //               "property": "string"
    //             },
    //             "componentName": "string",
    //             "concat": [
    //               "ComponentProperty"
    //             ],
    //             "condition": {
    //               "else": "ComponentProperty",
    //               "field": "string",
    //               "operand": "string",
    //               "operandType": "string",
    //               "operator": "string",
    //               "property": "string",
    //               "then": "ComponentProperty"
    //             },
    //             "configured": boolean,
    //             "defaultValue": "string",
    //             "event": "string",
    //             "importedValue": "string",
    //             "model": "string",
    //             "property": "string",
    //             "type": "string",
    //             "userAttribute": "string",
    //             "value": "string"
    //           },
    //           "id": {
    //             "bindingProperties": {
    //               "field": "string",
    //               "property": "string"
    //             },
    //             "bindings": {
    //               "string": {
    //                 "element": "string",
    //                 "property": "string"
    //               }
    //             },
    //             "collectionBindingProperties": {
    //               "field": "string",
    //               "property": "string"
    //             },
    //             "componentName": "string",
    //             "concat": [
    //               "ComponentProperty"
    //             ],
    //             "condition": {
    //               "else": "ComponentProperty",
    //               "field": "string",
    //               "operand": "string",
    //               "operandType": "string",
    //               "operator": "string",
    //               "property": "string",
    //               "then": "ComponentProperty"
    //             },
    //             "configured": boolean,
    //             "defaultValue": "string",
    //             "event": "string",
    //             "importedValue": "string",
    //             "model": "string",
    //             "property": "string",
    //             "type": "string",
    //             "userAttribute": "string",
    //             "value": "string"
    //           },
    //           "model": "string",
    //           "state": {
    //             "componentName": "string",
    //             "property": "string",
    //             "set": {
    //               "bindingProperties": {
    //                 "field": "string",
    //                 "property": "string"
    //               },
    //               "bindings": {
    //                 "string": {
    //                   "element": "string",
    //                   "property": "string"
    //                 }
    //               },
    //               "collectionBindingProperties": {
    //                 "field": "string",
    //                 "property": "string"
    //               },
    //               "componentName": "string",
    //               "concat": [
    //                 "ComponentProperty"
    //               ],
    //               "condition": {
    //                 "else": "ComponentProperty",
    //                 "field": "string",
    //                 "operand": "string",
    //                 "operandType": "string",
    //                 "operator": "string",
    //                 "property": "string",
    //                 "then": "ComponentProperty"
    //               },
    //               "configured": boolean,
    //               "defaultValue": "string",
    //               "event": "string",
    //               "importedValue": "string",
    //               "model": "string",
    //               "property": "string",
    //               "type": "string",
    //               "userAttribute": "string",
    //               "value": "string"
    //             }
    //           },
    //           "target": {
    //             "bindingProperties": {
    //               "field": "string",
    //               "property": "string"
    //             },
    //             "bindings": {
    //               "string": {
    //                 "element": "string",
    //                 "property": "string"
    //               }
    //             },
    //             "collectionBindingProperties": {
    //               "field": "string",
    //               "property": "string"
    //             },
    //             "componentName": "string",
    //             "concat": [
    //               "ComponentProperty"
    //             ],
    //             "condition": {
    //               "else": "ComponentProperty",
    //               "field": "string",
    //               "operand": "string",
    //               "operandType": "string",
    //               "operator": "string",
    //               "property": "string",
    //               "then": "ComponentProperty"
    //             },
    //             "configured": boolean,
    //             "defaultValue": "string",
    //             "event": "string",
    //             "importedValue": "string",
    //             "model": "string",
    //             "property": "string",
    //             "type": "string",
    //             "userAttribute": "string",
    //             "value": "string"
    //           },
    //           "type": {
    //             "bindingProperties": {
    //               "field": "string",
    //               "property": "string"
    //             },
    //             "bindings": {
    //               "string": {
    //                 "element": "string",
    //                 "property": "string"
    //               }
    //             },
    //             "collectionBindingProperties": {
    //               "field": "string",
    //               "property": "string"
    //             },
    //             "componentName": "string",
    //             "concat": [
    //               "ComponentProperty"
    //             ],
    //             "condition": {
    //               "else": "ComponentProperty",
    //               "field": "string",
    //               "operand": "string",
    //               "operandType": "string",
    //               "operator": "string",
    //               "property": "string",
    //               "then": "ComponentProperty"
    //             },
    //             "configured": boolean,
    //             "defaultValue": "string",
    //             "event": "string",
    //             "importedValue": "string",
    //             "model": "string",
    //             "property": "string",
    //             "type": "string",
    //             "userAttribute": "string",
    //             "value": "string"
    //           },
    //           "url": {
    //             "bindingProperties": {
    //               "field": "string",
    //               "property": "string"
    //             },
    //             "bindings": {
    //               "string": {
    //                 "element": "string",
    //                 "property": "string"
    //               }
    //             },
    //             "collectionBindingProperties": {
    //               "field": "string",
    //               "property": "string"
    //             },
    //             "componentName": "string",
    //             "concat": [
    //               "ComponentProperty"
    //             ],
    //             "condition": {
    //               "else": "ComponentProperty",
    //               "field": "string",
    //               "operand": "string",
    //               "operandType": "string",
    //               "operator": "string",
    //               "property": "string",
    //               "then": "ComponentProperty"
    //             },
    //             "configured": boolean,
    //             "defaultValue": "string",
    //             "event": "string",
    //             "importedValue": "string",
    //             "model": "string",
    //             "property": "string",
    //             "type": "string",
    //             "userAttribute": "string",
    //             "value": "string"
    //           }
    //         }
    //       }
    //     },
    //     "id": "string",
    //     "modifiedAt": number,
    //     "name": "string",
    //     "overrides": {
    //       "string": {
    //         "string": "string"
    //       }
    //     },
    //     "properties": {
    //       "string": {
    //         "bindingProperties": {
    //           "field": "string",
    //           "property": "string"
    //         },
    //         "bindings": {
    //           "string": {
    //             "element": "string",
    //             "property": "string"
    //           }
    //         },
    //         "collectionBindingProperties": {
    //           "field": "string",
    //           "property": "string"
    //         },
    //         "componentName": "string",
    //         "concat": [
    //           "ComponentProperty"
    //         ],
    //         "condition": {
    //           "else": "ComponentProperty",
    //           "field": "string",
    //           "operand": "string",
    //           "operandType": "string",
    //           "operator": "string",
    //           "property": "string",
    //           "then": "ComponentProperty"
    //         },
    //         "configured": boolean,
    //         "defaultValue": "string",
    //         "event": "string",
    //         "importedValue": "string",
    //         "model": "string",
    //         "property": "string",
    //         "type": "string",
    //         "userAttribute": "string",
    //         "value": "string"
    //       }
    //     },
    //     "schemaVersion": "string",
    //     "sourceId": "string",
    //     "tags": {
    //       "string": "string"
    //     },
    //     "variants": [
    //       {
    //         "overrides": {
    //           "string": {
    //             "string": "string"
    //           }
    //         },
    //         "variantValues": {
    //           "string": "string"
    //         }
    //       }
    //     ]
    //   }
    // }
  }
}