{
  "data": {
    "tree": [
      {
        "value": "record_in",
        "tree": [
          {
            "value": "accountId",
            "key": "account_id",
            "required": true,
            "inmutable": true
          },
          {
            "value": "name",
            "key": "name",
            "required": true
          },
          {
            "value": "email",
            "key": "account_email"
          },
          {
            "value": "type",
            "key": "account_type",
            "schema": "account/types:key",
            "output": "value"
          },
          {
            "value": "status",
            "key": "status",
            "schema": "account/status",
            "default": "active"
          },
          {
            "value": "tenant",
            "key": "tenant_id",
            "schema": "account/tenants:key",
            "output": "value",
            "default": 100000010
          },
          {
            "value": "apiEnabled",
            "key": "api_enabled",
            "default": false
          },
          {
            "value": "firstName",
            "key": "contact.first_name"
          },
          {
            "value": "lastName",
            "key": "contact.last_name"
          },
          {
            "value": "telephone",
            "key": "contact.telephone"
          },
          {
            "value": "website",
            "key": "contact.website"
          },
          {
            "value": "product",
            "key": "subscription.product",
            "schema": "products/products"
          },
          {
            "value": "pricing",
            "key": "subscription.pricing",
            "schema": "products/pricing"
          },
          {
            "value": "coupon",
            "key": "subscription.coupon"
          },
          {
            "value": "features",
            "key": "subscription.features",
            "tree": [
              {
                "value": "feature",
                "key": "feature_id",
                "schema": "products/features"
              },
              {
                "value": "pricing",
                "key": "pricing_id",
                "schema": "products/pricing"
              },
              {
                "value": "coupon",
                "key": "coupon_id"
              },
              {
                "value": "included",
                "key": "included_by"
              }
            ]
          },
          {
            "value": "line1",
            "key": "address.line_1"
          },
          {
            "value": "line2",
            "key": "address.line_2"
          },
          {
            "value": "city",
            "key": "address.city"
          },
          {
            "value": "postal",
            "key": "address.postal"
          },
          {
            "value": "country",
            "key": "address.country",
            "schema": "account/countries:key",
            "output": "value"
          }
        ]
      } 
    ]
  }
}
