From b2816c469765c4c301c5227dd63cb3792c1c4247 Mon Sep 17 00:00:00 2001 From: Shane Glass <23001651+shanecglass@users.noreply.github.com> Date: Mon, 12 Feb 2024 17:50:59 +0000 Subject: [PATCH] feat: adding extension notebooks (#303) --- metadata.display.yaml | 2 +- metadata.yaml | 26 +- modules/authorization/metadata.display.yaml | 2 +- modules/authorization/metadata.yaml | 6 +- modules/data_warehouse/README.md | 12 +- .../assets/data-warehouse-architecture.json | 2 +- .../assets/data-warehouse-architecture.png | Bin 194538 -> 117718 bytes .../assets/data-warehouse-architecture.svg | 3342 +++-------------- modules/data_warehouse/bigquery.tf | 94 +- modules/data_warehouse/main.tf | 11 +- modules/data_warehouse/metadata.display.yaml | 19 +- modules/data_warehouse/metadata.yaml | 50 +- modules/data_warehouse/notebook_deployment.tf | 210 ++ modules/data_warehouse/src/function/main.py | 60 + .../src/function/requirements.txt | 2 + .../getting_started_bq_dataframes.ipynb | 867 +++++ .../data_warehouse/templates/workflow.tftpl | 27 + modules/data_warehouse/variables.tf | 70 +- modules/data_warehouse/versions.tf | 4 + modules/data_warehouse/workflows.tf | 65 +- .../scheduled_queries/metadata.display.yaml | 2 +- modules/scheduled_queries/metadata.yaml | 6 +- modules/udf/metadata.display.yaml | 2 +- modules/udf/metadata.yaml | 6 +- 24 files changed, 2032 insertions(+), 2855 deletions(-) create mode 100644 modules/data_warehouse/notebook_deployment.tf create mode 100644 modules/data_warehouse/src/function/main.py create mode 100644 modules/data_warehouse/src/function/requirements.txt create mode 100644 modules/data_warehouse/templates/notebooks/getting_started_bq_dataframes.ipynb diff --git a/metadata.display.yaml b/metadata.display.yaml index 5b4404e5..81c5ec4a 100644 --- a/metadata.display.yaml +++ b/metadata.display.yaml @@ -1,4 +1,4 @@ -# Copyright 2023 Google LLC +# Copyright 2024 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/metadata.yaml b/metadata.yaml index fb491821..7086be46 100644 --- a/metadata.yaml +++ b/metadata.yaml @@ -1,4 +1,4 @@ -# Copyright 2023 Google LLC +# Copyright 2024 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -27,7 +27,7 @@ spec: version: 7.0.0 actuationTool: flavor: Terraform - version: ">= 0.13" + version: ">= 1.3" description: {} content: subBlueprints: @@ -61,7 +61,6 @@ spec: - name: dataset_id description: Unique ID for the dataset being provisioned. varType: string - defaultValue: null required: true - name: dataset_labels description: Key value pairs in a map for dataset labels @@ -70,27 +69,22 @@ spec: - name: dataset_name description: Friendly name for the dataset being provisioned. varType: string - defaultValue: null - name: default_table_expiration_ms description: TTL of tables using the dataset in MS varType: number - defaultValue: null - name: delete_contents_on_destroy description: (Optional) If set to true, delete all the tables in the dataset when destroying the resource; otherwise, destroying the resource will fail if tables are present. varType: bool - defaultValue: null - name: deletion_protection - description: Whether or not to allow Terraform to destroy the instance. Unless this field is set to false in Terraform state, a terraform destroy or terraform apply that would delete the instance will fail + description: Whether or not to allow deletion of tables and external tables defined by this module. Can be overriden by table-level deletion_protection configuration. varType: bool defaultValue: false - name: description description: Dataset description. varType: string - defaultValue: null - name: encryption_key description: Default encryption key to apply to the dataset. Defaults to null (Google-managed). varType: string - defaultValue: null - name: external_tables description: A list of objects which include table_id, expiration_time, external_data_configuration, and labels. varType: |- @@ -120,9 +114,10 @@ spec: mode = string, source_uri_prefix = string, }), - expiration_time = string, - max_staleness = optional(string), - labels = map(string), + expiration_time = string, + max_staleness = optional(string), + deletion_protection = optional(bool), + labels = map(string), })) defaultValue: [] - name: location @@ -161,11 +156,9 @@ spec: - name: max_time_travel_hours description: Defines the time travel window in hours varType: number - defaultValue: null - name: project_id description: Project where the dataset and table are created varType: string - defaultValue: null required: true - name: routines description: A list of objects which include routine_id, routine_type, routine_language, definition_body, return_type, routine_description and arguments. @@ -208,8 +201,9 @@ spec: interval = string, }), }), - expiration_time = string, - labels = map(string), + expiration_time = string, + deletion_protection = optional(bool), + labels = map(string), })) defaultValue: [] - name: views diff --git a/modules/authorization/metadata.display.yaml b/modules/authorization/metadata.display.yaml index 84aad6c3..64fb6e6e 100644 --- a/modules/authorization/metadata.display.yaml +++ b/modules/authorization/metadata.display.yaml @@ -1,4 +1,4 @@ -# Copyright 2023 Google LLC +# Copyright 2024 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/modules/authorization/metadata.yaml b/modules/authorization/metadata.yaml index 2a6a3507..4091f645 100644 --- a/modules/authorization/metadata.yaml +++ b/modules/authorization/metadata.yaml @@ -1,4 +1,4 @@ -# Copyright 2023 Google LLC +# Copyright 2024 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -28,7 +28,7 @@ spec: version: 7.0.0 actuationTool: flavor: Terraform - version: ">= 0.13" + version: ">= 1.3" description: {} content: examples: @@ -73,12 +73,10 @@ spec: - name: dataset_id description: Unique ID for the dataset being provisioned. varType: string - defaultValue: null required: true - name: project_id description: Project where the dataset and table are created varType: string - defaultValue: null required: true - name: roles description: An array of objects that define dataset access for one or more entities. diff --git a/modules/data_warehouse/README.md b/modules/data_warehouse/README.md index 7c8f7532..937527d7 100644 --- a/modules/data_warehouse/README.md +++ b/modules/data_warehouse/README.md @@ -17,6 +17,7 @@ The resources/services/activations/deletions that this module will create/trigge - Creates and inferences with a BigQuery ML model - Creates a remote model and uses Generative AI to generate text through a BigQuery ML remote model - Creates a Looker Studio report +- Deploys follow-on learning notebooks ### preDeploy To deploy this blueprint you must have an active billing account and billing permissions. @@ -35,9 +36,11 @@ Functional examples are included in the | Name | Description | Type | Default | Required | |------|-------------|------|---------|:--------:| -| deletion\_protection | Whether or not to protect GCS resources from deletion when solution is modified or changed. | `string` | `true` | no | +| create\_ignore\_service\_accounts | Whether or not to ignore creation of a service account if an account of the same name already exists | `string` | `true` | no | +| dataform\_region | Region that is used to deploy Dataform resources. This does not limit where resources can be run or what region data must be located in. | `string` | `null` | no | +| deletion\_protection | Whether or not to protect GCS resources from deletion when solution is modified or changed. | `string` | `false` | no | | enable\_apis | Whether or not to enable underlying apis in this solution. | `string` | `true` | no | -| force\_destroy | Whether or not to protect BigQuery resources from deletion when solution is modified or changed. | `string` | `false` | no | +| force\_destroy | Whether or not to protect BigQuery resources from deletion when solution is modified or changed. | `string` | `true` | no | | labels | A map of labels to apply to contained resources. | `map(string)` |
{
"data-warehouse": true
}
| no | | project\_id | Google Cloud Project ID | `string` | n/a | yes | | region | Google Cloud Region | `string` | n/a | yes | @@ -86,6 +89,7 @@ A project with the following APIs enabled must be used to host the resources of this module: - Vertex AI API: `aiplatform.googleapis.com` +- Artifact Registry API: `artifactregistry.googleapis.com` - BigQuery API: `bigquery.googleapis.com` - BigQuery Connection API: `bigqueryconnection.googleapis.com` - BigQuery Data Policy API: `bigquerydatapolicy.googleapis.com` @@ -95,10 +99,14 @@ resources of this module: - BigQuery Storage API: `bigquerystorage.googleapis.com` - Google Cloud APIs: `cloudapis.googleapis.com` - Cloud Build API: `cloudbuild.googleapis.com` +- Cloud Functions API: `cloudfunctions.googleapis.com` - Compute Engine API: `compute.googleapis.com` - Infrastructure Manager API: `config.googleapis.com` - Data Catalog API: `datacatalog.googleapis.com` +- Dataform API: `dataform.googleapis.com` - Data Lineage API: `datalineage.googleapis.com` +- Notebooks API: `notebooks.googleapis.com` +- Cloud Run API: `run.googleapis.com` - Service Usage API: `serviceusage.googleapis.com` - Google Cloud Storage API: `storage.googleapis.com` - Google Cloud Storage JSON API: `storage-api.googleapis.com` diff --git a/modules/data_warehouse/assets/data-warehouse-architecture.json b/modules/data_warehouse/assets/data-warehouse-architecture.json index bc42429f..5a7b9bb1 100644 --- a/modules/data_warehouse/assets/data-warehouse-architecture.json +++ b/modules/data_warehouse/assets/data-warehouse-architecture.json @@ -1 +1 @@ -{"version":"0.2.3","resources":[["UHRN8URZWaOiEoegPEZvR",{"documentation_url":"https://cloud.google.com/compute/docs/regions-zones","deployable":false,"block":{"attributes":{"region":{"type":"string","field_type":"single-select","description":"Region","description_kind":"plain","required":true,"placeholder":"us-central1","display":true,"validation_regex":"[a-z]-[a-z]+[0-9]{1}?$","gcp_resource":"region","api_dependency":{"project":""}},"team":{"type":"string","description":"The team name that will manage this resource. Its always a good idea to have teams maange their own infrastructure. Specifying a team for this resource will create a logical segregation in terraform for that specific team for better operational efficiency, security and scalability. Choosing to keep this blank will not create any logical segregation","description_kind":"plain","placeholder":"paymentsSRE","display":true,"non_validation_regex":"[^0-9A-Za-z_-]"},"environment":{"type":"string","description":"The environment in which the resource should be deployed. Its always a good idea to isolate the management of infrastructure based on environments. For example, if you have environments dev, qa and prod, the management of dev infrastructure should be isolated from qa and prod. If you are not sure about the environment or are just willing to try things out, go ahead and choose dev","description_kind":"plain","placeholder":"dev","dropdown":true,"field_type":"single-select","values":["dev","qa","prod","staging"],"display":true,"non_validation_regex":"[^0-9A-Za-z_-]"}}},"boxId":"UHRN8URZWaOiEoegPEZvR","isDeleted":true,"resource":"region"}],["xL5R-mC3JM90QTsSNUJjX",{"documentation_url":"https://cloud.google.com/resource-manager/docs/creating-managing-projects","version":1,"block":{"attributes":{"exists":{"type":"bool","description_kind":"plain","display":true},"billing_account":{"type":"string","description":"The alphanumeric ID of the billing account this project belongs to. The user or service account performing this operation with Terraform must have Billing Account Administrator privileges (roles/billing.admin) in the organization. See Google Cloud Billing API Access Control for more details.","description_kind":"plain","optional":true,"placeholder":"011DC8-DA44DB-216504","display":true},"folder_id":{"type":"string","description":"The numeric ID of the folder this project should be created under. Only one of org_id or folder_id may be specified. If the folder_id is specified, then the project is created under the specified folder. Changing this forces the project to be migrated to the newly specified folder.","description_kind":"plain","placeholder":"191953190635","optional":true,"display":true},"name":{"type":"string","description":"The display name of the project.","description_kind":"plain","required":true,"placeholder":"prj-adt-terraform","display":true,"validation_regex":"(^(?=.{6,30}$)[a-z]([-a-z0-9]*[a-z0-9])?$)"},"org_id":{"type":"string","description":"The numeric ID of the organization this project belongs to. Changing this forces a new project to be created. Only one of org_id or folder_id may be specified. If the org_id is specified then the project is created at the top level. Changing this forces the project to be migrated to the newly specified organization.","description_kind":"plain","placeholder":"991249987803","optional":true,"display":true},"project_id":{"type":"string","field_type":"single-select","description":"The project ID. Changing this forces a new project to be created.","description_kind":"plain","required":true,"display":true,"placeholder":"prj-adt-terraform","validation_regex":"(^(?=.{6,30}$)[a-z]([-a-z0-9]*[a-z0-9])?$)","representative":true,"gcp_resource":"project"},"team":{"type":"string","description":"The team name that will manage this resource. Its always a good idea to have teams maange their own infrastructure. Specifying a team for this resource will create a logical segregation in terraform for that specific team for better operational efficiency, security and scalability. Choosing to keep this blank will not create any logical segregation","description_kind":"plain","placeholder":"paymentsSRE","display":true,"non_validation_regex":"[^0-9A-Za-z_-]"},"environment":{"type":"string","description":"The environment in which the resource should be deployed. Its always a good idea to isolate the management of infrastructure based on environments. For example, if you have environments dev, qa and prod, the management of dev infrastructure should be isolated from qa and prod. If you are not sure about the environment or are just willing to try things out, go ahead and choose dev","description_kind":"plain","placeholder":"dev","dropdown":true,"field_type":"single-select","values":["dev","qa","prod","staging"],"display":true,"non_validation_regex":"[^0-9A-Za-z_-]"}}},"boxId":"xL5R-mC3JM90QTsSNUJjX","isDeleted":true,"resource":"google_project"}],["vqRNLI_Kb6tOOTPDWKqb4",{"documentation_url":"https://cloud.google.com/compute/docs/regions-zones","deployable":false,"block":{"attributes":{"region":{"type":"string","field_type":"single-select","description":"Region","description_kind":"plain","required":true,"placeholder":"us-central1","display":true,"validation_regex":"[a-z]-[a-z]+[0-9]{1}?$","gcp_resource":"region","api_dependency":{"project":""}},"team":{"type":"string","description":"The team name that will manage this resource. Its always a good idea to have teams maange their own infrastructure. Specifying a team for this resource will create a logical segregation in terraform for that specific team for better operational efficiency, security and scalability. Choosing to keep this blank will not create any logical segregation","description_kind":"plain","placeholder":"paymentsSRE","display":true,"non_validation_regex":"[^0-9A-Za-z_-]"},"environment":{"type":"string","description":"The environment in which the resource should be deployed. Its always a good idea to isolate the management of infrastructure based on environments. For example, if you have environments dev, qa and prod, the management of dev infrastructure should be isolated from qa and prod. If you are not sure about the environment or are just willing to try things out, go ahead and choose dev","description_kind":"plain","placeholder":"dev","dropdown":true,"field_type":"single-select","values":["dev","qa","prod","staging"],"display":true,"non_validation_regex":"[^0-9A-Za-z_-]"}}},"boxId":"vqRNLI_Kb6tOOTPDWKqb4","isDeleted":true,"resource":"region"}],["fbaE_gb4igPrw0Kv6UKau",{"documentation_url":"https://cloud.google.com/compute/docs/regions-zones","deployable":false,"block":{"attributes":{"region":{"type":"string","field_type":"single-select","description":"Region","description_kind":"plain","required":true,"placeholder":"us-central1","display":true,"validation_regex":"[a-z]-[a-z]+[0-9]{1}?$","gcp_resource":"region","api_dependency":{"project":""}},"team":{"type":"string","description":"The team name that will manage this resource. Its always a good idea to have teams maange their own infrastructure. Specifying a team for this resource will create a logical segregation in terraform for that specific team for better operational efficiency, security and scalability. Choosing to keep this blank will not create any logical segregation","description_kind":"plain","placeholder":"paymentsSRE","display":true,"non_validation_regex":"[^0-9A-Za-z_-]"},"environment":{"type":"string","description":"The environment in which the resource should be deployed. Its always a good idea to isolate the management of infrastructure based on environments. For example, if you have environments dev, qa and prod, the management of dev infrastructure should be isolated from qa and prod. If you are not sure about the environment or are just willing to try things out, go ahead and choose dev","description_kind":"plain","placeholder":"dev","dropdown":true,"field_type":"single-select","values":["dev","qa","prod","staging"],"display":true,"non_validation_regex":"[^0-9A-Za-z_-]"}}},"boxId":"fbaE_gb4igPrw0Kv6UKau","isDeleted":true,"resource":"region"}],["iaxbfHV-ny455ElfBgSN0",{"documentation_url":"https://cloud.google.com/compute/docs/regions-zones","deployable":false,"block":{"attributes":{"region":{"type":"string","field_type":"single-select","description":"Region","description_kind":"plain","required":true,"placeholder":"us-central1","display":true,"validation_regex":"[a-z]-[a-z]+[0-9]{1}?$","gcp_resource":"region","api_dependency":{"project":""}},"team":{"type":"string","description":"The team name that will manage this resource. Its always a good idea to have teams maange their own infrastructure. Specifying a team for this resource will create a logical segregation in terraform for that specific team for better operational efficiency, security and scalability. Choosing to keep this blank will not create any logical segregation","description_kind":"plain","placeholder":"paymentsSRE","display":true,"non_validation_regex":"[^0-9A-Za-z_-]"},"environment":{"type":"string","description":"The environment in which the resource should be deployed. Its always a good idea to isolate the management of infrastructure based on environments. For example, if you have environments dev, qa and prod, the management of dev infrastructure should be isolated from qa and prod. If you are not sure about the environment or are just willing to try things out, go ahead and choose dev","description_kind":"plain","placeholder":"dev","dropdown":true,"field_type":"single-select","values":["dev","qa","prod","staging"],"display":true,"non_validation_regex":"[^0-9A-Za-z_-]"}}},"boxId":"iaxbfHV-ny455ElfBgSN0","isDeleted":true,"resource":"region"}],["Zlb5FtWCuto_voxL_bzkO",{"documentation_url":"https://cloud.google.com/compute/docs/regions-zones","deployable":false,"block":{"attributes":{"region":{"type":"string","field_type":"single-select","description":"Region","description_kind":"plain","required":true,"placeholder":"us-central1","display":true,"validation_regex":"[a-z]-[a-z]+[0-9]{1}?$","gcp_resource":"region","api_dependency":{"project":""}},"team":{"type":"string","description":"The team name that will manage this resource. Its always a good idea to have teams maange their own infrastructure. Specifying a team for this resource will create a logical segregation in terraform for that specific team for better operational efficiency, security and scalability. Choosing to keep this blank will not create any logical segregation","description_kind":"plain","placeholder":"paymentsSRE","display":true,"non_validation_regex":"[^0-9A-Za-z_-]"},"environment":{"type":"string","description":"The environment in which the resource should be deployed. Its always a good idea to isolate the management of infrastructure based on environments. For example, if you have environments dev, qa and prod, the management of dev infrastructure should be isolated from qa and prod. If you are not sure about the environment or are just willing to try things out, go ahead and choose dev","description_kind":"plain","placeholder":"dev","dropdown":true,"field_type":"single-select","values":["dev","qa","prod","staging"],"display":true,"non_validation_regex":"[^0-9A-Za-z_-]"}}},"boxId":"Zlb5FtWCuto_voxL_bzkO","isDeleted":true,"resource":"region"}],["LKICWKVtjNK_KOm00c4ac",{"documentation_url":"https://cloud.google.com/resource-manager/docs/creating-managing-projects","version":1,"block":{"attributes":{"exists":{"type":"bool","description_kind":"plain","display":true},"billing_account":{"type":"string","description":"The alphanumeric ID of the billing account this project belongs to. The user or service account performing this operation with Terraform must have Billing Account Administrator privileges (roles/billing.admin) in the organization. See Google Cloud Billing API Access Control for more details.","description_kind":"plain","optional":true,"placeholder":"011DC8-DA44DB-216504","display":true},"folder_id":{"type":"string","description":"The numeric ID of the folder this project should be created under. Only one of org_id or folder_id may be specified. If the folder_id is specified, then the project is created under the specified folder. Changing this forces the project to be migrated to the newly specified folder.","description_kind":"plain","placeholder":"191953190635","optional":true,"display":true},"name":{"type":"string","description":"The display name of the project.","description_kind":"plain","required":true,"placeholder":"prj-adt-terraform","display":true,"validation_regex":"(^(?=.{6,30}$)[a-z]([-a-z0-9]*[a-z0-9])?$)"},"org_id":{"type":"string","description":"The numeric ID of the organization this project belongs to. Changing this forces a new project to be created. Only one of org_id or folder_id may be specified. If the org_id is specified then the project is created at the top level. Changing this forces the project to be migrated to the newly specified organization.","description_kind":"plain","placeholder":"991249987803","optional":true,"display":true},"project_id":{"type":"string","field_type":"single-select","description":"The project ID. Changing this forces a new project to be created.","description_kind":"plain","required":true,"display":true,"placeholder":"prj-adt-terraform","validation_regex":"(^(?=.{6,30}$)[a-z]([-a-z0-9]*[a-z0-9])?$)","representative":true,"gcp_resource":"project"},"team":{"type":"string","description":"The team name that will manage this resource. Its always a good idea to have teams maange their own infrastructure. Specifying a team for this resource will create a logical segregation in terraform for that specific team for better operational efficiency, security and scalability. Choosing to keep this blank will not create any logical segregation","description_kind":"plain","placeholder":"paymentsSRE","display":true,"non_validation_regex":"[^0-9A-Za-z_-]"},"environment":{"type":"string","description":"The environment in which the resource should be deployed. Its always a good idea to isolate the management of infrastructure based on environments. For example, if you have environments dev, qa and prod, the management of dev infrastructure should be isolated from qa and prod. If you are not sure about the environment or are just willing to try things out, go ahead and choose dev","description_kind":"plain","placeholder":"dev","dropdown":true,"field_type":"single-select","values":["dev","qa","prod","staging"],"display":true,"non_validation_regex":"[^0-9A-Za-z_-]"}}},"boxId":"LKICWKVtjNK_KOm00c4ac","isDeleted":true,"resource":"google_project"}],["BmLdO74YV04wW-ZaLwn-t",{"documentation_url":"https://cloud.google.com/run/docs/deploying","block":{"attributes":{"exists":{"type":"bool","description_kind":"plain","display":true},"location":{"type":"string","field_type":"single-select","description":"The location of the cloud run instance. eg us-central1","description_kind":"plain","required":true,"display":true,"placeholder":"us-central1","validation_regex":"[a-z]-[a-z]+[0-9]{1}?$","gcp_resource":"region"},"name":{"type":"string","description":"Name must be unique within a namespace, within a Cloud Run region. Is required when creating resources. Name is primarily intended for creation idempotence and configuration definition. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/identifiers#names","description_kind":"plain","required":true,"display":true,"placeholder":"webservice","validation_regex":"^(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?)$"},"project":{"type":"string","description_kind":"plain","field_type":"single-select","required":true,"computed":true,"display":true,"gcp_resource":"project","placeholder":"prj-adt-terraform","validation_regex":"(^(?=.{6,30}$)[a-z]([-a-z0-9]*[a-z0-9])?$)"},"team":{"type":"string","description":"The team name that will manage this resource. Its always a good idea to have teams maange their own infrastructure. Specifying a team for this resource will create a logical segregation in terraform for that specific team for better operational efficiency, security and scalability. Choosing to keep this blank will not create any logical segregation","description_kind":"plain","placeholder":"paymentsSRE","display":true,"non_validation_regex":"[^0-9A-Za-z_-]"},"environment":{"type":"string","description":"The environment in which the resource should be deployed. Its always a good idea to isolate the management of infrastructure based on environments. For example, if you have environments dev, qa and prod, the management of dev infrastructure should be isolated from qa and prod. If you are not sure about the environment or are just willing to try things out, go ahead and choose dev","description_kind":"plain","placeholder":"dev","dropdown":true,"field_type":"single-select","values":["dev","qa","prod","staging"],"display":true,"non_validation_regex":"[^0-9A-Za-z_-]"}},"block_types":{"template":{"nesting_mode":"list","display":true,"display_label":"Template","block":{"block_types":{"spec":{"nesting_mode":"list","display":true,"display_label":"Spec","block":{"block_types":{"containers":{"nesting_mode":"list","display":true,"display_label":"Container spec","block":{"attributes":{"image":{"type":"string","description":"Docker image name. This is most often a reference to a container located in the container registry, such as gcr.io/cloudrun/hello More info: https://kubernetes.io/docs/concepts/containers/images","description_kind":"plain","required":true,"placeholder":"gcr.io/cloudrun/hello","display":true}},"block_types":{"ports":{"nesting_mode":"list","display":true,"display_label":"Ports","block":{"attributes":{"container_port":{"type":"number","description":"Port number the container listens on. This must be a valid port number, 0 < x < 65536.","description_kind":"plain","optional":true,"placeholder":"3000","display":true}},"description":"List of open ports in the container. More Info: https://cloud.google.com/run/docs/reference/rest/v1/RevisionSpec#ContainerPort","description_kind":"plain"}}},"description":"Container defines the unit of execution for this Revision. In the context of a Revision, we disallow a number of the fields of this Container, including: name, ports, and volumeMounts. The runtime contract is documented here: https://github.com/knative/serving/blob/main/docs/runtime-contract.md","description_kind":"plain"},"min_items":1}},"description":"RevisionSpec holds the desired state of the Revision (from the client).","description_kind":"plain"},"max_items":1,"min_items":1}},"description":"template holds the latest specification for the Revision to be stamped out. The template references the container image, and may also include labels and annotations that should be attached to the Revision. To correlate a Revision, and/or to force a Revision to be created when the spec doesn't otherwise change, a nonce label may be provided in the template metadata. For more details, see: https://github.com/knative/serving/blob/main/docs/client-conventions.md#associate-modifications-with-revisions Cloud Run does not currently support referencing a build that is responsible for materializing the container image from source.","description_kind":"plain"},"max_items":1,"min_items":1}}},"boxId":"BmLdO74YV04wW-ZaLwn-t","isDeleted":true,"resource":"google_cloud_run_service"}],["23Zvzt8Up1N1pOkvrcj-R",{"documentation_url":"https://cloud.google.com/bigquery/docs/datasets#terraform","version":0,"block":{"attributes":{"exists":{"type":"bool","description_kind":"plain","display":true},"dataset_id":{"type":"string","description":"A unique ID for this dataset, without the project name. The ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_). The maximum length is 1,024 characters.","description_kind":"plain","placeholder":"foo","display":true,"required":true},"friendly_name":{"type":"string","description":"Friendly name.","description_kind":"plain","display":true,"placeholder":"foo","optional":true},"location":{"type":"string","field_type":"single-select","description":"The geographic location where the dataset should reside. See [official docs](https://cloud.google.com/bigquery/docs/dataset-locations). There are two types of locations, regional or multi-regional. A regional location is a specific geographic place, such as Tokyo, and a multi-regional location is a large geographic area, such as the United States, that contains at least two geographic places. The default value is multi-regional location 'US'. Changing this forces a new resource to be created.","description_kind":"plain","display":true,"placeholder":"US","optional":true,"gcp_resource":"region"},"project":{"type":"string","field_type":"single-select","description_kind":"plain","required":true,"placeholder":"prj-adt-terraform","display":true,"computed":true,"gcp_resource":"project"},"team":{"type":"string","description":"The team name that will manage this resource. Its always a good idea to have teams maange their own infrastructure. Specifying a team for this resource will create a logical segregation in terraform for that specific team for better operational efficiency, security and scalability. Choosing to keep this blank will not create any logical segregation","description_kind":"plain","placeholder":"paymentsSRE","display":true,"non_validation_regex":"[^0-9A-Za-z_-]"},"environment":{"type":"string","description":"The environment in which the resource should be deployed. Its always a good idea to isolate the management of infrastructure based on environments. For example, if you have environments dev, qa and prod, the management of dev infrastructure should be isolated from qa and prod. If you are not sure about the environment or are just willing to try things out, go ahead and choose dev","description_kind":"plain","placeholder":"dev","dropdown":true,"field_type":"single-select","values":["dev","qa","prod","staging"],"display":true,"non_validation_regex":"[^0-9A-Za-z_-]"}},"block_types":{"tables":{"nesting_mode":"list","display":true,"display_label":"tables","block":{"attributes":{"friendly_name":{"type":"string","description":"A descriptive name for the table.","placeholder":"table-a","display":true,"description_kind":"plain","optional":true},"schema":{"type":"string","description":"A JSON schema for the table.","description_kind":"plain","display":true,"optional":true,"computed":true},"table_id":{"type":"string","description":"A unique ID for the resource. Changing this forces a new resource to be created.","description_kind":"plain","placeholder":"sheet","display":true,"required":true}}}}},"description_kind":"plain"},"boxId":"23Zvzt8Up1N1pOkvrcj-R","isDeleted":true,"resource":"google_bigquery_dataset"}],["a7jxO9KBbu7x0PTSp8V8R",{"documentation_url":"https://cloud.google.com/compute/docs/regions-zones","deployable":false,"block":{"attributes":{"region":{"type":"string","field_type":"single-select","description":"Region","description_kind":"plain","required":true,"placeholder":"us-central1","display":true,"validation_regex":"[a-z]-[a-z]+[0-9]{1}?$","gcp_resource":"region","api_dependency":{"project":""}},"team":{"type":"string","description":"The team name that will manage this resource. Its always a good idea to have teams maange their own infrastructure. Specifying a team for this resource will create a logical segregation in terraform for that specific team for better operational efficiency, security and scalability. Choosing to keep this blank will not create any logical segregation","description_kind":"plain","placeholder":"paymentsSRE","display":true,"non_validation_regex":"[^0-9A-Za-z_-]"},"environment":{"type":"string","description":"The environment in which the resource should be deployed. Its always a good idea to isolate the management of infrastructure based on environments. For example, if you have environments dev, qa and prod, the management of dev infrastructure should be isolated from qa and prod. If you are not sure about the environment or are just willing to try things out, go ahead and choose dev","description_kind":"plain","placeholder":"dev","dropdown":true,"field_type":"single-select","values":["dev","qa","prod","staging"],"display":true,"non_validation_regex":"[^0-9A-Za-z_-]"}}},"boxId":"a7jxO9KBbu7x0PTSp8V8R","isDeleted":true,"resource":"region"}],["RypXleBEkT_Umab_0FLYS",{"documentation_url":"https://cloud.google.com/bigquery/docs/datasets#terraform","version":0,"block":{"attributes":{"exists":{"type":"bool","description_kind":"plain","display":true},"dataset_id":{"type":"string","description":"A unique ID for this dataset, without the project name. The ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_). The maximum length is 1,024 characters.","description_kind":"plain","placeholder":"foo","display":true,"required":true},"friendly_name":{"type":"string","description":"Friendly name.","description_kind":"plain","display":true,"placeholder":"foo","optional":true},"location":{"type":"string","field_type":"single-select","description":"The geographic location where the dataset should reside. See [official docs](https://cloud.google.com/bigquery/docs/dataset-locations). There are two types of locations, regional or multi-regional. A regional location is a specific geographic place, such as Tokyo, and a multi-regional location is a large geographic area, such as the United States, that contains at least two geographic places. The default value is multi-regional location 'US'. Changing this forces a new resource to be created.","description_kind":"plain","display":true,"placeholder":"US","optional":true,"gcp_resource":"region"},"project":{"type":"string","field_type":"single-select","description_kind":"plain","required":true,"placeholder":"prj-adt-terraform","display":true,"computed":true,"gcp_resource":"project"},"team":{"type":"string","description":"The team name that will manage this resource. Its always a good idea to have teams maange their own infrastructure. Specifying a team for this resource will create a logical segregation in terraform for that specific team for better operational efficiency, security and scalability. Choosing to keep this blank will not create any logical segregation","description_kind":"plain","placeholder":"paymentsSRE","display":true,"non_validation_regex":"[^0-9A-Za-z_-]"},"environment":{"type":"string","description":"The environment in which the resource should be deployed. Its always a good idea to isolate the management of infrastructure based on environments. For example, if you have environments dev, qa and prod, the management of dev infrastructure should be isolated from qa and prod. If you are not sure about the environment or are just willing to try things out, go ahead and choose dev","description_kind":"plain","placeholder":"dev","dropdown":true,"field_type":"single-select","values":["dev","qa","prod","staging"],"display":true,"non_validation_regex":"[^0-9A-Za-z_-]"}},"block_types":{"tables":{"nesting_mode":"list","display":true,"display_label":"tables","block":{"attributes":{"friendly_name":{"type":"string","description":"A descriptive name for the table.","placeholder":"table-a","display":true,"description_kind":"plain","optional":true},"schema":{"type":"string","description":"A JSON schema for the table.","description_kind":"plain","display":true,"optional":true,"computed":true},"table_id":{"type":"string","description":"A unique ID for the resource. Changing this forces a new resource to be created.","description_kind":"plain","placeholder":"sheet","display":true,"required":true}}}}},"description_kind":"plain"},"boxId":"RypXleBEkT_Umab_0FLYS","isDeleted":true,"resource":"google_bigquery_dataset"}],["p0S5NKIgKqSfDkV9tM2wc",{"documentation_url":"https://cloud.google.com/compute/docs/regions-zones","deployable":false,"block":{"attributes":{"region":{"type":"string","field_type":"single-select","description":"Region","description_kind":"plain","required":true,"placeholder":"us-central1","display":true,"validation_regex":"[a-z]-[a-z]+[0-9]{1}?$","gcp_resource":"region","api_dependency":{"project":""}},"team":{"type":"string","description":"The team name that will manage this resource. Its always a good idea to have teams maange their own infrastructure. Specifying a team for this resource will create a logical segregation in terraform for that specific team for better operational efficiency, security and scalability. Choosing to keep this blank will not create any logical segregation","description_kind":"plain","placeholder":"paymentsSRE","display":true,"non_validation_regex":"[^0-9A-Za-z_-]"},"environment":{"type":"string","description":"The environment in which the resource should be deployed. Its always a good idea to isolate the management of infrastructure based on environments. For example, if you have environments dev, qa and prod, the management of dev infrastructure should be isolated from qa and prod. If you are not sure about the environment or are just willing to try things out, go ahead and choose dev","description_kind":"plain","placeholder":"dev","dropdown":true,"field_type":"single-select","values":["dev","qa","prod","staging"],"display":true,"non_validation_regex":"[^0-9A-Za-z_-]"}}},"boxId":"p0S5NKIgKqSfDkV9tM2wc","isDeleted":true,"resource":"region"}],["QzD_9h41xrBE4QdwJfF-N",{"documentation_url":"https://cloud.google.com/storage/docs/buckets","block":{"attributes":{"exists":{"type":"bool","description_kind":"plain","display":true},"location":{"type":"string","field_type":"single-select","description":"The Google Cloud Storage location","description_kind":"plain","required":true,"placeholder":"us-central1","display":true,"gcp_resource":"region","validation_regex":"[a-z]-[a-z]+[0-9]{1}?$"},"name":{"type":"string","field_type":"single-select","description":"The name of the bucket.","description_kind":"plain","required":true,"placeholder":"helloworld-bucket","display":true,"validation_regex":"^(?!goog)(?!.*google).*(?:[a-z](?:[\\-_.a-z0-9]{2,61}[a-z0-9])?)","representative":true,"gcp_resource":"gcs_bucket","api_dependency":{"project":"block.attributes.project"}},"project":{"type":"string","field_type":"single-select","description":"The ID of the project in which the resource belongs. If it is not provided, the provider project is used.","description_kind":"plain","required":true,"placeholder":"prj-adt-terraform","computed":true,"display":true,"validation_regex":"(^(?=.{6,30}$)[a-z]([-a-z0-9]*[a-z0-9])?$)","gcp_resource":"project"},"storage_class":{"type":"string","field_type":"single-select","description":"The Storage Class of the new bucket. Supported values include: STANDARD, MULTI_REGIONAL, REGIONAL, NEARLINE, COLDLINE, ARCHIVE.","description_kind":"plain","optional":true,"placeholder":"STANDARD","display":true,"validation_regex":"(NEARLINE|ARCHIVE|COLDLINE|STANDARD)","values":["STANDARD","NEARLINE","COLDLINE","ARCHIVE"]},"team":{"type":"string","description":"The team name that will manage this resource. Its always a good idea to have teams maange their own infrastructure. Specifying a team for this resource will create a logical segregation in terraform for that specific team for better operational efficiency, security and scalability. Choosing to keep this blank will not create any logical segregation","description_kind":"plain","placeholder":"paymentsSRE","display":true,"non_validation_regex":"[^0-9A-Za-z_-]"},"environment":{"type":"string","description":"The environment in which the resource should be deployed. Its always a good idea to isolate the management of infrastructure based on environments. For example, if you have environments dev, qa and prod, the management of dev infrastructure should be isolated from qa and prod. If you are not sure about the environment or are just willing to try things out, go ahead and choose dev","description_kind":"plain","placeholder":"dev","dropdown":true,"field_type":"single-select","values":["dev","qa","prod","staging"],"display":true,"non_validation_regex":"[^0-9A-Za-z_-]"}}},"boxId":"QzD_9h41xrBE4QdwJfF-N","isDeleted":true,"resource":"google_storage_bucket"}],["d4dZQFNnizOH4OIitFRg0",{"documentation_url":"https://cloud.google.com/build/docs/build-push-docker-image","version":1,"block":{"attributes":{"exists":{"type":"bool","description_kind":"plain","display":true},"name":{"type":"string","description":"Name of the trigger. Must be unique within the project.","description_kind":"plain","optional":true,"placeholder":"cb_git_trigger","computed":true,"display":true},"project":{"type":"string","field_type":"single-select","description_kind":"plain","optional":true,"computed":true,"placeholder":"prj-adt-terraform","display":true,"gcp_resource":"project","validation_regex":"(^(?=.{6,30}$)[a-z]([-a-z0-9]*[a-z0-9])?$)"},"service_account":{"type":"string","field_type":"single-select","description":"The service account used for all user-controlled operations including triggers.patch, triggers.run, builds.create, and builds.cancel. If no service account is set, then the standard Cloud Build service account ([PROJECT_NUM]@system.gserviceaccount.com) will be used instead.","placeholder":"adt-backend@prj-adt-terraform-1f1d1.iam.gserviceaccount.com","description_kind":"plain","optional":true,"display":true,"gcp_resource":"service_account","api_dependency":{"project":"block.attributes.project"}},"team":{"type":"string","description":"The team name that will manage this resource. Its always a good idea to have teams maange their own infrastructure. Specifying a team for this resource will create a logical segregation in terraform for that specific team for better operational efficiency, security and scalability. Choosing to keep this blank will not create any logical segregation","description_kind":"plain","placeholder":"paymentsSRE","display":true,"non_validation_regex":"[^0-9A-Za-z_-]"},"environment":{"type":"string","description":"The environment in which the resource should be deployed. Its always a good idea to isolate the management of infrastructure based on environments. For example, if you have environments dev, qa and prod, the management of dev infrastructure should be isolated from qa and prod. If you are not sure about the environment or are just willing to try things out, go ahead and choose dev","description_kind":"plain","placeholder":"dev","dropdown":true,"field_type":"single-select","values":["dev","qa","prod","staging"],"display":true,"non_validation_regex":"[^0-9A-Za-z_-]"}},"block_types":{"git_file_source":{"nesting_mode":"list","display":true,"display_label":"git_file_source","block":{"attributes":{"path":{"type":"string","description":"The path of the file, with the repo root as the root of the path.","description_kind":"plain","required":true,"placeholder":"cloudbuild.yaml","display":true},"repo_type":{"type":"string","field_type":"single-select","description":"The type of the repo, since it may not be explicit from the repo field (e.g from a URL). Values can be UNKNOWN, CLOUD_SOURCE_REPOSITORIES, GITHUB Possible values: [\"UNKNOWN\", \"CLOUD_SOURCE_REPOSITORIES\", \"GITHUB\"]","description_kind":"plain","placeholder":"GITHUB","required":true,"display":true,"values":["UNKNOWN","CLOUD_SOURCE_REPOSITORIES","GITHUB"]},"revision":{"type":"string","description":"The branch, tag, arbitrary ref, or SHA version of the repo to use when resolving the filename (optional). This field respects the same syntax/resolution as described here: https://git-scm.com/docs/gitrevisions If unspecified, the revision from which the trigger invocation originated is assumed to be the revision from which to read the specified path.","description_kind":"plain","placeholder":"refs/heads/main","optional":true,"display":true},"uri":{"type":"string","description":"The URI of the repo (optional). If unspecified, the repo from which the trigger invocation originated is assumed to be the repo from which to read the specified path.","description_kind":"plain","placeholder":"https://hashicorp/terraform-provider-google-beta","optional":true,"display":true}},"description":"The file source describing the local or remote Build template.","description_kind":"plain"},"max_items":1,"min_items":1},"source_to_build":{"nesting_mode":"list","display":true,"display_label":"source_to_build","block":{"attributes":{"ref":{"type":"string","description":"The branch or tag to use. Must start with \"refs/\" (required).","description_kind":"plain","placeholder":"refs/heads/main","required":true,"display":true},"repo_type":{"type":"string","field_type":"single-select","description":"The type of the repo, since it may not be explicit from the repo field (e.g from a URL). Values can be UNKNOWN, CLOUD_SOURCE_REPOSITORIES, GITHUB Possible values: [\"UNKNOWN\", \"CLOUD_SOURCE_REPOSITORIES\", \"GITHUB\"]","description_kind":"plain","placeholder":"GITHUB","required":true,"display":true,"values":["UNKNOWN","CLOUD_SOURCE_REPOSITORIES","GITHUB"]},"uri":{"type":"string","description":"The URI of the repo (required).","description_kind":"plain","placeholder":"https://hashicorp/terraform-provider-google-beta","required":true,"display":true}},"description":"The repo and ref of the repository from which to build. This field is used only for those triggers that do not respond to SCM events. Triggers that respond to such events build source at whatever commit caused the event. This field is currently only used by Webhook, Pub/Sub, Manual, and Cron triggers. One of 'trigger_template', 'github', 'pubsub_config' 'webhook_config' or 'source_to_build' must be provided.","description_kind":"plain"},"max_items":1,"min_items":1},"webhook_config":{"nesting_mode":"list","display":true,"display_label":"webhook_config","block":{"attributes":{"secret":{"type":"resource","field_type":"resource","resource":"secret_manager_single_version","description":"Resource name for the secret required as a URL parameter.","description_kind":"plain","display":true}},"description":"WebhookConfig describes the configuration of a trigger that creates a build whenever a webhook is sent to a trigger's webhook URL. One of 'trigger_template', 'github', 'pubsub_config' 'webhook_config' or 'source_to_build' must be provided.","description_kind":"plain"},"max_items":1,"min_items":1}},"description_kind":"plain"},"boxId":"d4dZQFNnizOH4OIitFRg0","isDeleted":true,"resource":"cloudbuild_git_trigger"}],["AdNAjJY_mPmLqaqxUTb82",{"documentation_url":"https://cloud.google.com/build/docs/build-push-docker-image","version":1,"block":{"attributes":{"exists":{"type":"bool","description_kind":"plain","display":true},"name":{"type":"string","description":"Name of the trigger. Must be unique within the project.","description_kind":"plain","optional":true,"placeholder":"cb_git_trigger","computed":true,"display":true},"project":{"type":"string","field_type":"single-select","description_kind":"plain","optional":true,"computed":true,"placeholder":"prj-adt-terraform","display":true,"gcp_resource":"project","validation_regex":"(^(?=.{6,30}$)[a-z]([-a-z0-9]*[a-z0-9])?$)"},"service_account":{"type":"string","field_type":"single-select","description":"The service account used for all user-controlled operations including triggers.patch, triggers.run, builds.create, and builds.cancel. If no service account is set, then the standard Cloud Build service account ([PROJECT_NUM]@system.gserviceaccount.com) will be used instead.","placeholder":"adt-backend@prj-adt-terraform-1f1d1.iam.gserviceaccount.com","description_kind":"plain","optional":true,"display":true,"gcp_resource":"service_account","api_dependency":{"project":"block.attributes.project"}},"team":{"type":"string","description":"The team name that will manage this resource. Its always a good idea to have teams maange their own infrastructure. Specifying a team for this resource will create a logical segregation in terraform for that specific team for better operational efficiency, security and scalability. Choosing to keep this blank will not create any logical segregation","description_kind":"plain","placeholder":"paymentsSRE","display":true,"non_validation_regex":"[^0-9A-Za-z_-]"},"environment":{"type":"string","description":"The environment in which the resource should be deployed. Its always a good idea to isolate the management of infrastructure based on environments. For example, if you have environments dev, qa and prod, the management of dev infrastructure should be isolated from qa and prod. If you are not sure about the environment or are just willing to try things out, go ahead and choose dev","description_kind":"plain","placeholder":"dev","dropdown":true,"field_type":"single-select","values":["dev","qa","prod","staging"],"display":true,"non_validation_regex":"[^0-9A-Za-z_-]"}},"block_types":{"git_file_source":{"nesting_mode":"list","display":true,"display_label":"git_file_source","block":{"attributes":{"path":{"type":"string","description":"The path of the file, with the repo root as the root of the path.","description_kind":"plain","required":true,"placeholder":"cloudbuild.yaml","display":true},"repo_type":{"type":"string","field_type":"single-select","description":"The type of the repo, since it may not be explicit from the repo field (e.g from a URL). Values can be UNKNOWN, CLOUD_SOURCE_REPOSITORIES, GITHUB Possible values: [\"UNKNOWN\", \"CLOUD_SOURCE_REPOSITORIES\", \"GITHUB\"]","description_kind":"plain","placeholder":"GITHUB","required":true,"display":true,"values":["UNKNOWN","CLOUD_SOURCE_REPOSITORIES","GITHUB"]},"revision":{"type":"string","description":"The branch, tag, arbitrary ref, or SHA version of the repo to use when resolving the filename (optional). This field respects the same syntax/resolution as described here: https://git-scm.com/docs/gitrevisions If unspecified, the revision from which the trigger invocation originated is assumed to be the revision from which to read the specified path.","description_kind":"plain","placeholder":"refs/heads/main","optional":true,"display":true},"uri":{"type":"string","description":"The URI of the repo (optional). If unspecified, the repo from which the trigger invocation originated is assumed to be the repo from which to read the specified path.","description_kind":"plain","placeholder":"https://hashicorp/terraform-provider-google-beta","optional":true,"display":true}},"description":"The file source describing the local or remote Build template.","description_kind":"plain"},"max_items":1,"min_items":1},"source_to_build":{"nesting_mode":"list","display":true,"display_label":"source_to_build","block":{"attributes":{"ref":{"type":"string","description":"The branch or tag to use. Must start with \"refs/\" (required).","description_kind":"plain","placeholder":"refs/heads/main","required":true,"display":true},"repo_type":{"type":"string","field_type":"single-select","description":"The type of the repo, since it may not be explicit from the repo field (e.g from a URL). Values can be UNKNOWN, CLOUD_SOURCE_REPOSITORIES, GITHUB Possible values: [\"UNKNOWN\", \"CLOUD_SOURCE_REPOSITORIES\", \"GITHUB\"]","description_kind":"plain","placeholder":"GITHUB","required":true,"display":true,"values":["UNKNOWN","CLOUD_SOURCE_REPOSITORIES","GITHUB"]},"uri":{"type":"string","description":"The URI of the repo (required).","description_kind":"plain","placeholder":"https://hashicorp/terraform-provider-google-beta","required":true,"display":true}},"description":"The repo and ref of the repository from which to build. This field is used only for those triggers that do not respond to SCM events. Triggers that respond to such events build source at whatever commit caused the event. This field is currently only used by Webhook, Pub/Sub, Manual, and Cron triggers. One of 'trigger_template', 'github', 'pubsub_config' 'webhook_config' or 'source_to_build' must be provided.","description_kind":"plain"},"max_items":1,"min_items":1},"webhook_config":{"nesting_mode":"list","display":true,"display_label":"webhook_config","block":{"attributes":{"secret":{"type":"resource","field_type":"resource","resource":"secret_manager_single_version","description":"Resource name for the secret required as a URL parameter.","description_kind":"plain","display":true}},"description":"WebhookConfig describes the configuration of a trigger that creates a build whenever a webhook is sent to a trigger's webhook URL. One of 'trigger_template', 'github', 'pubsub_config' 'webhook_config' or 'source_to_build' must be provided.","description_kind":"plain"},"max_items":1,"min_items":1}},"description_kind":"plain"},"boxId":"AdNAjJY_mPmLqaqxUTb82","isDeleted":true,"resource":"cloudbuild_git_trigger"}],["ytWIU5Fbiq4oKMskS45VV",{"documentation_url":"https://cloud.google.com/build/docs/build-push-docker-image","version":1,"block":{"attributes":{"exists":{"type":"bool","description_kind":"plain","display":true},"name":{"type":"string","description":"Name of the trigger. Must be unique within the project.","description_kind":"plain","optional":true,"placeholder":"cb_git_trigger","computed":true,"display":true},"project":{"type":"string","field_type":"single-select","description_kind":"plain","optional":true,"computed":true,"placeholder":"prj-adt-terraform","display":true,"gcp_resource":"project","validation_regex":"(^(?=.{6,30}$)[a-z]([-a-z0-9]*[a-z0-9])?$)"},"service_account":{"type":"string","field_type":"single-select","description":"The service account used for all user-controlled operations including triggers.patch, triggers.run, builds.create, and builds.cancel. If no service account is set, then the standard Cloud Build service account ([PROJECT_NUM]@system.gserviceaccount.com) will be used instead.","placeholder":"adt-backend@prj-adt-terraform-1f1d1.iam.gserviceaccount.com","description_kind":"plain","optional":true,"display":true,"gcp_resource":"service_account","api_dependency":{"project":"block.attributes.project"}},"team":{"type":"string","description":"The team name that will manage this resource. Its always a good idea to have teams maange their own infrastructure. Specifying a team for this resource will create a logical segregation in terraform for that specific team for better operational efficiency, security and scalability. Choosing to keep this blank will not create any logical segregation","description_kind":"plain","placeholder":"paymentsSRE","display":true,"non_validation_regex":"[^0-9A-Za-z_-]"},"environment":{"type":"string","description":"The environment in which the resource should be deployed. Its always a good idea to isolate the management of infrastructure based on environments. For example, if you have environments dev, qa and prod, the management of dev infrastructure should be isolated from qa and prod. If you are not sure about the environment or are just willing to try things out, go ahead and choose dev","description_kind":"plain","placeholder":"dev","dropdown":true,"field_type":"single-select","values":["dev","qa","prod","staging"],"display":true,"non_validation_regex":"[^0-9A-Za-z_-]"}},"block_types":{"git_file_source":{"nesting_mode":"list","display":true,"display_label":"git_file_source","block":{"attributes":{"path":{"type":"string","description":"The path of the file, with the repo root as the root of the path.","description_kind":"plain","required":true,"placeholder":"cloudbuild.yaml","display":true},"repo_type":{"type":"string","field_type":"single-select","description":"The type of the repo, since it may not be explicit from the repo field (e.g from a URL). Values can be UNKNOWN, CLOUD_SOURCE_REPOSITORIES, GITHUB Possible values: [\"UNKNOWN\", \"CLOUD_SOURCE_REPOSITORIES\", \"GITHUB\"]","description_kind":"plain","placeholder":"GITHUB","required":true,"display":true,"values":["UNKNOWN","CLOUD_SOURCE_REPOSITORIES","GITHUB"]},"revision":{"type":"string","description":"The branch, tag, arbitrary ref, or SHA version of the repo to use when resolving the filename (optional). This field respects the same syntax/resolution as described here: https://git-scm.com/docs/gitrevisions If unspecified, the revision from which the trigger invocation originated is assumed to be the revision from which to read the specified path.","description_kind":"plain","placeholder":"refs/heads/main","optional":true,"display":true},"uri":{"type":"string","description":"The URI of the repo (optional). If unspecified, the repo from which the trigger invocation originated is assumed to be the repo from which to read the specified path.","description_kind":"plain","placeholder":"https://hashicorp/terraform-provider-google-beta","optional":true,"display":true}},"description":"The file source describing the local or remote Build template.","description_kind":"plain"},"max_items":1,"min_items":1},"source_to_build":{"nesting_mode":"list","display":true,"display_label":"source_to_build","block":{"attributes":{"ref":{"type":"string","description":"The branch or tag to use. Must start with \"refs/\" (required).","description_kind":"plain","placeholder":"refs/heads/main","required":true,"display":true},"repo_type":{"type":"string","field_type":"single-select","description":"The type of the repo, since it may not be explicit from the repo field (e.g from a URL). Values can be UNKNOWN, CLOUD_SOURCE_REPOSITORIES, GITHUB Possible values: [\"UNKNOWN\", \"CLOUD_SOURCE_REPOSITORIES\", \"GITHUB\"]","description_kind":"plain","placeholder":"GITHUB","required":true,"display":true,"values":["UNKNOWN","CLOUD_SOURCE_REPOSITORIES","GITHUB"]},"uri":{"type":"string","description":"The URI of the repo (required).","description_kind":"plain","placeholder":"https://hashicorp/terraform-provider-google-beta","required":true,"display":true}},"description":"The repo and ref of the repository from which to build. This field is used only for those triggers that do not respond to SCM events. Triggers that respond to such events build source at whatever commit caused the event. This field is currently only used by Webhook, Pub/Sub, Manual, and Cron triggers. One of 'trigger_template', 'github', 'pubsub_config' 'webhook_config' or 'source_to_build' must be provided.","description_kind":"plain"},"max_items":1,"min_items":1},"webhook_config":{"nesting_mode":"list","display":true,"display_label":"webhook_config","block":{"attributes":{"secret":{"type":"resource","field_type":"resource","resource":"secret_manager_single_version","description":"Resource name for the secret required as a URL parameter.","description_kind":"plain","display":true}},"description":"WebhookConfig describes the configuration of a trigger that creates a build whenever a webhook is sent to a trigger's webhook URL. One of 'trigger_template', 'github', 'pubsub_config' 'webhook_config' or 'source_to_build' must be provided.","description_kind":"plain"},"max_items":1,"min_items":1}},"description_kind":"plain"},"boxId":"ytWIU5Fbiq4oKMskS45VV","isDeleted":true,"resource":"cloudbuild_git_trigger"}],["T_mshNLa6Cv_keTTXyg9N",{"documentation_url":"https://cloud.google.com/pubsub/docs/admin","version":0,"block":{"attributes":{"exists":{"type":"bool","description_kind":"plain","display":true},"name":{"type":"string","description":"Name of the topic.","description_kind":"plain","placeholder":"pubsub-topic","display":true,"required":true},"labels":{"type":["map","string"],"description":"A set of key/value label pairs to assign to this Topic.","description_kind":"plain","display":true,"optional":true},"message_retention_duration":{"type":"string","description":"Indicates the minimum duration to retain a message after it is published to the topic. If this field is set, messages published to the topic in the last messageRetentionDuration are always available to subscribers. For instance, it allows any attached subscription to seek to a timestamp that is up to messageRetentionDuration in the past. If this field is not set, message retention is controlled by settings on individual subscriptions. Cannot be more than 7 days or less than 10 minutes.","description_kind":"plain","placeholder":"86600s","display":true,"optional":true},"project":{"type":"string","field_type":"single-select","description_kind":"plain","optional":true,"placeholder":"prj-adt-terraform","display":true,"computed":true,"gcp_resource":"project","validation_regex":"(^(?=.{6,30}$)[a-z]([-a-z0-9]*[a-z0-9])?$)"},"team":{"type":"string","description":"The team name that will manage this resource. Its always a good idea to have teams maange their own infrastructure. Specifying a team for this resource will create a logical segregation in terraform for that specific team for better operational efficiency, security and scalability. Choosing to keep this blank will not create any logical segregation","description_kind":"plain","placeholder":"paymentsSRE","display":true,"non_validation_regex":"[^0-9A-Za-z_-]"},"environment":{"type":"string","description":"The environment in which the resource should be deployed. Its always a good idea to isolate the management of infrastructure based on environments. For example, if you have environments dev, qa and prod, the management of dev infrastructure should be isolated from qa and prod. If you are not sure about the environment or are just willing to try things out, go ahead and choose dev","description_kind":"plain","placeholder":"dev","dropdown":true,"field_type":"single-select","values":["dev","qa","prod","staging"],"display":true,"non_validation_regex":"[^0-9A-Za-z_-]"}},"block_types":{"schema_settings":{"nesting_mode":"list","display":true,"display_label":"Schema Settings","block":{"attributes":{"encoding":{"type":"string","field_type":"single-select","description":"The encoding of messages validated against schema. Default value: \"ENCODING_UNSPECIFIED\" Possible values: [\"ENCODING_UNSPECIFIED\", \"JSON\", \"BINARY\"]","description_kind":"plain","placeholder":"JSON","display":true,"optional":true,"values":["ENCODING_UNSPECIFIED","JSON","BINARY"]},"schema":{"type":"string","description":"The name of the schema that messages published should be validated against. Format is projects/{project}/schemas/{schema}. The value of this field will be _deleted-schema_ if the schema has been deleted.","description_kind":"plain","placedholder":"projects/{project}/schemas/{schema}","display":true,"required":true}},"description":"Settings for validating messages published against a schema.","description_kind":"plain"},"max_items":1}},"description_kind":"plain"},"boxId":"T_mshNLa6Cv_keTTXyg9N","isDeleted":true,"resource":"google_pubsub_topic"}],["rJJmXdPlRXtLrEaOFUoaQ",{"documentation_url":"https://cloud.google.com/storage/docs/buckets","block":{"attributes":{"exists":{"type":"bool","description_kind":"plain","display":true},"location":{"type":"string","field_type":"single-select","description":"The Google Cloud Storage location","description_kind":"plain","required":true,"placeholder":"us-central1","display":true,"gcp_resource":"region","validation_regex":"[a-z]-[a-z]+[0-9]{1}?$"},"name":{"type":"string","field_type":"single-select","description":"The name of the bucket.","description_kind":"plain","required":true,"placeholder":"helloworld-bucket","display":true,"validation_regex":"^(?!goog)(?!.*google).*(?:[a-z](?:[\\-_.a-z0-9]{2,61}[a-z0-9])?)","representative":true,"gcp_resource":"gcs_bucket","api_dependency":{"project":"block.attributes.project"}},"project":{"type":"string","field_type":"single-select","description":"The ID of the project in which the resource belongs. If it is not provided, the provider project is used.","description_kind":"plain","required":true,"placeholder":"prj-adt-terraform","computed":true,"display":true,"validation_regex":"(^(?=.{6,30}$)[a-z]([-a-z0-9]*[a-z0-9])?$)","gcp_resource":"project"},"storage_class":{"type":"string","field_type":"single-select","description":"The Storage Class of the new bucket. Supported values include: STANDARD, MULTI_REGIONAL, REGIONAL, NEARLINE, COLDLINE, ARCHIVE.","description_kind":"plain","optional":true,"placeholder":"STANDARD","display":true,"validation_regex":"(NEARLINE|ARCHIVE|COLDLINE|STANDARD)","values":["STANDARD","NEARLINE","COLDLINE","ARCHIVE"]},"team":{"type":"string","description":"The team name that will manage this resource. Its always a good idea to have teams maange their own infrastructure. Specifying a team for this resource will create a logical segregation in terraform for that specific team for better operational efficiency, security and scalability. Choosing to keep this blank will not create any logical segregation","description_kind":"plain","placeholder":"paymentsSRE","display":true,"non_validation_regex":"[^0-9A-Za-z_-]"},"environment":{"type":"string","description":"The environment in which the resource should be deployed. Its always a good idea to isolate the management of infrastructure based on environments. For example, if you have environments dev, qa and prod, the management of dev infrastructure should be isolated from qa and prod. If you are not sure about the environment or are just willing to try things out, go ahead and choose dev","description_kind":"plain","placeholder":"dev","dropdown":true,"field_type":"single-select","values":["dev","qa","prod","staging"],"display":true,"non_validation_regex":"[^0-9A-Za-z_-]"}}},"boxId":"rJJmXdPlRXtLrEaOFUoaQ","isDeleted":true,"resource":"google_storage_bucket"}],["q530R61UTLOj7TzT77YrD",{"documentation_url":"https://cloud.google.com/vpc/docs/vpc","block":{"attributes":{"exists":{"type":"bool","description_kind":"plain","display":true},"name":{"type":"string","field_type":"single-select","description":"Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression '[a-z]([-a-z0-9]*[a-z0-9])?' which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.","description_kind":"plain","placeholder":"network-a","required":true,"display":true,"validation_regex":"^(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?)$","representative":true,"gcp_resource":"network","api_dependency":{"project":"block.attributes.project"}},"project":{"type":"string","field_type":"single-select","description_kind":"plain","optional":true,"computed":true,"placeholder":"prj-adt-terraform","display":true,"validation_regex":"(^(?=.{6,30}$)[a-z]([-a-z0-9]*[a-z0-9])?$)","gcp_resource":"project","message":""},"team":{"type":"string","description":"The team name that will manage this resource. Its always a good idea to have teams maange their own infrastructure. Specifying a team for this resource will create a logical segregation in terraform for that specific team for better operational efficiency, security and scalability. Choosing to keep this blank will not create any logical segregation","description_kind":"plain","placeholder":"paymentsSRE","display":true,"non_validation_regex":"[^0-9A-Za-z_-]"},"environment":{"type":"string","description":"The environment in which the resource should be deployed. Its always a good idea to isolate the management of infrastructure based on environments. For example, if you have environments dev, qa and prod, the management of dev infrastructure should be isolated from qa and prod. If you are not sure about the environment or are just willing to try things out, go ahead and choose dev","description_kind":"plain","placeholder":"dev","dropdown":true,"field_type":"single-select","values":["dev","qa","prod","staging"],"display":true,"non_validation_regex":"[^0-9A-Za-z_-]"}},"block_types":{"routes":{"display_label":"Routes","nesting_mode":"list","display":true,"block":{"attributes":{"name":{"type":"string","placeholder":"route-to-proxy","description":"Name of the route","description_kind":"plain","display":true},"dest_range":{"type":"string","description":"CIDR range of the destination","description_kind":"plain","placeholder":"10.0.0.0/24","display":true},"next_hop_ip":{"type":"string","description":"Next hop IP address","description_kind":"plain","placeholder":"10.1.0.0","display":true}}}},"fw_rules":{"display_label":"Ingress Firewall rules","nesting_mode":"list","display":true,"block":{"attributes":{"name":{"type":"string","description":"name of the fw rule","description_kind":"plain","placeholder":"allow-ssh","display":true},"source_ranges":{"type":["set","string"],"optional":true,"description":"Source ranges to whitelist","description_kind":"plain","display":true},"ports":{"type":["set","string"],"optional":true,"description":"Source ranges to whitelist, Protocol is TCP","description_kind":"plain","display":true},"protocol":{"type":"string","field_type":"single-select","required":true,"description":"The IP protocol to which this rule applies. The protocol type is required when creating a firewall rule","description_kind":"plain","display":true,"values":["tcp","udp","icmp","all"]},"target_service_accounts":{"type":["set","string"],"field_type":"multi-select","optional":true,"description":"The service accounts where this rule will be applied","description_kind":"plain","display":true,"gcp_resource":"service_account","api_dependency":{"project":"block.attributes.project"}}},"description":"Fw rules for the VPC","description_kind":"plain"}}}},"boxId":"q530R61UTLOj7TzT77YrD","isDeleted":true,"resource":"google_compute_network"}],["ytmbL65ING_a2IF5e25Mc",{"documentation_url":"https://cloud.google.com/vpc/docs/vpc","block":{"attributes":{"exists":{"type":"bool","description_kind":"plain","display":true},"name":{"type":"string","field_type":"single-select","description":"Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression '[a-z]([-a-z0-9]*[a-z0-9])?' which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.","description_kind":"plain","placeholder":"network-a","required":true,"display":true,"validation_regex":"^(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?)$","representative":true,"gcp_resource":"network","api_dependency":{"project":"block.attributes.project"}},"project":{"type":"string","field_type":"single-select","description_kind":"plain","optional":true,"computed":true,"placeholder":"prj-adt-terraform","display":true,"validation_regex":"(^(?=.{6,30}$)[a-z]([-a-z0-9]*[a-z0-9])?$)","gcp_resource":"project"},"team":{"type":"string","description":"The team name that will manage this resource. Its always a good idea to have teams maange their own infrastructure. Specifying a team for this resource will create a logical segregation in terraform for that specific team for better operational efficiency, security and scalability. Choosing to keep this blank will not create any logical segregation","description_kind":"plain","placeholder":"paymentsSRE","display":true,"non_validation_regex":"[^0-9A-Za-z_-]"},"environment":{"type":"string","description":"The environment in which the resource should be deployed. Its always a good idea to isolate the management of infrastructure based on environments. For example, if you have environments dev, qa and prod, the management of dev infrastructure should be isolated from qa and prod. If you are not sure about the environment or are just willing to try things out, go ahead and choose dev","description_kind":"plain","placeholder":"dev","dropdown":true,"field_type":"single-select","values":["dev","qa","prod","staging"],"display":true,"non_validation_regex":"[^0-9A-Za-z_-]"}},"block_types":{"routes":{"display_label":"Routes","nesting_mode":"list","display":true,"block":{"attributes":{"name":{"type":"string","placeholder":"route-to-proxy","description":"Name of the route","description_kind":"plain","display":true},"dest_range":{"type":"string","description":"CIDR range of the destination","description_kind":"plain","placeholder":"10.0.0.0/24","display":true},"next_hop_ip":{"type":"string","description":"Next hop IP address","description_kind":"plain","placeholder":"10.1.0.0","display":true}}}},"fw_rules":{"display_label":"Ingress Firewall rules","nesting_mode":"list","display":true,"block":{"attributes":{"name":{"type":"string","description":"name of the fw rule","description_kind":"plain","placeholder":"allow-ssh","display":true},"source_ranges":{"type":["set","string"],"optional":true,"description":"Source ranges to whitelist","description_kind":"plain","display":true},"ports":{"type":["set","string"],"optional":true,"description":"Source ranges to whitelist, Protocol is TCP","description_kind":"plain","display":true},"protocol":{"type":"string","field_type":"single-select","required":true,"description":"The IP protocol to which this rule applies. The protocol type is required when creating a firewall rule","description_kind":"plain","display":true,"values":["tcp","udp","icmp","all"]},"target_service_accounts":{"type":["set","string"],"field_type":"multi-select","optional":true,"description":"The service accounts where this rule will be applied","description_kind":"plain","display":true,"gcp_resource":"service_account","api_dependency":{"project":"block.attributes.project"}}},"description":"Fw rules for the VPC","description_kind":"plain"}}}},"boxId":"ytmbL65ING_a2IF5e25Mc","isDeleted":true,"resource":"google_compute_network"}],["qWT4rflNgdOfouksxcANl",{"documentation_url":"https://cloud.google.com/kubernetes-engine/docs/deploy-app-cluster","version":1,"block":{"attributes":{"exists":{"type":"bool","description_kind":"plain","display":true},"location":{"type":"string","field_type":"single-select","description":"The location of the kubernetes cluster","description_kind":"plain","placeholder":"us-central1","required":true,"gcp_resource":"region","display":true},"name":{"type":"string","description":"The display name of the project.","description_kind":"plain","placeholder":"k9s-cluster-a","required":true,"display":true},"project":{"type":"string","field_type":"single-select","description":"The project ID of the GKE cluster","description_kind":"plain","required":true,"placeholder":"prj-adt-terraform","display":true,"gcp_resource":"project","validation_regex":"(^(?=.{6,30}$)[a-z]([-a-z0-9]*[a-z0-9])?$)"},"network":{"type":"string","field_type":"single-select","description":"Network of the GKE cluster","description_kind":"plain","placeholder":"network-a","required":true,"display":true,"gcp_resource":"network","api_dependency":{"project":"block.attributes.project"},"value":""},"subnetwork":{"type":"string","field_type":"single-select","description":"Subnet of the GKE cluster","description_kind":"plain","placeholder":"subnetwork-a","required":true,"display":true,"gcp_resource":"subnet","api_dependency":{"project":"block.attributes.project","region":"block.attributes.location"}},"pods_secondary_range_name":{"type":"string","description":"Name of the secondary IP range for pods in the GKE cluster","description_kind":"plain","placeholder":"sec-range-a","required":true,"display":true},"services_secondary_range_name":{"type":"string","description":"Name of the secondary IP range for services in the GKE cluster","description_kind":"plain","placeholder":"sec-range-b","required":true,"display":true},"min_master_version":{"type":"string","description":"The minimum version of the master. GKE will auto-update the master to new versions, so this does not guarantee the current master version","description_kind":"plain","placeholder":"1.9.7-gke.N","display":true},"team":{"type":"string","description":"The team name that will manage this resource. Its always a good idea to have teams maange their own infrastructure. Specifying a team for this resource will create a logical segregation in terraform for that specific team for better operational efficiency, security and scalability. Choosing to keep this blank will not create any logical segregation","description_kind":"plain","placeholder":"paymentsSRE","display":true,"non_validation_regex":"[^0-9A-Za-z_-]"},"environment":{"type":"string","description":"The environment in which the resource should be deployed. Its always a good idea to isolate the management of infrastructure based on environments. For example, if you have environments dev, qa and prod, the management of dev infrastructure should be isolated from qa and prod. If you are not sure about the environment or are just willing to try things out, go ahead and choose dev","description_kind":"plain","placeholder":"dev","dropdown":true,"field_type":"single-select","values":["dev","qa","prod","staging"],"display":true,"non_validation_regex":"[^0-9A-Za-z_-]"}},"block_types":{"node_pools":{"display_label":"Node Pools","nesting_mode":"list","display":true,"block":{"attributes":{"name":{"type":"string","description":"Name of the node pool","description_kind":"plain","placeholder":"node-pool-a","display":true},"node_count":{"type":"number","description":"Number of nodes in the pool","description_kind":"plain","display":true},"node_locations":{"type":["set","string"],"description":"Node Locations","description_kind":"plain","display":true},"preemptible":{"type":"bool","description":"Nodes will be preemtible if true","description_kind":"plain","display":true},"machine_type":{"type":"string","description":"Machine type of the nodes","description_kind":"plain","placeholder":"e2-medium","display":true},"image_type":{"type":"string","description":"Image type of the nodes","description_kind":"plain","placeholder":"UBUNTU_CONTAINERD","display":true},"gke_version":{"type":"string","description":"Version of GKE","description_kind":"plain","placeholder":"1.9.7-gke.N","required":true,"display":true},"service_account":{"type":"string","field_type":"single-select","description":"Service account to be attached to the nodes in the nodepool","description_kind":"plain","placeholder":"adt-backend@prj-adt-terraform-1f1d1.iam.gserviceaccount.com","display":true,"gcp_resource":"service_account","api_dependency":{"project":"block.attributes.project"}},"scopes":{"type":["set","string"],"field_type":"multi-select","values":["cloud-platform"],"description":"OAuth scopes of the VMs in the nodepool","description_kind":"plain","display":true}}}}}},"boxId":"qWT4rflNgdOfouksxcANl","isDeleted":true,"resource":"gke"}],["NQh75nyHB1usHUHR1z4Ot",{"documentation_url":"https://cloud.google.com/vpc/docs/vpc","block":{"attributes":{"exists":{"type":"bool","description_kind":"plain","display":true},"name":{"type":"string","field_type":"single-select","description":"Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression '[a-z]([-a-z0-9]*[a-z0-9])?' which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.","description_kind":"plain","placeholder":"network-a","required":true,"display":true,"validation_regex":"^(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?)$","representative":true,"gcp_resource":"network","api_dependency":{"project":"block.attributes.project"}},"project":{"type":"string","field_type":"single-select","description_kind":"plain","optional":true,"computed":true,"placeholder":"prj-adt-terraform","display":true,"validation_regex":"(^(?=.{6,30}$)[a-z]([-a-z0-9]*[a-z0-9])?$)","gcp_resource":"project","value":""},"team":{"type":"string","description":"The team name that will manage this resource. Its always a good idea to have teams maange their own infrastructure. Specifying a team for this resource will create a logical segregation in terraform for that specific team for better operational efficiency, security and scalability. Choosing to keep this blank will not create any logical segregation","description_kind":"plain","placeholder":"paymentsSRE","display":true,"non_validation_regex":"[^0-9A-Za-z_-]"},"environment":{"type":"string","description":"The environment in which the resource should be deployed. Its always a good idea to isolate the management of infrastructure based on environments. For example, if you have environments dev, qa and prod, the management of dev infrastructure should be isolated from qa and prod. If you are not sure about the environment or are just willing to try things out, go ahead and choose dev","description_kind":"plain","placeholder":"dev","dropdown":true,"field_type":"single-select","values":["dev","qa","prod","staging"],"display":true,"non_validation_regex":"[^0-9A-Za-z_-]"}},"block_types":{"routes":{"display_label":"Routes","nesting_mode":"list","display":true,"block":{"attributes":{"name":{"type":"string","placeholder":"route-to-proxy","description":"Name of the route","description_kind":"plain","display":true},"dest_range":{"type":"string","description":"CIDR range of the destination","description_kind":"plain","placeholder":"10.0.0.0/24","display":true},"next_hop_ip":{"type":"string","description":"Next hop IP address","description_kind":"plain","placeholder":"10.1.0.0","display":true}}}},"fw_rules":{"display_label":"Ingress Firewall rules","nesting_mode":"list","display":true,"block":{"attributes":{"name":{"type":"string","description":"name of the fw rule","description_kind":"plain","placeholder":"allow-ssh","display":true},"source_ranges":{"type":["set","string"],"optional":true,"description":"Source ranges to whitelist","description_kind":"plain","display":true},"ports":{"type":["set","string"],"optional":true,"description":"Source ranges to whitelist, Protocol is TCP","description_kind":"plain","display":true},"protocol":{"type":"string","field_type":"single-select","required":true,"description":"The IP protocol to which this rule applies. The protocol type is required when creating a firewall rule","description_kind":"plain","display":true,"values":["tcp","udp","icmp","all"]},"target_service_accounts":{"type":["set","string"],"field_type":"multi-select","optional":true,"description":"The service accounts where this rule will be applied","description_kind":"plain","display":true,"gcp_resource":"service_account","api_dependency":{"project":"block.attributes.project"}}},"description":"Fw rules for the VPC","description_kind":"plain"}}}},"boxId":"NQh75nyHB1usHUHR1z4Ot","isDeleted":true,"resource":"google_compute_network"}],["iKMbPK-SQF1Wpw3bvJSpa",{"documentation_url":"https://cloud.google.com/kubernetes-engine/docs/deploy-app-cluster","version":1,"block":{"attributes":{"exists":{"type":"bool","description_kind":"plain","display":true},"location":{"type":"string","field_type":"single-select","description":"The location of the kubernetes cluster","description_kind":"plain","placeholder":"us-central1","required":true,"gcp_resource":"region","display":true},"name":{"type":"string","description":"The display name of the project.","description_kind":"plain","placeholder":"k9s-cluster-a","required":true,"display":true},"project":{"type":"string","field_type":"single-select","description":"The project ID of the GKE cluster","description_kind":"plain","required":true,"placeholder":"prj-adt-terraform","display":true,"gcp_resource":"project","validation_regex":"(^(?=.{6,30}$)[a-z]([-a-z0-9]*[a-z0-9])?$)"},"network":{"type":"string","field_type":"single-select","description":"Network of the GKE cluster","description_kind":"plain","placeholder":"network-a","required":true,"display":true,"gcp_resource":"network","api_dependency":{"project":"block.attributes.project"}},"subnetwork":{"type":"string","field_type":"single-select","description":"Subnet of the GKE cluster","description_kind":"plain","placeholder":"subnetwork-a","required":true,"display":true,"gcp_resource":"subnet","api_dependency":{"project":"block.attributes.project","region":"block.attributes.location"}},"pods_secondary_range_name":{"type":"string","description":"Name of the secondary IP range for pods in the GKE cluster","description_kind":"plain","placeholder":"sec-range-a","required":true,"display":true},"services_secondary_range_name":{"type":"string","description":"Name of the secondary IP range for services in the GKE cluster","description_kind":"plain","placeholder":"sec-range-b","required":true,"display":true},"min_master_version":{"type":"string","description":"The minimum version of the master. GKE will auto-update the master to new versions, so this does not guarantee the current master version","description_kind":"plain","placeholder":"1.9.7-gke.N","display":true},"team":{"type":"string","description":"The team name that will manage this resource. Its always a good idea to have teams maange their own infrastructure. Specifying a team for this resource will create a logical segregation in terraform for that specific team for better operational efficiency, security and scalability. Choosing to keep this blank will not create any logical segregation","description_kind":"plain","placeholder":"paymentsSRE","display":true,"non_validation_regex":"[^0-9A-Za-z_-]"},"environment":{"type":"string","description":"The environment in which the resource should be deployed. Its always a good idea to isolate the management of infrastructure based on environments. For example, if you have environments dev, qa and prod, the management of dev infrastructure should be isolated from qa and prod. If you are not sure about the environment or are just willing to try things out, go ahead and choose dev","description_kind":"plain","placeholder":"dev","dropdown":true,"field_type":"single-select","values":["dev","qa","prod","staging"],"display":true,"non_validation_regex":"[^0-9A-Za-z_-]"}},"block_types":{"node_pools":{"display_label":"Node Pools","nesting_mode":"list","display":true,"block":{"attributes":{"name":{"type":"string","description":"Name of the node pool","description_kind":"plain","placeholder":"node-pool-a","display":true},"node_count":{"type":"number","description":"Number of nodes in the pool","description_kind":"plain","display":true},"node_locations":{"type":["set","string"],"description":"Node Locations","description_kind":"plain","display":true},"preemptible":{"type":"bool","description":"Nodes will be preemtible if true","description_kind":"plain","display":true},"machine_type":{"type":"string","description":"Machine type of the nodes","description_kind":"plain","placeholder":"e2-medium","display":true},"image_type":{"type":"string","description":"Image type of the nodes","description_kind":"plain","placeholder":"UBUNTU_CONTAINERD","display":true},"gke_version":{"type":"string","description":"Version of GKE","description_kind":"plain","placeholder":"1.9.7-gke.N","required":true,"display":true},"service_account":{"type":"string","field_type":"single-select","description":"Service account to be attached to the nodes in the nodepool","description_kind":"plain","placeholder":"adt-backend@prj-adt-terraform-1f1d1.iam.gserviceaccount.com","display":true,"gcp_resource":"service_account","api_dependency":{"project":"block.attributes.project"}},"scopes":{"type":["set","string"],"field_type":"multi-select","values":["cloud-platform"],"description":"OAuth scopes of the VMs in the nodepool","description_kind":"plain","display":true}}}}}},"boxId":"iKMbPK-SQF1Wpw3bvJSpa","isDeleted":true,"resource":"gke"}],["1ZffgxEm7iEhX_jh3uJ65",{"documentation_url":"https://cloud.google.com/vpc/docs/vpc","block":{"attributes":{"exists":{"type":"bool","description_kind":"plain","display":true},"name":{"type":"string","field_type":"single-select","description":"Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression '[a-z]([-a-z0-9]*[a-z0-9])?' which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.","description_kind":"plain","placeholder":"network-a","required":true,"display":true,"validation_regex":"^(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?)$","representative":true,"gcp_resource":"network","api_dependency":{"project":"block.attributes.project"}},"project":{"type":"string","field_type":"single-select","description_kind":"plain","optional":true,"computed":true,"placeholder":"prj-adt-terraform","display":true,"validation_regex":"(^(?=.{6,30}$)[a-z]([-a-z0-9]*[a-z0-9])?$)","gcp_resource":"project"},"team":{"type":"string","description":"The team name that will manage this resource. Its always a good idea to have teams maange their own infrastructure. Specifying a team for this resource will create a logical segregation in terraform for that specific team for better operational efficiency, security and scalability. Choosing to keep this blank will not create any logical segregation","description_kind":"plain","placeholder":"paymentsSRE","display":true,"non_validation_regex":"[^0-9A-Za-z_-]"},"environment":{"type":"string","description":"The environment in which the resource should be deployed. Its always a good idea to isolate the management of infrastructure based on environments. For example, if you have environments dev, qa and prod, the management of dev infrastructure should be isolated from qa and prod. If you are not sure about the environment or are just willing to try things out, go ahead and choose dev","description_kind":"plain","placeholder":"dev","dropdown":true,"field_type":"single-select","values":["dev","qa","prod","staging"],"display":true,"non_validation_regex":"[^0-9A-Za-z_-]"}},"block_types":{"routes":{"display_label":"Routes","nesting_mode":"list","display":true,"block":{"attributes":{"name":{"type":"string","placeholder":"route-to-proxy","description":"Name of the route","description_kind":"plain","display":true},"dest_range":{"type":"string","description":"CIDR range of the destination","description_kind":"plain","placeholder":"10.0.0.0/24","display":true},"next_hop_ip":{"type":"string","description":"Next hop IP address","description_kind":"plain","placeholder":"10.1.0.0","display":true}}}},"fw_rules":{"display_label":"Ingress Firewall rules","nesting_mode":"list","display":true,"block":{"attributes":{"name":{"type":"string","description":"name of the fw rule","description_kind":"plain","placeholder":"allow-ssh","display":true},"source_ranges":{"type":["set","string"],"optional":true,"description":"Source ranges to whitelist","description_kind":"plain","display":true},"ports":{"type":["set","string"],"optional":true,"description":"Source ranges to whitelist, Protocol is TCP","description_kind":"plain","display":true},"protocol":{"type":"string","field_type":"single-select","required":true,"description":"The IP protocol to which this rule applies. The protocol type is required when creating a firewall rule","description_kind":"plain","display":true,"values":["tcp","udp","icmp","all"]},"target_service_accounts":{"type":["set","string"],"field_type":"multi-select","optional":true,"description":"The service accounts where this rule will be applied","description_kind":"plain","display":true,"gcp_resource":"service_account","api_dependency":{"project":"block.attributes.project"}}},"description":"Fw rules for the VPC","description_kind":"plain"}}}},"boxId":"1ZffgxEm7iEhX_jh3uJ65","isDeleted":true,"resource":"google_compute_network"}],["FBRQR79WCfzcDxQf2qSz1",{"documentation_url":"https://cloud.google.com/kubernetes-engine/docs/deploy-app-cluster","version":1,"block":{"attributes":{"exists":{"type":"bool","description_kind":"plain","display":true},"location":{"type":"string","field_type":"single-select","description":"The location of the kubernetes cluster","description_kind":"plain","placeholder":"us-central1","required":true,"gcp_resource":"region","display":true},"name":{"type":"string","description":"The display name of the project.","description_kind":"plain","placeholder":"k9s-cluster-a","required":true,"display":true},"project":{"type":"string","field_type":"single-select","description":"The project ID of the GKE cluster","description_kind":"plain","required":true,"placeholder":"prj-adt-terraform","display":true,"gcp_resource":"project","validation_regex":"(^(?=.{6,30}$)[a-z]([-a-z0-9]*[a-z0-9])?$)"},"network":{"type":"string","field_type":"single-select","description":"Network of the GKE cluster","description_kind":"plain","placeholder":"network-a","required":true,"display":true,"gcp_resource":"network","api_dependency":{"project":"block.attributes.project"},"value":""},"subnetwork":{"type":"string","field_type":"single-select","description":"Subnet of the GKE cluster","description_kind":"plain","placeholder":"subnetwork-a","required":true,"display":true,"gcp_resource":"subnet","api_dependency":{"project":"block.attributes.project","region":"block.attributes.location"}},"pods_secondary_range_name":{"type":"string","description":"Name of the secondary IP range for pods in the GKE cluster","description_kind":"plain","placeholder":"sec-range-a","required":true,"display":true},"services_secondary_range_name":{"type":"string","description":"Name of the secondary IP range for services in the GKE cluster","description_kind":"plain","placeholder":"sec-range-b","required":true,"display":true},"min_master_version":{"type":"string","description":"The minimum version of the master. GKE will auto-update the master to new versions, so this does not guarantee the current master version","description_kind":"plain","placeholder":"1.9.7-gke.N","display":true},"team":{"type":"string","description":"The team name that will manage this resource. Its always a good idea to have teams maange their own infrastructure. Specifying a team for this resource will create a logical segregation in terraform for that specific team for better operational efficiency, security and scalability. Choosing to keep this blank will not create any logical segregation","description_kind":"plain","placeholder":"paymentsSRE","display":true,"non_validation_regex":"[^0-9A-Za-z_-]"},"environment":{"type":"string","description":"The environment in which the resource should be deployed. Its always a good idea to isolate the management of infrastructure based on environments. For example, if you have environments dev, qa and prod, the management of dev infrastructure should be isolated from qa and prod. If you are not sure about the environment or are just willing to try things out, go ahead and choose dev","description_kind":"plain","placeholder":"dev","dropdown":true,"field_type":"single-select","values":["dev","qa","prod","staging"],"display":true,"non_validation_regex":"[^0-9A-Za-z_-]"}},"block_types":{"node_pools":{"display_label":"Node Pools","nesting_mode":"list","display":true,"block":{"attributes":{"name":{"type":"string","description":"Name of the node pool","description_kind":"plain","placeholder":"node-pool-a","display":true},"node_count":{"type":"number","description":"Number of nodes in the pool","description_kind":"plain","display":true},"node_locations":{"type":["set","string"],"description":"Node Locations","description_kind":"plain","display":true},"preemptible":{"type":"bool","description":"Nodes will be preemtible if true","description_kind":"plain","display":true},"machine_type":{"type":"string","description":"Machine type of the nodes","description_kind":"plain","placeholder":"e2-medium","display":true},"image_type":{"type":"string","description":"Image type of the nodes","description_kind":"plain","placeholder":"UBUNTU_CONTAINERD","display":true},"gke_version":{"type":"string","description":"Version of GKE","description_kind":"plain","placeholder":"1.9.7-gke.N","required":true,"display":true},"service_account":{"type":"string","field_type":"single-select","description":"Service account to be attached to the nodes in the nodepool","description_kind":"plain","placeholder":"adt-backend@prj-adt-terraform-1f1d1.iam.gserviceaccount.com","display":true,"gcp_resource":"service_account","api_dependency":{"project":"block.attributes.project"}},"scopes":{"type":["set","string"],"field_type":"multi-select","values":["cloud-platform"],"description":"OAuth scopes of the VMs in the nodepool","description_kind":"plain","display":true}}}}}},"boxId":"FBRQR79WCfzcDxQf2qSz1","isDeleted":true,"resource":"gke"}],["quGgT6MXOAo7I1GUdu618",{"documentation_url":"https://cloud.google.com/kubernetes-engine/docs/deploy-app-cluster","version":1,"block":{"attributes":{"exists":{"type":"bool","description_kind":"plain","display":true},"location":{"type":"string","field_type":"single-select","description":"The location of the kubernetes cluster","description_kind":"plain","placeholder":"us-central1","required":true,"gcp_resource":"region","display":true},"name":{"type":"string","description":"The display name of the project.","description_kind":"plain","placeholder":"k9s-cluster-a","required":true,"display":true},"project":{"type":"string","field_type":"single-select","description":"The project ID of the GKE cluster","description_kind":"plain","required":true,"placeholder":"prj-adt-terraform","display":true,"gcp_resource":"project","validation_regex":"(^(?=.{6,30}$)[a-z]([-a-z0-9]*[a-z0-9])?$)"},"network":{"type":"string","field_type":"single-select","description":"Network of the GKE cluster","description_kind":"plain","placeholder":"network-a","required":true,"display":true,"gcp_resource":"network","api_dependency":{"project":"block.attributes.project"}},"subnetwork":{"type":"string","field_type":"single-select","description":"Subnet of the GKE cluster","description_kind":"plain","placeholder":"subnetwork-a","required":true,"display":true,"gcp_resource":"subnet","api_dependency":{"project":"block.attributes.project","region":"block.attributes.location"}},"pods_secondary_range_name":{"type":"string","description":"Name of the secondary IP range for pods in the GKE cluster","description_kind":"plain","placeholder":"sec-range-a","required":true,"display":true},"services_secondary_range_name":{"type":"string","description":"Name of the secondary IP range for services in the GKE cluster","description_kind":"plain","placeholder":"sec-range-b","required":true,"display":true},"min_master_version":{"type":"string","description":"The minimum version of the master. GKE will auto-update the master to new versions, so this does not guarantee the current master version","description_kind":"plain","placeholder":"1.9.7-gke.N","display":true},"team":{"type":"string","description":"The team name that will manage this resource. Its always a good idea to have teams maange their own infrastructure. Specifying a team for this resource will create a logical segregation in terraform for that specific team for better operational efficiency, security and scalability. Choosing to keep this blank will not create any logical segregation","description_kind":"plain","placeholder":"paymentsSRE","display":true,"non_validation_regex":"[^0-9A-Za-z_-]"},"environment":{"type":"string","description":"The environment in which the resource should be deployed. Its always a good idea to isolate the management of infrastructure based on environments. For example, if you have environments dev, qa and prod, the management of dev infrastructure should be isolated from qa and prod. If you are not sure about the environment or are just willing to try things out, go ahead and choose dev","description_kind":"plain","placeholder":"dev","dropdown":true,"field_type":"single-select","values":["dev","qa","prod","staging"],"display":true,"non_validation_regex":"[^0-9A-Za-z_-]"}},"block_types":{"node_pools":{"display_label":"Node Pools","nesting_mode":"list","display":true,"block":{"attributes":{"name":{"type":"string","description":"Name of the node pool","description_kind":"plain","placeholder":"node-pool-a","display":true},"node_count":{"type":"number","description":"Number of nodes in the pool","description_kind":"plain","display":true},"node_locations":{"type":["set","string"],"description":"Node Locations","description_kind":"plain","display":true},"preemptible":{"type":"bool","description":"Nodes will be preemtible if true","description_kind":"plain","display":true},"machine_type":{"type":"string","description":"Machine type of the nodes","description_kind":"plain","placeholder":"e2-medium","display":true},"image_type":{"type":"string","description":"Image type of the nodes","description_kind":"plain","placeholder":"UBUNTU_CONTAINERD","display":true},"gke_version":{"type":"string","description":"Version of GKE","description_kind":"plain","placeholder":"1.9.7-gke.N","required":true,"display":true},"service_account":{"type":"string","field_type":"single-select","description":"Service account to be attached to the nodes in the nodepool","description_kind":"plain","placeholder":"adt-backend@prj-adt-terraform-1f1d1.iam.gserviceaccount.com","display":true,"gcp_resource":"service_account","api_dependency":{"project":"block.attributes.project"}},"scopes":{"type":["set","string"],"field_type":"multi-select","values":["cloud-platform"],"description":"OAuth scopes of the VMs in the nodepool","description_kind":"plain","display":true}}}}}},"boxId":"quGgT6MXOAo7I1GUdu618","isDeleted":true,"resource":"gke"}],["xUiJL3UPVgR8Msy3NuSMX",{"documentation_url":"https://cloud.google.com/kubernetes-engine/docs/deploy-app-cluster","version":1,"block":{"attributes":{"exists":{"type":"bool","description_kind":"plain","display":true},"location":{"type":"string","field_type":"single-select","description":"The location of the kubernetes cluster","description_kind":"plain","placeholder":"us-central1","required":true,"gcp_resource":"region","display":true},"name":{"type":"string","description":"The display name of the project.","description_kind":"plain","placeholder":"k9s-cluster-a","required":true,"display":true},"project":{"type":"string","field_type":"single-select","description":"The project ID of the GKE cluster","description_kind":"plain","required":true,"placeholder":"prj-adt-terraform","display":true,"gcp_resource":"project","validation_regex":"(^(?=.{6,30}$)[a-z]([-a-z0-9]*[a-z0-9])?$)"},"network":{"type":"string","field_type":"single-select","description":"Network of the GKE cluster","description_kind":"plain","placeholder":"network-a","required":true,"display":true,"gcp_resource":"network","api_dependency":{"project":"block.attributes.project"}},"subnetwork":{"type":"string","field_type":"single-select","description":"Subnet of the GKE cluster","description_kind":"plain","placeholder":"subnetwork-a","required":true,"display":true,"gcp_resource":"subnet","api_dependency":{"project":"block.attributes.project","region":"block.attributes.location"}},"pods_secondary_range_name":{"type":"string","description":"Name of the secondary IP range for pods in the GKE cluster","description_kind":"plain","placeholder":"sec-range-a","required":true,"display":true},"services_secondary_range_name":{"type":"string","description":"Name of the secondary IP range for services in the GKE cluster","description_kind":"plain","placeholder":"sec-range-b","required":true,"display":true},"min_master_version":{"type":"string","description":"The minimum version of the master. GKE will auto-update the master to new versions, so this does not guarantee the current master version","description_kind":"plain","placeholder":"1.9.7-gke.N","display":true},"team":{"type":"string","description":"The team name that will manage this resource. Its always a good idea to have teams maange their own infrastructure. Specifying a team for this resource will create a logical segregation in terraform for that specific team for better operational efficiency, security and scalability. Choosing to keep this blank will not create any logical segregation","description_kind":"plain","placeholder":"paymentsSRE","display":true,"non_validation_regex":"[^0-9A-Za-z_-]"},"environment":{"type":"string","description":"The environment in which the resource should be deployed. Its always a good idea to isolate the management of infrastructure based on environments. For example, if you have environments dev, qa and prod, the management of dev infrastructure should be isolated from qa and prod. If you are not sure about the environment or are just willing to try things out, go ahead and choose dev","description_kind":"plain","placeholder":"dev","dropdown":true,"field_type":"single-select","values":["dev","qa","prod","staging"],"display":true,"non_validation_regex":"[^0-9A-Za-z_-]"}},"block_types":{"node_pools":{"display_label":"Node Pools","nesting_mode":"list","display":true,"block":{"attributes":{"name":{"type":"string","description":"Name of the node pool","description_kind":"plain","placeholder":"node-pool-a","display":true},"node_count":{"type":"number","description":"Number of nodes in the pool","description_kind":"plain","display":true},"node_locations":{"type":["set","string"],"description":"Node Locations","description_kind":"plain","display":true},"preemptible":{"type":"bool","description":"Nodes will be preemtible if true","description_kind":"plain","display":true},"machine_type":{"type":"string","description":"Machine type of the nodes","description_kind":"plain","placeholder":"e2-medium","display":true},"image_type":{"type":"string","description":"Image type of the nodes","description_kind":"plain","placeholder":"UBUNTU_CONTAINERD","display":true},"gke_version":{"type":"string","description":"Version of GKE","description_kind":"plain","placeholder":"1.9.7-gke.N","required":true,"display":true},"service_account":{"type":"string","field_type":"single-select","description":"Service account to be attached to the nodes in the nodepool","description_kind":"plain","placeholder":"adt-backend@prj-adt-terraform-1f1d1.iam.gserviceaccount.com","display":true,"gcp_resource":"service_account","api_dependency":{"project":"block.attributes.project"}},"scopes":{"type":["set","string"],"field_type":"multi-select","values":["cloud-platform"],"description":"OAuth scopes of the VMs in the nodepool","description_kind":"plain","display":true}}}}}},"boxId":"xUiJL3UPVgR8Msy3NuSMX","isDeleted":true,"resource":"gke"}],["rRg18D8ZBs9CfX193c9q8",{"documentation_url":"https://cloud.google.com/kubernetes-engine/docs/deploy-app-cluster","version":1,"block":{"attributes":{"exists":{"type":"bool","description_kind":"plain","display":true},"location":{"type":"string","field_type":"single-select","description":"The location of the kubernetes cluster","description_kind":"plain","placeholder":"us-central1","required":true,"gcp_resource":"region","display":true},"name":{"type":"string","description":"The display name of the project.","description_kind":"plain","placeholder":"k9s-cluster-a","required":true,"display":true},"project":{"type":"string","field_type":"single-select","description":"The project ID of the GKE cluster","description_kind":"plain","required":true,"placeholder":"prj-adt-terraform","display":true,"gcp_resource":"project","validation_regex":"(^(?=.{6,30}$)[a-z]([-a-z0-9]*[a-z0-9])?$)"},"network":{"type":"string","field_type":"single-select","description":"Network of the GKE cluster","description_kind":"plain","placeholder":"network-a","required":true,"display":true,"gcp_resource":"network","api_dependency":{"project":"block.attributes.project"}},"subnetwork":{"type":"string","field_type":"single-select","description":"Subnet of the GKE cluster","description_kind":"plain","placeholder":"subnetwork-a","required":true,"display":true,"gcp_resource":"subnet","api_dependency":{"project":"block.attributes.project","region":"block.attributes.location"}},"pods_secondary_range_name":{"type":"string","description":"Name of the secondary IP range for pods in the GKE cluster","description_kind":"plain","placeholder":"sec-range-a","required":true,"display":true},"services_secondary_range_name":{"type":"string","description":"Name of the secondary IP range for services in the GKE cluster","description_kind":"plain","placeholder":"sec-range-b","required":true,"display":true},"min_master_version":{"type":"string","description":"The minimum version of the master. GKE will auto-update the master to new versions, so this does not guarantee the current master version","description_kind":"plain","placeholder":"1.9.7-gke.N","display":true},"team":{"type":"string","description":"The team name that will manage this resource. Its always a good idea to have teams maange their own infrastructure. Specifying a team for this resource will create a logical segregation in terraform for that specific team for better operational efficiency, security and scalability. Choosing to keep this blank will not create any logical segregation","description_kind":"plain","placeholder":"paymentsSRE","display":true,"non_validation_regex":"[^0-9A-Za-z_-]"},"environment":{"type":"string","description":"The environment in which the resource should be deployed. Its always a good idea to isolate the management of infrastructure based on environments. For example, if you have environments dev, qa and prod, the management of dev infrastructure should be isolated from qa and prod. If you are not sure about the environment or are just willing to try things out, go ahead and choose dev","description_kind":"plain","placeholder":"dev","dropdown":true,"field_type":"single-select","values":["dev","qa","prod","staging"],"display":true,"non_validation_regex":"[^0-9A-Za-z_-]"}},"block_types":{"node_pools":{"display_label":"Node Pools","nesting_mode":"list","display":true,"block":{"attributes":{"name":{"type":"string","description":"Name of the node pool","description_kind":"plain","placeholder":"node-pool-a","display":true},"node_count":{"type":"number","description":"Number of nodes in the pool","description_kind":"plain","display":true},"node_locations":{"type":["set","string"],"description":"Node Locations","description_kind":"plain","display":true},"preemptible":{"type":"bool","description":"Nodes will be preemtible if true","description_kind":"plain","display":true},"machine_type":{"type":"string","description":"Machine type of the nodes","description_kind":"plain","placeholder":"e2-medium","display":true},"image_type":{"type":"string","description":"Image type of the nodes","description_kind":"plain","placeholder":"UBUNTU_CONTAINERD","display":true},"gke_version":{"type":"string","description":"Version of GKE","description_kind":"plain","placeholder":"1.9.7-gke.N","required":true,"display":true},"service_account":{"type":"string","field_type":"single-select","description":"Service account to be attached to the nodes in the nodepool","description_kind":"plain","placeholder":"adt-backend@prj-adt-terraform-1f1d1.iam.gserviceaccount.com","display":true,"gcp_resource":"service_account","api_dependency":{"project":"block.attributes.project"}},"scopes":{"type":["set","string"],"field_type":"multi-select","values":["cloud-platform"],"description":"OAuth scopes of the VMs in the nodepool","description_kind":"plain","display":true}}}}}},"boxId":"rRg18D8ZBs9CfX193c9q8","isDeleted":true,"resource":"gke"}],["AAf3trC5P8q_OHT59SwTB",{"documentation_url":"https://cloud.google.com/vpc/docs/vpc","block":{"attributes":{"exists":{"type":"bool","description_kind":"plain","display":true},"name":{"type":"string","field_type":"single-select","description":"Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression '[a-z]([-a-z0-9]*[a-z0-9])?' which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.","description_kind":"plain","placeholder":"network-a","required":true,"display":true,"validation_regex":"^(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?)$","representative":true,"gcp_resource":"network","api_dependency":{"project":"block.attributes.project"}},"project":{"type":"string","field_type":"single-select","description_kind":"plain","optional":true,"computed":true,"placeholder":"prj-adt-terraform","display":true,"validation_regex":"(^(?=.{6,30}$)[a-z]([-a-z0-9]*[a-z0-9])?$)","gcp_resource":"project"},"team":{"type":"string","description":"The team name that will manage this resource. Its always a good idea to have teams maange their own infrastructure. Specifying a team for this resource will create a logical segregation in terraform for that specific team for better operational efficiency, security and scalability. Choosing to keep this blank will not create any logical segregation","description_kind":"plain","placeholder":"paymentsSRE","display":true,"non_validation_regex":"[^0-9A-Za-z_-]"},"environment":{"type":"string","description":"The environment in which the resource should be deployed. Its always a good idea to isolate the management of infrastructure based on environments. For example, if you have environments dev, qa and prod, the management of dev infrastructure should be isolated from qa and prod. If you are not sure about the environment or are just willing to try things out, go ahead and choose dev","description_kind":"plain","placeholder":"dev","dropdown":true,"field_type":"single-select","values":["dev","qa","prod","staging"],"display":true,"non_validation_regex":"[^0-9A-Za-z_-]"}},"block_types":{"routes":{"display_label":"Routes","nesting_mode":"list","display":true,"block":{"attributes":{"name":{"type":"string","placeholder":"route-to-proxy","description":"Name of the route","description_kind":"plain","display":true},"dest_range":{"type":"string","description":"CIDR range of the destination","description_kind":"plain","placeholder":"10.0.0.0/24","display":true},"next_hop_ip":{"type":"string","description":"Next hop IP address","description_kind":"plain","placeholder":"10.1.0.0","display":true}}}},"fw_rules":{"display_label":"Ingress Firewall rules","nesting_mode":"list","display":true,"block":{"attributes":{"name":{"type":"string","description":"name of the fw rule","description_kind":"plain","placeholder":"allow-ssh","display":true},"source_ranges":{"type":["set","string"],"optional":true,"description":"Source ranges to whitelist","description_kind":"plain","display":true},"ports":{"type":["set","string"],"optional":true,"description":"Source ranges to whitelist, Protocol is TCP","description_kind":"plain","display":true},"protocol":{"type":"string","field_type":"single-select","required":true,"description":"The IP protocol to which this rule applies. The protocol type is required when creating a firewall rule","description_kind":"plain","display":true,"values":["tcp","udp","icmp","all"]},"target_service_accounts":{"type":["set","string"],"field_type":"multi-select","optional":true,"description":"The service accounts where this rule will be applied","description_kind":"plain","display":true,"gcp_resource":"service_account","api_dependency":{"project":"block.attributes.project"}}},"description":"Fw rules for the VPC","description_kind":"plain"}}}},"boxId":"AAf3trC5P8q_OHT59SwTB","isDeleted":true,"resource":"google_compute_network"}],["XOMy8QrxWZ0K4rehh5TUj",{"documentation_url":"https://cloud.google.com/build/docs/build-push-docker-image","version":1,"block":{"attributes":{"exists":{"type":"bool","description_kind":"plain","display":true},"name":{"type":"string","description":"Name of the trigger. Must be unique within the project.","description_kind":"plain","optional":true,"placeholder":"cb_git_trigger","computed":true,"display":true},"project":{"type":"string","field_type":"single-select","description_kind":"plain","optional":true,"computed":true,"placeholder":"prj-adt-terraform","display":true,"gcp_resource":"project","validation_regex":"(^(?=.{6,30}$)[a-z]([-a-z0-9]*[a-z0-9])?$)"},"service_account":{"type":"string","field_type":"single-select","description":"The service account used for all user-controlled operations including triggers.patch, triggers.run, builds.create, and builds.cancel. If no service account is set, then the standard Cloud Build service account ([PROJECT_NUM]@system.gserviceaccount.com) will be used instead.","placeholder":"adt-backend@prj-adt-terraform-1f1d1.iam.gserviceaccount.com","description_kind":"plain","optional":true,"display":true,"gcp_resource":"service_account","api_dependency":{"project":"block.attributes.project"}},"team":{"type":"string","description":"The team name that will manage this resource. Its always a good idea to have teams maange their own infrastructure. Specifying a team for this resource will create a logical segregation in terraform for that specific team for better operational efficiency, security and scalability. Choosing to keep this blank will not create any logical segregation","description_kind":"plain","placeholder":"paymentsSRE","display":true,"non_validation_regex":"[^0-9A-Za-z_-]"},"environment":{"type":"string","description":"The environment in which the resource should be deployed. Its always a good idea to isolate the management of infrastructure based on environments. For example, if you have environments dev, qa and prod, the management of dev infrastructure should be isolated from qa and prod. If you are not sure about the environment or are just willing to try things out, go ahead and choose dev","description_kind":"plain","placeholder":"dev","dropdown":true,"field_type":"single-select","values":["dev","qa","prod","staging"],"display":true,"non_validation_regex":"[^0-9A-Za-z_-]"}},"block_types":{"git_file_source":{"nesting_mode":"list","display":true,"display_label":"git_file_source","block":{"attributes":{"path":{"type":"string","description":"The path of the file, with the repo root as the root of the path.","description_kind":"plain","required":true,"placeholder":"cloudbuild.yaml","display":true},"repo_type":{"type":"string","field_type":"single-select","description":"The type of the repo, since it may not be explicit from the repo field (e.g from a URL). Values can be UNKNOWN, CLOUD_SOURCE_REPOSITORIES, GITHUB Possible values: [\"UNKNOWN\", \"CLOUD_SOURCE_REPOSITORIES\", \"GITHUB\"]","description_kind":"plain","placeholder":"GITHUB","required":true,"display":true,"values":["UNKNOWN","CLOUD_SOURCE_REPOSITORIES","GITHUB"]},"revision":{"type":"string","description":"The branch, tag, arbitrary ref, or SHA version of the repo to use when resolving the filename (optional). This field respects the same syntax/resolution as described here: https://git-scm.com/docs/gitrevisions If unspecified, the revision from which the trigger invocation originated is assumed to be the revision from which to read the specified path.","description_kind":"plain","placeholder":"refs/heads/main","optional":true,"display":true},"uri":{"type":"string","description":"The URI of the repo (optional). If unspecified, the repo from which the trigger invocation originated is assumed to be the repo from which to read the specified path.","description_kind":"plain","placeholder":"https://hashicorp/terraform-provider-google-beta","optional":true,"display":true}},"description":"The file source describing the local or remote Build template.","description_kind":"plain"},"max_items":1,"min_items":1},"source_to_build":{"nesting_mode":"list","display":true,"display_label":"source_to_build","block":{"attributes":{"ref":{"type":"string","description":"The branch or tag to use. Must start with \"refs/\" (required).","description_kind":"plain","placeholder":"refs/heads/main","required":true,"display":true},"repo_type":{"type":"string","field_type":"single-select","description":"The type of the repo, since it may not be explicit from the repo field (e.g from a URL). Values can be UNKNOWN, CLOUD_SOURCE_REPOSITORIES, GITHUB Possible values: [\"UNKNOWN\", \"CLOUD_SOURCE_REPOSITORIES\", \"GITHUB\"]","description_kind":"plain","placeholder":"GITHUB","required":true,"display":true,"values":["UNKNOWN","CLOUD_SOURCE_REPOSITORIES","GITHUB"]},"uri":{"type":"string","description":"The URI of the repo (required).","description_kind":"plain","placeholder":"https://hashicorp/terraform-provider-google-beta","required":true,"display":true}},"description":"The repo and ref of the repository from which to build. This field is used only for those triggers that do not respond to SCM events. Triggers that respond to such events build source at whatever commit caused the event. This field is currently only used by Webhook, Pub/Sub, Manual, and Cron triggers. One of 'trigger_template', 'github', 'pubsub_config' 'webhook_config' or 'source_to_build' must be provided.","description_kind":"plain"},"max_items":1,"min_items":1},"webhook_config":{"nesting_mode":"list","display":true,"display_label":"webhook_config","block":{"attributes":{"secret":{"type":"resource","field_type":"resource","resource":"secret_manager_single_version","description":"Resource name for the secret required as a URL parameter.","description_kind":"plain","display":true}},"description":"WebhookConfig describes the configuration of a trigger that creates a build whenever a webhook is sent to a trigger's webhook URL. One of 'trigger_template', 'github', 'pubsub_config' 'webhook_config' or 'source_to_build' must be provided.","description_kind":"plain"},"max_items":1,"min_items":1}},"description_kind":"plain"},"boxId":"XOMy8QrxWZ0K4rehh5TUj","isDeleted":true,"resource":"cloudbuild_git_trigger"}],["hzpvJNZ8CpRAPAjCV7wET",{"documentation_url":"https://cloud.google.com/build/docs/build-push-docker-image","version":1,"block":{"attributes":{"exists":{"type":"bool","description_kind":"plain","display":true},"name":{"type":"string","description":"Name of the trigger. Must be unique within the project.","description_kind":"plain","optional":true,"placeholder":"cb_git_trigger","computed":true,"display":true},"project":{"type":"string","field_type":"single-select","description_kind":"plain","optional":true,"computed":true,"placeholder":"prj-adt-terraform","display":true,"gcp_resource":"project","validation_regex":"(^(?=.{6,30}$)[a-z]([-a-z0-9]*[a-z0-9])?$)"},"service_account":{"type":"string","field_type":"single-select","description":"The service account used for all user-controlled operations including triggers.patch, triggers.run, builds.create, and builds.cancel. If no service account is set, then the standard Cloud Build service account ([PROJECT_NUM]@system.gserviceaccount.com) will be used instead.","placeholder":"adt-backend@prj-adt-terraform-1f1d1.iam.gserviceaccount.com","description_kind":"plain","optional":true,"display":true,"gcp_resource":"service_account","api_dependency":{"project":"block.attributes.project"}},"team":{"type":"string","description":"The team name that will manage this resource. Its always a good idea to have teams maange their own infrastructure. Specifying a team for this resource will create a logical segregation in terraform for that specific team for better operational efficiency, security and scalability. Choosing to keep this blank will not create any logical segregation","description_kind":"plain","placeholder":"paymentsSRE","display":true,"non_validation_regex":"[^0-9A-Za-z_-]"},"environment":{"type":"string","description":"The environment in which the resource should be deployed. Its always a good idea to isolate the management of infrastructure based on environments. For example, if you have environments dev, qa and prod, the management of dev infrastructure should be isolated from qa and prod. If you are not sure about the environment or are just willing to try things out, go ahead and choose dev","description_kind":"plain","placeholder":"dev","dropdown":true,"field_type":"single-select","values":["dev","qa","prod","staging"],"display":true,"non_validation_regex":"[^0-9A-Za-z_-]"}},"block_types":{"git_file_source":{"nesting_mode":"list","display":true,"display_label":"git_file_source","block":{"attributes":{"path":{"type":"string","description":"The path of the file, with the repo root as the root of the path.","description_kind":"plain","required":true,"placeholder":"cloudbuild.yaml","display":true},"repo_type":{"type":"string","field_type":"single-select","description":"The type of the repo, since it may not be explicit from the repo field (e.g from a URL). Values can be UNKNOWN, CLOUD_SOURCE_REPOSITORIES, GITHUB Possible values: [\"UNKNOWN\", \"CLOUD_SOURCE_REPOSITORIES\", \"GITHUB\"]","description_kind":"plain","placeholder":"GITHUB","required":true,"display":true,"values":["UNKNOWN","CLOUD_SOURCE_REPOSITORIES","GITHUB"]},"revision":{"type":"string","description":"The branch, tag, arbitrary ref, or SHA version of the repo to use when resolving the filename (optional). This field respects the same syntax/resolution as described here: https://git-scm.com/docs/gitrevisions If unspecified, the revision from which the trigger invocation originated is assumed to be the revision from which to read the specified path.","description_kind":"plain","placeholder":"refs/heads/main","optional":true,"display":true},"uri":{"type":"string","description":"The URI of the repo (optional). If unspecified, the repo from which the trigger invocation originated is assumed to be the repo from which to read the specified path.","description_kind":"plain","placeholder":"https://hashicorp/terraform-provider-google-beta","optional":true,"display":true}},"description":"The file source describing the local or remote Build template.","description_kind":"plain"},"max_items":1,"min_items":1},"source_to_build":{"nesting_mode":"list","display":true,"display_label":"source_to_build","block":{"attributes":{"ref":{"type":"string","description":"The branch or tag to use. Must start with \"refs/\" (required).","description_kind":"plain","placeholder":"refs/heads/main","required":true,"display":true},"repo_type":{"type":"string","field_type":"single-select","description":"The type of the repo, since it may not be explicit from the repo field (e.g from a URL). Values can be UNKNOWN, CLOUD_SOURCE_REPOSITORIES, GITHUB Possible values: [\"UNKNOWN\", \"CLOUD_SOURCE_REPOSITORIES\", \"GITHUB\"]","description_kind":"plain","placeholder":"GITHUB","required":true,"display":true,"values":["UNKNOWN","CLOUD_SOURCE_REPOSITORIES","GITHUB"]},"uri":{"type":"string","description":"The URI of the repo (required).","description_kind":"plain","placeholder":"https://hashicorp/terraform-provider-google-beta","required":true,"display":true}},"description":"The repo and ref of the repository from which to build. This field is used only for those triggers that do not respond to SCM events. Triggers that respond to such events build source at whatever commit caused the event. This field is currently only used by Webhook, Pub/Sub, Manual, and Cron triggers. One of 'trigger_template', 'github', 'pubsub_config' 'webhook_config' or 'source_to_build' must be provided.","description_kind":"plain"},"max_items":1,"min_items":1},"webhook_config":{"nesting_mode":"list","display":true,"display_label":"webhook_config","block":{"attributes":{"secret":{"type":"resource","field_type":"resource","resource":"secret_manager_single_version","description":"Resource name for the secret required as a URL parameter.","description_kind":"plain","display":true}},"description":"WebhookConfig describes the configuration of a trigger that creates a build whenever a webhook is sent to a trigger's webhook URL. One of 'trigger_template', 'github', 'pubsub_config' 'webhook_config' or 'source_to_build' must be provided.","description_kind":"plain"},"max_items":1,"min_items":1}},"description_kind":"plain"},"boxId":"hzpvJNZ8CpRAPAjCV7wET","isDeleted":true,"resource":"cloudbuild_git_trigger"}],["kLidXBsuXTZeh2Z2UdLlI",{"documentation_url":"https://cloud.google.com/build/docs/build-push-docker-image","version":1,"block":{"attributes":{"exists":{"type":"bool","description_kind":"plain","display":true},"name":{"type":"string","description":"Name of the trigger. Must be unique within the project.","description_kind":"plain","optional":true,"placeholder":"cb_git_trigger","computed":true,"display":true},"project":{"type":"string","field_type":"single-select","description_kind":"plain","optional":true,"computed":true,"placeholder":"prj-adt-terraform","display":true,"gcp_resource":"project","validation_regex":"(^(?=.{6,30}$)[a-z]([-a-z0-9]*[a-z0-9])?$)"},"service_account":{"type":"string","field_type":"single-select","description":"The service account used for all user-controlled operations including triggers.patch, triggers.run, builds.create, and builds.cancel. If no service account is set, then the standard Cloud Build service account ([PROJECT_NUM]@system.gserviceaccount.com) will be used instead.","placeholder":"adt-backend@prj-adt-terraform-1f1d1.iam.gserviceaccount.com","description_kind":"plain","optional":true,"display":true,"gcp_resource":"service_account","api_dependency":{"project":"block.attributes.project"}},"team":{"type":"string","description":"The team name that will manage this resource. Its always a good idea to have teams maange their own infrastructure. Specifying a team for this resource will create a logical segregation in terraform for that specific team for better operational efficiency, security and scalability. Choosing to keep this blank will not create any logical segregation","description_kind":"plain","placeholder":"paymentsSRE","display":true,"non_validation_regex":"[^0-9A-Za-z_-]"},"environment":{"type":"string","description":"The environment in which the resource should be deployed. Its always a good idea to isolate the management of infrastructure based on environments. For example, if you have environments dev, qa and prod, the management of dev infrastructure should be isolated from qa and prod. If you are not sure about the environment or are just willing to try things out, go ahead and choose dev","description_kind":"plain","placeholder":"dev","dropdown":true,"field_type":"single-select","values":["dev","qa","prod","staging"],"display":true,"non_validation_regex":"[^0-9A-Za-z_-]"}},"block_types":{"git_file_source":{"nesting_mode":"list","display":true,"display_label":"git_file_source","block":{"attributes":{"path":{"type":"string","description":"The path of the file, with the repo root as the root of the path.","description_kind":"plain","required":true,"placeholder":"cloudbuild.yaml","display":true},"repo_type":{"type":"string","field_type":"single-select","description":"The type of the repo, since it may not be explicit from the repo field (e.g from a URL). Values can be UNKNOWN, CLOUD_SOURCE_REPOSITORIES, GITHUB Possible values: [\"UNKNOWN\", \"CLOUD_SOURCE_REPOSITORIES\", \"GITHUB\"]","description_kind":"plain","placeholder":"GITHUB","required":true,"display":true,"values":["UNKNOWN","CLOUD_SOURCE_REPOSITORIES","GITHUB"]},"revision":{"type":"string","description":"The branch, tag, arbitrary ref, or SHA version of the repo to use when resolving the filename (optional). This field respects the same syntax/resolution as described here: https://git-scm.com/docs/gitrevisions If unspecified, the revision from which the trigger invocation originated is assumed to be the revision from which to read the specified path.","description_kind":"plain","placeholder":"refs/heads/main","optional":true,"display":true},"uri":{"type":"string","description":"The URI of the repo (optional). If unspecified, the repo from which the trigger invocation originated is assumed to be the repo from which to read the specified path.","description_kind":"plain","placeholder":"https://hashicorp/terraform-provider-google-beta","optional":true,"display":true}},"description":"The file source describing the local or remote Build template.","description_kind":"plain"},"max_items":1,"min_items":1},"source_to_build":{"nesting_mode":"list","display":true,"display_label":"source_to_build","block":{"attributes":{"ref":{"type":"string","description":"The branch or tag to use. Must start with \"refs/\" (required).","description_kind":"plain","placeholder":"refs/heads/main","required":true,"display":true},"repo_type":{"type":"string","field_type":"single-select","description":"The type of the repo, since it may not be explicit from the repo field (e.g from a URL). Values can be UNKNOWN, CLOUD_SOURCE_REPOSITORIES, GITHUB Possible values: [\"UNKNOWN\", \"CLOUD_SOURCE_REPOSITORIES\", \"GITHUB\"]","description_kind":"plain","placeholder":"GITHUB","required":true,"display":true,"values":["UNKNOWN","CLOUD_SOURCE_REPOSITORIES","GITHUB"]},"uri":{"type":"string","description":"The URI of the repo (required).","description_kind":"plain","placeholder":"https://hashicorp/terraform-provider-google-beta","required":true,"display":true}},"description":"The repo and ref of the repository from which to build. This field is used only for those triggers that do not respond to SCM events. Triggers that respond to such events build source at whatever commit caused the event. This field is currently only used by Webhook, Pub/Sub, Manual, and Cron triggers. One of 'trigger_template', 'github', 'pubsub_config' 'webhook_config' or 'source_to_build' must be provided.","description_kind":"plain"},"max_items":1,"min_items":1},"webhook_config":{"nesting_mode":"list","display":true,"display_label":"webhook_config","block":{"attributes":{"secret":{"type":"resource","field_type":"resource","resource":"secret_manager_single_version","description":"Resource name for the secret required as a URL parameter.","description_kind":"plain","display":true}},"description":"WebhookConfig describes the configuration of a trigger that creates a build whenever a webhook is sent to a trigger's webhook URL. One of 'trigger_template', 'github', 'pubsub_config' 'webhook_config' or 'source_to_build' must be provided.","description_kind":"plain"},"max_items":1,"min_items":1}},"description_kind":"plain"},"boxId":"kLidXBsuXTZeh2Z2UdLlI","isDeleted":true,"resource":"cloudbuild_git_trigger"}],["FV69FXJ4PIlJiH340IvLT",{"documentation_url":"https://cloud.google.com/storage/docs/buckets","block":{"attributes":{"exists":{"type":"bool","description_kind":"plain","display":true},"location":{"type":"string","field_type":"single-select","description":"The Google Cloud Storage location","description_kind":"plain","required":true,"placeholder":"us-central1","display":true,"gcp_resource":"region","validation_regex":"[a-z]-[a-z]+[0-9]{1}?$"},"name":{"type":"string","field_type":"single-select","description":"The name of the bucket.","description_kind":"plain","required":true,"placeholder":"helloworld-bucket","display":true,"validation_regex":"^(?!goog)(?!.*google).*(?:[a-z](?:[\\-_.a-z0-9]{2,61}[a-z0-9])?)","representative":true,"gcp_resource":"gcs_bucket","api_dependency":{"project":"block.attributes.project"}},"project":{"type":"string","field_type":"single-select","description":"The ID of the project in which the resource belongs. If it is not provided, the provider project is used.","description_kind":"plain","required":true,"placeholder":"prj-adt-terraform","computed":true,"display":true,"validation_regex":"(^(?=.{6,30}$)[a-z]([-a-z0-9]*[a-z0-9])?$)","gcp_resource":"project"},"storage_class":{"type":"string","field_type":"single-select","description":"The Storage Class of the new bucket. Supported values include: STANDARD, MULTI_REGIONAL, REGIONAL, NEARLINE, COLDLINE, ARCHIVE.","description_kind":"plain","optional":true,"placeholder":"STANDARD","display":true,"validation_regex":"(NEARLINE|ARCHIVE|COLDLINE|STANDARD)","values":["STANDARD","NEARLINE","COLDLINE","ARCHIVE"]},"team":{"type":"string","description":"The team name that will manage this resource. Its always a good idea to have teams maange their own infrastructure. Specifying a team for this resource will create a logical segregation in terraform for that specific team for better operational efficiency, security and scalability. Choosing to keep this blank will not create any logical segregation","description_kind":"plain","placeholder":"paymentsSRE","display":true,"non_validation_regex":"[^0-9A-Za-z_-]"},"environment":{"type":"string","description":"The environment in which the resource should be deployed. Its always a good idea to isolate the management of infrastructure based on environments. For example, if you have environments dev, qa and prod, the management of dev infrastructure should be isolated from qa and prod. If you are not sure about the environment or are just willing to try things out, go ahead and choose dev","description_kind":"plain","placeholder":"dev","dropdown":true,"field_type":"single-select","values":["dev","qa","prod","staging"],"display":true,"non_validation_regex":"[^0-9A-Za-z_-]"}}},"boxId":"FV69FXJ4PIlJiH340IvLT","isDeleted":true,"resource":"google_storage_bucket"}],["rCkbsZl5tCzAsNPaJki8x",{"documentation_url":"https://cloud.google.com/bigquery/docs/datasets#terraform","version":0,"block":{"attributes":{"exists":{"type":"bool","description_kind":"plain","display":true},"dataset_id":{"type":"string","description":"A unique ID for this dataset, without the project name. The ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_). The maximum length is 1,024 characters.","description_kind":"plain","placeholder":"foo","display":true,"required":true},"friendly_name":{"type":"string","description":"Friendly name.","description_kind":"plain","display":true,"placeholder":"foo","optional":true},"location":{"type":"string","field_type":"single-select","description":"The geographic location where the dataset should reside. See [official docs](https://cloud.google.com/bigquery/docs/dataset-locations). There are two types of locations, regional or multi-regional. A regional location is a specific geographic place, such as Tokyo, and a multi-regional location is a large geographic area, such as the United States, that contains at least two geographic places. The default value is multi-regional location 'US'. Changing this forces a new resource to be created.","description_kind":"plain","display":true,"placeholder":"US","optional":true,"gcp_resource":"region","message":""},"project":{"type":"string","field_type":"single-select","description_kind":"plain","required":true,"placeholder":"prj-adt-terraform","display":true,"computed":true,"gcp_resource":"project","message":"Required"},"team":{"type":"string","description":"The team name that will manage this resource. Its always a good idea to have teams maange their own infrastructure. Specifying a team for this resource will create a logical segregation in terraform for that specific team for better operational efficiency, security and scalability. Choosing to keep this blank will not create any logical segregation","description_kind":"plain","placeholder":"paymentsSRE","display":true,"non_validation_regex":"[^0-9A-Za-z_-]"},"environment":{"type":"string","description":"The environment in which the resource should be deployed. Its always a good idea to isolate the management of infrastructure based on environments. For example, if you have environments dev, qa and prod, the management of dev infrastructure should be isolated from qa and prod. If you are not sure about the environment or are just willing to try things out, go ahead and choose dev","description_kind":"plain","placeholder":"dev","dropdown":true,"field_type":"single-select","values":["dev","qa","prod","staging"],"display":true,"non_validation_regex":"[^0-9A-Za-z_-]"}},"block_types":{"tables":{"nesting_mode":"list","display":true,"display_label":"tables","block":{"attributes":{"friendly_name":{"type":"string","description":"A descriptive name for the table.","placeholder":"table-a","display":true,"description_kind":"plain","optional":true},"schema":{"type":"string","description":"A JSON schema for the table.","description_kind":"plain","display":true,"optional":true,"computed":true},"table_id":{"type":"string","description":"A unique ID for the resource. Changing this forces a new resource to be created.","description_kind":"plain","placeholder":"sheet","display":true,"required":true}}}}},"description_kind":"plain"},"boxId":"rCkbsZl5tCzAsNPaJki8x","isDeleted":true,"resource":"google_bigquery_dataset"}],["xKHUnyB9oVjnPJ1dqEWl3",{"documentation_url":"https://cloud.google.com/functions/docs/writing","block":{"attributes":{"exists":{"type":"bool","description_kind":"plain","display":true},"docker_registry":{"type":"string","field_type":"single-select","description":"Docker Registry to use for storing the function's Docker images. Allowed values are CONTAINER_REGISTRY (default) and ARTIFACT_REGISTRY.","description_kind":"plain","optional":true,"computed":true,"placeholder":"CONTAINER_REGISTRY","display":true,"values":["CONTAINER_REGISTRY","ARTIFACT_REGISTRY"]},"docker_repository":{"type":"string","description":"User managed repository created in Artifact Registry optionally with a customer managed encryption key. If specified, deployments will use Artifact Registry for storing images built with Cloud Build.","description_kind":"plain","optional":true,"placeholder":"gcr.io/cloudrun","display":true},"entry_point":{"type":"string","description":"Name of the function that will be executed when the Google Cloud Function is triggered.","description_kind":"plain","optional":true,"placeholder":"entrypoint_method","display":true},"name":{"type":"string","description":"A user-defined name of the function. Function names must be unique globally.","description_kind":"plain","required":true,"display":true,"placeholder":"appservice-method","validation_regex":"^(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?)$"},"project":{"type":"string","field_type":"single-select","description":"Project of the function. If it is not provided, the provider project is used.","description_kind":"plain","required":true,"computed":true,"display":true,"gcp_resource":"project","placeholder":"prj-adt-terraform","validation_regex":"(^(?=.{6,30}$)[a-z]([-a-z0-9]*[a-z0-9])?$)","message":"Required"},"region":{"type":"string","field_type":"single-select","description":"Region of function. If it is not provided, the provider region is used.","description_kind":"plain","optional":true,"computed":true,"display":true,"gcp_resource":"region","placeholder":"us-central1","validation_regex":"[a-z]-[a-z]+[0-9]{1}?$","message":"Invalid format"},"runtime":{"type":"string","field_type":"single-select","description":"The runtime in which the function is going to run. Eg. \"nodejs8\", \"nodejs10\", \"python37\", \"go111\".","description_kind":"plain","required":true,"placeholder":"python37","display":true,"values":["nodejs8","nodejs10","python37","go111"]},"source_archive_bucket":{"type":"string","field_type":"single-select","description":"The GCS bucket containing the zip archive which contains the function.","description_kind":"plain","optional":true,"placeholder":"source_cf_bucket","display":true,"gcp_resource":"gcs_bucket","api_dependency":{"project":"block.attributes.project"}},"source_archive_object":{"type":"string","description":"The source archive object (file) in archive bucket.","description_kind":"plain","optional":true,"placeholder":"cf_objects/helloworld","display":true},"trigger_http":{"type":"bool","field_type":"single-select","description":"Boolean variable. Any HTTP request (of a supported type) to the endpoint will trigger function execution. Supported HTTP request types are: POST, PUT, GET, DELETE, and OPTIONS. Endpoint is returned as https_trigger_url. Cannot be used with trigger_bucket and trigger_topic.","description_kind":"plain","optional":true,"placeholder":"GET","display":true,"values":["POST","PUT","GET","DELETE","OPTIONS"]},"team":{"type":"string","description":"The team name that will manage this resource. Its always a good idea to have teams maange their own infrastructure. Specifying a team for this resource will create a logical segregation in terraform for that specific team for better operational efficiency, security and scalability. Choosing to keep this blank will not create any logical segregation","description_kind":"plain","placeholder":"paymentsSRE","display":true,"non_validation_regex":"[^0-9A-Za-z_-]"},"environment":{"type":"string","description":"The environment in which the resource should be deployed. Its always a good idea to isolate the management of infrastructure based on environments. For example, if you have environments dev, qa and prod, the management of dev infrastructure should be isolated from qa and prod. If you are not sure about the environment or are just willing to try things out, go ahead and choose dev","description_kind":"plain","placeholder":"dev","dropdown":true,"field_type":"single-select","values":["dev","qa","prod","staging"],"display":true,"non_validation_regex":"[^0-9A-Za-z_-]"}},"block_types":{"pubsub_event_trigger":{"nesting_mode":"list","display":true,"display_label":"pubsub event trigger","block":{"attributes":{"event_type":{"type":"string","display":true,"description":"The type of event to observe. For example: \"google.storage.object.finalize\". See the documentation on calling Cloud Functions for a full reference of accepted triggers.","description_kind":"plain","placeholder":"google.storage.object.finalize","required":true},"resource":{"type":"resource","field_type":"resource","resource":"google_pubsub_topic","description":"pubsub topic.","description_kind":"plain","display":true,"required":true}},"block_types":{},"description":"A source that fires events in response to a condition in another service. Cannot be used with trigger_http.","description_kind":"plain"},"max_items":1},"cloud_storage_event_trigger":{"nesting_mode":"list","display":true,"display_label":"cloud storage event trigger","block":{"attributes":{"event_type":{"type":"string","description":"The type of event to observe. For example: \"google.storage.object.finalize\". See the documentation on calling Cloud Functions for a full reference of accepted triggers.","description_kind":"plain","placeholder":"google.storage.object.finalize","required":true,"display":true},"resource":{"type":"resource","field_type":"resource","resource":"google_storage_bucket","description":"storage bucket.","description_kind":"plain","display":true,"required":true}},"block_types":{},"description":"A source that fires events in response to a condition in another service. Cannot be used with trigger_http.","description_kind":"plain"},"max_items":1},"source_repository":{"nesting_mode":"list","display":true,"display_label":"Source repository","block":{"attributes":{"url":{"type":"string","description":"The URL pointing to the hosted repository where the function is defined. There are supported Cloud Source Repository URLs in the following formats","description_kind":"plain","placeholder":"https://source.developers.google.com/projects/prj-adt-terraform/repos/helloworld","required":true,"display":true}},"description":"Represents parameters related to source repository where a function is hosted. Cannot be set alongside source_archive_bucket or source_archive_object.","description_kind":"plain"},"max_items":1,"min_items":1},"blockTypeLists":{"source_repository":[{"key":"_3jRQfb3WLZOeHNTTjCO0","value":{"nesting_mode":"list","display":true,"display_label":"Source repository","block":{"attributes":{"url":{"type":"string","description":"The URL pointing to the hosted repository where the function is defined. There are supported Cloud Source Repository URLs in the following formats","description_kind":"plain","placeholder":"https://source.developers.google.com/projects/prj-adt-terraform/repos/helloworld","required":true,"display":true}},"description":"Represents parameters related to source repository where a function is hosted. Cannot be set alongside source_archive_bucket or source_archive_object.","description_kind":"plain"},"max_items":1,"min_items":1}}]}}},"boxId":"xKHUnyB9oVjnPJ1dqEWl3","isDeleted":true,"resource":"google_cloudfunctions_function"}],["rLR6xsPDNiM8uM_dWPxfI",{"documentation_url":"https://cloud.google.com/storage/docs/buckets","block":{"attributes":{"exists":{"type":"bool","description_kind":"plain","display":true},"location":{"type":"string","field_type":"single-select","description":"The Google Cloud Storage location","description_kind":"plain","required":true,"placeholder":"us-central1","display":true,"gcp_resource":"region","validation_regex":"[a-z]-[a-z]+[0-9]{1}?$","message":"Required"},"name":{"type":"string","field_type":"single-select","description":"The name of the bucket.","description_kind":"plain","required":true,"placeholder":"helloworld-bucket","display":true,"validation_regex":"^(?!goog)(?!.*google).*(?:[a-z](?:[\\-_.a-z0-9]{2,61}[a-z0-9])?)","representative":true,"gcp_resource":"gcs_bucket","api_dependency":{"project":"block.attributes.project"}},"project":{"type":"string","field_type":"single-select","description":"The ID of the project in which the resource belongs. If it is not provided, the provider project is used.","description_kind":"plain","required":true,"placeholder":"prj-adt-terraform","computed":true,"display":true,"validation_regex":"(^(?=.{6,30}$)[a-z]([-a-z0-9]*[a-z0-9])?$)","gcp_resource":"project","message":"Required"},"storage_class":{"type":"string","field_type":"single-select","description":"The Storage Class of the new bucket. Supported values include: STANDARD, MULTI_REGIONAL, REGIONAL, NEARLINE, COLDLINE, ARCHIVE.","description_kind":"plain","optional":true,"placeholder":"STANDARD","display":true,"validation_regex":"(NEARLINE|ARCHIVE|COLDLINE|STANDARD)","values":["STANDARD","NEARLINE","COLDLINE","ARCHIVE"]},"team":{"type":"string","description":"The team name that will manage this resource. Its always a good idea to have teams maange their own infrastructure. Specifying a team for this resource will create a logical segregation in terraform for that specific team for better operational efficiency, security and scalability. Choosing to keep this blank will not create any logical segregation","description_kind":"plain","placeholder":"paymentsSRE","display":true,"non_validation_regex":"[^0-9A-Za-z_-]"},"environment":{"type":"string","description":"The environment in which the resource should be deployed. Its always a good idea to isolate the management of infrastructure based on environments. For example, if you have environments dev, qa and prod, the management of dev infrastructure should be isolated from qa and prod. If you are not sure about the environment or are just willing to try things out, go ahead and choose dev","description_kind":"plain","placeholder":"dev","dropdown":true,"field_type":"single-select","values":["dev","qa","prod","staging"],"display":true,"non_validation_regex":"[^0-9A-Za-z_-]"}}},"boxId":"rLR6xsPDNiM8uM_dWPxfI","isDeleted":true,"resource":"google_storage_bucket"}],["FEZbF8emwr8sBIQIdLqP6",{"documentation_url":"https://cloud.google.com/compute/docs/regions-zones","deployable":false,"block":{"attributes":{"region":{"type":"string","field_type":"single-select","description":"Region","description_kind":"plain","required":true,"placeholder":"us-central1","display":true,"validation_regex":"[a-z]-[a-z]+[0-9]{1}?$","gcp_resource":"region","api_dependency":{"project":""}},"team":{"type":"string","description":"The team name that will manage this resource. Its always a good idea to have teams maange their own infrastructure. Specifying a team for this resource will create a logical segregation in terraform for that specific team for better operational efficiency, security and scalability. Choosing to keep this blank will not create any logical segregation","description_kind":"plain","placeholder":"paymentsSRE","display":true,"non_validation_regex":"[^0-9A-Za-z_-]"},"environment":{"type":"string","description":"The environment in which the resource should be deployed. Its always a good idea to isolate the management of infrastructure based on environments. For example, if you have environments dev, qa and prod, the management of dev infrastructure should be isolated from qa and prod. If you are not sure about the environment or are just willing to try things out, go ahead and choose dev","description_kind":"plain","placeholder":"dev","dropdown":true,"field_type":"single-select","values":["dev","qa","prod","staging"],"display":true,"non_validation_regex":"[^0-9A-Za-z_-]"}}},"resource":"region","boxId":"FEZbF8emwr8sBIQIdLqP6","isDeleted":true}],["5ES4MFO4ILeOhE5czPW70",{"documentation_url":"https://cloud.google.com/resource-manager/docs/creating-managing-projects","version":1,"block":{"attributes":{"exists":{"type":"bool","description_kind":"plain","display":true},"billing_account":{"type":"string","description":"The alphanumeric ID of the billing account this project belongs to. The user or service account performing this operation with Terraform must have Billing Account Administrator privileges (roles/billing.admin) in the organization. See Google Cloud Billing API Access Control for more details.","description_kind":"plain","optional":true,"placeholder":"011DC8-DA44DB-216504","display":true},"folder_id":{"type":"string","description":"The numeric ID of the folder this project should be created under. Only one of org_id or folder_id may be specified. If the folder_id is specified, then the project is created under the specified folder. Changing this forces the project to be migrated to the newly specified folder.","description_kind":"plain","placeholder":"191953190635","optional":true,"display":true},"name":{"type":"string","description":"The display name of the project.","description_kind":"plain","required":true,"placeholder":"prj-adt-terraform","display":true,"validation_regex":"(^(?=.{6,30}$)[a-z]([-a-z0-9]*[a-z0-9])?$)"},"org_id":{"type":"string","description":"The numeric ID of the organization this project belongs to. Changing this forces a new project to be created. Only one of org_id or folder_id may be specified. If the org_id is specified then the project is created at the top level. Changing this forces the project to be migrated to the newly specified organization.","description_kind":"plain","placeholder":"991249987803","optional":true,"display":true},"project_id":{"type":"string","field_type":"single-select","description":"The project ID. Changing this forces a new project to be created.","description_kind":"plain","required":true,"display":true,"placeholder":"prj-adt-terraform","validation_regex":"(^(?=.{6,30}$)[a-z]([-a-z0-9]*[a-z0-9])?$)","representative":true,"gcp_resource":"project"},"team":{"type":"string","description":"The team name that will manage this resource. Its always a good idea to have teams maange their own infrastructure. Specifying a team for this resource will create a logical segregation in terraform for that specific team for better operational efficiency, security and scalability. Choosing to keep this blank will not create any logical segregation","description_kind":"plain","placeholder":"paymentsSRE","display":true,"non_validation_regex":"[^0-9A-Za-z_-]"},"environment":{"type":"string","description":"The environment in which the resource should be deployed. Its always a good idea to isolate the management of infrastructure based on environments. For example, if you have environments dev, qa and prod, the management of dev infrastructure should be isolated from qa and prod. If you are not sure about the environment or are just willing to try things out, go ahead and choose dev","description_kind":"plain","placeholder":"dev","dropdown":true,"field_type":"single-select","values":["dev","qa","prod","staging"],"display":true,"non_validation_regex":"[^0-9A-Za-z_-]"}}},"resource":"google_project","boxId":"5ES4MFO4ILeOhE5czPW70","isDeleted":true}],["eMQXcLzYgKT5owHVTU7js",{"documentation_url":"https://cloud.google.com/compute/docs/regions-zones","deployable":false,"block":{"attributes":{"region":{"type":"string","field_type":"single-select","description":"Region","description_kind":"plain","required":true,"placeholder":"us-central1","display":true,"validation_regex":"[a-z]-[a-z]+[0-9]{1}?$","gcp_resource":"region","api_dependency":{"project":""}},"team":{"type":"string","description":"The team name that will manage this resource. Its always a good idea to have teams maange their own infrastructure. Specifying a team for this resource will create a logical segregation in terraform for that specific team for better operational efficiency, security and scalability. Choosing to keep this blank will not create any logical segregation","description_kind":"plain","placeholder":"paymentsSRE","display":true,"non_validation_regex":"[^0-9A-Za-z_-]"},"environment":{"type":"string","description":"The environment in which the resource should be deployed. Its always a good idea to isolate the management of infrastructure based on environments. For example, if you have environments dev, qa and prod, the management of dev infrastructure should be isolated from qa and prod. If you are not sure about the environment or are just willing to try things out, go ahead and choose dev","description_kind":"plain","placeholder":"dev","dropdown":true,"field_type":"single-select","values":["dev","qa","prod","staging"],"display":true,"non_validation_regex":"[^0-9A-Za-z_-]"}}},"resource":"region","boxId":"eMQXcLzYgKT5owHVTU7js","isDeleted":true}],["_xHOs6O_f0-L1-0bjUp1d",{"documentation_url":"https://cloud.google.com/compute/docs/regions-zones","deployable":false,"block":{"attributes":{"region":{"type":"string","field_type":"single-select","description":"Region","description_kind":"plain","required":true,"placeholder":"us-central1","display":true,"validation_regex":"[a-z]-[a-z]+[0-9]{1}?$","gcp_resource":"region","api_dependency":{"project":""}},"team":{"type":"string","description":"The team name that will manage this resource. Its always a good idea to have teams maange their own infrastructure. Specifying a team for this resource will create a logical segregation in terraform for that specific team for better operational efficiency, security and scalability. Choosing to keep this blank will not create any logical segregation","description_kind":"plain","placeholder":"paymentsSRE","display":true,"non_validation_regex":"[^0-9A-Za-z_-]"},"environment":{"type":"string","description":"The environment in which the resource should be deployed. Its always a good idea to isolate the management of infrastructure based on environments. For example, if you have environments dev, qa and prod, the management of dev infrastructure should be isolated from qa and prod. If you are not sure about the environment or are just willing to try things out, go ahead and choose dev","description_kind":"plain","placeholder":"dev","dropdown":true,"field_type":"single-select","values":["dev","qa","prod","staging"],"display":true,"non_validation_regex":"[^0-9A-Za-z_-]"}}},"resource":"region","boxId":"_xHOs6O_f0-L1-0bjUp1d","isDeleted":true}],["KdbyS0y_Vhwiuzl-dkmH3",{"documentation_url":"https://cloud.google.com/compute/docs/regions-zones","deployable":false,"block":{"attributes":{"region":{"type":"string","field_type":"single-select","description":"Region","description_kind":"plain","required":true,"placeholder":"us-central1","display":true,"validation_regex":"[a-z]-[a-z]+[0-9]{1}?$","gcp_resource":"region","api_dependency":{"project":""}},"team":{"type":"string","description":"The team name that will manage this resource. Its always a good idea to have teams maange their own infrastructure. Specifying a team for this resource will create a logical segregation in terraform for that specific team for better operational efficiency, security and scalability. Choosing to keep this blank will not create any logical segregation","description_kind":"plain","placeholder":"paymentsSRE","display":true,"non_validation_regex":"[^0-9A-Za-z_-]"},"environment":{"type":"string","description":"The environment in which the resource should be deployed. Its always a good idea to isolate the management of infrastructure based on environments. For example, if you have environments dev, qa and prod, the management of dev infrastructure should be isolated from qa and prod. If you are not sure about the environment or are just willing to try things out, go ahead and choose dev","description_kind":"plain","placeholder":"dev","dropdown":true,"field_type":"single-select","values":["dev","qa","prod","staging"],"display":true,"non_validation_regex":"[^0-9A-Za-z_-]"}}},"resource":"region","boxId":"KdbyS0y_Vhwiuzl-dkmH3","isDeleted":true}],["8pNX46VkoXMp4RbBRMw3D",{"documentation_url":"https://cloud.google.com/compute/docs/regions-zones","deployable":false,"block":{"attributes":{"region":{"type":"string","field_type":"single-select","description":"Region","description_kind":"plain","required":true,"placeholder":"us-central1","display":true,"validation_regex":"[a-z]-[a-z]+[0-9]{1}?$","gcp_resource":"region","api_dependency":{"project":""}},"team":{"type":"string","description":"The team name that will manage this resource. Its always a good idea to have teams maange their own infrastructure. Specifying a team for this resource will create a logical segregation in terraform for that specific team for better operational efficiency, security and scalability. Choosing to keep this blank will not create any logical segregation","description_kind":"plain","placeholder":"paymentsSRE","display":true,"non_validation_regex":"[^0-9A-Za-z_-]"},"environment":{"type":"string","description":"The environment in which the resource should be deployed. Its always a good idea to isolate the management of infrastructure based on environments. For example, if you have environments dev, qa and prod, the management of dev infrastructure should be isolated from qa and prod. If you are not sure about the environment or are just willing to try things out, go ahead and choose dev","description_kind":"plain","placeholder":"dev","dropdown":true,"field_type":"single-select","values":["dev","qa","prod","staging"],"display":true,"non_validation_regex":"[^0-9A-Za-z_-]"}}},"resource":"region","boxId":"8pNX46VkoXMp4RbBRMw3D","isDeleted":true}],["h3pxPecv7fjSj5K6Z5Gk2",{"documentation_url":"https://cloud.google.com/vpc/docs/vpc","block":{"attributes":{"exists":{"type":"bool","description_kind":"plain","display":true},"name":{"type":"string","field_type":"single-select","description":"Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression '[a-z]([-a-z0-9]*[a-z0-9])?' which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.","description_kind":"plain","placeholder":"network-a","required":true,"display":true,"validation_regex":"^(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?)$","representative":true,"gcp_resource":"network","api_dependency":{"project":"block.attributes.project"}},"project":{"type":"string","field_type":"single-select","description_kind":"plain","optional":true,"computed":true,"placeholder":"prj-adt-terraform","display":true,"validation_regex":"(^(?=.{6,30}$)[a-z]([-a-z0-9]*[a-z0-9])?$)","gcp_resource":"project","message":""},"team":{"type":"string","description":"The team name that will manage this resource. Its always a good idea to have teams maange their own infrastructure. Specifying a team for this resource will create a logical segregation in terraform for that specific team for better operational efficiency, security and scalability. Choosing to keep this blank will not create any logical segregation","description_kind":"plain","placeholder":"paymentsSRE","display":true,"non_validation_regex":"[^0-9A-Za-z_-]"},"environment":{"type":"string","description":"The environment in which the resource should be deployed. Its always a good idea to isolate the management of infrastructure based on environments. For example, if you have environments dev, qa and prod, the management of dev infrastructure should be isolated from qa and prod. If you are not sure about the environment or are just willing to try things out, go ahead and choose dev","description_kind":"plain","placeholder":"dev","dropdown":true,"field_type":"single-select","values":["dev","qa","prod","staging"],"display":true,"non_validation_regex":"[^0-9A-Za-z_-]"}},"block_types":{"routes":{"display_label":"Routes","nesting_mode":"list","display":true,"block":{"attributes":{"name":{"type":"string","placeholder":"route-to-proxy","description":"Name of the route","description_kind":"plain","display":true},"dest_range":{"type":"string","description":"CIDR range of the destination","description_kind":"plain","placeholder":"10.0.0.0/24","display":true},"next_hop_ip":{"type":"string","description":"Next hop IP address","description_kind":"plain","placeholder":"10.1.0.0","display":true}}}},"fw_rules":{"display_label":"Ingress Firewall rules","nesting_mode":"list","display":true,"block":{"attributes":{"name":{"type":"string","description":"name of the fw rule","description_kind":"plain","placeholder":"allow-ssh","display":true},"source_ranges":{"type":["set","string"],"optional":true,"description":"Source ranges to whitelist","description_kind":"plain","display":true},"ports":{"type":["set","string"],"optional":true,"description":"Source ranges to whitelist, Protocol is TCP","description_kind":"plain","display":true},"protocol":{"type":"string","field_type":"single-select","required":true,"description":"The IP protocol to which this rule applies. The protocol type is required when creating a firewall rule","description_kind":"plain","display":true,"values":["tcp","udp","icmp","all"]},"target_service_accounts":{"type":["set","string"],"field_type":"multi-select","optional":true,"description":"The service accounts where this rule will be applied","description_kind":"plain","display":true,"gcp_resource":"service_account","api_dependency":{"project":"block.attributes.project"}}},"description":"Fw rules for the VPC","description_kind":"plain"}}}},"resource":"google_compute_network","boxId":"h3pxPecv7fjSj5K6Z5Gk2","isDeleted":true}],["qs-YJyCmmB9OUljffRRju",{"documentation_url":"https://cloud.google.com/storage/docs/buckets","block":{"attributes":{"exists":{"type":"bool","description_kind":"plain","display":true},"location":{"type":"string","field_type":"single-select","description":"The Google Cloud Storage location","description_kind":"plain","required":true,"placeholder":"us-central1","display":true,"gcp_resource":"region","validation_regex":"[a-z]-[a-z]+[0-9]{1}?$","message":"Required"},"name":{"type":"string","field_type":"single-select","description":"The name of the bucket.","description_kind":"plain","required":true,"placeholder":"helloworld-bucket","display":true,"validation_regex":"^(?!goog)(?!.*google).*(?:[a-z](?:[\\-_.a-z0-9]{2,61}[a-z0-9])?)","representative":true,"gcp_resource":"gcs_bucket","api_dependency":{"project":"block.attributes.project"}},"project":{"type":"string","field_type":"single-select","description":"The ID of the project in which the resource belongs. If it is not provided, the provider project is used.","description_kind":"plain","required":true,"placeholder":"prj-adt-terraform","computed":true,"display":true,"validation_regex":"(^(?=.{6,30}$)[a-z]([-a-z0-9]*[a-z0-9])?$)","gcp_resource":"project","message":"Required"},"storage_class":{"type":"string","field_type":"single-select","description":"The Storage Class of the new bucket. Supported values include: STANDARD, MULTI_REGIONAL, REGIONAL, NEARLINE, COLDLINE, ARCHIVE.","description_kind":"plain","optional":true,"placeholder":"STANDARD","display":true,"validation_regex":"(NEARLINE|ARCHIVE|COLDLINE|STANDARD)","values":["STANDARD","NEARLINE","COLDLINE","ARCHIVE"]},"team":{"type":"string","description":"The team name that will manage this resource. Its always a good idea to have teams maange their own infrastructure. Specifying a team for this resource will create a logical segregation in terraform for that specific team for better operational efficiency, security and scalability. Choosing to keep this blank will not create any logical segregation","description_kind":"plain","placeholder":"paymentsSRE","display":true,"non_validation_regex":"[^0-9A-Za-z_-]"},"environment":{"type":"string","description":"The environment in which the resource should be deployed. Its always a good idea to isolate the management of infrastructure based on environments. For example, if you have environments dev, qa and prod, the management of dev infrastructure should be isolated from qa and prod. If you are not sure about the environment or are just willing to try things out, go ahead and choose dev","description_kind":"plain","placeholder":"dev","dropdown":true,"field_type":"single-select","values":["dev","qa","prod","staging"],"display":true,"non_validation_regex":"[^0-9A-Za-z_-]"}}},"resource":"google_storage_bucket","boxId":"qs-YJyCmmB9OUljffRRju","isDeleted":true}],["rkmLEAcAmdweSG5IfBg2F",{"documentation_url":"https://cloud.google.com/compute/docs/regions-zones","deployable":false,"block":{"attributes":{"region":{"type":"string","field_type":"single-select","description":"Region","description_kind":"plain","required":true,"placeholder":"us-central1","display":true,"validation_regex":"[a-z]-[a-z]+[0-9]{1}?$","gcp_resource":"region","api_dependency":{"project":""}},"team":{"type":"string","description":"The team name that will manage this resource. Its always a good idea to have teams maange their own infrastructure. Specifying a team for this resource will create a logical segregation in terraform for that specific team for better operational efficiency, security and scalability. Choosing to keep this blank will not create any logical segregation","description_kind":"plain","placeholder":"paymentsSRE","display":true,"non_validation_regex":"[^0-9A-Za-z_-]"},"environment":{"type":"string","description":"The environment in which the resource should be deployed. Its always a good idea to isolate the management of infrastructure based on environments. For example, if you have environments dev, qa and prod, the management of dev infrastructure should be isolated from qa and prod. If you are not sure about the environment or are just willing to try things out, go ahead and choose dev","description_kind":"plain","placeholder":"dev","dropdown":true,"field_type":"single-select","values":["dev","qa","prod","staging"],"display":true,"non_validation_regex":"[^0-9A-Za-z_-]"}}},"resource":"region","boxId":"rkmLEAcAmdweSG5IfBg2F","isDeleted":true}],["bJnODD4H6mYBEBOuchIfG",{"documentation_url":"https://cloud.google.com/storage/docs/buckets","block":{"attributes":{"exists":{"type":"bool","description_kind":"plain","display":true},"location":{"type":"string","field_type":"single-select","description":"The Google Cloud Storage location","description_kind":"plain","required":true,"placeholder":"us-central1","display":true,"gcp_resource":"region","validation_regex":"[a-z]-[a-z]+[0-9]{1}?$","message":"Required"},"name":{"type":"string","field_type":"single-select","description":"The name of the bucket.","description_kind":"plain","required":true,"placeholder":"helloworld-bucket","display":true,"validation_regex":"^(?!goog)(?!.*google).*(?:[a-z](?:[\\-_.a-z0-9]{2,61}[a-z0-9])?)","representative":true,"gcp_resource":"gcs_bucket","api_dependency":{"project":"block.attributes.project"}},"project":{"type":"string","field_type":"single-select","description":"The ID of the project in which the resource belongs. If it is not provided, the provider project is used.","description_kind":"plain","required":true,"placeholder":"prj-adt-terraform","computed":true,"display":true,"validation_regex":"(^(?=.{6,30}$)[a-z]([-a-z0-9]*[a-z0-9])?$)","gcp_resource":"project","message":"Required"},"storage_class":{"type":"string","field_type":"single-select","description":"The Storage Class of the new bucket. Supported values include: STANDARD, MULTI_REGIONAL, REGIONAL, NEARLINE, COLDLINE, ARCHIVE.","description_kind":"plain","optional":true,"placeholder":"STANDARD","display":true,"validation_regex":"(NEARLINE|ARCHIVE|COLDLINE|STANDARD)","values":["STANDARD","NEARLINE","COLDLINE","ARCHIVE"]},"team":{"type":"string","description":"The team name that will manage this resource. Its always a good idea to have teams maange their own infrastructure. Specifying a team for this resource will create a logical segregation in terraform for that specific team for better operational efficiency, security and scalability. Choosing to keep this blank will not create any logical segregation","description_kind":"plain","placeholder":"paymentsSRE","display":true,"non_validation_regex":"[^0-9A-Za-z_-]"},"environment":{"type":"string","description":"The environment in which the resource should be deployed. Its always a good idea to isolate the management of infrastructure based on environments. For example, if you have environments dev, qa and prod, the management of dev infrastructure should be isolated from qa and prod. If you are not sure about the environment or are just willing to try things out, go ahead and choose dev","description_kind":"plain","placeholder":"dev","dropdown":true,"field_type":"single-select","values":["dev","qa","prod","staging"],"display":true,"non_validation_regex":"[^0-9A-Za-z_-]"}}},"resource":"google_storage_bucket","boxId":"bJnODD4H6mYBEBOuchIfG","isDeleted":true}],["rCN2dA6OQ5J36e7vnIvfV",{"documentation_url":"https://cloud.google.com/compute/docs/regions-zones","deployable":false,"block":{"attributes":{"region":{"type":"string","field_type":"single-select","description":"Region","description_kind":"plain","required":true,"placeholder":"us-central1","display":true,"validation_regex":"[a-z]-[a-z]+[0-9]{1}?$","gcp_resource":"region","api_dependency":{"project":""}},"team":{"type":"string","description":"The team name that will manage this resource. Its always a good idea to have teams maange their own infrastructure. Specifying a team for this resource will create a logical segregation in terraform for that specific team for better operational efficiency, security and scalability. Choosing to keep this blank will not create any logical segregation","description_kind":"plain","placeholder":"paymentsSRE","display":true,"non_validation_regex":"[^0-9A-Za-z_-]"},"environment":{"type":"string","description":"The environment in which the resource should be deployed. Its always a good idea to isolate the management of infrastructure based on environments. For example, if you have environments dev, qa and prod, the management of dev infrastructure should be isolated from qa and prod. If you are not sure about the environment or are just willing to try things out, go ahead and choose dev","description_kind":"plain","placeholder":"dev","dropdown":true,"field_type":"single-select","values":["dev","qa","prod","staging"],"display":true,"non_validation_regex":"[^0-9A-Za-z_-]"}}},"resource":"region","boxId":"rCN2dA6OQ5J36e7vnIvfV","isDeleted":true}],["3gFsZXR9GmruBeduu2j_0",{"documentation_url":"https://cloud.google.com/bigquery/docs/datasets#terraform","version":0,"block":{"attributes":{"exists":{"type":"bool","description_kind":"plain","display":true},"dataset_id":{"type":"string","description":"A unique ID for this dataset, without the project name. The ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_). The maximum length is 1,024 characters.","description_kind":"plain","placeholder":"foo","display":true,"required":true},"friendly_name":{"type":"string","description":"Friendly name.","description_kind":"plain","display":true,"placeholder":"foo","optional":true},"location":{"type":"string","field_type":"single-select","description":"The geographic location where the dataset should reside. See [official docs](https://cloud.google.com/bigquery/docs/dataset-locations). There are two types of locations, regional or multi-regional. A regional location is a specific geographic place, such as Tokyo, and a multi-regional location is a large geographic area, such as the United States, that contains at least two geographic places. The default value is multi-regional location 'US'. Changing this forces a new resource to be created.","description_kind":"plain","display":true,"placeholder":"US","optional":true,"gcp_resource":"region","message":""},"project":{"type":"string","field_type":"single-select","description_kind":"plain","required":true,"placeholder":"prj-adt-terraform","display":true,"computed":true,"gcp_resource":"project","message":"Required"},"team":{"type":"string","description":"The team name that will manage this resource. Its always a good idea to have teams maange their own infrastructure. Specifying a team for this resource will create a logical segregation in terraform for that specific team for better operational efficiency, security and scalability. Choosing to keep this blank will not create any logical segregation","description_kind":"plain","placeholder":"paymentsSRE","display":true,"non_validation_regex":"[^0-9A-Za-z_-]"},"environment":{"type":"string","description":"The environment in which the resource should be deployed. Its always a good idea to isolate the management of infrastructure based on environments. For example, if you have environments dev, qa and prod, the management of dev infrastructure should be isolated from qa and prod. If you are not sure about the environment or are just willing to try things out, go ahead and choose dev","description_kind":"plain","placeholder":"dev","dropdown":true,"field_type":"single-select","values":["dev","qa","prod","staging"],"display":true,"non_validation_regex":"[^0-9A-Za-z_-]"}},"block_types":{"tables":{"nesting_mode":"list","display":true,"display_label":"tables","block":{"attributes":{"friendly_name":{"type":"string","description":"A descriptive name for the table.","placeholder":"table-a","display":true,"description_kind":"plain","optional":true},"schema":{"type":"string","description":"A JSON schema for the table.","description_kind":"plain","display":true,"optional":true,"computed":true},"table_id":{"type":"string","description":"A unique ID for the resource. Changing this forces a new resource to be created.","description_kind":"plain","placeholder":"sheet","display":true,"required":true}}}},"blockTypeLists":{}},"description_kind":"plain"},"resource":"google_bigquery_dataset","boxId":"3gFsZXR9GmruBeduu2j_0","isDeleted":true}],["tEHMDJW1BQg7FaZVYB0Mv",{"documentation_url":"https://cloud.google.com/bigquery/docs/datasets#terraform","version":0,"block":{"attributes":{"exists":{"type":"bool","description_kind":"plain","display":true},"dataset_id":{"type":"string","description":"A unique ID for this dataset, without the project name. The ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_). The maximum length is 1,024 characters.","description_kind":"plain","placeholder":"foo","display":true,"required":true},"friendly_name":{"type":"string","description":"Friendly name.","description_kind":"plain","display":true,"placeholder":"foo","optional":true},"location":{"type":"string","field_type":"single-select","description":"The geographic location where the dataset should reside. See [official docs](https://cloud.google.com/bigquery/docs/dataset-locations). There are two types of locations, regional or multi-regional. A regional location is a specific geographic place, such as Tokyo, and a multi-regional location is a large geographic area, such as the United States, that contains at least two geographic places. The default value is multi-regional location 'US'. Changing this forces a new resource to be created.","description_kind":"plain","display":true,"placeholder":"US","optional":true,"gcp_resource":"region","message":""},"project":{"type":"string","field_type":"single-select","description_kind":"plain","required":true,"placeholder":"prj-adt-terraform","display":true,"computed":true,"gcp_resource":"project","message":"Required"},"team":{"type":"string","description":"The team name that will manage this resource. Its always a good idea to have teams maange their own infrastructure. Specifying a team for this resource will create a logical segregation in terraform for that specific team for better operational efficiency, security and scalability. Choosing to keep this blank will not create any logical segregation","description_kind":"plain","placeholder":"paymentsSRE","display":true,"non_validation_regex":"[^0-9A-Za-z_-]"},"environment":{"type":"string","description":"The environment in which the resource should be deployed. Its always a good idea to isolate the management of infrastructure based on environments. For example, if you have environments dev, qa and prod, the management of dev infrastructure should be isolated from qa and prod. If you are not sure about the environment or are just willing to try things out, go ahead and choose dev","description_kind":"plain","placeholder":"dev","dropdown":true,"field_type":"single-select","values":["dev","qa","prod","staging"],"display":true,"non_validation_regex":"[^0-9A-Za-z_-]"}},"block_types":{"tables":{"nesting_mode":"list","display":true,"display_label":"tables","block":{"attributes":{"friendly_name":{"type":"string","description":"A descriptive name for the table.","placeholder":"table-a","display":true,"description_kind":"plain","optional":true},"schema":{"type":"string","description":"A JSON schema for the table.","description_kind":"plain","display":true,"optional":true,"computed":true},"table_id":{"type":"string","description":"A unique ID for the resource. Changing this forces a new resource to be created.","description_kind":"plain","placeholder":"sheet","display":true,"required":true}}}}},"description_kind":"plain"},"resource":"google_bigquery_dataset","boxId":"tEHMDJW1BQg7FaZVYB0Mv","isDeleted":true}],["dEjwXMcHNQX6p0ysPgXGU",{"documentation_url":"https://cloud.google.com/storage/docs/buckets","block":{"attributes":{"exists":{"type":"bool","description_kind":"plain","display":true},"location":{"type":"string","field_type":"single-select","description":"The Google Cloud Storage location","description_kind":"plain","required":true,"placeholder":"us-central1","display":true,"gcp_resource":"region","validation_regex":"[a-z]-[a-z]+[0-9]{1}?$","message":"Required"},"name":{"type":"string","field_type":"single-select","description":"The name of the bucket.","description_kind":"plain","required":true,"placeholder":"helloworld-bucket","display":true,"validation_regex":"^(?!goog)(?!.*google).*(?:[a-z](?:[\\-_.a-z0-9]{2,61}[a-z0-9])?)","representative":true,"gcp_resource":"gcs_bucket","api_dependency":{"project":"block.attributes.project"}},"project":{"type":"string","field_type":"single-select","description":"The ID of the project in which the resource belongs. If it is not provided, the provider project is used.","description_kind":"plain","required":true,"placeholder":"prj-adt-terraform","computed":true,"display":true,"validation_regex":"(^(?=.{6,30}$)[a-z]([-a-z0-9]*[a-z0-9])?$)","gcp_resource":"project","message":"Required"},"storage_class":{"type":"string","field_type":"single-select","description":"The Storage Class of the new bucket. Supported values include: STANDARD, MULTI_REGIONAL, REGIONAL, NEARLINE, COLDLINE, ARCHIVE.","description_kind":"plain","optional":true,"placeholder":"STANDARD","display":true,"validation_regex":"(NEARLINE|ARCHIVE|COLDLINE|STANDARD)","values":["STANDARD","NEARLINE","COLDLINE","ARCHIVE"]},"team":{"type":"string","description":"The team name that will manage this resource. Its always a good idea to have teams maange their own infrastructure. Specifying a team for this resource will create a logical segregation in terraform for that specific team for better operational efficiency, security and scalability. Choosing to keep this blank will not create any logical segregation","description_kind":"plain","placeholder":"paymentsSRE","display":true,"non_validation_regex":"[^0-9A-Za-z_-]"},"environment":{"type":"string","description":"The environment in which the resource should be deployed. Its always a good idea to isolate the management of infrastructure based on environments. For example, if you have environments dev, qa and prod, the management of dev infrastructure should be isolated from qa and prod. If you are not sure about the environment or are just willing to try things out, go ahead and choose dev","description_kind":"plain","placeholder":"dev","dropdown":true,"field_type":"single-select","values":["dev","qa","prod","staging"],"display":true,"non_validation_regex":"[^0-9A-Za-z_-]"}}},"resource":"google_storage_bucket","boxId":"dEjwXMcHNQX6p0ysPgXGU","isDeleted":true}]],"canvasElements":{"elements":[{"type":"rectangle","version":787,"versionNonce":1195640018,"isDeleted":true,"id":"TweuPsQzOu7c7aHV7ONZf","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-940,"y":-160,"strokeColor":"#d5d7dc","backgroundColor":"#FFF","width":1020,"height":880,"seed":2045804161,"groupIds":[],"strokeSharpness":"sharp","boundElements":[{"id":"5NHi5KE_nu-zXqdTwd3J_","type":"arrow"}],"updated":1697744829076,"link":null,"locked":false,"customData":{"boxId":"UHRN8URZWaOiEoegPEZvR","label":"Region","resource":"region","type":"container"}},{"type":"rectangle","version":589,"versionNonce":1116268878,"isDeleted":true,"id":"wKTrcpxO8PsdclzHx7PUv","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-920,"y":40,"strokeColor":"#FFFFFF","backgroundColor":"#f1f3f4","width":980,"height":660,"seed":977102351,"groupIds":["F0_vNv7sRzKFZ64C9vadj"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829076,"link":null,"locked":false,"customData":{"boxId":"xL5R-mC3JM90QTsSNUJjX","label":"Project","resource":"google_project","type":"container"}},{"type":"text","version":297,"versionNonce":902797970,"isDeleted":true,"id":"CcjLsb-15L9oGdL1Ke4aF","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":80,"angle":0,"x":-900,"y":60,"strokeColor":"#202124","backgroundColor":"transparent","width":191,"height":23,"seed":524224097,"groupIds":["F0_vNv7sRzKFZ64C9vadj"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829076,"link":null,"locked":false,"customData":{"boxId":"xL5R-mC3JM90QTsSNUJjX","label":"Project","resource":"google_project","type":"child"},"fontSize":20,"fontFamily":2,"text":"Google Cloud Project","baseline":19,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":"Google Cloud Project"},{"type":"rectangle","version":660,"versionNonce":75141006,"isDeleted":true,"id":"_whdePPavnbZlToM2QxIB","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-900,"y":100,"strokeColor":"#4285f4","backgroundColor":"#d2e3fc","width":940,"height":580,"seed":1021561903,"groupIds":[],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829076,"link":null,"locked":false,"customData":{"boxId":"vqRNLI_Kb6tOOTPDWKqb4","label":"Region","resource":"region","type":"container"}},{"type":"text","version":338,"versionNonce":31619154,"isDeleted":true,"id":"ofS3NZ8EAbsLNLqCrXDI6","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":80,"angle":0,"x":-480,"y":120,"strokeColor":"#202124","backgroundColor":"transparent","width":106,"height":19,"seed":1295094337,"groupIds":[],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829077,"link":null,"locked":false,"customData":{"boxId":"vqRNLI_Kb6tOOTPDWKqb4","label":"Region","resource":"region","type":"child"},"fontSize":16,"fontFamily":2,"text":"APPLICATION","baseline":15,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":"APPLICATION"},{"type":"rectangle","version":632,"versionNonce":1574792654,"isDeleted":true,"id":"nuE-AcFQrwLl8JaHXKzu4","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-920,"y":-140,"strokeColor":"#4285f4","backgroundColor":"#d2e3fc","width":980,"height":160,"seed":102264399,"groupIds":[],"strokeSharpness":"sharp","boundElements":[{"id":"5NHi5KE_nu-zXqdTwd3J_","type":"arrow"}],"updated":1697744829077,"link":null,"locked":false,"customData":{"boxId":"fbaE_gb4igPrw0Kv6UKau","label":"Region","resource":"region","type":"container"}},{"type":"text","version":452,"versionNonce":190029330,"isDeleted":true,"id":"pYI7fsbeQMcJFPj3LG4fy","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":80,"angle":0,"x":-480,"y":-120,"strokeColor":"#202124","backgroundColor":"transparent","width":127,"height":19,"seed":1487381025,"groupIds":[],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829077,"link":null,"locked":false,"customData":{"boxId":"iaxbfHV-ny455ElfBgSN0","label":"Region","resource":"region","type":"child"},"fontSize":16.444444444444446,"fontFamily":2,"text":"DATA SOURCES","baseline":15,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":"DATA SOURCES"},{"type":"arrow","version":973,"versionNonce":1003127822,"isDeleted":true,"id":"5NHi5KE_nu-zXqdTwd3J_","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":300,"y":40,"strokeColor":"#202124","backgroundColor":"#202124","width":0,"height":166.73200709877102,"seed":548654191,"groupIds":[],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829077,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[0,166.73200709877102]],"fontFamily":2},{"type":"ellipse","version":348,"versionNonce":521800658,"isDeleted":true,"id":"IEhGqxbkEOsoOOko2ME6x","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-660,"y":40,"strokeColor":"#202124","backgroundColor":"#202124","width":32,"height":32,"seed":1318106625,"groupIds":["66Cio6jsLLNEz3glASI5T"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829077,"link":null,"locked":false,"customData":{"boxId":"DFr5kjaC9Tw49svyYpGo5","label":"Step Circle","type":"child"}},{"type":"text","version":308,"versionNonce":3854926,"isDeleted":true,"id":"f5Tc1omoRGkO-YgcHdYpW","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-649.5,"y":48,"strokeColor":"#FFFFFF","backgroundColor":"#202124","width":9,"height":16,"seed":679372431,"groupIds":["66Cio6jsLLNEz3glASI5T"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829077,"link":null,"locked":false,"customData":{"boxId":"DFr5kjaC9Tw49svyYpGo5","label":"Step Circle","type":"child"},"fontSize":14,"fontFamily":2,"text":"1","baseline":13,"textAlign":"center","verticalAlign":"top","containerId":null,"originalText":"1"},{"type":"rectangle","version":721,"versionNonce":1397539218,"isDeleted":true,"id":"W4vr0jThzdyF3CaN5h1QJ","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":0,"y":-200,"strokeColor":"#d5d7dc","backgroundColor":"#d5d7dc","width":1020,"height":60,"seed":1911311841,"groupIds":[],"strokeSharpness":"sharp","boundElements":[{"id":"5NHi5KE_nu-zXqdTwd3J_","type":"arrow"}],"updated":1697744829077,"link":null,"locked":false,"customData":{"boxId":"Zlb5FtWCuto_voxL_bzkO","label":"Region","resource":"region","type":"container"}},{"type":"text","version":372,"versionNonce":1711757454,"isDeleted":true,"id":"PO9qh5wN3DWqz1Vt032UR","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":80,"angle":0,"x":420,"y":-180,"strokeColor":"#202124","backgroundColor":"transparent","width":182,"height":32,"seed":741391535,"groupIds":["IMp4GXHDCtP_Gy4P2k2fO"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829077,"link":null,"locked":false,"customData":{"boxId":"LKICWKVtjNK_KOm00c4ac","label":"Project","resource":"google_project","type":"child"},"fontSize":28,"fontFamily":2,"text":"Secure CI/CD ","baseline":26,"textAlign":"center","verticalAlign":"top","containerId":null,"originalText":"Secure CI/CD "},{"type":"rectangle","version":170,"versionNonce":1663221586,"isDeleted":true,"id":"9pzAwHcckCuZ_EMGiVVQq","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":260,"y":-60,"strokeColor":"#202124","backgroundColor":"#FFF","width":82,"height":82,"seed":2043275713,"groupIds":["AYv0wsur7fEYqlhjXsubW"],"strokeSharpness":"round","boundElements":[{"id":"5NHi5KE_nu-zXqdTwd3J_","type":"arrow"}],"updated":1697744829077,"link":null,"locked":false,"customData":{"boxId":"GZbAXxKnLefTL2_PFb4xy"}},{"type":"text","version":166,"versionNonce":1692997326,"isDeleted":true,"id":"Q311PDWZw9PW8V80hkp_D","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":276,"y":-12,"strokeColor":"#202124","backgroundColor":"transparent","width":50,"height":18,"seed":1332956879,"groupIds":["AYv0wsur7fEYqlhjXsubW"],"strokeSharpness":"round","boundElements":[],"updated":1697744829077,"link":null,"locked":false,"customData":{"boxId":"GZbAXxKnLefTL2_PFb4xy"},"fontSize":16,"fontFamily":2,"text":"Device","baseline":16,"textAlign":"center","verticalAlign":"top","containerId":null,"originalText":"Device"},{"type":"line","version":166,"versionNonce":183698706,"isDeleted":true,"id":"XoXx3D3wW5XiWPsl4QhxE","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":289,"y":-44,"strokeColor":"#00000000","backgroundColor":"#00000000","width":24,"height":24,"seed":256444833,"groupIds":["QEqo_gwTrA3-V6ydHHo8Y","AYv0wsur7fEYqlhjXsubW"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829077,"link":null,"locked":false,"customData":{"boxId":"GZbAXxKnLefTL2_PFb4xy"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[24,0],[24,24],[0,24],[0,0]]},{"type":"line","version":166,"versionNonce":360254734,"isDeleted":true,"id":"ptOdQewgnuJSoCC1clAJO","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":293,"y":-38,"strokeColor":"#00000000","backgroundColor":"#000","width":22,"height":16,"seed":752786671,"groupIds":["CZm-QNXBD8d0En35hLhF3","AYv0wsur7fEYqlhjXsubW"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829077,"link":null,"locked":false,"customData":{"boxId":"GZbAXxKnLefTL2_PFb4xy"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[18,0],[18,-2],[0,-2],[0,-2],[-0.7765624523162842,-1.8421874046325684],[-1.4124999046325684,-1.4124999046325684],[-1.8421874046325684,-0.7765626907348633],[-2,0],[-2,11],[-4,11],[-4,14],[10,14],[10,11],[0,11],[0,0],[0,0]]},{"type":"line","version":166,"versionNonce":1681167058,"isDeleted":true,"id":"NT-NqKGTJBsGwibyEy7Ql","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":312,"y":-36,"strokeColor":"#00000000","backgroundColor":"#000","width":8,"height":12,"seed":194588033,"groupIds":["fyU8-sdx7-c6xfZW8EBDS","AYv0wsur7fEYqlhjXsubW"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829077,"link":null,"locked":false,"customData":{"boxId":"GZbAXxKnLefTL2_PFb4xy"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-6,0],[-6,0],[-6.706249237060547,0.2937498092651367],[-7,1],[-7,11],[-7,11],[-6.706249237060547,11.706249237060547],[-6,12],[0,12],[0,12],[0.7062492370605469,11.706249237060547],[1,11],[1,1],[1,1],[0.7062492370605469,0.2937498092651367],[0,0],[0,0]]},{"type":"line","version":166,"versionNonce":355482446,"isDeleted":true,"id":"AkJ-v9WWRpMGCuf_JSIz4","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":311,"y":-27,"strokeColor":"#00000000","backgroundColor":"#DEDEDE","width":4,"height":7,"seed":2012948239,"groupIds":["vrqri4vUUNiHiWzwJSJxk","AYv0wsur7fEYqlhjXsubW"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829077,"link":null,"locked":false,"customData":{"boxId":"GZbAXxKnLefTL2_PFb4xy"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-4,0],[-4,-7],[0,-7],[0,0]]},{"type":"rectangle","version":182,"versionNonce":1098803346,"isDeleted":true,"id":"Xm7gToxpr-sVr11kMHVM4","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":140,"y":-60,"strokeColor":"#202124","backgroundColor":"#FFF","width":102,"height":82,"seed":1979307361,"groupIds":["rQeV_g3OWSj1SHD41qU1D"],"strokeSharpness":"round","boundElements":[],"updated":1697744829077,"link":null,"locked":false,"customData":{"boxId":"ksfDfvDIIVSAO6pAVNPDH"}},{"type":"text","version":182,"versionNonce":1785176462,"isDeleted":true,"id":"cIuXwKzygEx4l3DSWFSAW","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":156,"y":-12,"strokeColor":"#202124","backgroundColor":"transparent","width":70,"height":18,"seed":1598123311,"groupIds":["rQeV_g3OWSj1SHD41qU1D"],"strokeSharpness":"round","boundElements":[],"updated":1697744829077,"link":null,"locked":false,"customData":{"boxId":"ksfDfvDIIVSAO6pAVNPDH"},"fontSize":16,"fontFamily":2,"text":"Smartphone","baseline":16,"textAlign":"center","verticalAlign":"top","containerId":null,"originalText":"Smartphone"},{"type":"line","version":182,"versionNonce":176653906,"isDeleted":true,"id":"JEZ2zhXk1X9Ri2C1PkDaD","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":179,"y":-44,"strokeColor":"#00000000","backgroundColor":"#00000000","width":24,"height":24,"seed":1102741825,"groupIds":["8B999aCWu1gA7cfQVCLTU","rQeV_g3OWSj1SHD41qU1D"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829077,"link":null,"locked":false,"customData":{"boxId":"ksfDfvDIIVSAO6pAVNPDH"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[24,0],[24,24],[0,24],[0,0]]},{"type":"line","version":182,"versionNonce":1750613966,"isDeleted":true,"id":"rOgNvBrY1dgHN3QvMloKB","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":196,"y":-42.99000000953674,"strokeColor":"#00000000","backgroundColor":"#000","width":14,"height":22,"seed":773451599,"groupIds":["Egcas7g2wzLiiDDJALbrC","rQeV_g3OWSj1SHD41qU1D"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829077,"link":null,"locked":false,"customData":{"boxId":"ksfDfvDIIVSAO6pAVNPDH"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-10,-0.009999990463256836],[-10,-0.009999990463256836],[-10.776562690734863,0.14781248569488525],[-11.412499904632568,0.5774999856948853],[-11.842187404632568,1.213437557220459],[-12,1.9900000095367432],[-12,19.990000009536743],[-12,19.990000009536743],[-11.842187404632568,20.76656174659729],[-11.412499904632568,21.40250039100647],[-10.776562690734863,21.83218789100647],[-10,21.990000009536743],[0,21.990000009536743],[0,21.990000009536743],[0.7765617370605469,21.83218789100647],[1.4125003814697266,21.40250039100647],[1.8421878814697266,20.76656174659729],[2,19.990000009536743],[2,1.9900000095367432],[2,1.9900000095367432],[1.8421878814697266,1.2149999141693115],[1.4125003814697266,0.5824999809265137],[0.7765617370605469,0.15625],[0,0],[0,0]]},{"type":"line","version":182,"versionNonce":405203986,"isDeleted":true,"id":"dulO0U0TqP5glSmxyckdR","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":196,"y":-25,"strokeColor":"#00000000","backgroundColor":"#DEDEDE","width":10,"height":14,"seed":1278914849,"groupIds":["aBRY9H2ZzFj4G_23qtGHG","rQeV_g3OWSj1SHD41qU1D"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829077,"link":null,"locked":false,"customData":{"boxId":"ksfDfvDIIVSAO6pAVNPDH"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-10,0],[-10,-14],[0,-14],[0,0]]},{"type":"rectangle","version":122,"versionNonce":320542222,"isDeleted":true,"id":"byvCKjxxAty1f_CZXJuMy","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":620,"y":-60,"strokeColor":"#202124","backgroundColor":"#FFF","width":82,"height":82,"seed":786247023,"groupIds":["qsyu7MtD9a5m5jeFTiFdw"],"strokeSharpness":"round","boundElements":[],"updated":1697744829077,"link":null,"locked":false,"customData":{"boxId":"CzZ9F4q79qwKQ2iL3t3Sw"}},{"type":"text","version":122,"versionNonce":273914322,"isDeleted":true,"id":"i4AwcWIUW3TXCC3rZZt3p","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":636,"y":-12,"strokeColor":"#202124","backgroundColor":"transparent","width":50,"height":18,"seed":451536129,"groupIds":["qsyu7MtD9a5m5jeFTiFdw"],"strokeSharpness":"round","boundElements":[],"updated":1697744829077,"link":null,"locked":false,"customData":{"boxId":"CzZ9F4q79qwKQ2iL3t3Sw"},"fontSize":16,"fontFamily":2,"text":"Cloud","baseline":16,"textAlign":"center","verticalAlign":"top","containerId":null,"originalText":"Cloud"},{"type":"line","version":122,"versionNonce":61416526,"isDeleted":true,"id":"0_kmf_IlAE3siPbBQb6HG","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":649,"y":-44,"strokeColor":"#00000000","backgroundColor":"#00000000","width":24,"height":24,"seed":1288939407,"groupIds":["RA4yD3gjppwfLfztnQB9j","qsyu7MtD9a5m5jeFTiFdw"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829077,"link":null,"locked":false,"customData":{"boxId":"CzZ9F4q79qwKQ2iL3t3Sw"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[24,0],[24,24],[0,24],[0,0]]},{"type":"line","version":122,"versionNonce":1109692306,"isDeleted":true,"id":"EaLQgzk8PlTKjqkP-_dy1","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":668.3500003814697,"y":-33.96000003814697,"strokeColor":"#00000000","backgroundColor":"#000","width":24,"height":16,"seed":1497865441,"groupIds":["VPXYg6IZraSE6-jP90a6O","qsyu7MtD9a5m5jeFTiFdw"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829077,"link":null,"locked":false,"customData":{"boxId":"CzZ9F4q79qwKQ2iL3t3Sw"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.3617572784423828,-1.2500581741333008],[-0.9234371185302734,-2.3992185592651367],[-1.6646480560302734,-3.4272069931030273],[-2.565000534057617,-4.31374979019165],[-3.60410213470459,-5.03857421875],[-4.761563301086426,-5.581406116485596],[-6.016992568969727,-5.921972751617432],[-7.350000381469727,-6.039999961853027],[-9.432500839233398,-5.746250152587891],[-11.289999961853027,-4.920000076293945],[-12.84000015258789,-3.6437501907348633],[-14.000000476837158,-2],[-15.094082355499268,-1.7787694931030273],[-16.10578155517578,-1.368281364440918],[-17.015527725219727,-0.7883396148681641],[-17.80375039577484,-0.058750152587890625],[-18.450879275798798,0.8006839752197266],[-18.937344133853912,1.770155906677246],[-19.24357459694147,2.8298635482788086],[-19.350000381469727,3.9600000381469727],[-19.22794959694147,5.168144226074219],[-18.87796914577484,6.293906211853027],[-18.32431674003601,7.313027381896973],[-17.5912504196167,8.201249122619629],[-16.703027725219727,8.93431568145752],[-15.683906555175781,9.487969398498535],[-14.55814504623413,9.8379487991333],[-13.350000381469727,9.960000038146973],[-0.35000038146972656,9.960000038146973],[-0.35000038146972656,9.960000038146973],[0.6572647094726562,9.858359336853027],[1.5956249237060547,9.566874504089355],[2.4449214935302734,9.10570240020752],[3.184999465942383,8.494999885559082],[3.7957019805908203,7.754921913146973],[4.256874084472656,6.905625343322754],[4.548358917236328,5.9672651290893555],[4.649999618530273,4.960000038146973],[4.2890625,3.096562385559082],[3.299999237060547,1.557499885559082],[1.8234367370605469,0.4796876907348633],[0,0],[0,0]]},{"type":"line","version":122,"versionNonce":1272670862,"isDeleted":true,"id":"o84xlrlSa8of6cUbVxl5k","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":668,"y":-26,"strokeColor":"#00000000","backgroundColor":"#DEDEDE","width":20,"height":12,"seed":1983241647,"groupIds":["Xx9ZNke2qHoENg1oIcJ5D","qsyu7MtD9a5m5jeFTiFdw"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829077,"link":null,"locked":false,"customData":{"boxId":"CzZ9F4q79qwKQ2iL3t3Sw"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-13,0],[-13,0],[-14.55734395980835,-0.31421852111816406],[-15.828749895095825,-1.1712493896484375],[-16.685781240463257,-2.4426565170288086],[-17,-4],[-16.685781240463257,-5.557343482971191],[-15.828749895095825,-6.828749656677246],[-14.55734395980835,-7.685781478881836],[-13,-8],[-12.289999961853027,-8],[-12.289999961853027,-8],[-11.539374828338623,-9.599531173706055],[-10.342499732971191,-10.866250038146973],[-8.796875,-11.699843883514404],[-7,-12],[-5.890859603881836,-11.888359546661377],[-4.858124732971191,-11.568124771118164],[-3.923828125,-11.061327934265137],[-3.109999656677246,-10.389999866485596],[-2.438671112060547,-9.576171875],[-1.931875228881836,-8.641875267028809],[-1.6116409301757812,-7.609140396118164],[-1.5,-6.5],[-1.5,-6],[0,-6],[0,-6],[1.1690616607666016,-5.764687538146973],[2.122499465942383,-5.122500419616699],[2.7646865844726562,-4.169062614440918],[3,-3],[2.7646865844726562,-1.8309383392333984],[2.122499465942383,-0.8775005340576172],[1.1690616607666016,-0.23531341552734375],[0,0],[0,0]]},{"type":"rectangle","version":124,"versionNonce":30461266,"isDeleted":true,"id":"SoBS8Cr_TmMR_SYRMqFR5","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":740,"y":-60,"strokeColor":"#202124","backgroundColor":"#FFF","width":109,"height":82,"seed":383998145,"groupIds":["Qc--kXmmttTCboUtyd-hL"],"strokeSharpness":"round","boundElements":[{"id":"oeXAa8J4xvSm11RODwd77","type":"arrow"}],"updated":1697744829077,"link":null,"locked":false,"customData":{"boxId":"CzZ9F4q79qwKQ2iL3t3Sw"}},{"type":"text","version":136,"versionNonce":1516955854,"isDeleted":true,"id":"-YYU90TuMypu6oINlESLH","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":747.5,"y":-12,"strokeColor":"#202124","backgroundColor":"transparent","width":94,"height":19,"seed":1043091407,"groupIds":["Qc--kXmmttTCboUtyd-hL"],"strokeSharpness":"round","boundElements":[],"updated":1697744829077,"link":null,"locked":false,"customData":{"boxId":"CzZ9F4q79qwKQ2iL3t3Sw"},"fontSize":16,"fontFamily":2,"text":"On-Premises","baseline":15,"textAlign":"center","verticalAlign":"top","containerId":null,"originalText":"On-Premises"},{"type":"line","version":122,"versionNonce":78598930,"isDeleted":true,"id":"f9RKzSCBcckRDZFiQm3nz","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":782.5,"y":-44,"strokeColor":"#00000000","backgroundColor":"#00000000","width":24,"height":24,"seed":1163696289,"groupIds":["vhehBs-6eZAAW8QZm4RNB","Qc--kXmmttTCboUtyd-hL"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829077,"link":null,"locked":false,"customData":{"boxId":"CzZ9F4q79qwKQ2iL3t3Sw"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[24,0],[24,24],[0,24],[0,0]]},{"type":"line","version":122,"versionNonce":1592827662,"isDeleted":true,"id":"XP7PHm854gGRDhP6d-sl_","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":794.5,"y":-37,"strokeColor":"#00000000","backgroundColor":"#000","width":20,"height":18,"seed":1053785583,"groupIds":["9-G26wZQWCx0gX6JdF49S","Qc--kXmmttTCboUtyd-hL"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829077,"link":null,"locked":false,"customData":{"boxId":"CzZ9F4q79qwKQ2iL3t3Sw"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,-4],[-10,-4],[-10,14],[10,14],[10,0],[0,0]]},{"type":"line","version":122,"versionNonce":1027023058,"isDeleted":true,"id":"4WNkpeeiw8tmX8Gv1LRO_","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":788.5,"y":-25,"strokeColor":"#00000000","backgroundColor":"#DEDEDE","width":2,"height":2,"seed":1986190465,"groupIds":["E8-jgfXzT0OnjMMeNpV79","Qc--kXmmttTCboUtyd-hL"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829077,"link":null,"locked":false,"customData":{"boxId":"CzZ9F4q79qwKQ2iL3t3Sw"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-2,0],[-2,-2],[0,-2],[0,0]]},{"type":"line","version":122,"versionNonce":770018638,"isDeleted":true,"id":"7ruYDoI_fovS_QE9cb7iF","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":788.5,"y":-29,"strokeColor":"#00000000","backgroundColor":"#DEDEDE","width":2,"height":2,"seed":992471055,"groupIds":["E8-jgfXzT0OnjMMeNpV79","Qc--kXmmttTCboUtyd-hL"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829077,"link":null,"locked":false,"customData":{"boxId":"CzZ9F4q79qwKQ2iL3t3Sw"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-2,0],[-2,-2],[0,-2],[0,0]]},{"type":"line","version":122,"versionNonce":922695314,"isDeleted":true,"id":"8UjOZluHYSF1Qfddzeznd","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":788.5,"y":-33,"strokeColor":"#00000000","backgroundColor":"#DEDEDE","width":2,"height":2,"seed":1505076321,"groupIds":["E8-jgfXzT0OnjMMeNpV79","Qc--kXmmttTCboUtyd-hL"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829077,"link":null,"locked":false,"customData":{"boxId":"CzZ9F4q79qwKQ2iL3t3Sw"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-2,0],[-2,-2],[0,-2],[0,0]]},{"type":"line","version":122,"versionNonce":614642574,"isDeleted":true,"id":"K1C4qeBqz-4FxqDcBLWm4","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":788.5,"y":-37,"strokeColor":"#00000000","backgroundColor":"#DEDEDE","width":2,"height":2,"seed":19795503,"groupIds":["E8-jgfXzT0OnjMMeNpV79","Qc--kXmmttTCboUtyd-hL"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829077,"link":null,"locked":false,"customData":{"boxId":"CzZ9F4q79qwKQ2iL3t3Sw"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-2,0],[-2,-2],[0,-2],[0,0]]},{"type":"line","version":122,"versionNonce":1925092434,"isDeleted":true,"id":"7hGTdHrNk14cB9HYG3QHR","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":792.5,"y":-25,"strokeColor":"#00000000","backgroundColor":"#DEDEDE","width":2,"height":2,"seed":2065985601,"groupIds":["E8-jgfXzT0OnjMMeNpV79","Qc--kXmmttTCboUtyd-hL"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829077,"link":null,"locked":false,"customData":{"boxId":"CzZ9F4q79qwKQ2iL3t3Sw"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-2,0],[-2,-2],[0,-2],[0,0]]},{"type":"line","version":122,"versionNonce":224465358,"isDeleted":true,"id":"VCaHhW2LYWP0VXWs-rolH","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":792.5,"y":-29,"strokeColor":"#00000000","backgroundColor":"#DEDEDE","width":2,"height":2,"seed":197816399,"groupIds":["E8-jgfXzT0OnjMMeNpV79","Qc--kXmmttTCboUtyd-hL"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829077,"link":null,"locked":false,"customData":{"boxId":"CzZ9F4q79qwKQ2iL3t3Sw"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-2,0],[-2,-2],[0,-2],[0,0]]},{"type":"line","version":122,"versionNonce":1112291858,"isDeleted":true,"id":"9ZClsnKA-4hZ5CQfbG02n","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":792.5,"y":-33,"strokeColor":"#00000000","backgroundColor":"#DEDEDE","width":2,"height":2,"seed":1083097121,"groupIds":["E8-jgfXzT0OnjMMeNpV79","Qc--kXmmttTCboUtyd-hL"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829077,"link":null,"locked":false,"customData":{"boxId":"CzZ9F4q79qwKQ2iL3t3Sw"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-2,0],[-2,-2],[0,-2],[0,0]]},{"type":"line","version":122,"versionNonce":54110222,"isDeleted":true,"id":"-0r8kSCpT8RoA4jygqHce","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":792.5,"y":-37,"strokeColor":"#00000000","backgroundColor":"#DEDEDE","width":2,"height":2,"seed":1691717231,"groupIds":["E8-jgfXzT0OnjMMeNpV79","Qc--kXmmttTCboUtyd-hL"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829077,"link":null,"locked":false,"customData":{"boxId":"CzZ9F4q79qwKQ2iL3t3Sw"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-2,0],[-2,-2],[0,-2],[0,0]]},{"type":"line","version":122,"versionNonce":614410194,"isDeleted":true,"id":"k73ssyB--pVLNh8n362KZ","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":802.5,"y":-25,"strokeColor":"#00000000","backgroundColor":"#DEDEDE","width":8,"height":10,"seed":669258753,"groupIds":["E8-jgfXzT0OnjMMeNpV79","Qc--kXmmttTCboUtyd-hL"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829077,"link":null,"locked":false,"customData":{"boxId":"CzZ9F4q79qwKQ2iL3t3Sw"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-8,0],[-8,-2],[-6,-2],[-6,-4],[-8,-4],[-8,-6],[-6,-6],[-6,-8],[-8,-8],[-8,-10],[0,-10],[0,0]]},{"type":"line","version":122,"versionNonce":1445295694,"isDeleted":true,"id":"AjpdrOL6SDvHftKF0AR9W","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":800.5,"y":-33,"strokeColor":"#00000000","backgroundColor":"#000","width":2,"height":2,"seed":1192749199,"groupIds":["ve0oKS5tqVeFQ29waG9z_","Qc--kXmmttTCboUtyd-hL"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829077,"link":null,"locked":false,"customData":{"boxId":"CzZ9F4q79qwKQ2iL3t3Sw"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-2,0],[-2,2],[0,2],[0,0]]},{"type":"line","version":122,"versionNonce":567172498,"isDeleted":true,"id":"KutwLAggp0K8lhJUL8tOY","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":800.5,"y":-29,"strokeColor":"#00000000","backgroundColor":"#000","width":2,"height":2,"seed":1159982049,"groupIds":["ve0oKS5tqVeFQ29waG9z_","Qc--kXmmttTCboUtyd-hL"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829077,"link":null,"locked":false,"customData":{"boxId":"CzZ9F4q79qwKQ2iL3t3Sw"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-2,0],[-2,2],[0,2],[0,0]]},{"type":"rectangle","version":160,"versionNonce":1862106254,"isDeleted":true,"id":"qSr1VhlJ9kDLU0Wu5DDyA","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":120,"y":200,"strokeColor":"#202124","backgroundColor":"#FFF","width":240,"height":60,"seed":4849327,"groupIds":["kvo-YFp39a3f2qxF2qRAn","99c2RTyACu1auxe7YAEW7"],"strokeSharpness":"round","boundElements":[{"id":"5NHi5KE_nu-zXqdTwd3J_","type":"arrow"},{"id":"N3M63cNjcTvZhPHB36J_k","type":"arrow"}],"updated":1697744829077,"link":null,"locked":false,"customData":{"boxId":"BmLdO74YV04wW-ZaLwn-t","label":"Cloud Run","resource":"google_cloud_run_service","type":"container"}},{"type":"text","version":155,"versionNonce":655416146,"isDeleted":true,"id":"uLD9bucbaaLwNLwcmkNi9","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":136,"y":216,"strokeColor":"#1A73F8","backgroundColor":"transparent","width":160,"height":18,"seed":6145985,"groupIds":["kvo-YFp39a3f2qxF2qRAn","99c2RTyACu1auxe7YAEW7"],"strokeSharpness":"round","boundElements":[{"id":"5NHi5KE_nu-zXqdTwd3J_","type":"arrow"}],"updated":1697744829077,"link":null,"locked":false,"customData":{"boxId":"BmLdO74YV04wW-ZaLwn-t","label":"Cloud Run","resource":"google_cloud_run_service","type":"child"},"fontSize":16,"fontFamily":2,"text":"Cloud Run","baseline":16,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":"Cloud Run"},{"type":"line","version":154,"versionNonce":863681230,"isDeleted":true,"id":"Upi9t59zAXCVJgZpvFFAF","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":328.90666675567627,"y":218.6266667842865,"strokeColor":"transparent","backgroundColor":"#aecbfa","width":12.466668128967285,"height":9.373333215713501,"seed":320098511,"groupIds":["kvo-YFp39a3f2qxF2qRAn","99c2RTyACu1auxe7YAEW7"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829077,"link":null,"locked":false,"customData":{"boxId":"BmLdO74YV04wW-ZaLwn-t","label":"Cloud Run","resource":"google_cloud_run_service","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[3.1133337020874023,9.373333215713501],[12.466668128967285,9.373333215713501],[0,0],[0,0]]},{"type":"line","version":154,"versionNonce":1656594706,"isDeleted":true,"id":"dDipeLK-2vH_BX6HOlQrE","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":341.37333488464355,"y":228,"strokeColor":"transparent","backgroundColor":"#4285f4","width":12.466668128967285,"height":9.373334884643555,"seed":330377121,"groupIds":["kvo-YFp39a3f2qxF2qRAn","99c2RTyACu1auxe7YAEW7"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829077,"link":null,"locked":false,"customData":{"boxId":"BmLdO74YV04wW-ZaLwn-t","label":"Cloud Run","resource":"google_cloud_run_service","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-9.353334426879883,0],[-12.466668128967285,9.373334884643555],[0,0],[0,0]]},{"type":"line","version":154,"versionNonce":1781936398,"isDeleted":true,"id":"M-fclitvDquwg89F_bCCo","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":323.44000005722046,"y":237.37333488464355,"strokeColor":"transparent","backgroundColor":"#4285f4","width":5.4666666984558105,"height":9.373334884643555,"seed":420437743,"groupIds":["kvo-YFp39a3f2qxF2qRAn","99c2RTyACu1auxe7YAEW7"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829077,"link":null,"locked":false,"customData":{"boxId":"BmLdO74YV04wW-ZaLwn-t","label":"Cloud Run","resource":"google_cloud_run_service","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[3.126667022705078,-1.5600013732910156],[5.4666666984558105,-9.373334884643555],[2.3400001525878906,-9.373334884643555],[0,0],[0,0]]},{"type":"line","version":154,"versionNonce":541830866,"isDeleted":true,"id":"JnUQVgBTw67kOouHX77FB","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":323.44000005722046,"y":218.6266667842865,"strokeColor":"transparent","backgroundColor":"#aecbfa","width":5.4666666984558105,"height":9.373333215713501,"seed":1229818753,"groupIds":["kvo-YFp39a3f2qxF2qRAn","99c2RTyACu1auxe7YAEW7"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829077,"link":null,"locked":false,"customData":{"boxId":"BmLdO74YV04wW-ZaLwn-t","label":"Cloud Run","resource":"google_cloud_run_service","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[2.3400001525878906,9.373333215713501],[5.4666666984558105,9.373333215713501],[3.126667022705078,1.5600001811981201],[0,0],[0,0]]},{"type":"rectangle","version":141,"versionNonce":514383694,"isDeleted":true,"id":"npx8Hz75hgm3swD6_2iyY","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":120,"y":320,"strokeColor":"#202124","backgroundColor":"#FFF","width":240,"height":60,"seed":1690544399,"groupIds":["4KcMZfDg7XA7JXBlV6j7B","kdkeQgqkGrfZXLwKw2Uhe"],"strokeSharpness":"round","boundElements":[{"id":"N3M63cNjcTvZhPHB36J_k","type":"arrow"}],"updated":1697744829077,"link":null,"locked":false,"customData":{"boxId":"GirKlt7Zo5ODVe-S2b3sz","label":"Cloud Logging","type":"container"}},{"type":"text","version":136,"versionNonce":609354898,"isDeleted":true,"id":"Yn_yBP7W7hT9OU-eZWLT1","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":136,"y":336,"strokeColor":"#1A73F8","backgroundColor":"transparent","width":160,"height":18,"seed":2037543777,"groupIds":["4KcMZfDg7XA7JXBlV6j7B","kdkeQgqkGrfZXLwKw2Uhe"],"strokeSharpness":"round","boundElements":[],"updated":1697744829077,"link":null,"locked":false,"customData":{"boxId":"GirKlt7Zo5ODVe-S2b3sz","label":"Cloud Logging","type":"child"},"fontSize":16,"fontFamily":2,"text":"Cloud Logging","baseline":16,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":"Cloud Logging"},{"type":"line","version":136,"versionNonce":86754702,"isDeleted":true,"id":"obw8Pi0-DPdzn1NgbmCtO","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":329.85806465148926,"y":349.35914039611816,"strokeColor":"#00000000","backgroundColor":"#4285f4","width":6.4645161628723145,"height":15.083869934082031,"seed":1672064815,"groupIds":["Ii9EPx28h_2Ltznm9_g0T","4KcMZfDg7XA7JXBlV6j7B","kdkeQgqkGrfZXLwKw2Uhe"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829077,"link":null,"locked":false,"customData":{"boxId":"GirKlt7Zo5ODVe-S2b3sz","label":"Cloud Logging","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,-2.154839515686035],[-4.309677600860596,-2.154839515686035],[-4.309677600860596,-7.539785385131836],[-6.4645161628723145,-7.539785385131836],[-6.4645161628723145,7.544084548950195],[0,7.544084548950195],[0,5.389245986938477],[-4.309677600860596,5.389245986938477],[-4.309677600860596,0],[0,0]]},{"type":"line","version":136,"versionNonce":143106642,"isDeleted":true,"id":"roVzUmE4QUgv__jXKAUDE","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":328.7784948348999,"y":342.8946237564087,"strokeColor":"#00000000","backgroundColor":"#669df6","width":14.004302024841309,"height":4.3053765296936035,"seed":1215258433,"groupIds":["y1d7xwHyjE-wliVKC9fCt","4KcMZfDg7XA7JXBlV6j7B","kdkeQgqkGrfZXLwKw2Uhe"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829077,"link":null,"locked":false,"customData":{"boxId":"GirKlt7Zo5ODVe-S2b3sz","label":"Cloud Logging","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[14.004302024841309,0],[14.004302024841309,-4.3053765296936035],[0,-4.3053765296936035],[0,0]]},{"type":"line","version":136,"versionNonce":1593304014,"isDeleted":true,"id":"zeyftvOIg5-jMFJNT8R1n","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":328.7784948348999,"y":350.4387102127075,"strokeColor":"#00000000","backgroundColor":"#669df6","width":14.004302024841309,"height":4.309678077697754,"seed":1076490575,"groupIds":["y1d7xwHyjE-wliVKC9fCt","4KcMZfDg7XA7JXBlV6j7B","kdkeQgqkGrfZXLwKw2Uhe"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829077,"link":null,"locked":false,"customData":{"boxId":"GirKlt7Zo5ODVe-S2b3sz","label":"Cloud Logging","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[14.004302024841309,0],[14.004302024841309,-4.309678077697754],[0,-4.309678077697754],[0,0]]},{"type":"line","version":136,"versionNonce":398690322,"isDeleted":true,"id":"WLZfwEGcl4O_fuH5GgVhR","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":328.7784948348999,"y":357.97849464416504,"strokeColor":"#00000000","backgroundColor":"#669df6","width":14.004302024841309,"height":4.3096771240234375,"seed":614715169,"groupIds":["y1d7xwHyjE-wliVKC9fCt","4KcMZfDg7XA7JXBlV6j7B","kdkeQgqkGrfZXLwKw2Uhe"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829077,"link":null,"locked":false,"customData":{"boxId":"GirKlt7Zo5ODVe-S2b3sz","label":"Cloud Logging","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[14.004302024841309,0],[14.004302024841309,-4.3096771240234375],[0,-4.3096771240234375],[0,0]]},{"type":"line","version":136,"versionNonce":1579563534,"isDeleted":true,"id":"5FvriNfwi-1VwsyQcmJkR","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":321.23870968818665,"y":343.9741930961609,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":6.4645164012908936,"height":6.464515686035156,"seed":1134358383,"groupIds":["HTBdtz_iv6ftotiAP86yr","4KcMZfDg7XA7JXBlV6j7B","kdkeQgqkGrfZXLwKw2Uhe"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829077,"link":null,"locked":false,"customData":{"boxId":"GirKlt7Zo5ODVe-S2b3sz","label":"Cloud Logging","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[6.4645164012908936,0],[6.4645164012908936,-6.464515686035156],[0,-6.464515686035156],[0,0]]},{"type":"rectangle","version":192,"versionNonce":704427474,"isDeleted":true,"id":"jKFQ6AEoQ5G3FvmeJjBI1","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":440,"y":300,"strokeColor":"#202124","backgroundColor":"#FFF","width":240,"height":80,"seed":75449089,"groupIds":["t0lbLuhQRZhhxlNOYQpuv","Fenm7E6hyXki9PIfw1618"],"strokeSharpness":"round","boundElements":[],"updated":1697744829078,"link":null,"locked":false,"customData":{"boxId":"23Zvzt8Up1N1pOkvrcj-R","label":"BigQuery","resource":"google_bigquery_dataset","type":"container"}},{"type":"text","version":210,"versionNonce":162515022,"isDeleted":true,"id":"6Gdn1-ng_LCJrHZIbTqmO","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":456,"y":316,"strokeColor":"#1A73F8","backgroundColor":"transparent","width":118,"height":37,"seed":2018191759,"groupIds":["t0lbLuhQRZhhxlNOYQpuv","Fenm7E6hyXki9PIfw1618"],"strokeSharpness":"round","boundElements":[],"updated":1697744829078,"link":null,"locked":false,"customData":{"boxId":"23Zvzt8Up1N1pOkvrcj-R","label":"BigQuery","resource":"google_bigquery_dataset","type":"child"},"fontSize":16,"fontFamily":2,"text":"BigQuery Data \nTransfer Service","baseline":34,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":"BigQuery Data \nTransfer Service"},{"type":"line","version":186,"versionNonce":4860818,"isDeleted":true,"id":"C16nNj6hnqQBox7nKvHRt","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":658.421215057373,"y":332.79999923706055,"strokeColor":"transparent","backgroundColor":"#4285f4","width":6.175506591796875,"height":6.175506591796875,"seed":1686190817,"groupIds":["t0lbLuhQRZhhxlNOYQpuv","Fenm7E6hyXki9PIfw1618"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829078,"link":null,"locked":false,"customData":{"boxId":"23Zvzt8Up1N1pOkvrcj-R","label":"BigQuery","resource":"google_bigquery_dataset","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-1.508890151977539,1.5088920593261719],[-1.508890151977539,1.5088920593261719],[-1.5668010711669922,1.5783119201660156],[-1.6085205078125,1.6556739807128906],[-1.6340065002441406,1.7383899688720703],[-1.6432132720947266,1.8238697052001953],[-1.6360969543457031,1.9095230102539062],[-1.6126155853271484,1.9927654266357422],[-1.5727252960205078,2.071004867553711],[-1.5163803100585938,2.141653060913086],[-1.508890151977539,2.149141311645508],[2.253978729248047,5.912012100219727],[2.253978729248047,5.912012100219727],[2.3232383728027344,5.968524932861328],[2.400175094604492,6.008892059326172],[2.4822921752929688,6.033111572265625],[2.5670833587646484,6.04118537902832],[2.6520519256591797,6.033111572265625],[2.7346935272216797,6.008892059326172],[2.8125076293945312,5.968524932861328],[2.88299560546875,5.912012100219727],[4.403120040893555,4.391887664794922],[4.403120040893555,4.391887664794922],[4.459634780883789,4.322628021240234],[4.5,4.245691299438477],[4.524219512939453,4.16357421875],[4.532293319702148,4.07878303527832],[4.524219512939453,3.993816375732422],[4.5,3.911174774169922],[4.459634780883789,3.8333587646484375],[4.403120040893555,3.7628707885742188],[0.6365070343017578,0],[0.6365070343017578,0],[0.5670852661132812,-0.057910919189453125],[0.48972320556640625,-0.09963035583496094],[0.4070091247558594,-0.12511444091796875],[0.3215293884277344,-0.1343212127685547],[0.23587417602539062,-0.12720489501953125],[0.1526336669921875,-0.10372543334960938],[0.07439422607421875,-0.06383323669433594],[0.00374603271484375,-0.007488250732421875],[0,0]]},{"type":"line","version":186,"versionNonce":560828046,"isDeleted":true,"id":"xTkpgHgrFLJKDkIak8Ujw","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":651.2549142837524,"y":317.5725427865982,"strokeColor":"transparent","backgroundColor":"#669df6","width":19.140093445777893,"height":19.140092253684998,"seed":191700911,"groupIds":["t0lbLuhQRZhhxlNOYQpuv","Fenm7E6hyXki9PIfw1618"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829078,"link":null,"locked":false,"customData":{"boxId":"23Zvzt8Up1N1pOkvrcj-R","label":"BigQuery","resource":"google_bigquery_dataset","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.49259281158447266,0.012448668479919434],[-0.9787044525146484,0.04939424991607666],[-1.4577360153198242,0.1102362871170044],[-1.9290857315063477,0.19437408447265625],[-2.392153739929199,0.3012070655822754],[-2.8463401794433594,0.430134654045105],[-3.291043758392334,0.5805565118789673],[-3.725663661956787,0.7518719434738159],[-4.149599075317383,0.943480372428894],[-4.562250137329102,1.1547812223434448],[-4.963016510009766,1.3851739168167114],[-5.351297378540039,1.6340581178665161],[-5.726491451263428,1.900833010673523],[-6.087998867034912,2.184897780418396],[-6.435218811035156,2.4856523275375366],[-6.767550945281982,2.802495837211609],[-7.084394454956055,3.134827971458435],[-7.385149240493774,3.4820483922958374],[-7.6692140102386475,3.8435558080673218],[-7.935988903045654,4.2187498807907104],[-8.184873104095459,4.607030749320984],[-8.415265798568726,5.00779664516449],[-8.626566410064697,5.4204477071762085],[-8.818174839019775,5.844383597373962],[-8.989490509033203,6.2790035009384155],[-9.139912366867065,6.723706603050232],[-9.268839955329895,7.177893042564392],[-9.375672936439514,7.640961050987244],[-9.459810733795166,8.112310767173767],[-9.520652770996094,8.591342329978943],[-9.557598352432251,9.077454924583435],[-9.57004702091217,9.570046782493591],[-9.557598352432251,10.062638640403748],[-9.520652770996094,10.548750281333923],[-9.459810733795166,11.0277818441391],[-9.375672936439514,11.499131560325623],[-9.268839955329895,11.96220052242279],[-9.139912366867065,12.416386008262634],[-8.989490509033203,12.861090064048767],[-8.818174839019775,13.29570996761322],[-8.626566410064697,13.719644904136658],[-8.415265798568726,14.132296919822693],[-8.184873104095459,14.533063292503357],[-7.935988903045654,14.92134416103363],[-7.6692140102386475,15.296536803245544],[-7.385149240493774,15.658044219017029],[-7.084394454956055,16.005265593528748],[-6.767550945281982,16.3375962972641],[-6.435218811035156,16.654441237449646],[-6.087998867034912,16.955195784568787],[-5.726491451263428,17.239259123802185],[-5.351297378540039,17.50603425502777],[-4.963016510009766,17.754918456077576],[-4.562250137329102,17.985310912132263],[-4.149599075317383,18.19661271572113],[-3.725663661956787,18.38822114467621],[-3.291043758392334,18.55953538417816],[-2.8463401794433594,18.709956526756287],[-2.392153739929199,18.83888566493988],[-1.9290857315063477,18.945720076560974],[-1.4577360153198242,19.0298570394516],[-0.9787044525146484,19.090697646141052],[-0.49259281158447266,19.12764298915863],[0,19.140092253684998],[0.49259185791015625,19.12764298915863],[0.978703498840332,19.090697646141052],[1.4577350616455078,19.0298570394516],[1.9290847778320312,18.945720076560974],[2.392153739929199,18.83888566493988],[2.846339225769043,18.709956526756287],[3.291043281555176,18.55953538417816],[3.7256622314453125,18.38822114467621],[4.149598121643066,18.19661271572113],[4.562249183654785,17.985310912132263],[4.963015556335449,17.754918456077576],[5.351296424865723,17.50603425502777],[5.7264909744262695,17.239259123802185],[6.087996482849121,16.955195784568787],[6.43521785736084,16.654441237449646],[6.767550468444824,16.3375962972641],[7.084393501281738,16.005265593528748],[7.385148048400879,15.658044219017029],[7.66921329498291,15.296536803245544],[7.935986518859863,14.92134416103363],[8.184870719909668,14.533063292503357],[8.415265083312988,14.132296919822693],[8.626564979553223,13.719644904136658],[8.818175315856934,13.29570996761322],[8.989487648010254,12.861090064048767],[9.139910697937012,12.416386008262634],[9.268839836120605,11.96220052242279],[9.375672340393066,11.499131560325623],[9.459811210632324,11.0277818441391],[9.520649909973145,10.548750281333923],[9.557595252990723,10.062638640403748],[9.570046424865723,9.570046782493591],[9.557587623596191,9.077454924583435],[9.520609855651855,8.591342329978943],[9.45971965789795,8.112310767173767],[9.375519752502441,7.640961050987244],[9.268609046936035,7.177893042564392],[9.1395902633667,6.723706603050232],[8.989069938659668,6.2790035009384155],[8.817646980285645,5.844383597373962],[8.62592601776123,5.4204477071762085],[8.414509773254395,5.00779664516449],[8.184000968933105,4.607030749320984],[7.935000419616699,4.2187498807907104],[7.668112754821777,3.8435558080673218],[7.383938789367676,3.4820483922958374],[7.083081245422363,3.134827971458435],[6.766144752502441,2.802495837211609],[6.433732032775879,2.4856523275375366],[6.086441993713379,2.184897780418396],[5.724881172180176,1.900833010673523],[5.3496503829956055,1.6340581178665161],[4.961352348327637,1.3851739168167114],[4.560590744018555,1.1547812223434448],[4.147966384887695,0.943480372428894],[3.7240819931030273,0.7518719434738159],[3.2895421981811523,0.5805565118789673],[2.8449487686157227,0.430134654045105],[2.3909034729003906,0.3012070655822754],[1.928009033203125,0.19437408447265625],[1.4568700790405273,0.1102362871170044],[0.9780864715576172,0.04939424991607666],[0.4922628402709961,0.012448668479919434],[0,0]]},{"type":"line","version":186,"versionNonce":551741778,"isDeleted":true,"id":"R8Nu8_bMJEvE8mMgtaKWR","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":651.2549142837524,"y":334.25647354125977,"strokeColor":"transparent","backgroundColor":"#669df6","width":14.205303192138672,"height":14.20530366897583,"seed":87635649,"groupIds":["t0lbLuhQRZhhxlNOYQpuv","Fenm7E6hyXki9PIfw1618"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829078,"link":null,"locked":false,"customData":{"boxId":"23Zvzt8Up1N1pOkvrcj-R","label":"BigQuery","resource":"google_bigquery_dataset","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.36559581756591797,-0.009929656982421875],[-0.7263565063476562,-0.03801727294921875],[-1.081838607788086,-0.08381843566894531],[-1.4315967559814453,-0.14688491821289062],[-1.7751836776733398,-0.22677230834960938],[-2.112156867980957,-0.32303619384765625],[-2.4420671463012695,-0.4352302551269531],[-2.764470100402832,-0.5629100799560547],[-3.078920364379883,-0.70562744140625],[-3.3849730491638184,-0.8629360198974609],[-3.6821823120117188,-1.0343952178955078],[-3.9701008796691895,-1.2195549011230469],[-4.248284816741943,-1.4179706573486328],[-4.516287803649902,-1.6291980743408203],[-4.773664474487305,-1.8527889251708984],[-5.019969463348389,-2.088298797607422],[-5.254756450653076,-2.3352842330932617],[-5.4775800704956055,-2.5932979583740234],[-5.687994480133057,-2.8618927001953125],[-5.885554790496826,-3.140625],[-6.069815635681152,-3.429048538208008],[-6.240329742431641,-3.726717948913574],[-6.396652698516846,-4.0331878662109375],[-6.538338661193848,-4.348011016845703],[-6.664942264556885,-4.670742988586426],[-6.776017189025879,-5.000938415527344],[-6.871118545532227,-5.338151931762695],[-6.949800491333008,-5.681938171386719],[-7.0116167068481445,-6.031848907470703],[-7.056122779846191,-6.3874406814575195],[-7.08287239074707,-6.74826717376709],[-7.0914201736450195,-7.113883972167969],[-7.081490516662598,-7.47947883605957],[-7.053402900695801,-7.840239524841309],[-7.007602214813232,-8.195722579956055],[-6.944535255432129,-8.545480728149414],[-6.864646911621094,-8.889067649841309],[-6.768383026123047,-9.22603988647461],[-6.65618896484375,-9.555950164794922],[-6.528510570526123,-9.8783540725708],[-6.385793209075928,-10.192804336547852],[-6.228483200073242,-10.498857021331787],[-6.057024955749512,-10.79606580734253],[-5.871865749359131,-11.083984851837158],[-5.673449516296387,-11.362168312072754],[-5.462223052978516,-11.630171298980713],[-5.238631725311279,-11.887547969818115],[-5.003120422363281,-12.1338529586792],[-4.756135940551758,-12.368639945983887],[-4.498122692108154,-12.591463565826416],[-4.229527473449707,-12.801878452301025],[-3.9507951736450195,-12.999438762664795],[-3.6623711585998535,-13.183699131011963],[-3.3647022247314453,-13.35421371459961],[-3.0582332611083984,-13.510536670684814],[-2.7434091567993164,-13.652222633361816],[-2.4206771850585938,-13.778826236724854],[-2.0904808044433594,-13.889901161193848],[-1.7532682418823242,-13.985002517700195],[-1.4094829559326172,-14.063683986663818],[-1.0595712661743164,-14.125500679016113],[-0.7039785385131836,-14.17000675201416],[-0.3431520462036133,-14.196756362915039],[0.022464752197265625,-14.20530366897583],[0.3870382308959961,-14.195406913757324],[0.7468461990356445,-14.167415142059326],[1.1014394760131836,-14.121772766113281],[1.4503746032714844,-14.058923244476318],[1.7932062149047852,-13.979310512542725],[2.129486083984375,-13.883377075195312],[2.4587717056274414,-13.771567344665527],[2.78061580657959,-13.644324779510498],[3.094572067260742,-13.502092361450195],[3.400197982788086,-13.345314979553223],[3.6970434188842773,-13.174434185028076],[3.9846668243408203,-12.989895343780518],[4.262619972229004,-12.792141437530518],[4.530458450317383,-12.581615924835205],[4.787737846374512,-12.358762741088867],[5.0340070724487305,-12.124024391174316],[5.268828392028809,-11.877845287322998],[5.491751670837402,-11.6206693649292],[5.702330589294434,-11.35293960571289],[5.900120735168457,-11.075099468231201],[6.084677696228027,-10.787592887878418],[6.255553245544434,-10.490862846374512],[6.412304878234863,-10.185354232788086],[6.5544843673706055,-9.871508598327637],[6.681647300720215,-9.549772262573242],[6.793347358703613,-9.220584869384766],[6.8891401290893555,-8.884393692016602],[6.968579292297363,-8.541641235351562],[7.031216621398926,-8.192770004272461],[7.076613426208496,-7.838224411010742],[7.104315757751465,-7.478448867797852],[7.113883018493652,-7.113883972167969],[7.1053361892700195,-6.74826717376709],[7.078587532043457,-6.3874406814575195],[7.03408145904541,-6.031848907470703],[6.972264289855957,-5.681938171386719],[6.893582344055176,-5.338151931762695],[6.798480033874512,-5.000938415527344],[6.687405586242676,-4.670742988586426],[6.560803413391113,-4.348011016845703],[6.419116020202637,-4.0331878662109375],[6.26279354095459,-3.726717948913574],[6.092278480529785,-3.429048538208008],[5.908019065856934,-3.140625],[5.710457801818848,-2.8618927001953125],[5.500042915344238,-2.5932979583740234],[5.277220726013184,-2.3352842330932617],[5.042431831359863,-2.088298797607422],[4.796128273010254,-1.8527889251708984],[4.538751602172852,-1.6291980743408203],[4.270748138427734,-1.4179706573486328],[3.992565155029297,-1.2195549011230469],[3.7046451568603516,-1.0343952178955078],[3.407437324523926,-0.8629360198974609],[3.101384162902832,-0.70562744140625],[2.786932945251465,-0.5629100799560547],[2.4645309448242188,-0.4352302551269531],[2.13461971282959,-0.32303619384765625],[1.7976484298706055,-0.22677230834960938],[1.4540605545043945,-0.14688491821289062],[1.1043024063110352,-0.08381843566894531],[0.7488203048706055,-0.03801727294921875],[0.3880586624145508,-0.009929656982421875],[0.022464752197265625,0],[0,0]]},{"type":"line","version":186,"versionNonce":35163342,"isDeleted":true,"id":"YNy3njIQrlUC1ZhWk3Fk6","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":651.2549142837524,"y":334.25647354125977,"strokeColor":"transparent","backgroundColor":"#fff","width":14.205303192138672,"height":14.20530366897583,"seed":1865109967,"groupIds":["t0lbLuhQRZhhxlNOYQpuv","Fenm7E6hyXki9PIfw1618"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829078,"link":null,"locked":false,"customData":{"boxId":"23Zvzt8Up1N1pOkvrcj-R","label":"BigQuery","resource":"google_bigquery_dataset","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.36559581756591797,-0.009929656982421875],[-0.7263565063476562,-0.03801727294921875],[-1.081838607788086,-0.08381843566894531],[-1.4315967559814453,-0.14688491821289062],[-1.7751836776733398,-0.22677230834960938],[-2.112156867980957,-0.32303619384765625],[-2.4420671463012695,-0.4352302551269531],[-2.764470100402832,-0.5629100799560547],[-3.078920364379883,-0.70562744140625],[-3.3849730491638184,-0.8629360198974609],[-3.6821823120117188,-1.0343952178955078],[-3.9701008796691895,-1.2195549011230469],[-4.248284816741943,-1.4179706573486328],[-4.516287803649902,-1.6291980743408203],[-4.773664474487305,-1.8527889251708984],[-5.019969463348389,-2.088298797607422],[-5.254756450653076,-2.3352842330932617],[-5.4775800704956055,-2.5932979583740234],[-5.687994480133057,-2.8618927001953125],[-5.885554790496826,-3.140625],[-6.069815635681152,-3.429048538208008],[-6.240329742431641,-3.726717948913574],[-6.396652698516846,-4.0331878662109375],[-6.538338661193848,-4.348011016845703],[-6.664942264556885,-4.670742988586426],[-6.776017189025879,-5.000938415527344],[-6.871118545532227,-5.338151931762695],[-6.949800491333008,-5.681938171386719],[-7.0116167068481445,-6.031848907470703],[-7.056122779846191,-6.3874406814575195],[-7.08287239074707,-6.74826717376709],[-7.0914201736450195,-7.113883972167969],[-7.081490516662598,-7.47947883605957],[-7.053402900695801,-7.840239524841309],[-7.007602214813232,-8.195722579956055],[-6.944535255432129,-8.545480728149414],[-6.864646911621094,-8.889067649841309],[-6.768383026123047,-9.22603988647461],[-6.65618896484375,-9.555950164794922],[-6.528510570526123,-9.8783540725708],[-6.385793209075928,-10.192804336547852],[-6.228483200073242,-10.498857021331787],[-6.057024955749512,-10.79606580734253],[-5.871865749359131,-11.083984851837158],[-5.673449516296387,-11.362168312072754],[-5.462223052978516,-11.630171298980713],[-5.238631725311279,-11.887547969818115],[-5.003120422363281,-12.1338529586792],[-4.756135940551758,-12.368639945983887],[-4.498122692108154,-12.591463565826416],[-4.229527473449707,-12.801878452301025],[-3.9507951736450195,-12.999438762664795],[-3.6623711585998535,-13.183699131011963],[-3.3647022247314453,-13.35421371459961],[-3.0582332611083984,-13.510536670684814],[-2.7434091567993164,-13.652222633361816],[-2.4206771850585938,-13.778826236724854],[-2.0904808044433594,-13.889901161193848],[-1.7532682418823242,-13.985002517700195],[-1.4094829559326172,-14.063683986663818],[-1.0595712661743164,-14.125500679016113],[-0.7039785385131836,-14.17000675201416],[-0.3431520462036133,-14.196756362915039],[0.022464752197265625,-14.20530366897583],[0.3870382308959961,-14.195406913757324],[0.7468461990356445,-14.167415142059326],[1.1014394760131836,-14.121772766113281],[1.4503746032714844,-14.058923244476318],[1.7932062149047852,-13.979310512542725],[2.129486083984375,-13.883377075195312],[2.4587717056274414,-13.771567344665527],[2.78061580657959,-13.644324779510498],[3.094572067260742,-13.502092361450195],[3.400197982788086,-13.345314979553223],[3.6970434188842773,-13.174434185028076],[3.9846668243408203,-12.989895343780518],[4.262619972229004,-12.792141437530518],[4.530458450317383,-12.581615924835205],[4.787737846374512,-12.358762741088867],[5.0340070724487305,-12.124024391174316],[5.268828392028809,-11.877845287322998],[5.491751670837402,-11.6206693649292],[5.702330589294434,-11.35293960571289],[5.900120735168457,-11.075099468231201],[6.084677696228027,-10.787592887878418],[6.255553245544434,-10.490862846374512],[6.412304878234863,-10.185354232788086],[6.5544843673706055,-9.871508598327637],[6.681647300720215,-9.549772262573242],[6.793347358703613,-9.220584869384766],[6.8891401290893555,-8.884393692016602],[6.968579292297363,-8.541641235351562],[7.031216621398926,-8.192770004272461],[7.076613426208496,-7.838224411010742],[7.104315757751465,-7.478448867797852],[7.113883018493652,-7.113883972167969],[7.1053361892700195,-6.74826717376709],[7.078587532043457,-6.3874406814575195],[7.03408145904541,-6.031848907470703],[6.972264289855957,-5.681938171386719],[6.893582344055176,-5.338151931762695],[6.798480033874512,-5.000938415527344],[6.687405586242676,-4.670742988586426],[6.560803413391113,-4.348011016845703],[6.419116020202637,-4.0331878662109375],[6.26279354095459,-3.726717948913574],[6.092278480529785,-3.429048538208008],[5.908019065856934,-3.140625],[5.710457801818848,-2.8618927001953125],[5.500042915344238,-2.5932979583740234],[5.277220726013184,-2.3352842330932617],[5.042431831359863,-2.088298797607422],[4.796128273010254,-1.8527889251708984],[4.538751602172852,-1.6291980743408203],[4.270748138427734,-1.4179706573486328],[3.992565155029297,-1.2195549011230469],[3.7046451568603516,-1.0343952178955078],[3.407437324523926,-0.8629360198974609],[3.101384162902832,-0.70562744140625],[2.786932945251465,-0.5629100799560547],[2.4645309448242188,-0.4352302551269531],[2.13461971282959,-0.32303619384765625],[1.7976484298706055,-0.22677230834960938],[1.4540605545043945,-0.14688491821289062],[1.1043024063110352,-0.08381843566894531],[0.7488203048706055,-0.03801727294921875],[0.3880586624145508,-0.009929656982421875],[0.022464752197265625,0],[0,0]]},{"type":"line","version":186,"versionNonce":857599762,"isDeleted":true,"id":"9Qlb4tuIKcoYZQzzSThZK","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":646.7132601737976,"y":326.96286964416504,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":1.8196568489074707,"height":4.646490097045898,"seed":1766241953,"groupIds":["Ds0GI30dPCA8HPusc2b__","t0lbLuhQRZhhxlNOYQpuv","Fenm7E6hyXki9PIfw1618"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829078,"link":null,"locked":false,"customData":{"boxId":"23Zvzt8Up1N1pOkvrcj-R","label":"BigQuery","resource":"google_bigquery_dataset","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,2.796879768371582],[0,2.796879768371582],[0.17416858673095703,3.0759944915771484],[0.36487913131713867,3.342823028564453],[0.5714726448059082,3.596665382385254],[0.7932920455932617,3.836817741394043],[1.0296778678894043,4.062578201293945],[1.2799725532531738,4.273244857788086],[1.5435185432434082,4.46811580657959],[1.8196568489074707,4.646490097045898],[1.8196568489074707,0],[0,0],[0,0]]},{"type":"line","version":186,"versionNonce":155829006,"isDeleted":true,"id":"eno2qBddipOxHBYCGD-1j","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":650.0755071640015,"y":324.38689517974854,"strokeColor":"#00000000","backgroundColor":"#669df6","width":2.2427453994750977,"height":8.085492134094238,"seed":1017004015,"groupIds":["Qf4Uw2dD1cBOrt0fhhU2o","t0lbLuhQRZhhxlNOYQpuv","Fenm7E6hyXki9PIfw1618"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829078,"link":null,"locked":false,"customData":{"boxId":"23Zvzt8Up1N1pOkvrcj-R","label":"BigQuery","resource":"google_bigquery_dataset","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,8.004990577697754],[0,8.004990577697754],[0.29485130310058594,8.036524772644043],[0.5897035598754883,8.057877540588379],[0.8845548629760742,8.068699836730957],[1.1794071197509766,8.068642616271973],[1.445591926574707,8.081278800964355],[1.7110748291015625,8.085492134094238],[1.9765596389770508,8.081278800964355],[2.2427453994750977,8.068642616271973],[2.2427453994750977,0],[0,0],[0,0]]},{"type":"line","version":186,"versionNonce":1534213330,"isDeleted":true,"id":"kgGBcS9PhnR92Ey-YuDpV","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":654.0630264282227,"y":328.05616188049316,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":1.8084230422973633,"height":3.497035026550293,"seed":324614785,"groupIds":["3Vqpitu9fWBXXWT5hUCOd","t0lbLuhQRZhhxlNOYQpuv","Fenm7E6hyXki9PIfw1618"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829078,"link":null,"locked":false,"customData":{"boxId":"23Zvzt8Up1N1pOkvrcj-R","label":"BigQuery","resource":"google_bigquery_dataset","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,3.497035026550293],[0,3.497035026550293],[0.2770538330078125,3.307438850402832],[0.5408821105957031,3.1014394760131836],[0.7908115386962891,2.879755973815918],[1.026169776916504,2.6431102752685547],[1.2462835311889648,2.392223358154297],[1.4504785537719727,2.1278133392333984],[1.6380834579467773,1.850602149963379],[1.8084230422973633,1.5613107681274414],[1.8084230422973633,0],[0,0],[0,0]]},{"type":"arrow","version":130,"versionNonce":2038051150,"isDeleted":true,"id":"N3M63cNjcTvZhPHB36J_k","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":300,"y":261,"strokeColor":"#202124","backgroundColor":"#202124","width":0,"height":58,"seed":1439590927,"groupIds":[],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829078,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[0,58]],"fontFamily":2},{"type":"rectangle","version":1265,"versionNonce":393663122,"isDeleted":true,"id":"DYaaB9-Upcbvgkx-N9rbN","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-880,"y":400,"strokeColor":"#34a853","backgroundColor":"#ceead6","width":900,"height":260,"seed":70271585,"groupIds":[],"strokeSharpness":"sharp","boundElements":[{"id":"PiqrL0eWlHBfTKdGN3bVH","type":"arrow"}],"updated":1697744829078,"link":null,"locked":false,"customData":{"boxId":"a7jxO9KBbu7x0PTSp8V8R","label":"Region","resource":"region","type":"container"}},{"type":"rectangle","version":145,"versionNonce":1577244558,"isDeleted":true,"id":"nL2lT2KxwSWQfETys3YkU","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":280,"y":460,"strokeColor":"#202124","backgroundColor":"#FFF","width":240,"height":80,"seed":1202999343,"groupIds":["v8lQ__53E0vPA8v-5gan6","aTDwA9ewNATgCq8fU7PSE"],"strokeSharpness":"round","boundElements":[{"id":"4kXwJH1dLqUAAORSO3NPX","type":"arrow"},{"id":"0jBnfLa8x-7PG-dHNSIyq","type":"arrow"}],"updated":1697744829078,"link":null,"locked":false,"customData":{"boxId":"RypXleBEkT_Umab_0FLYS","label":"BigQuery","resource":"google_bigquery_dataset","type":"container"}},{"type":"text","version":144,"versionNonce":434286674,"isDeleted":true,"id":"rasyQ0CHhsp3CsEfuzqpg","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":296,"y":476,"strokeColor":"#1A73F8","backgroundColor":"transparent","width":160,"height":18,"seed":2023444033,"groupIds":["v8lQ__53E0vPA8v-5gan6","aTDwA9ewNATgCq8fU7PSE"],"strokeSharpness":"round","boundElements":[],"updated":1697744829078,"link":null,"locked":false,"customData":{"boxId":"RypXleBEkT_Umab_0FLYS","label":"BigQuery","resource":"google_bigquery_dataset","type":"child"},"fontSize":16,"fontFamily":2,"text":"BigQuery","baseline":16,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":"BigQuery"},{"type":"text","version":155,"versionNonce":1864152526,"isDeleted":true,"id":"jv2zzqV6Bhp1slRGCSA_c","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":296,"y":498,"strokeColor":"#202124","backgroundColor":"transparent","width":120,"height":19,"seed":1815638607,"groupIds":["v8lQ__53E0vPA8v-5gan6","aTDwA9ewNATgCq8fU7PSE"],"strokeSharpness":"round","boundElements":[],"updated":1697744829078,"link":null,"locked":false,"customData":{"boxId":"RypXleBEkT_Umab_0FLYS","label":"BigQuery","resource":"google_bigquery_dataset","type":"child"},"fontSize":16,"fontFamily":2,"text":"Data Warehouse","baseline":15,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":"Data Warehouse"},{"type":"line","version":140,"versionNonce":646764050,"isDeleted":true,"id":"g_8oGPIIfJ26l2d6DYb_r","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":498.42121505737305,"y":492.79999923706055,"strokeColor":"transparent","backgroundColor":"#4285f4","width":6.175506591796875,"height":6.175506591796875,"seed":1736039969,"groupIds":["v8lQ__53E0vPA8v-5gan6","aTDwA9ewNATgCq8fU7PSE"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829078,"link":null,"locked":false,"customData":{"boxId":"RypXleBEkT_Umab_0FLYS","label":"BigQuery","resource":"google_bigquery_dataset","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-1.508890151977539,1.5088920593261719],[-1.508890151977539,1.5088920593261719],[-1.5668010711669922,1.5783119201660156],[-1.6085205078125,1.6556739807128906],[-1.6340065002441406,1.7383899688720703],[-1.6432132720947266,1.8238697052001953],[-1.6360969543457031,1.9095230102539062],[-1.6126155853271484,1.9927654266357422],[-1.5727252960205078,2.071004867553711],[-1.5163803100585938,2.141653060913086],[-1.508890151977539,2.149141311645508],[2.253978729248047,5.912012100219727],[2.253978729248047,5.912012100219727],[2.3232383728027344,5.968524932861328],[2.400175094604492,6.008892059326172],[2.4822921752929688,6.033111572265625],[2.5670833587646484,6.04118537902832],[2.6520519256591797,6.033111572265625],[2.7346935272216797,6.008892059326172],[2.8125076293945312,5.968524932861328],[2.88299560546875,5.912012100219727],[4.403120040893555,4.391887664794922],[4.403120040893555,4.391887664794922],[4.459634780883789,4.322628021240234],[4.5,4.245691299438477],[4.524219512939453,4.16357421875],[4.532293319702148,4.07878303527832],[4.524219512939453,3.993816375732422],[4.5,3.911174774169922],[4.459634780883789,3.8333587646484375],[4.403120040893555,3.7628707885742188],[0.6365070343017578,0],[0.6365070343017578,0],[0.5670852661132812,-0.057910919189453125],[0.48972320556640625,-0.09963035583496094],[0.4070091247558594,-0.12511444091796875],[0.3215293884277344,-0.1343212127685547],[0.23587417602539062,-0.12720489501953125],[0.1526336669921875,-0.10372543334960938],[0.07439422607421875,-0.06383323669433594],[0.00374603271484375,-0.007488250732421875],[0,0]]},{"type":"line","version":140,"versionNonce":1977666574,"isDeleted":true,"id":"usRDjBw5ws4B7H-WHKaeX","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":491.25491428375244,"y":477.5725427865982,"strokeColor":"transparent","backgroundColor":"#669df6","width":19.140093445777893,"height":19.140092253684998,"seed":1278431343,"groupIds":["v8lQ__53E0vPA8v-5gan6","aTDwA9ewNATgCq8fU7PSE"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829078,"link":null,"locked":false,"customData":{"boxId":"RypXleBEkT_Umab_0FLYS","label":"BigQuery","resource":"google_bigquery_dataset","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.49259281158447266,0.012448668479919434],[-0.9787044525146484,0.04939424991607666],[-1.4577360153198242,0.1102362871170044],[-1.9290857315063477,0.19437408447265625],[-2.392153739929199,0.3012070655822754],[-2.8463401794433594,0.430134654045105],[-3.291043758392334,0.5805565118789673],[-3.725663661956787,0.7518719434738159],[-4.149599075317383,0.943480372428894],[-4.562250137329102,1.1547812223434448],[-4.963016510009766,1.3851739168167114],[-5.351297378540039,1.6340581178665161],[-5.726491451263428,1.900833010673523],[-6.087998867034912,2.184897780418396],[-6.435218811035156,2.4856523275375366],[-6.767550945281982,2.802495837211609],[-7.084394454956055,3.134827971458435],[-7.385149240493774,3.4820483922958374],[-7.6692140102386475,3.8435558080673218],[-7.935988903045654,4.2187498807907104],[-8.184873104095459,4.607030749320984],[-8.415265798568726,5.00779664516449],[-8.626566410064697,5.4204477071762085],[-8.818174839019775,5.844383597373962],[-8.989490509033203,6.2790035009384155],[-9.139912366867065,6.723706603050232],[-9.268839955329895,7.177893042564392],[-9.375672936439514,7.640961050987244],[-9.459810733795166,8.112310767173767],[-9.520652770996094,8.591342329978943],[-9.557598352432251,9.077454924583435],[-9.57004702091217,9.570046782493591],[-9.557598352432251,10.062638640403748],[-9.520652770996094,10.548750281333923],[-9.459810733795166,11.0277818441391],[-9.375672936439514,11.499131560325623],[-9.268839955329895,11.96220052242279],[-9.139912366867065,12.416386008262634],[-8.989490509033203,12.861090064048767],[-8.818174839019775,13.29570996761322],[-8.626566410064697,13.719644904136658],[-8.415265798568726,14.132296919822693],[-8.184873104095459,14.533063292503357],[-7.935988903045654,14.92134416103363],[-7.6692140102386475,15.296536803245544],[-7.385149240493774,15.658044219017029],[-7.084394454956055,16.005265593528748],[-6.767550945281982,16.3375962972641],[-6.435218811035156,16.654441237449646],[-6.087998867034912,16.955195784568787],[-5.726491451263428,17.239259123802185],[-5.351297378540039,17.50603425502777],[-4.963016510009766,17.754918456077576],[-4.562250137329102,17.985310912132263],[-4.149599075317383,18.19661271572113],[-3.725663661956787,18.38822114467621],[-3.291043758392334,18.55953538417816],[-2.8463401794433594,18.709956526756287],[-2.392153739929199,18.83888566493988],[-1.9290857315063477,18.945720076560974],[-1.4577360153198242,19.0298570394516],[-0.9787044525146484,19.090697646141052],[-0.49259281158447266,19.12764298915863],[0,19.140092253684998],[0.49259185791015625,19.12764298915863],[0.978703498840332,19.090697646141052],[1.4577350616455078,19.0298570394516],[1.9290847778320312,18.945720076560974],[2.392153739929199,18.83888566493988],[2.846339225769043,18.709956526756287],[3.291043281555176,18.55953538417816],[3.7256622314453125,18.38822114467621],[4.149598121643066,18.19661271572113],[4.562249183654785,17.985310912132263],[4.963015556335449,17.754918456077576],[5.351296424865723,17.50603425502777],[5.7264909744262695,17.239259123802185],[6.087996482849121,16.955195784568787],[6.43521785736084,16.654441237449646],[6.767550468444824,16.3375962972641],[7.084393501281738,16.005265593528748],[7.385148048400879,15.658044219017029],[7.66921329498291,15.296536803245544],[7.935986518859863,14.92134416103363],[8.184870719909668,14.533063292503357],[8.415265083312988,14.132296919822693],[8.626564979553223,13.719644904136658],[8.818175315856934,13.29570996761322],[8.989487648010254,12.861090064048767],[9.139910697937012,12.416386008262634],[9.268839836120605,11.96220052242279],[9.375672340393066,11.499131560325623],[9.459811210632324,11.0277818441391],[9.520649909973145,10.548750281333923],[9.557595252990723,10.062638640403748],[9.570046424865723,9.570046782493591],[9.557587623596191,9.077454924583435],[9.520609855651855,8.591342329978943],[9.45971965789795,8.112310767173767],[9.375519752502441,7.640961050987244],[9.268609046936035,7.177893042564392],[9.1395902633667,6.723706603050232],[8.989069938659668,6.2790035009384155],[8.817646980285645,5.844383597373962],[8.62592601776123,5.4204477071762085],[8.414509773254395,5.00779664516449],[8.184000968933105,4.607030749320984],[7.935000419616699,4.2187498807907104],[7.668112754821777,3.8435558080673218],[7.383938789367676,3.4820483922958374],[7.083081245422363,3.134827971458435],[6.766144752502441,2.802495837211609],[6.433732032775879,2.4856523275375366],[6.086441993713379,2.184897780418396],[5.724881172180176,1.900833010673523],[5.3496503829956055,1.6340581178665161],[4.961352348327637,1.3851739168167114],[4.560590744018555,1.1547812223434448],[4.147966384887695,0.943480372428894],[3.7240819931030273,0.7518719434738159],[3.2895421981811523,0.5805565118789673],[2.8449487686157227,0.430134654045105],[2.3909034729003906,0.3012070655822754],[1.928009033203125,0.19437408447265625],[1.4568700790405273,0.1102362871170044],[0.9780864715576172,0.04939424991607666],[0.4922628402709961,0.012448668479919434],[0,0]]},{"type":"line","version":140,"versionNonce":1852589010,"isDeleted":true,"id":"rmVF8p_ePYCrvy5d1mwk8","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":491.25491428375244,"y":494.25647354125977,"strokeColor":"transparent","backgroundColor":"#669df6","width":14.205303192138672,"height":14.20530366897583,"seed":1069249025,"groupIds":["v8lQ__53E0vPA8v-5gan6","aTDwA9ewNATgCq8fU7PSE"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829078,"link":null,"locked":false,"customData":{"boxId":"RypXleBEkT_Umab_0FLYS","label":"BigQuery","resource":"google_bigquery_dataset","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.36559581756591797,-0.009929656982421875],[-0.7263565063476562,-0.03801727294921875],[-1.081838607788086,-0.08381843566894531],[-1.4315967559814453,-0.14688491821289062],[-1.7751836776733398,-0.22677230834960938],[-2.112156867980957,-0.32303619384765625],[-2.4420671463012695,-0.4352302551269531],[-2.764470100402832,-0.5629100799560547],[-3.078920364379883,-0.70562744140625],[-3.3849730491638184,-0.8629360198974609],[-3.6821823120117188,-1.0343952178955078],[-3.9701008796691895,-1.2195549011230469],[-4.248284816741943,-1.4179706573486328],[-4.516287803649902,-1.6291980743408203],[-4.773664474487305,-1.8527889251708984],[-5.019969463348389,-2.088298797607422],[-5.254756450653076,-2.3352842330932617],[-5.4775800704956055,-2.5932979583740234],[-5.687994480133057,-2.8618927001953125],[-5.885554790496826,-3.140625],[-6.069815635681152,-3.429048538208008],[-6.240329742431641,-3.726717948913574],[-6.396652698516846,-4.0331878662109375],[-6.538338661193848,-4.348011016845703],[-6.664942264556885,-4.670742988586426],[-6.776017189025879,-5.000938415527344],[-6.871118545532227,-5.338151931762695],[-6.949800491333008,-5.681938171386719],[-7.0116167068481445,-6.031848907470703],[-7.056122779846191,-6.3874406814575195],[-7.08287239074707,-6.74826717376709],[-7.0914201736450195,-7.113883972167969],[-7.081490516662598,-7.47947883605957],[-7.053402900695801,-7.840239524841309],[-7.007602214813232,-8.195722579956055],[-6.944535255432129,-8.545480728149414],[-6.864646911621094,-8.889067649841309],[-6.768383026123047,-9.22603988647461],[-6.65618896484375,-9.555950164794922],[-6.528510570526123,-9.8783540725708],[-6.385793209075928,-10.192804336547852],[-6.228483200073242,-10.498857021331787],[-6.057024955749512,-10.79606580734253],[-5.871865749359131,-11.083984851837158],[-5.673449516296387,-11.362168312072754],[-5.462223052978516,-11.630171298980713],[-5.238631725311279,-11.887547969818115],[-5.003120422363281,-12.1338529586792],[-4.756135940551758,-12.368639945983887],[-4.498122692108154,-12.591463565826416],[-4.229527473449707,-12.801878452301025],[-3.9507951736450195,-12.999438762664795],[-3.6623711585998535,-13.183699131011963],[-3.3647022247314453,-13.35421371459961],[-3.0582332611083984,-13.510536670684814],[-2.7434091567993164,-13.652222633361816],[-2.4206771850585938,-13.778826236724854],[-2.0904808044433594,-13.889901161193848],[-1.7532682418823242,-13.985002517700195],[-1.4094829559326172,-14.063683986663818],[-1.0595712661743164,-14.125500679016113],[-0.7039785385131836,-14.17000675201416],[-0.3431520462036133,-14.196756362915039],[0.022464752197265625,-14.20530366897583],[0.3870382308959961,-14.195406913757324],[0.7468461990356445,-14.167415142059326],[1.1014394760131836,-14.121772766113281],[1.4503746032714844,-14.058923244476318],[1.7932062149047852,-13.979310512542725],[2.129486083984375,-13.883377075195312],[2.4587717056274414,-13.771567344665527],[2.78061580657959,-13.644324779510498],[3.094572067260742,-13.502092361450195],[3.400197982788086,-13.345314979553223],[3.6970434188842773,-13.174434185028076],[3.9846668243408203,-12.989895343780518],[4.262619972229004,-12.792141437530518],[4.530458450317383,-12.581615924835205],[4.787737846374512,-12.358762741088867],[5.0340070724487305,-12.124024391174316],[5.268828392028809,-11.877845287322998],[5.491751670837402,-11.6206693649292],[5.702330589294434,-11.35293960571289],[5.900120735168457,-11.075099468231201],[6.084677696228027,-10.787592887878418],[6.255553245544434,-10.490862846374512],[6.412304878234863,-10.185354232788086],[6.5544843673706055,-9.871508598327637],[6.681647300720215,-9.549772262573242],[6.793347358703613,-9.220584869384766],[6.8891401290893555,-8.884393692016602],[6.968579292297363,-8.541641235351562],[7.031216621398926,-8.192770004272461],[7.076613426208496,-7.838224411010742],[7.104315757751465,-7.478448867797852],[7.113883018493652,-7.113883972167969],[7.1053361892700195,-6.74826717376709],[7.078587532043457,-6.3874406814575195],[7.03408145904541,-6.031848907470703],[6.972264289855957,-5.681938171386719],[6.893582344055176,-5.338151931762695],[6.798480033874512,-5.000938415527344],[6.687405586242676,-4.670742988586426],[6.560803413391113,-4.348011016845703],[6.419116020202637,-4.0331878662109375],[6.26279354095459,-3.726717948913574],[6.092278480529785,-3.429048538208008],[5.908019065856934,-3.140625],[5.710457801818848,-2.8618927001953125],[5.500042915344238,-2.5932979583740234],[5.277220726013184,-2.3352842330932617],[5.042431831359863,-2.088298797607422],[4.796128273010254,-1.8527889251708984],[4.538751602172852,-1.6291980743408203],[4.270748138427734,-1.4179706573486328],[3.992565155029297,-1.2195549011230469],[3.7046451568603516,-1.0343952178955078],[3.407437324523926,-0.8629360198974609],[3.101384162902832,-0.70562744140625],[2.786932945251465,-0.5629100799560547],[2.4645309448242188,-0.4352302551269531],[2.13461971282959,-0.32303619384765625],[1.7976484298706055,-0.22677230834960938],[1.4540605545043945,-0.14688491821289062],[1.1043024063110352,-0.08381843566894531],[0.7488203048706055,-0.03801727294921875],[0.3880586624145508,-0.009929656982421875],[0.022464752197265625,0],[0,0]]},{"type":"line","version":140,"versionNonce":810031694,"isDeleted":true,"id":"cbIBZylvCmBG1E6rhpd6R","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":491.25491428375244,"y":494.25647354125977,"strokeColor":"transparent","backgroundColor":"#fff","width":14.205303192138672,"height":14.20530366897583,"seed":1097689743,"groupIds":["v8lQ__53E0vPA8v-5gan6","aTDwA9ewNATgCq8fU7PSE"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829078,"link":null,"locked":false,"customData":{"boxId":"RypXleBEkT_Umab_0FLYS","label":"BigQuery","resource":"google_bigquery_dataset","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.36559581756591797,-0.009929656982421875],[-0.7263565063476562,-0.03801727294921875],[-1.081838607788086,-0.08381843566894531],[-1.4315967559814453,-0.14688491821289062],[-1.7751836776733398,-0.22677230834960938],[-2.112156867980957,-0.32303619384765625],[-2.4420671463012695,-0.4352302551269531],[-2.764470100402832,-0.5629100799560547],[-3.078920364379883,-0.70562744140625],[-3.3849730491638184,-0.8629360198974609],[-3.6821823120117188,-1.0343952178955078],[-3.9701008796691895,-1.2195549011230469],[-4.248284816741943,-1.4179706573486328],[-4.516287803649902,-1.6291980743408203],[-4.773664474487305,-1.8527889251708984],[-5.019969463348389,-2.088298797607422],[-5.254756450653076,-2.3352842330932617],[-5.4775800704956055,-2.5932979583740234],[-5.687994480133057,-2.8618927001953125],[-5.885554790496826,-3.140625],[-6.069815635681152,-3.429048538208008],[-6.240329742431641,-3.726717948913574],[-6.396652698516846,-4.0331878662109375],[-6.538338661193848,-4.348011016845703],[-6.664942264556885,-4.670742988586426],[-6.776017189025879,-5.000938415527344],[-6.871118545532227,-5.338151931762695],[-6.949800491333008,-5.681938171386719],[-7.0116167068481445,-6.031848907470703],[-7.056122779846191,-6.3874406814575195],[-7.08287239074707,-6.74826717376709],[-7.0914201736450195,-7.113883972167969],[-7.081490516662598,-7.47947883605957],[-7.053402900695801,-7.840239524841309],[-7.007602214813232,-8.195722579956055],[-6.944535255432129,-8.545480728149414],[-6.864646911621094,-8.889067649841309],[-6.768383026123047,-9.22603988647461],[-6.65618896484375,-9.555950164794922],[-6.528510570526123,-9.8783540725708],[-6.385793209075928,-10.192804336547852],[-6.228483200073242,-10.498857021331787],[-6.057024955749512,-10.79606580734253],[-5.871865749359131,-11.083984851837158],[-5.673449516296387,-11.362168312072754],[-5.462223052978516,-11.630171298980713],[-5.238631725311279,-11.887547969818115],[-5.003120422363281,-12.1338529586792],[-4.756135940551758,-12.368639945983887],[-4.498122692108154,-12.591463565826416],[-4.229527473449707,-12.801878452301025],[-3.9507951736450195,-12.999438762664795],[-3.6623711585998535,-13.183699131011963],[-3.3647022247314453,-13.35421371459961],[-3.0582332611083984,-13.510536670684814],[-2.7434091567993164,-13.652222633361816],[-2.4206771850585938,-13.778826236724854],[-2.0904808044433594,-13.889901161193848],[-1.7532682418823242,-13.985002517700195],[-1.4094829559326172,-14.063683986663818],[-1.0595712661743164,-14.125500679016113],[-0.7039785385131836,-14.17000675201416],[-0.3431520462036133,-14.196756362915039],[0.022464752197265625,-14.20530366897583],[0.3870382308959961,-14.195406913757324],[0.7468461990356445,-14.167415142059326],[1.1014394760131836,-14.121772766113281],[1.4503746032714844,-14.058923244476318],[1.7932062149047852,-13.979310512542725],[2.129486083984375,-13.883377075195312],[2.4587717056274414,-13.771567344665527],[2.78061580657959,-13.644324779510498],[3.094572067260742,-13.502092361450195],[3.400197982788086,-13.345314979553223],[3.6970434188842773,-13.174434185028076],[3.9846668243408203,-12.989895343780518],[4.262619972229004,-12.792141437530518],[4.530458450317383,-12.581615924835205],[4.787737846374512,-12.358762741088867],[5.0340070724487305,-12.124024391174316],[5.268828392028809,-11.877845287322998],[5.491751670837402,-11.6206693649292],[5.702330589294434,-11.35293960571289],[5.900120735168457,-11.075099468231201],[6.084677696228027,-10.787592887878418],[6.255553245544434,-10.490862846374512],[6.412304878234863,-10.185354232788086],[6.5544843673706055,-9.871508598327637],[6.681647300720215,-9.549772262573242],[6.793347358703613,-9.220584869384766],[6.8891401290893555,-8.884393692016602],[6.968579292297363,-8.541641235351562],[7.031216621398926,-8.192770004272461],[7.076613426208496,-7.838224411010742],[7.104315757751465,-7.478448867797852],[7.113883018493652,-7.113883972167969],[7.1053361892700195,-6.74826717376709],[7.078587532043457,-6.3874406814575195],[7.03408145904541,-6.031848907470703],[6.972264289855957,-5.681938171386719],[6.893582344055176,-5.338151931762695],[6.798480033874512,-5.000938415527344],[6.687405586242676,-4.670742988586426],[6.560803413391113,-4.348011016845703],[6.419116020202637,-4.0331878662109375],[6.26279354095459,-3.726717948913574],[6.092278480529785,-3.429048538208008],[5.908019065856934,-3.140625],[5.710457801818848,-2.8618927001953125],[5.500042915344238,-2.5932979583740234],[5.277220726013184,-2.3352842330932617],[5.042431831359863,-2.088298797607422],[4.796128273010254,-1.8527889251708984],[4.538751602172852,-1.6291980743408203],[4.270748138427734,-1.4179706573486328],[3.992565155029297,-1.2195549011230469],[3.7046451568603516,-1.0343952178955078],[3.407437324523926,-0.8629360198974609],[3.101384162902832,-0.70562744140625],[2.786932945251465,-0.5629100799560547],[2.4645309448242188,-0.4352302551269531],[2.13461971282959,-0.32303619384765625],[1.7976484298706055,-0.22677230834960938],[1.4540605545043945,-0.14688491821289062],[1.1043024063110352,-0.08381843566894531],[0.7488203048706055,-0.03801727294921875],[0.3880586624145508,-0.009929656982421875],[0.022464752197265625,0],[0,0]]},{"type":"line","version":140,"versionNonce":1805121938,"isDeleted":true,"id":"f4tuTGE4Jh1gzQ70-xIN_","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":486.7132601737976,"y":486.96286964416504,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":1.8196568489074707,"height":4.646490097045898,"seed":1717537249,"groupIds":["kt5YX_q77_IepwRy7W0dT","v8lQ__53E0vPA8v-5gan6","aTDwA9ewNATgCq8fU7PSE"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829078,"link":null,"locked":false,"customData":{"boxId":"RypXleBEkT_Umab_0FLYS","label":"BigQuery","resource":"google_bigquery_dataset","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,2.796879768371582],[0,2.796879768371582],[0.17416858673095703,3.0759944915771484],[0.36487913131713867,3.342823028564453],[0.5714726448059082,3.596665382385254],[0.7932920455932617,3.836817741394043],[1.0296778678894043,4.062578201293945],[1.2799725532531738,4.273244857788086],[1.5435185432434082,4.46811580657959],[1.8196568489074707,4.646490097045898],[1.8196568489074707,0],[0,0],[0,0]]},{"type":"line","version":140,"versionNonce":892051598,"isDeleted":true,"id":"uAQjzSIMVu7foiNKig1Ua","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":490.07550716400146,"y":484.38689517974854,"strokeColor":"#00000000","backgroundColor":"#669df6","width":2.2427453994750977,"height":8.085492134094238,"seed":1486831791,"groupIds":["bvKsdz5PYT61BwaiJ78bc","v8lQ__53E0vPA8v-5gan6","aTDwA9ewNATgCq8fU7PSE"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829078,"link":null,"locked":false,"customData":{"boxId":"RypXleBEkT_Umab_0FLYS","label":"BigQuery","resource":"google_bigquery_dataset","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,8.004990577697754],[0,8.004990577697754],[0.29485130310058594,8.036524772644043],[0.5897035598754883,8.057877540588379],[0.8845548629760742,8.068699836730957],[1.1794071197509766,8.068642616271973],[1.445591926574707,8.081278800964355],[1.7110748291015625,8.085492134094238],[1.9765596389770508,8.081278800964355],[2.2427453994750977,8.068642616271973],[2.2427453994750977,0],[0,0],[0,0]]},{"type":"line","version":140,"versionNonce":1028061010,"isDeleted":true,"id":"sMoTA5a160FCKmlnFJo55","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":494.06302642822266,"y":488.05616188049316,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":1.8084230422973633,"height":3.497035026550293,"seed":1953867201,"groupIds":["PwHcwbiCZw-OC4KjfEQzg","v8lQ__53E0vPA8v-5gan6","aTDwA9ewNATgCq8fU7PSE"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829078,"link":null,"locked":false,"customData":{"boxId":"RypXleBEkT_Umab_0FLYS","label":"BigQuery","resource":"google_bigquery_dataset","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,3.497035026550293],[0,3.497035026550293],[0.2770538330078125,3.307438850402832],[0.5408821105957031,3.1014394760131836],[0.7908115386962891,2.879755973815918],[1.026169776916504,2.6431102752685547],[1.2462835311889648,2.392223358154297],[1.4504785537719727,2.1278133392333984],[1.6380834579467773,1.850602149963379],[1.8084230422973633,1.5613107681274414],[1.8084230422973633,0],[0,0],[0,0]]},{"type":"rectangle","version":124,"versionNonce":1480875726,"isDeleted":true,"id":"iHAHXdGWgA7lLPLlYdzk4","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":620,"y":460,"strokeColor":"#202124","backgroundColor":"#FFF","width":240,"height":80,"seed":1936806607,"groupIds":["aoKZODF-OayrU79mHUl_c","17m6ln345brAeK1O4uDqG"],"strokeSharpness":"round","boundElements":[{"id":"0jBnfLa8x-7PG-dHNSIyq","type":"arrow"}],"updated":1697744829078,"link":null,"locked":false,"customData":{"boxId":"GdJxz75HD8Kp3UUxJcpGK","label":"Looker Studio","type":"container"}},{"type":"text","version":120,"versionNonce":63978770,"isDeleted":true,"id":"xz3-NJXbvk7bJrFHdyA7W","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":636,"y":476,"strokeColor":"#1A73F8","backgroundColor":"transparent","width":160,"height":18,"seed":891110817,"groupIds":["aoKZODF-OayrU79mHUl_c","17m6ln345brAeK1O4uDqG"],"strokeSharpness":"round","boundElements":[],"updated":1697744829078,"link":null,"locked":false,"customData":{"boxId":"GdJxz75HD8Kp3UUxJcpGK","label":"Looker Studio","type":"child"},"fontSize":16,"fontFamily":2,"text":"Looker Studio","baseline":16,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":"Looker Studio"},{"type":"text","version":139,"versionNonce":237720846,"isDeleted":true,"id":"Ja-6sfaquNvBjyxhpayRh","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":636,"y":498,"strokeColor":"#202124","backgroundColor":"transparent","width":99,"height":19,"seed":712777967,"groupIds":["aoKZODF-OayrU79mHUl_c","17m6ln345brAeK1O4uDqG"],"strokeSharpness":"round","boundElements":[],"updated":1697744829078,"link":null,"locked":false,"customData":{"boxId":"GdJxz75HD8Kp3UUxJcpGK","label":"Looker Studio","type":"child"},"fontSize":16,"fontFamily":2,"text":"Visualizations","baseline":15,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":"Visualizations"},{"type":"line","version":120,"versionNonce":1017826002,"isDeleted":true,"id":"lv3E4PkfO4Mfz0QfMGIDG","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":831.934796333313,"y":478.25,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":3.444951057434082,"height":3.3636693954467773,"seed":1669720449,"groupIds":["RJ9HV3J7GAggYoRpmTAKv","aoKZODF-OayrU79mHUl_c","17m6ln345brAeK1O4uDqG"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829078,"link":null,"locked":false,"customData":{"boxId":"GdJxz75HD8Kp3UUxJcpGK","label":"Looker Studio","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.17994022369384766,0.008455276489257812],[-0.3534507751464844,0.03334450721740723],[-0.5198154449462891,0.07395315170288086],[-0.6783208847045898,0.12956690788269043],[-0.8282508850097656,0.19947099685668945],[-0.9688930511474609,0.28295135498046875],[-1.099532127380371,0.37929272651672363],[-1.2194528579711914,0.4877810478210449],[-1.3279409408569336,0.6077020168304443],[-1.4242830276489258,0.7383408546447754],[-1.5077619552612305,0.8789827823638916],[-1.577667236328125,1.0289134979248047],[-1.6332807540893555,1.1874184608459473],[-1.67388916015625,1.3537836074829102],[-1.6987791061401367,1.5272934436798096],[-1.7072334289550781,1.7072343826293945],[-1.6907224655151367,1.9511208534240723],[-1.668654441833496,2.0730676651000977],[-1.6361074447631836,2.1950159072875977],[-1.5921268463134766,2.3169636726379395],[-1.5357608795166016,2.438910484313965],[-1.4660577774047852,2.5608553886413574],[-1.3820619583129883,2.6827969551086426],[-0.650390625,1.951125144958496],[-0.650390625,1.7072343826293945],[-0.650390625,1.7072343826293945],[-0.6356239318847656,1.5590853691101074],[-0.5932302474975586,1.4214184284210205],[-0.5260677337646484,1.2970912456512451],[-0.43699169158935547,1.1889610290527344],[-0.3288612365722656,1.0998854637145996],[-0.20453453063964844,1.032721996307373],[-0.06686687469482422,0.9903287887573242],[0.08128070831298828,0.975562334060669],[0.2294301986694336,0.9903287887573242],[0.3670969009399414,1.032721996307373],[0.491424560546875,1.0998854637145996],[0.5995550155639648,1.1889610290527344],[0.6886301040649414,1.2970912456512451],[0.7557945251464844,1.4214184284210205],[0.7981882095336914,1.5590853691101074],[0.812952995300293,1.7072343826293945],[0.7981882095336914,1.8553833961486816],[0.7557945251464844,1.9930505752563477],[0.6886301040649414,2.117377758026123],[0.5995550155639648,2.2255077362060547],[0.491424560546875,2.3145833015441895],[0.3670969009399414,2.381746292114258],[0.2294301986694336,2.424139976501465],[0.08128070831298828,2.438906192779541],[-0.16260910034179688,2.438906192779541],[-0.8942804336547852,3.089296817779541],[-0.8942804336547852,3.089296817779541],[-0.739192008972168,3.1731338500976562],[-0.5795764923095703,3.241727828979492],[-0.4166259765625,3.2950782775878906],[-0.25153160095214844,3.3331851959228516],[-0.08548355102539062,3.356049060821533],[0.08032703399658203,3.3636693954467773],[0.24470806121826172,3.3560471534729004],[0.40647029876708984,3.333181381225586],[0.5644235610961914,3.2950730323791504],[0.717371940612793,3.2417216300964355],[0.8641300201416016,3.1731271743774414],[1.003504753112793,3.0892906188964844],[1.134303092956543,2.99021053314209],[1.2553377151489258,2.875887870788574],[1.3654146194458008,2.7463231086730957],[1.463343620300293,2.601515769958496],[1.5471820831298828,2.4464268684387207],[1.6157751083374023,2.2868118286132812],[1.6691255569458008,2.123861312866211],[1.7072334289550781,1.9587664604187012],[1.7300958633422852,1.7927179336547852],[1.737717628479004,1.6269078254699707],[1.7300939559936523,1.4625258445739746],[1.707228660583496,1.3007636070251465],[1.6691198348999023,1.1428120136260986],[1.615769386291504,0.9898619651794434],[1.547175407409668,0.843104362487793],[1.4633378982543945,0.703730583190918],[1.3642587661743164,0.5729315280914307],[1.2499361038208008,0.45189762115478516],[1.1203699111938477,0.34182024002075195],[0.9755620956420898,0.24389052391052246],[0.8802938461303711,0.18672418594360352],[0.7774038314819336,0.13718199729919434],[0.6668920516967773,0.09526300430297852],[0.5487604141235352,0.06096673011779785],[0.4230051040649414,0.03429293632507324],[0.2896261215209961,0.015241146087646484],[0.14862537384033203,0.0038101673126220703],[0,0],[0,0]]},{"type":"line","version":120,"versionNonce":1348043598,"isDeleted":true,"id":"hi-sManixaxYkyjn_NM49","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":831.2844533920288,"y":483.2091407775879,"strokeColor":"#00000000","backgroundColor":"#669df6","width":1.7072343826293945,"height":3.902249813079834,"seed":1867000591,"groupIds":["XKXrpiSYsFd_sg-EA4r4W","aoKZODF-OayrU79mHUl_c","17m6ln345brAeK1O4uDqG"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829078,"link":null,"locked":false,"customData":{"boxId":"GdJxz75HD8Kp3UUxJcpGK","label":"Looker Studio","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.007622718811035156,-0.2132415771484375],[-0.030488967895507812,-0.4255342483520508],[-0.06859874725341797,-0.6359243392944336],[-0.12195110321044922,-0.8434572219848633],[-0.19054698944091797,-1.04718017578125],[-0.274383544921875,-1.2461400032043457],[-0.3734626770019531,-1.4393820762634277],[-0.4877815246582031,-1.625953197479248],[-1.463343620300293,-0.650390625],[-1.463343620300293,-0.650390625],[-1.4036455154418945,-0.48017311096191406],[-1.3515586853027344,-0.3251953125],[-1.3147125244140625,-0.17021846771240234],[-1.3043880462646484,-0.0879669189453125],[-1.300734519958496,0],[-1.3081979751586914,0.14862489700317383],[-1.3299531936645508,0.2896270751953125],[-1.365046501159668,0.4230051040649414],[-1.4125261306762695,0.5487594604492188],[-1.4714374542236328,0.6668920516967773],[-1.540827751159668,0.7774033546447754],[-1.6197443008422852,0.8802928924560547],[-1.7072343826293945,0.9755620956420898],[-1.2194528579711914,2.276296615600586],[-1.2194528579711914,2.276296615600586],[-1.0717878341674805,2.180173873901367],[-0.9336481094360352,2.075118064880371],[-0.8050355911254883,1.9617271423339844],[-0.6859493255615234,1.8405942916870117],[-0.5763893127441406,1.7123165130615234],[-0.47635650634765625,1.5774898529052734],[-0.3858489990234375,1.4367084503173828],[-0.3048696517944336,1.290567398071289],[-0.23341655731201172,1.1396656036376953],[-0.17148971557617188,0.9845943450927734],[-0.11909008026123047,0.8259515762329102],[-0.0762186050415039,0.664332389831543],[-0.04287242889404297,0.5003318786621094],[-0.019054412841796875,0.3345456123352051],[-0.004763603210449219,0.1675701141357422],[0,0],[0,0]]},{"type":"line","version":120,"versionNonce":510501010,"isDeleted":true,"id":"RqM-RGkzd6CkH7bjvD5bI","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":828.6829376220703,"y":484.5911560058594,"strokeColor":"#00000000","backgroundColor":"#669df6","width":4.471312999725342,"height":5.365593910217285,"seed":686756193,"groupIds":["bwrehPALZbZq3dciq3XNx","aoKZODF-OayrU79mHUl_c","17m6ln345brAeK1O4uDqG"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829078,"link":null,"locked":false,"customData":{"boxId":"GdJxz75HD8Kp3UUxJcpGK","label":"Looker Studio","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.13609695434570312,-0.00656890869140625],[-0.2694549560546875,-0.025880813598632812],[-0.39924144744873047,-0.057338714599609375],[-0.5246210098266602,-0.10034751892089844],[-0.6447620391845703,-0.1543130874633789],[-0.7588291168212891,-0.21863937377929688],[-0.8659892082214355,-0.29272937774658203],[-0.9654083251953125,-0.3759899139404297],[-1.056253433227539,-0.46782493591308594],[-1.137690544128418,-0.5676383972167969],[-1.2088861465454102,-0.674835205078125],[-1.2690067291259766,-0.7888202667236328],[-1.31721830368042,-0.9089984893798828],[-1.352686882019043,-1.0347728729248047],[-1.3745794296264648,-1.1655502319335938],[-1.3820629119873047,-1.3007335662841797],[-1.375493049621582,-1.4368314743041992],[-1.3561820983886719,-1.5701894760131836],[-1.324723243713379,-1.6999750137329102],[-1.2817144393920898,-1.8253555297851562],[-1.2277488708496094,-1.9454960823059082],[-1.1634235382080078,-2.0595626831054688],[-1.0893325805664062,-2.1667232513427734],[-1.0060720443725586,-2.2661423683166504],[-0.9142374992370605,-2.356987953186035],[-0.8144245147705078,-2.438424587249756],[-0.7072277069091797,-2.5096206665039062],[-0.5932426452636719,-2.5697402954101562],[-0.4730644226074219,-2.617952346801758],[-0.3472890853881836,-2.653421401977539],[-0.21651172637939453,-2.675313949584961],[-0.08132743835449219,-2.6827964782714844],[0.013623237609863281,-2.6789865493774414],[0.11429023742675781,-2.667555809020996],[0.3251485824584961,-2.6218299865722656],[0.5360069274902344,-2.5456151962280273],[0.6366739273071289,-2.4960718154907227],[0.7316246032714844,-2.438905715942383],[1.7071876525878906,-3.3331871032714844],[1.7071876525878906,-3.3331871032714844],[1.4936275482177734,-3.5046730041503906],[1.2791128158569336,-3.6532936096191406],[1.0626907348632812,-3.779049873352051],[0.843409538269043,-3.881941318511963],[0.6203193664550781,-3.961967945098877],[0.39246654510498047,-4.019129753112793],[0.15890121459960938,-4.053426742553711],[-0.08132743835449219,-4.064859390258789],[-0.35260868072509766,-4.050806999206543],[-0.6167440414428711,-4.0096025466918945],[-0.8723058700561523,-3.9426755905151367],[-1.117863655090332,-3.851454734802246],[-1.3519887924194336,-3.7373695373535156],[-1.5732526779174805,-3.6018481254577637],[-1.780226230621338,-3.446320056915283],[-1.971480369567871,-3.272214889526367],[-2.1455860137939453,-3.080960750579834],[-2.301114082336426,-2.8739871978759766],[-2.4366350173950195,-2.6527228355407715],[-2.5507211685180664,-2.41859769821167],[-2.6419410705566406,-2.173039436340332],[-2.7088685035705566,-1.917478084564209],[-2.750072956085205,-1.6533427238464355],[-2.764125347137451,-1.3820619583129883],[-2.7509660720825195,-1.1107816696166992],[-2.7122020721435547,-0.8466458320617676],[-2.64890718460083,-0.5910854339599609],[-2.5621509552001953,-0.34552669525146484],[-2.4530067443847656,-0.11140155792236328],[-2.322545051574707,0.1098623275756836],[-2.171839714050293,0.3168363571166992],[-2.0019612312316895,0.5080900192260742],[-1.813981056213379,0.6821956634521484],[-1.6089725494384766,0.8377237319946289],[-1.3880057334899902,0.9732446670532227],[-1.1521539688110352,1.0873308181762695],[-0.9024887084960938,1.1785516738891602],[-0.640080451965332,1.2454776763916016],[-0.36600399017333984,1.28668212890625],[-0.08132743835449219,1.300734519958496],[0.053328514099121094,1.2994651794433594],[0.20322036743164062,1.2905750274658203],[0.3531036376953125,1.266444206237793],[0.42327880859375,1.2462825775146484],[0.4877347946166992,1.2194538116455078],[-0.00004673004150390625,0],[0,0]]},{"type":"line","version":120,"versionNonce":19392910,"isDeleted":true,"id":"ZDa5aYhmxJOkXlzeYdjTY","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":832.0161247253418,"y":485.6480464935303,"strokeColor":"#00000000","backgroundColor":"#4285f4","width":12.04841136932373,"height":12.080839157104492,"seed":1850601775,"groupIds":["o-BtIZ21gP2H5JvBLlRQd","aoKZODF-OayrU79mHUl_c","17m6ln345brAeK1O4uDqG"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829078,"link":null,"locked":false,"customData":{"boxId":"GdJxz75HD8Kp3UUxJcpGK","label":"Looker Studio","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.4268035888671875,0.015241622924804688],[-0.8536167144775391,0.060967445373535156],[-1.2804298400878906,0.13718223571777344],[-1.7072334289550781,0.24389076232910156],[-0.9755620956420898,2.032406806945801],[-0.9755620956420898,2.032406806945801],[-0.7316761016845703,2.0197067260742188],[-0.4877805709838867,1.9917659759521484],[-0.24388599395751953,1.9638252258300781],[0,1.9511260986328125],[0.21193504333496094,1.9565563201904297],[0.4207725524902344,1.9726600646972656],[0.6262760162353516,1.999155044555664],[0.8282089233398438,2.035757064819336],[1.0263290405273438,2.082183837890625],[1.2204017639160156,2.138153076171875],[1.410186767578125,2.2033815383911133],[1.5954465866088867,2.277585983276367],[1.7759437561035156,2.360483169555664],[1.9514389038085938,2.451791763305664],[2.121694564819336,2.551227569580078],[2.2864723205566406,2.65850830078125],[2.445535659790039,2.773350715637207],[2.5986413955688477,2.8954734802246094],[2.745555877685547,3.0245914459228516],[2.8860416412353516,3.16042423248291],[3.019857406616211,3.3026866912841797],[3.1467647552490234,3.4510974884033203],[3.266529083251953,3.6053733825683594],[3.378908157348633,3.7652320861816406],[3.4836654663085938,3.9303884506225586],[3.580564498901367,4.10056209564209],[3.6693649291992188,4.275468826293945],[3.7498302459716797,4.454828262329102],[3.8217201232910156,4.638354301452637],[3.8847970962524414,4.825765609741211],[3.938823699951172,5.016780853271484],[3.983560562133789,5.211113929748535],[4.018772125244141,5.408483505249023],[4.044218063354492,5.608607292175293],[4.059659957885742,5.811202049255371],[4.064859390258789,6.015983581542969],[4.059429168701172,6.22791862487793],[4.043325424194336,6.436758041381836],[4.0168304443359375,6.64225959777832],[3.9802284240722656,6.8441925048828125],[3.93380069732666,7.042314529418945],[3.8778324127197266,7.236387252807617],[3.812602996826172,7.426172256469727],[3.7383995056152344,7.611433029174805],[3.6555023193359375,7.791929244995117],[3.5641937255859375,7.967424392700195],[3.4647579193115234,8.137680053710938],[3.357476234436035,8.302457809448242],[3.242633819580078,8.461519241333008],[3.120512008666992,8.614625930786133],[2.991392135620117,8.761541366577148],[2.8555612564086914,8.90202522277832],[2.713298797607422,9.03584098815918],[2.564887046813965,9.162750244140625],[2.410612106323242,9.282512664794922],[2.250753402709961,9.394891738891602],[2.085597038269043,9.499650955200195],[1.9154224395751953,9.596549987792969],[1.7405147552490234,9.68535041809082],[1.5611572265625,9.765813827514648],[1.3776302337646484,9.837703704833984],[1.1902179718017578,9.900781631469727],[0.9992046356201172,9.954809188842773],[0.8048715591430664,9.99954605102539],[0.6075019836425781,10.034757614135742],[0.4073781967163086,10.060201644897461],[0.20478343963623047,10.075643539428711],[0,10.080842971801758],[-0.21193408966064453,10.075414657592773],[-0.4207725524902344,10.059309005737305],[-0.6262760162353516,10.032814025878906],[-0.8282070159912109,9.996212005615234],[-1.0263290405273438,9.949785232543945],[-1.2204017639160156,9.893815994262695],[-1.410186767578125,9.828588485717773],[-1.5954465866088867,9.754384994506836],[-1.7759437561035156,9.671485900878906],[-1.9514389038085938,9.580177307128906],[-2.121694564819336,9.480741500854492],[-2.2864723205566406,9.37346076965332],[-2.4455337524414062,9.25861930847168],[-2.5986413955688477,9.136495590209961],[-2.745555877685547,9.007377624511719],[-2.886040687561035,8.871545791625977],[-3.0198564529418945,8.72928237915039],[-3.1467647552490234,8.58087158203125],[-3.2665281295776367,8.426595687866211],[-3.3789072036743164,8.26673698425293],[-3.4836654663085938,8.101581573486328],[-3.580564498901367,7.931407928466797],[-3.6693649291992188,7.756500244140625],[-3.7498292922973633,7.577140808105469],[-3.821718215942383,7.39361572265625],[-3.884796142578125,7.206203460693359],[-3.938823699951172,7.015188217163086],[-3.983560562133789,6.820856094360352],[-4.018771648406982,6.62348747253418],[-4.044217109680176,6.423362731933594],[-4.059658527374268,6.220767974853516],[-4.064859390258789,6.015983581542969],[-4.055392265319824,5.728410720825195],[-4.027228355407715,5.44548225402832],[-3.9807252883911133,5.16802978515625],[-3.916240692138672,4.896888732910156],[-3.83413028717041,4.632892608642578],[-3.7347536087036133,4.376873970031738],[-3.6184654235839844,4.129669189453125],[-3.4856252670288086,3.8921079635620117],[-3.336587905883789,3.665027618408203],[-3.1717119216918945,3.449258804321289],[-2.991353988647461,3.2456369400024414],[-2.795872688293457,3.054995536804199],[-2.585622787475586,2.8781681060791016],[-2.360963821411133,2.7159881591796875],[-2.122251510620117,2.5692901611328125],[-1.8698434829711914,2.4389076232910156],[-2.6015148162841797,0.650390625],[-2.6015148162841797,0.650390625],[-2.8782453536987305,0.7939214706420898],[-3.144331932067871,0.9497756958007812],[-3.3996124267578125,1.1174211502075195],[-3.643922805786133,1.2963199615478516],[-3.8770971298217773,1.4859371185302734],[-4.098974704742432,1.685734748840332],[-4.309389114379883,1.8951797485351562],[-4.5081787109375,2.1137351989746094],[-4.695178031921387,2.3408641815185547],[-4.870224952697754,2.5760316848754883],[-5.033154487609863,2.8187007904052734],[-5.183803081512451,3.068338394165039],[-5.322007179260254,3.3244056701660156],[-5.447603225708008,3.586367607116699],[-5.560426712036133,3.853689193725586],[-5.660314559936523,4.125831604003906],[-5.747101783752441,4.402263641357422],[-5.820626735687256,4.682445526123047],[-5.88072395324707,4.96584415435791],[-5.927229881286621,5.251920700073242],[-5.959981441497803,5.540142059326172],[-5.978815078735352,5.829970359802246],[-5.983565330505371,6.120870590209961],[-5.974069595336914,6.4123077392578125],[-5.950164794921875,6.703742980957031],[-5.911684989929199,6.9946441650390625],[-5.858469009399414,7.28447151184082],[-5.790351390838623,7.57269287109375],[-5.7071685791015625,7.858770370483398],[-5.608757019042969,8.142168045043945],[-5.494953632354736,8.42234992980957],[-5.365592956542969,8.698781967163086],[-5.2220635414123535,8.975515365600586],[-5.0662078857421875,9.241607666015625],[-4.898563385009766,9.496889114379883],[-4.719664573669434,9.741201400756836],[-4.53004789352417,9.97437858581543],[-4.330248832702637,10.196256637573242],[-4.120804309844971,10.406675338745117],[-3.902250289916992,10.605464935302734],[-3.6751203536987305,10.792465209960938],[-3.439952850341797,10.967512130737305],[-3.1972827911376953,11.130441665649414],[-2.9476470947265625,11.281089782714844],[-2.691579818725586,11.419294357299805],[-2.429616928100586,11.54488754272461],[-2.1622962951660156,11.657711029052734],[-1.8901519775390625,11.757596969604492],[-1.6137208938598633,11.844385147094727],[-1.3335380554199219,11.91790771484375],[-1.050140380859375,11.978004455566406],[-0.7640628814697266,12.024507522583008],[-0.4758424758911133,12.057258605957031],[-0.18601417541503906,12.076089859008789],[0.10488700866699219,12.080839157104492],[0.39632320404052734,12.071342468261719],[0.6877584457397461,12.047435760498047],[0.9786586761474609,12.008955001831055],[1.2684879302978516,11.955738067626953],[1.5567083358764648,11.88762092590332],[1.8427867889404297,11.804435729980469],[2.12618350982666,11.706024169921875],[2.4063663482666016,11.592218399047852],[2.6827964782714844,11.462860107421875],[2.9595279693603516,11.319330215454102],[3.225614547729492,11.163475036621094],[3.4808950424194336,10.995828628540039],[3.725203514099121,10.816930770874023],[3.9583797454833984,10.627313613891602],[4.180255889892578,10.427515029907227],[4.3906707763671875,10.218070983886719],[4.589460372924805,9.999517440795898],[4.776460647583008,9.77238655090332],[4.951507568359375,9.537220001220703],[5.114437103271484,9.294549942016602],[5.265085220336914,9.044912338256836],[5.403289794921875,8.788846969604492],[5.5288848876953125,8.526884078979492],[5.6417083740234375,8.259561538696289],[5.741596221923828,7.987417221069336],[5.8283843994140625,7.710987091064453],[5.901908874511719,7.430803298950195],[5.962005615234375,7.147407531738281],[6.008510589599609,6.861330032348633],[6.041263580322266,6.573108673095703],[6.060096740722656,6.283281326293945],[6.064846038818359,5.992380142211914],[6.055351257324219,5.700943946838379],[6.03144645690918,5.409507751464844],[5.99296760559082,5.1186065673828125],[5.939750671386719,4.828778266906738],[5.871633529663086,4.540557861328125],[5.788450241088867,4.254480361938477],[5.690040588378906,3.9710826873779297],[5.576234817504883,3.6909008026123047],[5.446876525878906,3.414468765258789],[5.236549377441406,3.0411930084228516],[5.002763748168945,2.6842308044433594],[4.746826171875,2.3446550369262695],[4.4700469970703125,2.0235366821289062],[4.173738479614258,1.7219486236572266],[3.8592090606689453,1.4409618377685547],[3.527769088745117,1.181650161743164],[3.180727005004883,0.9450826644897461],[2.8193931579589844,0.7323322296142578],[2.445079803466797,0.5444717407226562],[2.0590953826904297,0.3825712203979492],[1.6627492904663086,0.24770355224609375],[1.2573509216308594,0.14094161987304688],[0.8442134857177734,0.0633554458618164],[0.42464447021484375,0.016017913818359375],[-0.0000476837158203125,0],[0,0]]},{"type":"line","version":124,"versionNonce":1959771730,"isDeleted":true,"id":"QvDFKQuoYBb8QKTP-szuw","fillStyle":"hachure","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":200,"y":380,"strokeColor":"#000000","backgroundColor":"transparent","width":0,"height":120,"seed":1520975169,"groupIds":[],"strokeSharpness":"round","boundElements":[],"updated":1697744829078,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[0,120]],"fontFamily":2},{"type":"text","version":391,"versionNonce":1339000782,"isDeleted":true,"id":"hnC_bsf2Afagia8FOc5FB","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":80,"angle":0,"x":460,"y":680,"strokeColor":"#202124","backgroundColor":"transparent","width":124,"height":19,"seed":821424975,"groupIds":[],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829078,"link":null,"locked":false,"customData":{"boxId":"p0S5NKIgKqSfDkV9tM2wc","label":"Region","resource":"region","type":"child"},"fontSize":16.444444444444446,"fontFamily":2,"text":"DATA ANALYSIS","baseline":15,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":"DATA ANALYSIS"},{"type":"rectangle","version":132,"versionNonce":2091394066,"isDeleted":true,"id":"UbTdotD4BefGl3ikKibHf","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":620,"y":160,"strokeColor":"#202124","backgroundColor":"#FFF","width":240,"height":80,"seed":2014375201,"groupIds":["ucBR21mRwjJKPh7u5uTFE","xRQ6CUkQXr2lza9OcgRV7"],"strokeSharpness":"round","boundElements":[],"updated":1697744829078,"link":null,"locked":false,"customData":{"boxId":"QzD_9h41xrBE4QdwJfF-N","label":"Cloud Storage","resource":"google_storage_bucket","type":"container"}},{"type":"text","version":124,"versionNonce":476667406,"isDeleted":true,"id":"ZruJ0Dr4CXrrcS3v5JbbF","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":636,"y":176,"strokeColor":"#1A73F8","backgroundColor":"transparent","width":160,"height":18,"seed":2140713327,"groupIds":["ucBR21mRwjJKPh7u5uTFE","xRQ6CUkQXr2lza9OcgRV7"],"strokeSharpness":"round","boundElements":[],"updated":1697744829078,"link":null,"locked":false,"customData":{"boxId":"QzD_9h41xrBE4QdwJfF-N","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"},"fontSize":16,"fontFamily":2,"text":"Cloud Storage","baseline":16,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":"Cloud Storage"},{"type":"text","version":134,"versionNonce":1072550354,"isDeleted":true,"id":"Gx1803BvWzRHZzU4lHskY","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":636,"y":198,"strokeColor":"#202124","backgroundColor":"transparent","width":74,"height":19,"seed":1754833153,"groupIds":["ucBR21mRwjJKPh7u5uTFE","xRQ6CUkQXr2lza9OcgRV7"],"strokeSharpness":"round","boundElements":[],"updated":1697744829078,"link":null,"locked":false,"customData":{"boxId":"QzD_9h41xrBE4QdwJfF-N","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"},"fontSize":16,"fontFamily":2,"text":"Data Lake","baseline":15,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":"Data Lake"},{"type":"rectangle","version":124,"versionNonce":1542351950,"isDeleted":true,"id":"HRvci0cWXPKn_nWSmNbOi","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":822,"y":180,"strokeColor":"transparent","backgroundColor":"#aecbfa","width":20,"height":7,"seed":58633103,"groupIds":["ucBR21mRwjJKPh7u5uTFE","xRQ6CUkQXr2lza9OcgRV7"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829078,"link":null,"locked":false,"customData":{"boxId":"QzD_9h41xrBE4QdwJfF-N","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"}},{"type":"rectangle","version":124,"versionNonce":1907869586,"isDeleted":true,"id":"LywRVvMkWXe1OQXIDWI4J","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":840,"y":180,"strokeColor":"transparent","backgroundColor":"#669df6","width":2,"height":7,"seed":2042550497,"groupIds":["ucBR21mRwjJKPh7u5uTFE","xRQ6CUkQXr2lza9OcgRV7"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829078,"link":null,"locked":false,"customData":{"boxId":"QzD_9h41xrBE4QdwJfF-N","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"}},{"type":"line","version":124,"versionNonce":2084024974,"isDeleted":true,"id":"oSdFKzdYPmvznI_tHpb6s","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":842,"y":180,"strokeColor":"#00000000","backgroundColor":"#4285f4","width":2,"height":7,"seed":685793711,"groupIds":["IH1KPRANnsiP1tsa3xD8k","ucBR21mRwjJKPh7u5uTFE","xRQ6CUkQXr2lza9OcgRV7"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829078,"link":null,"locked":false,"customData":{"boxId":"QzD_9h41xrBE4QdwJfF-N","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-2,0],[-2,7],[0,0],[0,0]]},{"type":"rectangle","version":124,"versionNonce":1245513042,"isDeleted":true,"id":"VndU5Z2yer77e2BhpirKa","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":822,"y":180,"strokeColor":"transparent","backgroundColor":"#669df6","width":2,"height":7,"seed":487789761,"groupIds":["ucBR21mRwjJKPh7u5uTFE","xRQ6CUkQXr2lza9OcgRV7"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829078,"link":null,"locked":false,"customData":{"boxId":"QzD_9h41xrBE4QdwJfF-N","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"}},{"type":"rectangle","version":124,"versionNonce":1207840974,"isDeleted":true,"id":"pwG-8shbFVZi3pmwR6OGY","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":826,"y":183,"strokeColor":"transparent","backgroundColor":"#fff","width":6,"height":1,"seed":1088836559,"groupIds":["ucBR21mRwjJKPh7u5uTFE","xRQ6CUkQXr2lza9OcgRV7"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829078,"link":null,"locked":false,"customData":{"boxId":"QzD_9h41xrBE4QdwJfF-N","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"}},{"type":"rectangle","version":124,"versionNonce":1658096402,"isDeleted":true,"id":"7REEO6xhenBL-dRxy7oOZ","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":835,"y":182,"strokeColor":"transparent","backgroundColor":"#fff","width":3,"height":3,"seed":1714738337,"groupIds":["ucBR21mRwjJKPh7u5uTFE","xRQ6CUkQXr2lza9OcgRV7"],"strokeSharpness":"round","boundElements":[],"updated":1697744829078,"link":null,"locked":false,"customData":{"boxId":"QzD_9h41xrBE4QdwJfF-N","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"}},{"type":"rectangle","version":124,"versionNonce":1255859982,"isDeleted":true,"id":"fTopVi_tyi1Rqvh6JCFi7","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":822,"y":189,"strokeColor":"transparent","backgroundColor":"#aecbfa","width":20,"height":7,"seed":1672020463,"groupIds":["ucBR21mRwjJKPh7u5uTFE","xRQ6CUkQXr2lza9OcgRV7"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829078,"link":null,"locked":false,"customData":{"boxId":"QzD_9h41xrBE4QdwJfF-N","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"}},{"type":"rectangle","version":124,"versionNonce":301291730,"isDeleted":true,"id":"bg70mrO7enesWDllTvU4_","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":840,"y":189,"strokeColor":"transparent","backgroundColor":"#669df6","width":2,"height":7,"seed":1221826689,"groupIds":["ucBR21mRwjJKPh7u5uTFE","xRQ6CUkQXr2lza9OcgRV7"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829078,"link":null,"locked":false,"customData":{"boxId":"QzD_9h41xrBE4QdwJfF-N","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"}},{"type":"line","version":124,"versionNonce":893834574,"isDeleted":true,"id":"9s1bLMBaGYxrz7ltyS9lb","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":842,"y":189,"strokeColor":"#00000000","backgroundColor":"#4285f4","width":2,"height":7,"seed":305196047,"groupIds":["YbOeYVwfD8p5X2CLELLai","ucBR21mRwjJKPh7u5uTFE","xRQ6CUkQXr2lza9OcgRV7"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829078,"link":null,"locked":false,"customData":{"boxId":"QzD_9h41xrBE4QdwJfF-N","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-2,0],[-2,7],[0,0],[0,0]]},{"type":"rectangle","version":124,"versionNonce":1194749586,"isDeleted":true,"id":"b_DfqH7PtMbxEm0GHMtOl","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":822,"y":189,"strokeColor":"transparent","backgroundColor":"#669df6","width":2,"height":7,"seed":380559457,"groupIds":["ucBR21mRwjJKPh7u5uTFE","xRQ6CUkQXr2lza9OcgRV7"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829078,"link":null,"locked":false,"customData":{"boxId":"QzD_9h41xrBE4QdwJfF-N","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"}},{"type":"rectangle","version":124,"versionNonce":1083898766,"isDeleted":true,"id":"X-aTibOLxLtCuD-u6BgQ4","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":826,"y":192,"strokeColor":"transparent","backgroundColor":"#fff","width":6,"height":1,"seed":410423855,"groupIds":["ucBR21mRwjJKPh7u5uTFE","xRQ6CUkQXr2lza9OcgRV7"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829078,"link":null,"locked":false,"customData":{"boxId":"QzD_9h41xrBE4QdwJfF-N","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"}},{"type":"rectangle","version":124,"versionNonce":1733217362,"isDeleted":true,"id":"4zlmqfIt4KyH5Fhp0-pBa","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":835,"y":191,"strokeColor":"transparent","backgroundColor":"#fff","width":3,"height":3,"seed":1033251905,"groupIds":["ucBR21mRwjJKPh7u5uTFE","xRQ6CUkQXr2lza9OcgRV7"],"strokeSharpness":"round","boundElements":[],"updated":1697744829078,"link":null,"locked":false,"customData":{"boxId":"QzD_9h41xrBE4QdwJfF-N","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"}},{"type":"arrow","version":144,"versionNonce":319838670,"isDeleted":true,"id":"4kXwJH1dLqUAAORSO3NPX","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":200,"y":500,"strokeColor":"#202124","backgroundColor":"#202124","width":79,"height":0,"seed":794981455,"groupIds":[],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829078,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[79,0]],"fontFamily":2},{"type":"arrow","version":122,"versionNonce":672494098,"isDeleted":true,"id":"0jBnfLa8x-7PG-dHNSIyq","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":520,"y":500,"strokeColor":"#202124","backgroundColor":"#202124","width":100,"height":0,"seed":1164508193,"groupIds":[],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829078,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[100,0]],"fontFamily":2},{"type":"arrow","version":120,"versionNonce":599781390,"isDeleted":true,"id":"aQLxPaQ8P9w9EYGk6G49s","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":400,"y":340,"strokeColor":"#202124","backgroundColor":"#202124","width":0,"height":120,"seed":1590497903,"groupIds":[],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829078,"link":null,"locked":false,"startBinding":null,"endBinding":{"focus":0.3,"gap":16,"elementId":"rasyQ0CHhsp3CsEfuzqpg"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[0,120]],"fontFamily":2},{"type":"line","version":115,"versionNonce":1820418002,"isDeleted":true,"id":"aTYsV-Ig4m1PW-zIZof3B","fillStyle":"hachure","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":400,"y":340,"strokeColor":"#000000","backgroundColor":"transparent","width":40,"height":0,"seed":236376065,"groupIds":[],"strokeSharpness":"round","boundElements":[],"updated":1697744829078,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[40,0]],"fontFamily":2},{"type":"arrow","version":117,"versionNonce":513982030,"isDeleted":true,"id":"bglfe1poYP5Gp9RwIy5pd","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":780,"y":340,"strokeColor":"#202124","backgroundColor":"#202124","width":100,"height":0,"seed":528411791,"groupIds":[],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829078,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-100,0]],"fontFamily":2},{"type":"line","version":118,"versionNonce":547984786,"isDeleted":true,"id":"xw6Kr6s7f0SdHNoJp5uKl","fillStyle":"hachure","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":780,"y":240,"strokeColor":"#000000","backgroundColor":"transparent","width":0,"height":100,"seed":1302276065,"groupIds":[],"strokeSharpness":"round","boundElements":[],"updated":1697744829078,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[0,100]],"fontFamily":2},{"type":"arrow","version":124,"versionNonce":1217512590,"isDeleted":true,"id":"oeXAa8J4xvSm11RODwd77","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":720,"y":-75.04587155963304,"strokeColor":"#202124","backgroundColor":"#202124","width":0,"height":234.04587155963304,"seed":1026589359,"groupIds":[],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829078,"link":null,"locked":false,"startBinding":null,"endBinding":{"focus":-0.16666666666666666,"gap":1,"elementId":"UbTdotD4BefGl3ikKibHf"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[0,234.04587155963304]],"fontFamily":2},{"type":"ellipse","version":398,"versionNonce":365237074,"isDeleted":true,"id":"WgcYDxo58a2wE9xsAIF3n","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":180,"y":220,"strokeColor":"#202124","backgroundColor":"#202124","width":32,"height":35,"seed":1309770689,"groupIds":["sKoYG8z0zStXephHuji8q"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829078,"link":null,"locked":false,"customData":{"boxId":"UDl3vtAfeea5HacfMqrtg","label":"Step Circle","type":"child"}},{"type":"text","version":358,"versionNonce":1665532622,"isDeleted":true,"id":"x-TabJO45EGrpsmvJVsFn","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":190.5,"y":228,"strokeColor":"#FFFFFF","backgroundColor":"#202124","width":9,"height":16,"seed":2022331599,"groupIds":["sKoYG8z0zStXephHuji8q"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829079,"link":null,"locked":false,"customData":{"boxId":"UDl3vtAfeea5HacfMqrtg","label":"Step Circle","type":"child"},"fontSize":14,"fontFamily":2,"text":"2","baseline":13,"textAlign":"center","verticalAlign":"top","containerId":null,"originalText":"2"},{"type":"text","version":114,"versionNonce":1579866386,"isDeleted":true,"id":"VcmfJFPr2XDMD5oP86qvT","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":225,"y":426,"strokeColor":"#000000","backgroundColor":"transparent","width":22,"height":23,"seed":1804428193,"groupIds":["sKoYG8z0zStXephHuji8q"],"strokeSharpness":"round","boundElements":[],"updated":1697744829079,"link":null,"locked":false,"fontSize":20,"fontFamily":2,"text":"","baseline":19,"textAlign":"center","verticalAlign":"middle","containerId":"oXmrarFjLAOt0by1KTAta","originalText":""},{"type":"ellipse","version":424,"versionNonce":291010830,"isDeleted":true,"id":"Sv27OUEcC8ZY5BOLPXlhv","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":340,"y":340,"strokeColor":"#202124","backgroundColor":"#202124","width":32,"height":35,"seed":1764025071,"groupIds":["O7LUIBeCSIuGQHsVEA7Px"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829079,"link":null,"locked":false,"customData":{"boxId":"GmS_6aXjOFF1P2_aEunVZ","label":"Step Circle","type":"child"}},{"type":"text","version":385,"versionNonce":693233362,"isDeleted":true,"id":"yXcilfDK0J6A66339SCbG","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":350.5,"y":348,"strokeColor":"#FFFFFF","backgroundColor":"#202124","width":9,"height":16,"seed":1380075393,"groupIds":["O7LUIBeCSIuGQHsVEA7Px"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829079,"link":null,"locked":false,"customData":{"boxId":"GmS_6aXjOFF1P2_aEunVZ","label":"Step Circle","type":"child"},"fontSize":14,"fontFamily":2,"text":"3","baseline":13,"textAlign":"center","verticalAlign":"top","containerId":null,"originalText":"3"},{"type":"text","version":114,"versionNonce":977413966,"isDeleted":true,"id":"iLXMrKx8RLV-Sos1eskeo","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1165,"y":360,"strokeColor":"#000000","backgroundColor":"transparent","width":22,"height":23,"seed":529050895,"groupIds":["O7LUIBeCSIuGQHsVEA7Px"],"strokeSharpness":"round","boundElements":[],"updated":1697744829079,"link":null,"locked":false,"fontSize":20,"fontFamily":2,"text":"","baseline":19,"textAlign":"center","verticalAlign":"middle","containerId":"oXmrarFjLAOt0by1KTAta","originalText":""},{"type":"ellipse","version":399,"versionNonce":533806226,"isDeleted":true,"id":"Q4D7JXQYit9b5nxW3hn4j","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":400,"y":260,"strokeColor":"#202124","backgroundColor":"#202124","width":32,"height":35,"seed":2087694177,"groupIds":["ZuqjW4EZk1UumFp3fWMgl"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829079,"link":null,"locked":false,"customData":{"boxId":"_n40AdILG9y0GGRud2SzX","label":"Step Circle","type":"child"}},{"type":"text","version":361,"versionNonce":1851526542,"isDeleted":true,"id":"AnTMx6V9LgtkW2Fp_hryv","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":410.5,"y":268,"strokeColor":"#FFFFFF","backgroundColor":"#202124","width":9,"height":16,"seed":120468271,"groupIds":["ZuqjW4EZk1UumFp3fWMgl"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829079,"link":null,"locked":false,"customData":{"boxId":"_n40AdILG9y0GGRud2SzX","label":"Step Circle","type":"child"},"fontSize":14,"fontFamily":2,"text":"4","baseline":13,"textAlign":"center","verticalAlign":"top","containerId":null,"originalText":"4"},{"type":"ellipse","version":450,"versionNonce":1063246418,"isDeleted":true,"id":"FUIj7F7KR2AQBZ9sHxitX","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":620,"y":220,"strokeColor":"#202124","backgroundColor":"#202124","width":32,"height":35,"seed":1885674305,"groupIds":["rZKDvg7YKfG9oHP82cudH"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829079,"link":null,"locked":false,"customData":{"boxId":"_kQwilXDXKZFR2PtPYdN_","label":"Step Circle","type":"child"}},{"type":"text","version":414,"versionNonce":1256139726,"isDeleted":true,"id":"0rJf4nz36yEZg2zbeKDba","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":630.5,"y":228,"strokeColor":"#FFFFFF","backgroundColor":"#202124","width":9,"height":16,"seed":142472527,"groupIds":["rZKDvg7YKfG9oHP82cudH"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829079,"link":null,"locked":false,"customData":{"boxId":"_kQwilXDXKZFR2PtPYdN_","label":"Step Circle","type":"child"},"fontSize":14,"fontFamily":2,"text":"5","baseline":13,"textAlign":"center","verticalAlign":"top","containerId":null,"originalText":"5"},{"type":"rectangle","version":128,"versionNonce":919912466,"isDeleted":true,"id":"TYqgrS7MVCDyXgTBUof2z","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":420,"y":-80,"strokeColor":"#202124","backgroundColor":"#FFF","width":82,"height":82,"seed":1450900623,"groupIds":["U8woTKgdrEwJaRN1Aomu3"],"strokeSharpness":"round","boundElements":[],"updated":1697744829079,"link":null,"locked":false,"customData":{}},{"type":"text","version":136,"versionNonce":1575256590,"isDeleted":true,"id":"EM8ByicYxiVyFWTjY7F0v","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":424,"y":-32,"strokeColor":"#202124","backgroundColor":"transparent","width":74,"height":19,"seed":539760609,"groupIds":["U8woTKgdrEwJaRN1Aomu3"],"strokeSharpness":"round","boundElements":[],"updated":1697744829079,"link":null,"locked":false,"customData":{},"fontSize":16,"fontFamily":2,"text":"Developer","baseline":15,"textAlign":"center","verticalAlign":"top","containerId":null,"originalText":"Developer"},{"type":"line","version":126,"versionNonce":1109847506,"isDeleted":true,"id":"AKKBb6Y5tEIZWOevQlLQw","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":449,"y":-64,"strokeColor":"#00000000","backgroundColor":"#00000000","width":24,"height":24,"seed":1512739503,"groupIds":["K8d5DhR8_PNGXDPvOqVfM","U8woTKgdrEwJaRN1Aomu3"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829079,"link":null,"locked":false,"customData":{},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[24,0],[24,24],[0,24],[0,0]]},{"type":"line","version":126,"versionNonce":174395470,"isDeleted":true,"id":"Dkr7uNNPrn_WRd-elpKU0","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":465.5,"y":-52,"strokeColor":"#00000000","backgroundColor":"#000","width":4.989999771118164,"height":5,"seed":562066369,"groupIds":["5zuHH6g7_6MZroZNqkN6A","U8woTKgdrEwJaRN1Aomu3"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829079,"link":null,"locked":false,"customData":{},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[0.9712505340576172,-0.1965627670288086],[1.7625007629394531,-0.7325000762939453],[2.2950000762939453,-1.5271873474121094],[2.489999771118164,-2.5],[2.2950000762939453,-3.4728126525878906],[1.7625007629394531,-4.267499923706055],[0.9712505340576172,-4.80343770980835],[0,-5],[-0.9728126525878906,-4.80343770980835],[-1.7674999237060547,-4.267499923706055],[-2.3034372329711914,-3.4728126525878906],[-2.5,-2.5],[-2.3034372329711914,-1.5271873474121094],[-1.7674999237060547,-0.7325000762939453],[-0.9728126525878906,-0.1965627670288086],[0,0],[0,0]]},{"type":"line","version":126,"versionNonce":107832210,"isDeleted":true,"id":"uQ-etcTLk09BlvRW4HgF7","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":458,"y":-53,"strokeColor":"#00000000","backgroundColor":"#000","width":5.989999771118164,"height":6,"seed":197289167,"groupIds":["5zuHH6g7_6MZroZNqkN6A","U8woTKgdrEwJaRN1Aomu3"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829079,"link":null,"locked":false,"customData":{},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[1.1674995422363281,-0.23531246185302734],[2.1175003051757812,-0.8774995803833008],[2.7562503814697266,-1.830937385559082],[2.989999771118164,-3],[2.7562503814697266,-4.169062614440918],[2.1175003051757812,-5.122499942779541],[1.1674995422363281,-5.764687538146973],[0,-6],[-1.169062614440918,-5.764687538146973],[-2.122499942779541,-5.122499942779541],[-2.7646875381469727,-4.169062614440918],[-3,-3],[-2.7646875381469727,-1.830937385559082],[-2.122499942779541,-0.8774995803833008],[-1.169062614440918,-0.23531246185302734],[0,0],[0,0]]},{"type":"line","version":126,"versionNonce":1815729806,"isDeleted":true,"id":"ZGf4wiy2xRo8kbHiZvHAO","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":465.5,"y":-50,"strokeColor":"#00000000","backgroundColor":"#000","width":11,"height":5,"seed":1402885025,"groupIds":["5zuHH6g7_6MZroZNqkN6A","U8woTKgdrEwJaRN1Aomu3"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829079,"link":null,"locked":false,"customData":{},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-1.6314058303833008,0.17234420776367188],[-3.4362497329711914,0.6887502670288086],[-4.897968292236328,1.5482816696166992],[-5.338730812072754,2.106426239013672],[-5.5,2.75],[-5.5,5],[5.5,5],[5.5,2.75],[5.5,2.75],[5.3387298583984375,2.106426239013672],[4.897968292236328,1.5482816696166992],[3.436250686645508,0.6887502670288086],[1.6314067840576172,0.17234420776367188],[0,0],[0,0]]},{"type":"line","version":126,"versionNonce":1843339602,"isDeleted":true,"id":"vwLofSoJ4tkD5cjUQ-9OC","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":458,"y":-51,"strokeColor":"#00000000","backgroundColor":"#000","width":9.369999885559082,"height":6,"seed":2061169391,"groupIds":["5zuHH6g7_6MZroZNqkN6A","U8woTKgdrEwJaRN1Aomu3"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829079,"link":null,"locked":false,"customData":{},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.9697456359863281,0.054823875427246094],[-2.076718807220459,0.21921920776367188],[-4.37375020980835,0.8762502670288086],[-5.399511814117432,1.36865234375],[-6.233906269073486,1.9701566696166992],[-6.794785261154175,2.680644989013672],[-7,3.5],[-7,6],[0,6],[0,3.75],[0,3.75],[0.08343791961669922,3.0081253051757812],[0.4200000762939453,2.119999885559082],[1.1390628814697266,1.1793746948242188],[2.369999885559082,0.2799997329711914],[1.1062498092651367,0.07250022888183594],[0,0],[0,0]]},{"type":"rectangle","version":132,"versionNonce":1008456910,"isDeleted":true,"id":"8lyzvlLPRT1neo7PNl089","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":520,"y":-80,"strokeColor":"#202124","backgroundColor":"#FFF","width":82,"height":82,"seed":734074543,"groupIds":["4MJpwYGKEmLPjhC4L-XaG"],"strokeSharpness":"round","boundElements":[{"id":"5NHi5KE_nu-zXqdTwd3J_","type":"arrow"}],"updated":1697744829079,"link":null,"locked":false,"customData":{"boxId":"zNWBGw3v8bijUbxL8x0YA"}},{"type":"text","version":140,"versionNonce":64169746,"isDeleted":true,"id":"Kk08iw9Jk2r_Bzsvjt5n1","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":524,"y":-32,"strokeColor":"#202124","backgroundColor":"transparent","width":74,"height":19,"seed":1032073153,"groupIds":["4MJpwYGKEmLPjhC4L-XaG"],"strokeSharpness":"round","boundElements":[],"updated":1697744829079,"link":null,"locked":false,"customData":{"boxId":"zNWBGw3v8bijUbxL8x0YA"},"fontSize":16,"fontFamily":2,"text":"Developer","baseline":15,"textAlign":"center","verticalAlign":"top","containerId":null,"originalText":"Developer"},{"type":"line","version":130,"versionNonce":866388750,"isDeleted":true,"id":"es-hr1HCnkN1aSsNv04sB","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":549,"y":-64,"strokeColor":"#00000000","backgroundColor":"#00000000","width":24,"height":24,"seed":1877502159,"groupIds":["XDjRWsuEDPeRzPM0kU76T","4MJpwYGKEmLPjhC4L-XaG"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829079,"link":null,"locked":false,"customData":{"boxId":"zNWBGw3v8bijUbxL8x0YA"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[24,0],[24,24],[0,24],[0,0]]},{"type":"line","version":130,"versionNonce":1354790098,"isDeleted":true,"id":"Q9Yz_yZmLRgNwA0Mcu3Zf","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":565.5,"y":-52,"strokeColor":"#00000000","backgroundColor":"#000","width":4.989999771118164,"height":5,"seed":801804193,"groupIds":["B0C5TjghhcUZfFfOKrANO","4MJpwYGKEmLPjhC4L-XaG"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829079,"link":null,"locked":false,"customData":{"boxId":"zNWBGw3v8bijUbxL8x0YA"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[0.9712505340576172,-0.1965627670288086],[1.7625007629394531,-0.7325000762939453],[2.2950000762939453,-1.5271873474121094],[2.489999771118164,-2.5],[2.2950000762939453,-3.4728126525878906],[1.7625007629394531,-4.267499923706055],[0.9712505340576172,-4.80343770980835],[0,-5],[-0.9728126525878906,-4.80343770980835],[-1.7674999237060547,-4.267499923706055],[-2.3034372329711914,-3.4728126525878906],[-2.5,-2.5],[-2.3034372329711914,-1.5271873474121094],[-1.7674999237060547,-0.7325000762939453],[-0.9728126525878906,-0.1965627670288086],[0,0],[0,0]]},{"type":"line","version":130,"versionNonce":1900771662,"isDeleted":true,"id":"2BzQDMLI6fWdDtqNWcI4C","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":558,"y":-53,"strokeColor":"#00000000","backgroundColor":"#000","width":5.989999771118164,"height":6,"seed":1939896047,"groupIds":["B0C5TjghhcUZfFfOKrANO","4MJpwYGKEmLPjhC4L-XaG"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829079,"link":null,"locked":false,"customData":{"boxId":"zNWBGw3v8bijUbxL8x0YA"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[1.1674995422363281,-0.23531246185302734],[2.1175003051757812,-0.8774995803833008],[2.7562503814697266,-1.830937385559082],[2.989999771118164,-3],[2.7562503814697266,-4.169062614440918],[2.1175003051757812,-5.122499942779541],[1.1674995422363281,-5.764687538146973],[0,-6],[-1.169062614440918,-5.764687538146973],[-2.122499942779541,-5.122499942779541],[-2.7646875381469727,-4.169062614440918],[-3,-3],[-2.7646875381469727,-1.830937385559082],[-2.122499942779541,-0.8774995803833008],[-1.169062614440918,-0.23531246185302734],[0,0],[0,0]]},{"type":"line","version":130,"versionNonce":910035602,"isDeleted":true,"id":"VmqYStP0_LLB8uoPsOA_X","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":565.5,"y":-50,"strokeColor":"#00000000","backgroundColor":"#000","width":11,"height":5,"seed":1845097345,"groupIds":["B0C5TjghhcUZfFfOKrANO","4MJpwYGKEmLPjhC4L-XaG"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829079,"link":null,"locked":false,"customData":{"boxId":"zNWBGw3v8bijUbxL8x0YA"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-1.6314058303833008,0.17234420776367188],[-3.4362497329711914,0.6887502670288086],[-4.897968292236328,1.5482816696166992],[-5.338730812072754,2.106426239013672],[-5.5,2.75],[-5.5,5],[5.5,5],[5.5,2.75],[5.5,2.75],[5.3387298583984375,2.106426239013672],[4.897968292236328,1.5482816696166992],[3.436250686645508,0.6887502670288086],[1.6314067840576172,0.17234420776367188],[0,0],[0,0]]},{"type":"line","version":130,"versionNonce":1550524302,"isDeleted":true,"id":"r4hN_E-Fc0Ig40ByeOjdq","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":558,"y":-51,"strokeColor":"#00000000","backgroundColor":"#000","width":9.369999885559082,"height":6,"seed":2104606991,"groupIds":["B0C5TjghhcUZfFfOKrANO","4MJpwYGKEmLPjhC4L-XaG"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829079,"link":null,"locked":false,"customData":{"boxId":"zNWBGw3v8bijUbxL8x0YA"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.9697456359863281,0.054823875427246094],[-2.076718807220459,0.21921920776367188],[-4.37375020980835,0.8762502670288086],[-5.399511814117432,1.36865234375],[-6.233906269073486,1.9701566696166992],[-6.794785261154175,2.680644989013672],[-7,3.5],[-7,6],[0,6],[0,3.75],[0,3.75],[0.08343791961669922,3.0081253051757812],[0.4200000762939453,2.119999885559082],[1.1390628814697266,1.1793746948242188],[2.369999885559082,0.2799997329711914],[1.1062498092651367,0.07250022888183594],[0,0],[0,0]]},{"id":"k6zdvt2zAnaMd8R6qj8Rx","type":"text","x":546.8183925010219,"y":537.2186897277455,"width":7,"height":23,"angle":0,"strokeColor":"#000000","backgroundColor":"transparent","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"round","seed":1872986753,"version":110,"versionNonce":1258481746,"isDeleted":true,"boundElements":null,"updated":1697744829079,"link":null,"locked":false,"text":"","fontSize":20,"fontFamily":2,"textAlign":"left","verticalAlign":"top","baseline":19,"containerId":null,"originalText":""},{"type":"rectangle","version":123,"versionNonce":154926542,"isDeleted":true,"id":"z2UJS9aaoqYGgVA3eupzG","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":80,"y":120,"strokeColor":"#202124","backgroundColor":"#FFF","width":240,"height":60,"seed":1972446351,"groupIds":["7LxDMulsif7cVqRN1RhNr","6Q9_vbAqAkMudOmvp55ea"],"strokeSharpness":"round","boundElements":[{"id":"u3MHsCfKj6joFmOvIyJhR","type":"arrow"}],"updated":1697744829079,"link":null,"locked":false,"customData":{"boxId":"t4TGrO1ZoAsJ_419-MJ1o","label":"Cloud Source Repositories","type":"container"}},{"type":"text","version":120,"versionNonce":921046546,"isDeleted":true,"id":"o1vDnEM4wH0z6uoeTTS6Y","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":96,"y":136,"strokeColor":"#1a73e8","backgroundColor":"transparent","width":160,"height":33,"seed":1122791393,"groupIds":["7LxDMulsif7cVqRN1RhNr","6Q9_vbAqAkMudOmvp55ea"],"strokeSharpness":"round","boundElements":[{"id":"W9R12Uosv_ysCejW7Zfn5","type":"arrow"}],"updated":1697744829079,"link":null,"locked":false,"customData":{"boxId":"t4TGrO1ZoAsJ_419-MJ1o","label":"Cloud Source Repositories","type":"child"},"fontSize":16,"fontFamily":2,"text":"Cloud Source \nRepositories ","baseline":30,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":"Cloud Source \nRepositories "},{"type":"text","version":109,"versionNonce":483857422,"isDeleted":true,"id":"4AWkHeZ1eGEI_8hWxHgoB","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":136,"y":193,"strokeColor":"#202124","backgroundColor":"transparent","width":160,"height":18,"seed":71023279,"groupIds":["7LxDMulsif7cVqRN1RhNr","6Q9_vbAqAkMudOmvp55ea"],"strokeSharpness":"round","boundElements":[],"updated":1697744829079,"link":null,"locked":false,"customData":{"boxId":"t4TGrO1ZoAsJ_419-MJ1o","label":"Cloud Source Repositories","type":"child"},"fontSize":16,"fontFamily":2,"text":"","baseline":16,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":""},{"type":"line","version":110,"versionNonce":249461714,"isDeleted":true,"id":"XS6f5cSIQWdqTx8UbrMKZ","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":136,"y":220,"strokeColor":"#202124","backgroundColor":"transparent","width":208,"height":0,"seed":980798401,"groupIds":["7LxDMulsif7cVqRN1RhNr","6Q9_vbAqAkMudOmvp55ea"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829079,"link":null,"locked":false,"customData":{"boxId":"t4TGrO1ZoAsJ_419-MJ1o","label":"Cloud Source Repositories","type":"child"},"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[208,0]]},{"type":"text","version":109,"versionNonce":825582158,"isDeleted":true,"id":"Rbmm8OMBPPYtrIy5lF4oL","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":136,"y":228,"strokeColor":"#202124","backgroundColor":"transparent","width":160,"height":14,"seed":695110863,"groupIds":["7LxDMulsif7cVqRN1RhNr","6Q9_vbAqAkMudOmvp55ea"],"strokeSharpness":"round","boundElements":[],"updated":1697744829079,"link":null,"locked":false,"customData":{"boxId":"t4TGrO1ZoAsJ_419-MJ1o","label":"Cloud Source Repositories","type":"child"},"fontSize":12,"fontFamily":2,"text":"","baseline":12,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":""},{"type":"line","version":118,"versionNonce":822292882,"isDeleted":true,"id":"jPPUQCeo821lbiK1s-bTe","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":301.9375,"y":138.0625,"strokeColor":"transparent","backgroundColor":"#4285f4","width":19.875,"height":19.875,"seed":1411951521,"groupIds":["7LxDMulsif7cVqRN1RhNr","6Q9_vbAqAkMudOmvp55ea"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829079,"link":null,"locked":false,"customData":{"boxId":"t4TGrO1ZoAsJ_419-MJ1o","label":"Cloud Source Repositories","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,19.875],[-19.875,19.875],[-19.875,0],[0,0],[0,0]]},{"type":"line","version":118,"versionNonce":959441038,"isDeleted":true,"id":"wnWtOA1uCxc9iB27eC1Bp","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":292,"y":142.64687538146973,"strokeColor":"transparent","backgroundColor":"#4285f4","width":15.29062557220459,"height":9.937498092651367,"seed":1623333615,"groupIds":["7LxDMulsif7cVqRN1RhNr","6Q9_vbAqAkMudOmvp55ea"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829079,"link":null,"locked":false,"customData":{"boxId":"t4TGrO1ZoAsJ_419-MJ1o","label":"Cloud Source Repositories","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.329864501953125,0.013018131256103516],[-0.652587890625,0.05141592025756836],[-0.9671821594238281,0.11420249938964844],[-1.2726554870605469,0.20038986206054688],[-1.568023681640625,0.308990478515625],[-1.852294921875,0.4390130043029785],[-2.124481201171875,0.5894713401794434],[-2.383594512939453,0.7593746185302734],[-2.628643035888672,0.9477348327636719],[-2.858642578125,1.153564453125],[-3.072601318359375,1.3758716583251953],[-3.26953125,1.6136722564697266],[-3.448444366455078,1.8659725189208984],[-3.608348846435547,2.131786346435547],[-3.748260498046875,2.410125732421875],[-3.8671875,2.6999988555908203],[-4.026562213897705,2.6999988555908203],[-4.026562213897705,2.6999988555908203],[-4.21263313293457,2.7047128677368164],[-4.396277904510498,2.7187023162841797],[-4.577268600463867,2.74173641204834],[-4.755376815795898,2.773590087890625],[-4.930375099182129,2.814032554626465],[-5.102035045623779,2.8628368377685547],[-5.434423446655273,2.984619140625],[-5.750717639923096,3.137105941772461],[-6.049090385437012,3.3184757232666016],[-6.327714920043945,3.526897430419922],[-6.584765434265137,3.7605457305908203],[-6.818414688110352,4.017597198486328],[-7.026837348937988,4.296220779418945],[-7.208205223083496,4.594594955444336],[-7.360692977905273,4.910888671875],[-7.482474327087402,5.243276596069336],[-7.53127908706665,5.4149370193481445],[-7.571722030639648,5.589934349060059],[-7.603575706481934,5.768043518066406],[-7.62661075592041,5.949033737182617],[-7.640598773956299,6.132678985595703],[-7.645312309265137,6.318750381469727],[-7.640598773956299,6.504819869995117],[-7.62661075592041,6.688464164733887],[-7.603575706481934,6.869455337524414],[-7.571722030639648,7.047563552856445],[-7.53127908706665,7.222562789916992],[-7.482474327087402,7.394221305847168],[-7.360692977905273,7.72661018371582],[-7.208205223083496,8.042905807495117],[-7.026837348937988,8.341277122497559],[-6.818414688110352,8.619901657104492],[-6.584765434265137,8.876952171325684],[-6.327714920043945,9.110601425170898],[-6.049090385437012,9.319025039672852],[-5.750717639923096,9.500391006469727],[-5.434423446655273,9.65287971496582],[-5.102035045623779,9.774660110473633],[-4.930375099182129,9.823465347290039],[-4.755376815795898,9.863908767700195],[-4.577268600463867,9.895761489868164],[-4.396277904510498,9.918798446655273],[-4.21263313293457,9.932785034179688],[-4.026562213897705,9.937498092651367],[4.026561737060547,9.937498092651367],[4.026561737060547,9.937498092651367],[4.21263313293457,9.932785034179688],[4.396278381347656,9.918798446655273],[4.577268600463867,9.895761489868164],[4.755378723144531,9.863908767700195],[4.9303741455078125,9.823465347290039],[5.1020355224609375,9.774660110473633],[5.434425354003906,9.65287971496582],[5.7507171630859375,9.500391006469727],[6.049091339111328,9.319025039672852],[6.327716827392578,9.110601425170898],[6.584766387939453,8.876952171325684],[6.818416595458984,8.619901657104492],[7.026836395263672,8.341277122497559],[7.2082061767578125,8.042905807495117],[7.360694885253906,7.72661018371582],[7.482475280761719,7.394221305847168],[7.531280517578125,7.222562789916992],[7.571723937988281,7.047563552856445],[7.60357666015625,6.869455337524414],[7.626609802246094,6.688464164733887],[7.640598297119141,6.504819869995117],[7.645313262939453,6.318750381469727],[7.640598297119141,6.132678985595703],[7.626609802246094,5.949033737182617],[7.60357666015625,5.768043518066406],[7.571723937988281,5.589934349060059],[7.531280517578125,5.4149370193481445],[7.482475280761719,5.243276596069336],[7.360694885253906,4.910888671875],[7.2082061767578125,4.594594955444336],[7.026836395263672,4.296220779418945],[6.818416595458984,4.017597198486328],[6.584766387939453,3.7605457305908203],[6.327716827392578,3.526897430419922],[6.049091339111328,3.3184757232666016],[5.7507171630859375,3.137105941772461],[5.434425354003906,2.984619140625],[5.1020355224609375,2.8628368377685547],[4.9303741455078125,2.814032554626465],[4.755378723144531,2.773590087890625],[4.577268600463867,2.74173641204834],[4.396278381347656,2.7187023162841797],[4.21263313293457,2.7047128677368164],[4.026561737060547,2.6999988555908203],[3.8671875,2.6999988555908203],[3.8671875,2.6999988555908203],[3.748260498046875,2.410125732421875],[3.608348846435547,2.131786346435547],[3.448444366455078,1.8659725189208984],[3.26953125,1.6136722564697266],[3.072601318359375,1.3758716583251953],[2.858642578125,1.153564453125],[2.628643035888672,0.9477348327636719],[2.383594512939453,0.7593746185302734],[2.124481201171875,0.5894713401794434],[1.852294921875,0.4390130043029785],[1.568023681640625,0.308990478515625],[1.2726554870605469,0.20038986206054688],[0.9671821594238281,0.11420249938964844],[0.652587890625,0.05141592025756836],[0.329864501953125,0.013018131256103516],[0,0],[0,0]]},{"type":"line","version":118,"versionNonce":545992530,"isDeleted":true,"id":"AXAnd-RlpMjmEMNe7iLGL","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":287.9734377861023,"y":145.34687423706055,"strokeColor":"#00000000","backgroundColor":"#fff","width":15.29062557220459,"height":9.937498092651367,"seed":406097793,"groupIds":["PYiwqszrmiOJ4wmq8-O5G","7LxDMulsif7cVqRN1RhNr","6Q9_vbAqAkMudOmvp55ea"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829079,"link":null,"locked":false,"customData":{"boxId":"t4TGrO1ZoAsJ_419-MJ1o","label":"Cloud Source Repositories","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0.15937471389770508,0],[0.15937471389770508,0],[0.2783017158508301,-0.2898731231689453],[0.4182133674621582,-0.5682125091552734],[0.578117847442627,-0.8340263366699219],[0.7570309638977051,-1.0863265991210938],[0.9539608955383301,-1.324127197265625],[1.167919635772705,-1.5464344024658203],[1.3979191780090332,-1.7522640228271484],[1.642967700958252,-1.9406242370605469],[1.90208101272583,-2.110527515411377],[2.174267292022705,-2.260985851287842],[2.45853853225708,-2.3910083770751953],[2.753906726837158,-2.4996089935302734],[3.059380054473877,-2.585796356201172],[3.373974323272705,-2.648582935333252],[3.69669771194458,-2.686980724334717],[4.026562213897705,-2.6999988555908203],[4.35642671585083,-2.686980724334717],[4.679150104522705,-2.648582935333252],[4.993744373321533,-2.585796356201172],[5.299217700958252,-2.4996089935302734],[5.59458589553833,-2.3910083770751953],[5.878857135772705,-2.260985851287842],[6.15104341506958,-2.110527515411377],[6.410156726837158,-1.9406242370605469],[6.655205249786377,-1.7522640228271484],[6.885204792022705,-1.5464344024658203],[7.09916353225708,-1.324127197265625],[7.296093463897705,-1.0863265991210938],[7.475006580352783,-0.8340263366699219],[7.634911060333252,-0.5682125091552734],[7.77482271194458,-0.2898731231689453],[7.893749713897705,0],[8.053123950958252,0],[8.053123950958252,0],[8.239195346832275,0.004714012145996094],[8.422840595245361,0.018703460693359375],[8.603830814361572,0.04173755645751953],[8.781940937042236,0.07359123229980469],[8.956936359405518,0.11403369903564453],[9.128597736358643,0.16283798217773438],[9.460987567901611,0.2846202850341797],[9.777279376983643,0.4371070861816406],[10.075653553009033,0.6184768676757812],[10.354279041290283,0.8268985748291016],[10.611328601837158,1.060546875],[10.84497880935669,1.3175983428955078],[11.053398609161377,1.596221923828125],[11.234768390655518,1.8945960998535156],[11.387257099151611,2.2108898162841797],[11.509037494659424,2.5432777404785156],[11.55784273147583,2.714938163757324],[11.598286151885986,2.8899354934692383],[11.630138874053955,3.068044662475586],[11.653172016143799,3.249034881591797],[11.667160511016846,3.432680130004883],[11.671875476837158,3.6187515258789062],[11.667160511016846,3.804821014404297],[11.653172016143799,3.9884653091430664],[11.630138874053955,4.169456481933594],[11.598286151885986,4.347564697265625],[11.55784273147583,4.522563934326172],[11.509037494659424,4.694222450256348],[11.387257099151611,5.026611328125],[11.234768390655518,5.342906951904297],[11.053398609161377,5.641278266906738],[10.84497880935669,5.919902801513672],[10.611328601837158,6.176953315734863],[10.354279041290283,6.410602569580078],[10.075653553009033,6.619026184082031],[9.777279376983643,6.800392150878906],[9.460987567901611,6.952880859375],[9.128597736358643,7.0746612548828125],[8.956936359405518,7.123466491699219],[8.781940937042236,7.163909912109375],[8.603830814361572,7.195762634277344],[8.422840595245361,7.218799591064453],[8.239195346832275,7.232786178588867],[8.053123950958252,7.237499237060547],[0,7.237499237060547],[0,7.237499237060547],[-0.18607091903686523,7.232786178588867],[-0.36971569061279297,7.218799591064453],[-0.5507063865661621,7.195762634277344],[-0.7288146018981934,7.163909912109375],[-0.9038128852844238,7.123466491699219],[-1.0754728317260742,7.0746612548828125],[-1.4078612327575684,6.952880859375],[-1.7241554260253906,6.800392150878906],[-2.0225281715393066,6.619026184082031],[-2.3011527061462402,6.410602569580078],[-2.5582032203674316,6.176953315734863],[-2.7918524742126465,5.919902801513672],[-3.000275135040283,5.641278266906738],[-3.181643009185791,5.342906951904297],[-3.3341307640075684,5.026611328125],[-3.4559121131896973,4.694222450256348],[-3.5047168731689453,4.522563934326172],[-3.5451598167419434,4.347564697265625],[-3.5770134925842285,4.169456481933594],[-3.600048542022705,3.9884653091430664],[-3.6140365600585938,3.804821014404297],[-3.6187500953674316,3.6187515258789062],[-3.6140365600585938,3.432680130004883],[-3.600048542022705,3.249034881591797],[-3.5770134925842285,3.068044662475586],[-3.5451598167419434,2.8899354934692383],[-3.5047168731689453,2.714938163757324],[-3.4559121131896973,2.5432777404785156],[-3.3341307640075684,2.2108898162841797],[-3.181643009185791,1.8945960998535156],[-3.000275135040283,1.596221923828125],[-2.7918524742126465,1.3175983428955078],[-2.5582032203674316,1.060546875],[-2.3011527061462402,0.8268985748291016],[-2.0225281715393066,0.6184768676757812],[-1.7241554260253906,0.4371070861816406],[-1.4078612327575684,0.2846202850341797],[-1.0754728317260742,0.16283798217773438],[-0.9038128852844238,0.11403369903564453],[-0.7288146018981934,0.07359123229980469],[-0.5507063865661621,0.04173755645751953],[-0.36971569061279297,0.018703460693359375],[-0.18607091903686523,0.004714012145996094],[0,0],[0,0]]},{"id":"GEETmhI04uB-ATh_54zNc","type":"text","x":198.75295764789348,"y":235.3471243150013,"width":7,"height":23,"angle":0,"strokeColor":"#000000","backgroundColor":"transparent","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"round","seed":1490353135,"version":110,"versionNonce":1686087374,"isDeleted":true,"boundElements":null,"updated":1697744829079,"link":null,"locked":false,"text":"","fontSize":20,"fontFamily":2,"textAlign":"left","verticalAlign":"top","baseline":19,"containerId":null,"originalText":""},{"type":"rectangle","version":134,"versionNonce":1640854802,"isDeleted":true,"id":"xLgm8STTmBoi2noXkeBgB","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":80,"y":260,"strokeColor":"#202124","backgroundColor":"#FFF","width":240,"height":60,"seed":1707782223,"groupIds":["_qSL7eT4DTL_hY5ClALu2","xxoABigzgNfWeg-F-Ddj6"],"strokeSharpness":"round","boundElements":[{"id":"W9R12Uosv_ysCejW7Zfn5","type":"arrow"},{"id":"wzTbZ3Gv04CVnyVobOJbO","type":"arrow"},{"id":"tzltvz06MYsY6b9U8_x56","type":"arrow"}],"updated":1697744829079,"link":null,"locked":false,"customData":{"boxId":"d4dZQFNnizOH4OIitFRg0","label":"Cloud Build","resource":"cloudbuild_git_trigger","type":"container"}},{"type":"text","version":126,"versionNonce":62758158,"isDeleted":true,"id":"67mB0ysx2uIMadWnnwogP","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":96,"y":276,"strokeColor":"#1a73e8","backgroundColor":"transparent","width":160,"height":18,"seed":900890657,"groupIds":["_qSL7eT4DTL_hY5ClALu2","xxoABigzgNfWeg-F-Ddj6"],"strokeSharpness":"round","boundElements":[],"updated":1697744829079,"link":null,"locked":false,"customData":{"boxId":"d4dZQFNnizOH4OIitFRg0","label":"Cloud Build","resource":"cloudbuild_git_trigger","type":"child"},"fontSize":16,"fontFamily":2,"text":"Cloud Build","baseline":16,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":"Cloud Build"},{"type":"text","version":109,"versionNonce":1447101138,"isDeleted":true,"id":"mDWzCVLzScAS8FlszVJxa","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":76,"y":318,"strokeColor":"#202124","backgroundColor":"transparent","width":160,"height":18,"seed":349032047,"groupIds":["_qSL7eT4DTL_hY5ClALu2","xxoABigzgNfWeg-F-Ddj6"],"strokeSharpness":"round","boundElements":[],"updated":1697744829079,"link":null,"locked":false,"customData":{"boxId":"d4dZQFNnizOH4OIitFRg0","label":"Cloud Build","resource":"cloudbuild_git_trigger","type":"child"},"fontSize":16,"fontFamily":2,"text":"","baseline":16,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":""},{"type":"line","version":109,"versionNonce":1818413902,"isDeleted":true,"id":"UrVI046bXViPoPwcX38jA","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":76,"y":345,"strokeColor":"#202124","backgroundColor":"transparent","width":16,"height":1,"seed":1116722177,"groupIds":["_qSL7eT4DTL_hY5ClALu2","xxoABigzgNfWeg-F-Ddj6"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829079,"link":null,"locked":false,"customData":{"boxId":"d4dZQFNnizOH4OIitFRg0","label":"Cloud Build","resource":"cloudbuild_git_trigger","type":"child"},"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[208,0]]},{"type":"text","version":109,"versionNonce":410835090,"isDeleted":true,"id":"k-kpC1RkWMfw7jXjZKVzo","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":76,"y":353,"strokeColor":"#202124","backgroundColor":"transparent","width":160,"height":14,"seed":1309157519,"groupIds":["_qSL7eT4DTL_hY5ClALu2","xxoABigzgNfWeg-F-Ddj6"],"strokeSharpness":"round","boundElements":[],"updated":1697744829079,"link":null,"locked":false,"customData":{"boxId":"d4dZQFNnizOH4OIitFRg0","label":"Cloud Build","resource":"cloudbuild_git_trigger","type":"child"},"fontSize":12,"fontFamily":2,"text":"","baseline":12,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":""},{"type":"line","version":125,"versionNonce":1556623758,"isDeleted":true,"id":"9W7qdwd3FX5dHliEgRl9r","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":292.1500005722046,"y":292.24499893188477,"strokeColor":"#00000000","backgroundColor":"#4285f4","width":4.709999084472656,"height":6.779998779296875,"seed":341289953,"groupIds":["BlvlnjADUJqveEMw6MxJ4","_qSL7eT4DTL_hY5ClALu2","xxoABigzgNfWeg-F-Ddj6"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829079,"link":null,"locked":false,"customData":{"boxId":"d4dZQFNnizOH4OIitFRg0","label":"Cloud Build","resource":"cloudbuild_git_trigger","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[3.524998664855957,-2.032498359680176],[3.524998664855957,-6.097498893737793],[2.339999198913574,-6.779998779296875],[-1.1850004196166992,-0.6824989318847656],[0,0],[0,0]]},{"type":"line","version":125,"versionNonce":1480062546,"isDeleted":true,"id":"3YyEimQe5UpwHAKqQjayQ","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":288.6324996948242,"y":286.147500038147,"strokeColor":"#00000000","backgroundColor":"#669df6","width":4.70250129699707,"height":6.780000686645508,"seed":1060257455,"groupIds":["Y8qBqUjTbYesUsl3KLAGx","_qSL7eT4DTL_hY5ClALu2","xxoABigzgNfWeg-F-Ddj6"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829079,"link":null,"locked":false,"customData":{"boxId":"d4dZQFNnizOH4OIitFRg0","label":"Cloud Build","resource":"cloudbuild_git_trigger","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,4.065000534057617],[1.1850004196166992,4.747500419616699],[4.70250129699707,-1.3500003814697266],[3.517500877380371,-2.0325002670288086],[0,0],[0,0]]},{"type":"line","version":125,"versionNonce":1613156302,"isDeleted":true,"id":"9oHapoHmHjIeTFKzFR0Yl","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":291.460000038147,"y":293.4449996948242,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":7.972499847412109,"height":13.80749797821045,"seed":857311169,"groupIds":["IHEhD0D_DpRcnceyUUfUa","_qSL7eT4DTL_hY5ClALu2","xxoABigzgNfWeg-F-Ddj6"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829079,"link":null,"locked":false,"customData":{"boxId":"d4dZQFNnizOH4OIitFRg0","label":"Cloud Build","resource":"cloudbuild_git_trigger","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-4.222500324249268,-2.429999351501465],[-4.222500324249268,-7.297499656677246],[-7.972499847412109,-9.464999198913574],[-7.972499847412109,-0.2625007629394531],[0,4.342498779296875],[0,0],[0,0]]},{"type":"line","version":125,"versionNonce":910777362,"isDeleted":true,"id":"zdOjHpwFgpRtDle1HA139","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":287.92749977111816,"y":284.94750022888184,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":15.952500820159912,"height":6.772500038146973,"seed":1257541839,"groupIds":["IHEhD0D_DpRcnceyUUfUa","_qSL7eT4DTL_hY5ClALu2","xxoABigzgNfWeg-F-Ddj6"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829079,"link":null,"locked":false,"customData":{"boxId":"d4dZQFNnizOH4OIitFRg0","label":"Cloud Build","resource":"cloudbuild_git_trigger","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[4.222500801086426,-2.4375],[8.444999694824219,0],[12.20250129699707,-2.1675004959106445],[4.222500801086426,-6.772500038146973],[-3.749999523162842,-2.1675004959106445],[0,0],[0,0]]},{"type":"line","version":125,"versionNonce":848799246,"isDeleted":true,"id":"_9zT0ankzZpeluu9CBFr0","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":297.0625,"y":291.01500034332275,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":7.965000152587891,"height":13.80749797821045,"seed":2029316001,"groupIds":["IHEhD0D_DpRcnceyUUfUa","_qSL7eT4DTL_hY5ClALu2","xxoABigzgNfWeg-F-Ddj6"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829079,"link":null,"locked":false,"customData":{"boxId":"d4dZQFNnizOH4OIitFRg0","label":"Cloud Build","resource":"cloudbuild_git_trigger","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-4.215000152587891,2.429999351501465],[-4.215000152587891,6.77249813079834],[3.75,2.1674985885620117],[3.75,-7.034999847412109],[0,-4.867500305175781],[0,0],[0,0]]},{"type":"rectangle","version":165,"versionNonce":547883474,"isDeleted":true,"id":"wdJbcKQ7xeYqt5eFLleXz","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":640,"y":140,"strokeColor":"#202124","backgroundColor":"#FFF","width":240,"height":60,"seed":515423823,"groupIds":["oyjUDIsKDQhTAdfByi1Q_","vrVAZh2mvPoDVLeLf5Js8"],"strokeSharpness":"round","boundElements":[{"id":"7f_aN7Y5o9pnUMQ7rmRx4","type":"arrow"}],"updated":1697744829079,"link":null,"locked":false,"customData":{"boxId":"2U_pB52jYPVp4fY61XVUs","label":"Binary Authorization","type":"container"}},{"type":"text","version":156,"versionNonce":622048334,"isDeleted":true,"id":"pPqYJBtRLhDrbu_5iSbGK","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":656,"y":156,"strokeColor":"#1a73e8","backgroundColor":"transparent","width":160,"height":18,"seed":1425297953,"groupIds":["oyjUDIsKDQhTAdfByi1Q_","vrVAZh2mvPoDVLeLf5Js8"],"strokeSharpness":"round","boundElements":[{"id":"7f_aN7Y5o9pnUMQ7rmRx4","type":"arrow"}],"updated":1697744829079,"link":null,"locked":false,"customData":{"boxId":"2U_pB52jYPVp4fY61XVUs","label":"Binary Authorization","type":"child"},"fontSize":16,"fontFamily":2,"text":"Binary Authorization","baseline":16,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":"Binary Authorization"},{"type":"text","version":117,"versionNonce":778764178,"isDeleted":true,"id":"u1R5P2xj1yICzOEIATkTW","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":536,"y":198,"strokeColor":"#202124","backgroundColor":"transparent","width":90,"height":19,"seed":1623858287,"groupIds":["oyjUDIsKDQhTAdfByi1Q_","vrVAZh2mvPoDVLeLf5Js8"],"strokeSharpness":"round","boundElements":[],"updated":1697744829079,"link":null,"locked":false,"customData":{"boxId":"2U_pB52jYPVp4fY61XVUs","label":"Binary Authorization","type":"child"},"fontSize":16,"fontFamily":2,"text":"","baseline":15,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":""},{"type":"line","version":117,"versionNonce":24377998,"isDeleted":true,"id":"aAHWDRc-e_7or1oNdNmKh","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":536,"y":225,"strokeColor":"#202124","backgroundColor":"transparent","width":208,"height":0,"seed":2110219777,"groupIds":["oyjUDIsKDQhTAdfByi1Q_","vrVAZh2mvPoDVLeLf5Js8"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829079,"link":null,"locked":false,"customData":{"boxId":"2U_pB52jYPVp4fY61XVUs","label":"Binary Authorization","type":"child"},"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[208,0]]},{"type":"text","version":117,"versionNonce":2076786002,"isDeleted":true,"id":"_rXMayfVA8JEL8yw1zi1K","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":536,"y":233,"strokeColor":"#202124","backgroundColor":"transparent","width":91,"height":14,"seed":826979983,"groupIds":["oyjUDIsKDQhTAdfByi1Q_","vrVAZh2mvPoDVLeLf5Js8"],"strokeSharpness":"round","boundElements":[],"updated":1697744829079,"link":null,"locked":false,"customData":{"boxId":"2U_pB52jYPVp4fY61XVUs","label":"Binary Authorization","type":"child"},"fontSize":12,"fontFamily":2,"text":"","baseline":11,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":""},{"type":"line","version":154,"versionNonce":1852930254,"isDeleted":true,"id":"bK5JdwD9MWZB7L2uHW0g9","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":852.6638898849487,"y":167.52171230316162,"strokeColor":"#00000000","backgroundColor":"#669df6","width":7.067220687866211,"height":13.477689743041992,"seed":1724710369,"groupIds":["YU1J8xw87tjmiAN0hnbMS","oyjUDIsKDQhTAdfByi1Q_","vrVAZh2mvPoDVLeLf5Js8"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829079,"link":null,"locked":false,"customData":{"boxId":"2U_pB52jYPVp4fY61XVUs","label":"Binary Authorization","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[2.3271865844726562,0],[2.3271865844726562,0],[2.3155136108398438,0.6361570358276367],[2.2813262939453125,1.2466144561767578],[2.225862503051758,1.8318605422973633],[2.1503658294677734,2.3923826217651367],[2.0560789108276367,2.9286632537841797],[1.9442415237426758,3.4411935806274414],[1.8160982131958008,3.930455207824707],[1.6728887557983398,4.396936416625977],[1.3462371826171875,5.263503074645996],[0.9742250442504883,6.044783592224121],[0.5667839050292969,6.744668006896973],[0.1338481903076172,7.367043495178223],[-0.31464576721191406,7.915802955627441],[-0.7687664031982422,8.394835472106934],[-1.2185783386230469,8.808030128479004],[-1.6541500091552734,9.159279823303223],[-2.0655431747436523,9.452471733093262],[-2.4428253173828125,9.691496849060059],[-2.776063919067383,9.880244255065918],[-3.055323600769043,10.022604942321777],[-3.055323600769043,11.807255744934082],[-2.755502700805664,11.707316398620605],[-2.755502700805664,11.707316398620605],[-2.712222099304199,11.691277503967285],[-2.6347970962524414,11.661320686340332],[-2.5255584716796875,11.616576194763184],[-2.3868331909179688,11.556178092956543],[-2.220950126647949,11.47925853729248],[-2.030240058898926,11.3849515914917],[-1.8170318603515625,11.272383689880371],[-1.5836553573608398,11.1406888961792],[-1.0657119750976562,10.816454887390137],[-0.49504566192626953,10.405303001403809],[0.109710693359375,9.900286674499512],[0.7299222946166992,9.294468879699707],[1.0400018692016602,8.951586723327637],[1.3469552993774414,8.580899238586426],[1.6484565734863281,8.181540489196777],[1.9421758651733398,7.752638816833496],[2.2257823944091797,7.293332099914551],[2.4969482421875,6.802746772766113],[2.753342628479004,6.280014991760254],[2.9926376342773438,5.724270820617676],[3.212505340576172,5.134648323059082],[3.4106130599975586,4.510275840759277],[3.5846338272094727,3.850287437438965],[3.732235908508301,3.1538143157958984],[3.8510942459106445,2.419989585876465],[3.938876152038574,1.647944450378418],[3.9932546615600586,0.8368129730224609],[4.011897087097168,-0.014277458190917969],[4.011897087097168,-1.6704339981079102],[-0.8423547744750977,-1.6704339981079102],[0,0],[0,0]]},{"type":"line","version":154,"versionNonce":102351634,"isDeleted":true,"id":"To4E9WoQeCK8HoFfrZaXk","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":851.8072566986084,"y":165.8512783050537,"strokeColor":"#00000000","backgroundColor":"#4285f4","width":7.052944183349609,"height":19.131469160318375,"seed":1995639983,"groupIds":["L3pheg2oEI7odsuPbIZ_r","oyjUDIsKDQhTAdfByi1Q_","vrVAZh2mvPoDVLeLf5Js8"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829079,"link":null,"locked":false,"customData":{"boxId":"2U_pB52jYPVp4fY61XVUs","label":"Binary Authorization","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0.8280792236328125,-1.5704936981201172],[0.8280792236328125,-9.38013020157814],[-0.4854249954223633,-8.366447925567627],[-0.4854249954223633,-8.366447925567627],[-1.0193290710449219,-7.942404866218567],[-1.552311897277832,-7.47975492477417],[-2.079440116882324,-6.980045318603516],[-2.595775604248047,-6.444823980331421],[-3.0963850021362305,-5.875638484954834],[-3.57633113861084,-5.274036884307861],[-4.030677795410156,-4.641565799713135],[-4.454490661621094,-3.97977352142334],[-4.842833995819092,-3.290207862854004],[-5.190771579742432,-2.574415683746338],[-5.493367671966553,-1.8339462280273438],[-5.7456865310668945,-1.0703449249267578],[-5.942792892456055,-0.28516101837158203],[-6.079751014709473,0.5200586318969727],[-6.151625156402588,1.343766212463379],[-6.15347957611084,2.184414863586426],[-6.126155376434326,2.7413511276245117],[-6.066059589385986,3.292348861694336],[-5.973881721496582,3.836151123046875],[-5.850311756134033,4.3715057373046875],[-5.696040630340576,4.897154808044434],[-5.511757850646973,5.411846160888672],[-5.298153877258301,5.914322853088379],[-5.0559186935424805,6.403331756591797],[-4.785742282867432,6.877616882324219],[-4.488315582275391,7.33592414855957],[-4.164328098297119,7.776998519897461],[-3.8144702911376953,8.199583053588867],[-3.439432144165039,8.602428436279297],[-3.039902687072754,8.984272003173828],[-2.616575241088867,9.343866348266602],[-2.1701364517211914,9.679952621459961],[-2.0416412353515625,9.751338958740234],[-1.1850080490112305,8.366447448730469],[-1.2992267608642578,8.295063018798828],[-1.2992267608642578,8.295063018798828],[-1.7935752868652344,7.897085189819336],[-2.2557992935180664,7.466983795166016],[0.8994646072387695,5.6823320388793945],[0.8994646072387695,1.6847124099731445],[0,0],[0,0]]},{"type":"line","version":154,"versionNonce":1403334414,"isDeleted":true,"id":"Q3q4AQ1Rz85uehe3PzE36","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":850.9934558868408,"y":167.52171230316162,"strokeColor":"#00000000","backgroundColor":"#4285f4","width":3.6835217475891113,"height":11.964307069778442,"seed":1863621057,"groupIds":["L3pheg2oEI7odsuPbIZ_r","oyjUDIsKDQhTAdfByi1Q_","vrVAZh2mvPoDVLeLf5Js8"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829079,"link":null,"locked":false,"customData":{"boxId":"2U_pB52jYPVp4fY61XVUs","label":"Binary Authorization","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,2.998215675354004],[-2.4842357635498047,4.440215110778809],[-2.4842357635498047,4.440215110778809],[-2.7565345764160156,3.982088088989258],[-2.9948692321777344,3.5084028244018555],[-3.198737621307373,3.020998001098633],[-3.36763858795166,2.521714210510254],[-3.5010690689086914,2.0123910903930664],[-3.5985279083251953,1.4948692321777344],[-3.659512519836426,0.9709901809692383],[-3.6835217475891113,0.4425945281982422],[-3.660844326019287,-0.1255941390991211],[-3.609179973602295,-0.6890983581542969],[-3.528989315032959,-1.246912956237793],[-3.420731544494629,-1.7980365753173828],[-3.284867763519287,-2.3414621353149414],[-3.1218581199645996,-2.8761892318725586],[-2.932162284851074,-3.401211738586426],[-2.716240882873535,-3.915525436401367],[-2.4745521545410156,-4.418128490447998],[-2.2075586318969727,-4.908015727996826],[-1.9157190322875977,-5.384182929992676],[-1.5994939804077148,-5.845627307891846],[-1.2593441009521484,-6.291343688964844],[-0.8957281112670898,-6.720329284667969],[-0.5091075897216797,-7.131580352783203],[-0.09994029998779297,-7.524091958999634],[-0.09994029998779297,-3.6264123916625977],[-2.013087272644043,0],[0,0]]},{"type":"line","version":154,"versionNonce":131305682,"isDeleted":true,"id":"ghl2PwLIMIrZE6R49Oj0x","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":850.9934558868408,"y":167.52171230316162,"strokeColor":"#00000000","backgroundColor":"#fff","width":3.6835217475891113,"height":11.964307069778442,"seed":762027727,"groupIds":["e6Fw3u0vLi4Fy2r1FinA6","oyjUDIsKDQhTAdfByi1Q_","vrVAZh2mvPoDVLeLf5Js8"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829080,"link":null,"locked":false,"customData":{"boxId":"2U_pB52jYPVp4fY61XVUs","label":"Binary Authorization","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,2.998215675354004],[-2.4842357635498047,4.440215110778809],[-2.4842357635498047,4.440215110778809],[-2.7565345764160156,3.982088088989258],[-2.9948692321777344,3.5084028244018555],[-3.198737621307373,3.020998001098633],[-3.36763858795166,2.521714210510254],[-3.5010690689086914,2.0123910903930664],[-3.5985279083251953,1.4948692321777344],[-3.659512519836426,0.9709901809692383],[-3.6835217475891113,0.4425945281982422],[-3.660844326019287,-0.1255941390991211],[-3.609179973602295,-0.6890983581542969],[-3.528989315032959,-1.246912956237793],[-3.420731544494629,-1.7980365753173828],[-3.284867763519287,-2.3414621353149414],[-3.1218581199645996,-2.8761892318725586],[-2.932162284851074,-3.401211738586426],[-2.716240882873535,-3.915525436401367],[-2.4745521545410156,-4.418128490447998],[-2.2075586318969727,-4.908015727996826],[-1.9157190322875977,-5.384182929992676],[-1.5994939804077148,-5.845627307891846],[-1.2593441009521484,-6.291343688964844],[-0.8957281112670898,-6.720329284667969],[-0.5091075897216797,-7.131580352783203],[-0.09994029998779297,-7.524091958999634],[-0.09994029998779297,-3.6264123916625977],[-2.013087272644043,0],[0,0]]},{"type":"line","version":154,"versionNonce":1032330574,"isDeleted":true,"id":"jjTCQ4MRJf2eWkQuWVF5y","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":849.6085662841797,"y":177.61570358276367,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":7.637927174568176,"height":13.63473892211914,"seed":1740487073,"groupIds":["ESTghUcPXoLSsqYmZ4ncB","oyjUDIsKDQhTAdfByi1Q_","vrVAZh2mvPoDVLeLf5Js8"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829080,"link":null,"locked":false,"customData":{"boxId":"2U_pB52jYPVp4fY61XVUs","label":"Binary Authorization","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.6996078491210938,-0.3905677795410156],[-1.362553596496582,-0.8270187377929688],[-1.9873113632202148,-1.3067207336425781],[-2.572352886199951,-1.8270378112792969],[-3.116152763366699,-2.385334014892578],[-3.617182731628418,-2.978975296020508],[-4.073917865753174,-3.6053237915039062],[-4.484830379486084,-4.261747360229492],[-4.84839391708374,-4.945611953735352],[-5.163082122802734,-5.654278755187988],[-5.427367210388184,-6.385114669799805],[-5.639723539352417,-7.135483741760254],[-5.798623561859131,-7.902751922607422],[-5.902541399002075,-8.684283256530762],[-5.949949741363525,-9.477441787719727],[-5.939321756362915,-10.279594421386719],[-5.939321756362915,-11.850088119506836],[-7.624033451080322,-11.850088119506836],[-7.624033451080322,-10.279594421386719],[-7.624033451080322,-10.279594421386719],[-7.637927174568176,-9.323471069335938],[-7.579249858856201,-8.379413604736328],[-7.450050592422485,-7.45079231262207],[-7.252379655838013,-6.540971755981445],[-6.988286018371582,-5.6533203125],[-6.659819602966309,-4.791204452514648],[-6.269029378890991,-3.9579906463623047],[-5.817965745925903,-3.1570472717285156],[-5.308677673339844,-2.391742706298828],[-4.7432146072387695,-1.6654434204101562],[-4.123627185821533,-0.9815139770507812],[-3.451963424682617,-0.3433208465576172],[-2.730273723602295,0.24576377868652344],[-1.9606080055236816,0.7823753356933594],[-1.145014762878418,1.2631454467773438],[-0.28554439544677734,1.6847114562988281],[-0.014278411865234375,1.7846508026123047]]},{"type":"rectangle","version":152,"versionNonce":1418569362,"isDeleted":true,"id":"naTolb6WaI_4qh01Vb529","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":720,"y":260,"strokeColor":"#202124","backgroundColor":"#FFF","width":240,"height":60,"seed":1847933057,"groupIds":["mMWIZLiz1Fp21LFuhY-Fr","doOUm7RmlgfFfU49D8dnf"],"strokeSharpness":"round","boundElements":[{"id":"7ovtTjRzZj2EWDoBAM3Je","type":"arrow"}],"updated":1697744829080,"link":null,"locked":false,"customData":{"boxId":"VMEzO5TJRg0sI-Q6N5846","label":"Binary Authorization","type":"container"}},{"type":"text","version":146,"versionNonce":1098072974,"isDeleted":true,"id":"bVJU8cxnqdqPRmwxxtwIY","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":736,"y":276,"strokeColor":"#1a73e8","backgroundColor":"transparent","width":160,"height":18,"seed":1548307471,"groupIds":["mMWIZLiz1Fp21LFuhY-Fr","doOUm7RmlgfFfU49D8dnf"],"strokeSharpness":"round","boundElements":[],"updated":1697744829080,"link":null,"locked":false,"customData":{"boxId":"VMEzO5TJRg0sI-Q6N5846","label":"Binary Authorization","type":"child"},"fontSize":16,"fontFamily":2,"text":"Binary Authorization","baseline":16,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":"Binary Authorization"},{"type":"line","version":145,"versionNonce":889128018,"isDeleted":true,"id":"EMX6axmwwTaGWYJ8JsPBR","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":932.6638898849487,"y":287.5217123031616,"strokeColor":"#00000000","backgroundColor":"#669df6","width":7.067220687866211,"height":13.477689743041992,"seed":1624014945,"groupIds":["ahZmMdnKVl6pltCjJsnmR","mMWIZLiz1Fp21LFuhY-Fr","doOUm7RmlgfFfU49D8dnf"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829080,"link":null,"locked":false,"customData":{"boxId":"VMEzO5TJRg0sI-Q6N5846","label":"Binary Authorization","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[2.3271865844726562,0],[2.3271865844726562,0],[2.3155136108398438,0.6361570358276367],[2.2813262939453125,1.2466144561767578],[2.225862503051758,1.8318605422973633],[2.1503658294677734,2.3923826217651367],[2.0560789108276367,2.9286632537841797],[1.9442415237426758,3.4411935806274414],[1.8160982131958008,3.930455207824707],[1.6728887557983398,4.396936416625977],[1.3462371826171875,5.263503074645996],[0.9742250442504883,6.044783592224121],[0.5667839050292969,6.744668006896973],[0.1338481903076172,7.367043495178223],[-0.31464576721191406,7.915802955627441],[-0.7687664031982422,8.394835472106934],[-1.2185783386230469,8.808030128479004],[-1.6541500091552734,9.159279823303223],[-2.0655431747436523,9.452471733093262],[-2.4428253173828125,9.691496849060059],[-2.776063919067383,9.880244255065918],[-3.055323600769043,10.022604942321777],[-3.055323600769043,11.807255744934082],[-2.755502700805664,11.707316398620605],[-2.755502700805664,11.707316398620605],[-2.712222099304199,11.691277503967285],[-2.6347970962524414,11.661320686340332],[-2.5255584716796875,11.616576194763184],[-2.3868331909179688,11.556178092956543],[-2.220950126647949,11.47925853729248],[-2.030240058898926,11.3849515914917],[-1.8170318603515625,11.272383689880371],[-1.5836553573608398,11.1406888961792],[-1.0657119750976562,10.816454887390137],[-0.49504566192626953,10.405303001403809],[0.109710693359375,9.900286674499512],[0.7299222946166992,9.294468879699707],[1.0400018692016602,8.951586723327637],[1.3469552993774414,8.580899238586426],[1.6484565734863281,8.181540489196777],[1.9421758651733398,7.752638816833496],[2.2257823944091797,7.293332099914551],[2.4969482421875,6.802746772766113],[2.753342628479004,6.280014991760254],[2.9926376342773438,5.724270820617676],[3.212505340576172,5.134648323059082],[3.4106130599975586,4.510275840759277],[3.5846338272094727,3.850287437438965],[3.732235908508301,3.1538143157958984],[3.8510942459106445,2.419989585876465],[3.938876152038574,1.647944450378418],[3.9932546615600586,0.8368129730224609],[4.011897087097168,-0.014277458190917969],[4.011897087097168,-1.6704339981079102],[-0.8423547744750977,-1.6704339981079102],[0,0],[0,0]]},{"type":"line","version":145,"versionNonce":1637851598,"isDeleted":true,"id":"4Rgz5mPyWJbEckISWZFiw","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":931.8072566986084,"y":285.8512783050537,"strokeColor":"#00000000","backgroundColor":"#4285f4","width":7.052944183349609,"height":19.131469160318375,"seed":1082323503,"groupIds":["2ro6xTgbt40tkQT6M24ZK","mMWIZLiz1Fp21LFuhY-Fr","doOUm7RmlgfFfU49D8dnf"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829080,"link":null,"locked":false,"customData":{"boxId":"VMEzO5TJRg0sI-Q6N5846","label":"Binary Authorization","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0.8280792236328125,-1.5704936981201172],[0.8280792236328125,-9.38013020157814],[-0.4854249954223633,-8.366447925567627],[-0.4854249954223633,-8.366447925567627],[-1.0193290710449219,-7.942404866218567],[-1.552311897277832,-7.47975492477417],[-2.079440116882324,-6.980045318603516],[-2.595775604248047,-6.444823980331421],[-3.0963850021362305,-5.875638484954834],[-3.57633113861084,-5.274036884307861],[-4.030677795410156,-4.641565799713135],[-4.454490661621094,-3.97977352142334],[-4.842833995819092,-3.290207862854004],[-5.190771579742432,-2.574415683746338],[-5.493367671966553,-1.8339462280273438],[-5.7456865310668945,-1.0703449249267578],[-5.942792892456055,-0.28516101837158203],[-6.079751014709473,0.5200586318969727],[-6.151625156402588,1.343766212463379],[-6.15347957611084,2.184414863586426],[-6.126155376434326,2.7413511276245117],[-6.066059589385986,3.292348861694336],[-5.973881721496582,3.836151123046875],[-5.850311756134033,4.3715057373046875],[-5.696040630340576,4.897154808044434],[-5.511757850646973,5.411846160888672],[-5.298153877258301,5.914322853088379],[-5.0559186935424805,6.403331756591797],[-4.785742282867432,6.877616882324219],[-4.488315582275391,7.33592414855957],[-4.164328098297119,7.776998519897461],[-3.8144702911376953,8.199583053588867],[-3.439432144165039,8.602428436279297],[-3.039902687072754,8.984272003173828],[-2.616575241088867,9.343866348266602],[-2.1701364517211914,9.679952621459961],[-2.0416412353515625,9.751338958740234],[-1.1850080490112305,8.366447448730469],[-1.2992267608642578,8.295063018798828],[-1.2992267608642578,8.295063018798828],[-1.7935752868652344,7.897085189819336],[-2.2557992935180664,7.466983795166016],[0.8994646072387695,5.6823320388793945],[0.8994646072387695,1.6847124099731445],[0,0],[0,0]]},{"type":"line","version":145,"versionNonce":1123985938,"isDeleted":true,"id":"feTFNzevzJymCGgKE3bfi","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":930.9934558868408,"y":287.5217123031616,"strokeColor":"#00000000","backgroundColor":"#4285f4","width":3.6835217475891113,"height":11.964307069778442,"seed":855624769,"groupIds":["2ro6xTgbt40tkQT6M24ZK","mMWIZLiz1Fp21LFuhY-Fr","doOUm7RmlgfFfU49D8dnf"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829080,"link":null,"locked":false,"customData":{"boxId":"VMEzO5TJRg0sI-Q6N5846","label":"Binary Authorization","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,2.998215675354004],[-2.4842357635498047,4.440215110778809],[-2.4842357635498047,4.440215110778809],[-2.7565345764160156,3.982088088989258],[-2.9948692321777344,3.5084028244018555],[-3.198737621307373,3.020998001098633],[-3.36763858795166,2.521714210510254],[-3.5010690689086914,2.0123910903930664],[-3.5985279083251953,1.4948692321777344],[-3.659512519836426,0.9709901809692383],[-3.6835217475891113,0.4425945281982422],[-3.660844326019287,-0.1255941390991211],[-3.609179973602295,-0.6890983581542969],[-3.528989315032959,-1.246912956237793],[-3.420731544494629,-1.7980365753173828],[-3.284867763519287,-2.3414621353149414],[-3.1218581199645996,-2.8761892318725586],[-2.932162284851074,-3.401211738586426],[-2.716240882873535,-3.915525436401367],[-2.4745521545410156,-4.418128490447998],[-2.2075586318969727,-4.908015727996826],[-1.9157190322875977,-5.384182929992676],[-1.5994939804077148,-5.845627307891846],[-1.2593441009521484,-6.291343688964844],[-0.8957281112670898,-6.720329284667969],[-0.5091075897216797,-7.131580352783203],[-0.09994029998779297,-7.524091958999634],[-0.09994029998779297,-3.6264123916625977],[-2.013087272644043,0],[0,0]]},{"type":"line","version":145,"versionNonce":1898330126,"isDeleted":true,"id":"U8_S-xD5G6ShXhChfTdH8","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":930.9934558868408,"y":287.5217123031616,"strokeColor":"#00000000","backgroundColor":"#fff","width":3.6835217475891113,"height":11.964307069778442,"seed":1457706063,"groupIds":["EZVDA10mwKOAas4r1bT65","mMWIZLiz1Fp21LFuhY-Fr","doOUm7RmlgfFfU49D8dnf"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829080,"link":null,"locked":false,"customData":{"boxId":"VMEzO5TJRg0sI-Q6N5846","label":"Binary Authorization","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,2.998215675354004],[-2.4842357635498047,4.440215110778809],[-2.4842357635498047,4.440215110778809],[-2.7565345764160156,3.982088088989258],[-2.9948692321777344,3.5084028244018555],[-3.198737621307373,3.020998001098633],[-3.36763858795166,2.521714210510254],[-3.5010690689086914,2.0123910903930664],[-3.5985279083251953,1.4948692321777344],[-3.659512519836426,0.9709901809692383],[-3.6835217475891113,0.4425945281982422],[-3.660844326019287,-0.1255941390991211],[-3.609179973602295,-0.6890983581542969],[-3.528989315032959,-1.246912956237793],[-3.420731544494629,-1.7980365753173828],[-3.284867763519287,-2.3414621353149414],[-3.1218581199645996,-2.8761892318725586],[-2.932162284851074,-3.401211738586426],[-2.716240882873535,-3.915525436401367],[-2.4745521545410156,-4.418128490447998],[-2.2075586318969727,-4.908015727996826],[-1.9157190322875977,-5.384182929992676],[-1.5994939804077148,-5.845627307891846],[-1.2593441009521484,-6.291343688964844],[-0.8957281112670898,-6.720329284667969],[-0.5091075897216797,-7.131580352783203],[-0.09994029998779297,-7.524091958999634],[-0.09994029998779297,-3.6264123916625977],[-2.013087272644043,0],[0,0]]},{"type":"line","version":145,"versionNonce":1166251986,"isDeleted":true,"id":"e3ILYmBHudGAy7JEpzQQu","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":929.6085662841797,"y":297.6157035827637,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":7.637927174568176,"height":13.63473892211914,"seed":480156705,"groupIds":["TabXR4fX_ycdxCCRJ1PSD","mMWIZLiz1Fp21LFuhY-Fr","doOUm7RmlgfFfU49D8dnf"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829080,"link":null,"locked":false,"customData":{"boxId":"VMEzO5TJRg0sI-Q6N5846","label":"Binary Authorization","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.6996078491210938,-0.3905677795410156],[-1.362553596496582,-0.8270187377929688],[-1.9873113632202148,-1.3067207336425781],[-2.572352886199951,-1.8270378112792969],[-3.116152763366699,-2.385334014892578],[-3.617182731628418,-2.978975296020508],[-4.073917865753174,-3.6053237915039062],[-4.484830379486084,-4.261747360229492],[-4.84839391708374,-4.945611953735352],[-5.163082122802734,-5.654278755187988],[-5.427367210388184,-6.385114669799805],[-5.639723539352417,-7.135483741760254],[-5.798623561859131,-7.902751922607422],[-5.902541399002075,-8.684283256530762],[-5.949949741363525,-9.477441787719727],[-5.939321756362915,-10.279594421386719],[-5.939321756362915,-11.850088119506836],[-7.624033451080322,-11.850088119506836],[-7.624033451080322,-10.279594421386719],[-7.624033451080322,-10.279594421386719],[-7.637927174568176,-9.323471069335938],[-7.579249858856201,-8.379413604736328],[-7.450050592422485,-7.45079231262207],[-7.252379655838013,-6.540971755981445],[-6.988286018371582,-5.6533203125],[-6.659819602966309,-4.791204452514648],[-6.269029378890991,-3.9579906463623047],[-5.817965745925903,-3.1570472717285156],[-5.308677673339844,-2.391742706298828],[-4.7432146072387695,-1.6654434204101562],[-4.123627185821533,-0.9815139770507812],[-3.451963424682617,-0.3433208465576172],[-2.730273723602295,0.24576377868652344],[-1.9606080055236816,0.7823753356933594],[-1.145014762878418,1.2631454467773438],[-0.28554439544677734,1.6847114562988281],[-0.014278411865234375,1.7846508026123047]]},{"type":"rectangle","version":138,"versionNonce":2013267534,"isDeleted":true,"id":"RuGEK4rcEUcwCLLrUn_cn","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":460,"y":260,"strokeColor":"#202124","backgroundColor":"#FFF","width":240,"height":60,"seed":1480478863,"groupIds":["Gr5_-u_-W7Wi4LQBpohhf","1N-Onp8yV6O0sTW9KEcg1"],"strokeSharpness":"round","boundElements":[{"id":"wzTbZ3Gv04CVnyVobOJbO","type":"arrow"}],"updated":1697744829080,"link":null,"locked":false,"customData":{"boxId":"3aO77mjuVdoCQqzyCUFZU","label":"Artifact Registry","type":"container"}},{"type":"text","version":132,"versionNonce":212127122,"isDeleted":true,"id":"e-IikHBmMP7dH46_e0XBM","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":476,"y":276,"strokeColor":"#1a73e8","backgroundColor":"transparent","width":160,"height":18,"seed":234357729,"groupIds":["Gr5_-u_-W7Wi4LQBpohhf","1N-Onp8yV6O0sTW9KEcg1"],"strokeSharpness":"round","boundElements":[{"id":"0mG0njKLae7Xs8hf0tM2V","type":"arrow"}],"updated":1697744829080,"link":null,"locked":false,"customData":{"boxId":"3aO77mjuVdoCQqzyCUFZU","label":"Artifact Registry","type":"child"},"fontSize":16,"fontFamily":2,"text":"Artifact Registry","baseline":16,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":"Artifact Registry"},{"type":"text","version":107,"versionNonce":386272398,"isDeleted":true,"id":"U8ubw7xR7epzJIBuXQt7B","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":356,"y":238,"strokeColor":"#202124","backgroundColor":"transparent","width":160,"height":18,"seed":1885562543,"groupIds":["Gr5_-u_-W7Wi4LQBpohhf","1N-Onp8yV6O0sTW9KEcg1"],"strokeSharpness":"round","boundElements":[],"updated":1697744829080,"link":null,"locked":false,"customData":{"boxId":"3aO77mjuVdoCQqzyCUFZU","label":"Artifact Registry","type":"child"},"fontSize":16,"fontFamily":2,"text":"","baseline":16,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":""},{"type":"line","version":107,"versionNonce":1301891922,"isDeleted":true,"id":"J4Iuvpov_jJVQF_KmXhp7","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":356,"y":265,"strokeColor":"#202124","backgroundColor":"transparent","width":16,"height":1,"seed":1190059969,"groupIds":["Gr5_-u_-W7Wi4LQBpohhf","1N-Onp8yV6O0sTW9KEcg1"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829080,"link":null,"locked":false,"customData":{"boxId":"3aO77mjuVdoCQqzyCUFZU","label":"Artifact Registry","type":"child"},"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[208,0]]},{"type":"text","version":107,"versionNonce":1810975438,"isDeleted":true,"id":"HkzioyOGmH7eH1I0BHd8y","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":356,"y":273,"strokeColor":"#202124","backgroundColor":"transparent","width":160,"height":14,"seed":197179599,"groupIds":["Gr5_-u_-W7Wi4LQBpohhf","1N-Onp8yV6O0sTW9KEcg1"],"strokeSharpness":"round","boundElements":[],"updated":1697744829080,"link":null,"locked":false,"customData":{"boxId":"3aO77mjuVdoCQqzyCUFZU","label":"Artifact Registry","type":"child"},"fontSize":12,"fontFamily":2,"text":"","baseline":12,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":""},{"type":"line","version":130,"versionNonce":2125992210,"isDeleted":true,"id":"-wqdtGth6S4mFp4qi1meQ","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":666.0481100082397,"y":277.1546391248703,"strokeColor":"transparent","backgroundColor":"#4285f4","width":5.072165012359619,"height":20.646048665046692,"seed":408895393,"groupIds":["Gr5_-u_-W7Wi4LQBpohhf","1N-Onp8yV6O0sTW9KEcg1"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829080,"link":null,"locked":false,"customData":{"boxId":"3aO77mjuVdoCQqzyCUFZU","label":"Artifact Registry","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,2.487972617149353],[-3.0378007888793945,4.2474223375320435],[-3.0378007888793945,16.39862549304962],[0,18.158074498176575],[0,20.646048665046692],[-5.072165012359619,17.718213200569153],[-5.072165012359619,2.9278351068496704],[0,0],[0,0]]},{"type":"line","version":130,"versionNonce":1968881934,"isDeleted":true,"id":"7zW47HdSR4jCTCd33crgb","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":678.185567855835,"y":277.1546391248703,"strokeColor":"transparent","backgroundColor":"#4285f4","width":5.058418273925781,"height":20.632302403450012,"seed":267306735,"groupIds":["Gr5_-u_-W7Wi4LQBpohhf","1N-Onp8yV6O0sTW9KEcg1"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829080,"link":null,"locked":false,"customData":{"boxId":"3aO77mjuVdoCQqzyCUFZU","label":"Artifact Registry","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[5.058418273925781,2.914089322090149],[5.058418273925781,17.704466938972473],[0,20.632302403450012],[0,18.144328236579895],[3.0377979278564453,16.39862549304962],[3.0377979278564453,4.2474223375320435],[0,2.487972617149353],[0,0],[0,0]]},{"type":"line","version":130,"versionNonce":863510226,"isDeleted":true,"id":"yuNCILiawn8kBTBvdAUVO","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":672.0955324172974,"y":280.5773196220398,"strokeColor":"transparent","backgroundColor":"#4285f4","width":5.965635299682617,"height":3.340205669403076,"seed":1081648001,"groupIds":["Gr5_-u_-W7Wi4LQBpohhf","1N-Onp8yV6O0sTW9KEcg1"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829080,"link":null,"locked":false,"customData":{"boxId":"3aO77mjuVdoCQqzyCUFZU","label":"Artifact Registry","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-2.9828176498413086,1.6632304191589355],[0,3.340205669403076],[2.9828176498413086,1.6632304191589355],[0,0]]},{"type":"line","version":130,"versionNonce":1991995214,"isDeleted":true,"id":"fqvhoK69LLr9Bb4o1bePP","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":672.4941577911377,"y":287.8213052749634,"strokeColor":"transparent","backgroundColor":"#4285f4","width":2.9140892028808594,"height":5.017181873321533,"seed":460722447,"groupIds":["Gr5_-u_-W7Wi4LQBpohhf","1N-Onp8yV6O0sTW9KEcg1"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829080,"link":null,"locked":false,"customData":{"boxId":"3aO77mjuVdoCQqzyCUFZU","label":"Artifact Registry","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[2.9140892028808594,-1.6907215118408203],[2.9140892028808594,-5.017181873321533],[0,-3.3264598846435547],[0,0]]},{"type":"line","version":130,"versionNonce":2020635794,"isDeleted":true,"id":"Ki5ezdaMi_W-4k7hFiU-C","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":671.7518901824951,"y":284.4948453903198,"strokeColor":"transparent","backgroundColor":"#4285f4","width":2.900343894958496,"height":5.017181873321533,"seed":192580449,"groupIds":["Gr5_-u_-W7Wi4LQBpohhf","1N-Onp8yV6O0sTW9KEcg1"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829080,"link":null,"locked":false,"customData":{"boxId":"3aO77mjuVdoCQqzyCUFZU","label":"Artifact Registry","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-2.900343894958496,-1.6907219886779785],[-2.900343894958496,1.6357383728027344],[0,3.3264598846435547],[0,0]]},{"type":"line","version":130,"versionNonce":1550603662,"isDeleted":true,"id":"FP6tyMSCnN9XkavbpJv73","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":668.6391754150391,"y":286.7221984863281,"strokeColor":"transparent","backgroundColor":"#4285f4","width":5.7044677734375,"height":3.3264617919921875,"seed":1741625135,"groupIds":["Gr5_-u_-W7Wi4LQBpohhf","1N-Onp8yV6O0sTW9KEcg1"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829080,"link":null,"locked":false,"customData":{"boxId":"3aO77mjuVdoCQqzyCUFZU","label":"Artifact Registry","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-2.85910701751709,1.6632299423217773],[0,3.3264617919921875],[2.84536075592041,1.6632299423217773],[0,0]]},{"type":"line","version":130,"versionNonce":794301010,"isDeleted":true,"id":"TAwMHpMZi6Zb2hBHUPChz","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":668.9003438949585,"y":293.96618461608887,"strokeColor":"transparent","backgroundColor":"#4285f4","width":2.9003429412841797,"height":5.017181396484375,"seed":297039681,"groupIds":["Gr5_-u_-W7Wi4LQBpohhf","1N-Onp8yV6O0sTW9KEcg1"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829080,"link":null,"locked":false,"customData":{"boxId":"3aO77mjuVdoCQqzyCUFZU","label":"Artifact Registry","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[2.9003429412841797,-1.6907215118408203],[2.9003429412841797,-5.017181396484375],[0,-3.3264598846435547],[0,0]]},{"type":"line","version":130,"versionNonce":531002318,"isDeleted":true,"id":"EZTKHPvvH1WJAms4yM35Y","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":668.364260673523,"y":290.6397247314453,"strokeColor":"transparent","backgroundColor":"#4285f4","width":2.900343418121338,"height":5.017181396484375,"seed":1801607503,"groupIds":["Gr5_-u_-W7Wi4LQBpohhf","1N-Onp8yV6O0sTW9KEcg1"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829080,"link":null,"locked":false,"customData":{"boxId":"3aO77mjuVdoCQqzyCUFZU","label":"Artifact Registry","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-2.900343418121338,-1.6907215118408203],[-2.900343418121338,1.6357383728027344],[0,3.3264598846435547],[0,0]]},{"type":"line","version":130,"versionNonce":1795553298,"isDeleted":true,"id":"Bc5f6g3LuglmuwaKjANZZ","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":675.607834815979,"y":286.7221984863281,"strokeColor":"transparent","backgroundColor":"#4285f4","width":5.7044677734375,"height":3.3264617919921875,"seed":897967905,"groupIds":["Gr5_-u_-W7Wi4LQBpohhf","1N-Onp8yV6O0sTW9KEcg1"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829080,"link":null,"locked":false,"customData":{"boxId":"3aO77mjuVdoCQqzyCUFZU","label":"Artifact Registry","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-2.84536075592041,1.6632299423217773],[0,3.3264617919921875],[2.85910701751709,1.6632299423217773],[0,0]]},{"type":"line","version":130,"versionNonce":713214478,"isDeleted":true,"id":"2b0Pn04S62gSfjd5gP1Ya","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":675.8827486038208,"y":293.96618461608887,"strokeColor":"transparent","backgroundColor":"#4285f4","width":2.900343894958496,"height":5.017181396484375,"seed":998791023,"groupIds":["Gr5_-u_-W7Wi4LQBpohhf","1N-Onp8yV6O0sTW9KEcg1"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829080,"link":null,"locked":false,"customData":{"boxId":"3aO77mjuVdoCQqzyCUFZU","label":"Artifact Registry","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[2.900343894958496,-1.6907215118408203],[2.900343894958496,-5.017181396484375],[0,-3.3264598846435547],[0,0]]},{"type":"line","version":130,"versionNonce":1265706450,"isDeleted":true,"id":"YWGJVK4IJ04ntzoH2THqy","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":675.3466672897339,"y":290.6397247314453,"strokeColor":"transparent","backgroundColor":"#4285f4","width":2.9003448486328125,"height":5.017181396484375,"seed":1633573633,"groupIds":["Gr5_-u_-W7Wi4LQBpohhf","1N-Onp8yV6O0sTW9KEcg1"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829080,"link":null,"locked":false,"customData":{"boxId":"3aO77mjuVdoCQqzyCUFZU","label":"Artifact Registry","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-2.9003448486328125,-1.6907215118408203],[-2.9003448486328125,1.6357383728027344],[0,3.3264598846435547],[0,0]]},{"type":"rectangle","version":149,"versionNonce":1006262350,"isDeleted":true,"id":"thqVsWnvipTNZJpePsNIH","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":420,"y":500,"strokeColor":"#202124","backgroundColor":"#FFF","width":240,"height":60,"seed":2014138401,"groupIds":["1LdZ3Y2U-7aeozaGgposf","5KC3q9V00HBxGjsr3T8oP"],"strokeSharpness":"round","boundElements":[],"updated":1697744829080,"link":null,"locked":false,"customData":{"boxId":"rgbsKGp957DPl0B7CCfRk","label":"Cloud Deploy","type":"container"}},{"type":"text","version":134,"versionNonce":1504746386,"isDeleted":true,"id":"q24c5b0SNKehIqImEz2XH","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":436,"y":516,"strokeColor":"#1a73e8","backgroundColor":"transparent","width":160,"height":18,"seed":1447558767,"groupIds":["1LdZ3Y2U-7aeozaGgposf","5KC3q9V00HBxGjsr3T8oP"],"strokeSharpness":"round","boundElements":[{"id":"8rQyLaKxAoB8tQIxvtlYK","type":"arrow"}],"updated":1697744829080,"link":null,"locked":false,"customData":{"boxId":"rgbsKGp957DPl0B7CCfRk","label":"Cloud Deploy","type":"child"},"fontSize":16,"fontFamily":2,"text":"Cloud Deploy","baseline":16,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":"Cloud Deploy"},{"type":"text","version":107,"versionNonce":1273372302,"isDeleted":true,"id":"N4McaglBdk1jBYP4GtPmq","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":276,"y":558,"strokeColor":"#202124","backgroundColor":"transparent","width":160,"height":18,"seed":286303233,"groupIds":["1LdZ3Y2U-7aeozaGgposf","5KC3q9V00HBxGjsr3T8oP"],"strokeSharpness":"round","boundElements":[],"updated":1697744829080,"link":null,"locked":false,"customData":{"boxId":"rgbsKGp957DPl0B7CCfRk","label":"Cloud Deploy","type":"child"},"fontSize":16,"fontFamily":2,"text":"","baseline":16,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":""},{"type":"line","version":108,"versionNonce":1677416786,"isDeleted":true,"id":"3-qkHmQllFe2BHFbWLmr2","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":276,"y":580,"strokeColor":"#202124","backgroundColor":"transparent","width":16,"height":1,"seed":1086085263,"groupIds":["1LdZ3Y2U-7aeozaGgposf","5KC3q9V00HBxGjsr3T8oP"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829080,"link":null,"locked":false,"customData":{"boxId":"rgbsKGp957DPl0B7CCfRk","label":"Cloud Deploy","type":"child"},"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[208,0]]},{"type":"text","version":108,"versionNonce":1862212814,"isDeleted":true,"id":"iZt8fPuewYbqId6bNe2se","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":276,"y":588,"strokeColor":"#202124","backgroundColor":"transparent","width":160,"height":14,"seed":2050915297,"groupIds":["1LdZ3Y2U-7aeozaGgposf","5KC3q9V00HBxGjsr3T8oP"],"strokeSharpness":"round","boundElements":[],"updated":1697744829080,"link":null,"locked":false,"customData":{"boxId":"rgbsKGp957DPl0B7CCfRk","label":"Cloud Deploy","type":"child"},"fontSize":12,"fontFamily":2,"text":"","baseline":12,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":""},{"type":"line","version":132,"versionNonce":1504206610,"isDeleted":true,"id":"nlxN5IO4YrwpinAgxkzvx","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":640.3866672515869,"y":534.2400016784668,"strokeColor":"#00000000","backgroundColor":"#4285f4","width":8.866666793823242,"height":15.353334903717041,"seed":736128687,"groupIds":["BulxHPWSNPwaWyKnIMqHT","1LdZ3Y2U-7aeozaGgposf","5KC3q9V00HBxGjsr3T8oP"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829080,"link":null,"locked":false,"customData":{"boxId":"rgbsKGp957DPl0B7CCfRk","label":"Cloud Deploy","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,-10.2333345413208],[-8.866666793823242,-15.353334903717041],[-8.866666793823242,-10.693335056304932],[-4.013334274291992,-7.920001983642578],[-4.039999008178711,-2.333333969116211],[0,0],[0,0]]},{"type":"line","version":132,"versionNonce":987648782,"isDeleted":true,"id":"sfHPa3akyg6THwvmP65X_","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":634.7933340072632,"y":535.8533344268799,"strokeColor":"#00000000","backgroundColor":"#669df6","width":7.466667175292969,"height":12.933334350585938,"seed":1403410369,"groupIds":["syV6g5eenlL5K6TJDCNVa","1LdZ3Y2U-7aeozaGgposf","5KC3q9V00HBxGjsr3T8oP"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829080,"link":null,"locked":false,"customData":{"boxId":"rgbsKGp957DPl0B7CCfRk","label":"Cloud Deploy","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,-8.620000839233398],[-7.466667175292969,-12.933334350585938],[-7.466667175292969,-8.913333892822266],[-3.4600000381469727,-6.620000839233398],[-3.473334312438965,-2.0066661834716797],[0,0],[0,0]]},{"type":"line","version":132,"versionNonce":657370322,"isDeleted":true,"id":"rlNmR8rExBmt-xo_AXcZC","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":629.7600002288818,"y":537.1466674804688,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":6.066666841506958,"height":10.513334274291992,"seed":1650245839,"groupIds":["272FODIO794pUv3mUl5iO","1LdZ3Y2U-7aeozaGgposf","5KC3q9V00HBxGjsr3T8oP"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829080,"link":null,"locked":false,"customData":{"boxId":"rgbsKGp957DPl0B7CCfRk","label":"Cloud Deploy","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,-7.0066680908203125],[-6.066666841506958,-10.513334274291992],[-6.066666841506958,-7.14666748046875],[-2.9000000953674316,-5.333333969116211],[-2.913332939147949,-1.6800003051757812],[0,0],[0,0]]},{"type":"rectangle","version":162,"versionNonce":704430414,"isDeleted":true,"id":"MSXfs0Xk2_LjCTY3Hg-Rx","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":680,"y":500,"strokeColor":"#202124","backgroundColor":"#FFF","width":240,"height":60,"seed":460747599,"groupIds":["9zSlK443xOkhk6KXMK1_7","BbdCn4mmVbLgBRnb5LDrC"],"strokeSharpness":"round","boundElements":[{"id":"DfIrtZP8buaaSUfiDxtCo","type":"arrow"}],"updated":1697744829080,"link":null,"locked":false,"customData":{"boxId":"AdNAjJY_mPmLqaqxUTb82","label":"Cloud Build","resource":"cloudbuild_git_trigger","type":"container"}},{"type":"text","version":156,"versionNonce":304431762,"isDeleted":true,"id":"pJjBwLQBEfoOJoKXk4IGs","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":696,"y":516,"strokeColor":"#1a73e8","backgroundColor":"transparent","width":160,"height":18,"seed":1406692641,"groupIds":["9zSlK443xOkhk6KXMK1_7","BbdCn4mmVbLgBRnb5LDrC"],"strokeSharpness":"round","boundElements":[],"updated":1697744829080,"link":null,"locked":false,"customData":{"boxId":"AdNAjJY_mPmLqaqxUTb82","label":"Cloud Build","resource":"cloudbuild_git_trigger","type":"child"},"fontSize":16,"fontFamily":2,"text":"Cloud Build","baseline":16,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":"Cloud Build"},{"type":"line","version":155,"versionNonce":2142463886,"isDeleted":true,"id":"sw7SE6srkKKhE6Q2FMncS","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":892.1500005722046,"y":532.2449989318848,"strokeColor":"#00000000","backgroundColor":"#4285f4","width":4.709999084472656,"height":6.779998779296875,"seed":1175007599,"groupIds":["kV8e1WylUomyvYulKnMDw","9zSlK443xOkhk6KXMK1_7","BbdCn4mmVbLgBRnb5LDrC"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829080,"link":null,"locked":false,"customData":{"boxId":"AdNAjJY_mPmLqaqxUTb82","label":"Cloud Build","resource":"cloudbuild_git_trigger","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[3.524998664855957,-2.032498359680176],[3.524998664855957,-6.097498893737793],[2.339999198913574,-6.779998779296875],[-1.1850004196166992,-0.6824989318847656],[0,0],[0,0]]},{"type":"line","version":155,"versionNonce":356720722,"isDeleted":true,"id":"VDIh4Pof5NgFCRyir95Jq","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":888.6324996948242,"y":526.147500038147,"strokeColor":"#00000000","backgroundColor":"#669df6","width":4.70250129699707,"height":6.780000686645508,"seed":1601184001,"groupIds":["lmx_ycXo4-on5viF-t28N","9zSlK443xOkhk6KXMK1_7","BbdCn4mmVbLgBRnb5LDrC"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829080,"link":null,"locked":false,"customData":{"boxId":"AdNAjJY_mPmLqaqxUTb82","label":"Cloud Build","resource":"cloudbuild_git_trigger","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,4.065000534057617],[1.1850004196166992,4.747500419616699],[4.70250129699707,-1.3500003814697266],[3.517500877380371,-2.0325002670288086],[0,0],[0,0]]},{"type":"line","version":155,"versionNonce":742081998,"isDeleted":true,"id":"dX6Pqzs0azghRQ6OjNxL-","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":891.460000038147,"y":533.4449996948242,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":7.972499847412109,"height":13.80749797821045,"seed":668937103,"groupIds":["Ox-4gFf3F-V_AeQ8wXEyR","9zSlK443xOkhk6KXMK1_7","BbdCn4mmVbLgBRnb5LDrC"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829080,"link":null,"locked":false,"customData":{"boxId":"AdNAjJY_mPmLqaqxUTb82","label":"Cloud Build","resource":"cloudbuild_git_trigger","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-4.222500324249268,-2.429999351501465],[-4.222500324249268,-7.297499656677246],[-7.972499847412109,-9.464999198913574],[-7.972499847412109,-0.2625007629394531],[0,4.342498779296875],[0,0],[0,0]]},{"type":"line","version":155,"versionNonce":1012876818,"isDeleted":true,"id":"hCd9IIDNcW7lpLboRvgUP","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":887.9274997711182,"y":524.9475002288818,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":15.952500820159912,"height":6.772500038146973,"seed":698767585,"groupIds":["Ox-4gFf3F-V_AeQ8wXEyR","9zSlK443xOkhk6KXMK1_7","BbdCn4mmVbLgBRnb5LDrC"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829080,"link":null,"locked":false,"customData":{"boxId":"AdNAjJY_mPmLqaqxUTb82","label":"Cloud Build","resource":"cloudbuild_git_trigger","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[4.222500801086426,-2.4375],[8.444999694824219,0],[12.20250129699707,-2.1675004959106445],[4.222500801086426,-6.772500038146973],[-3.749999523162842,-2.1675004959106445],[0,0],[0,0]]},{"type":"line","version":155,"versionNonce":816667662,"isDeleted":true,"id":"kues_hSWogBQD6-KaUAHd","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":897.0625,"y":531.0150003433228,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":7.965000152587891,"height":13.80749797821045,"seed":1831920047,"groupIds":["Ox-4gFf3F-V_AeQ8wXEyR","9zSlK443xOkhk6KXMK1_7","BbdCn4mmVbLgBRnb5LDrC"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829080,"link":null,"locked":false,"customData":{"boxId":"AdNAjJY_mPmLqaqxUTb82","label":"Cloud Build","resource":"cloudbuild_git_trigger","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-4.215000152587891,2.429999351501465],[-4.215000152587891,6.77249813079834],[3.75,2.1674985885620117],[3.75,-7.034999847412109],[0,-4.867500305175781],[0,0],[0,0]]},{"type":"rectangle","version":144,"versionNonce":7386066,"isDeleted":true,"id":"5JXsJyqt37VvHbAO7yjq8","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":680,"y":360,"strokeColor":"#202124","backgroundColor":"#FFF","width":240,"height":60,"seed":913245039,"groupIds":["BpG1x-O9OLHHoC7nbrOsy","-4bnv8htQ4DlHkz2d9LyZ"],"strokeSharpness":"round","boundElements":[{"id":"DfIrtZP8buaaSUfiDxtCo","type":"arrow"},{"id":"7mHnYCMq-L6XCjXQ8F8pG","type":"arrow"}],"updated":1697744829080,"link":null,"locked":false,"customData":{"boxId":"T_mshNLa6Cv_keTTXyg9N","label":"Pub/Sub","resource":"google_pubsub_topic","type":"container"}},{"type":"text","version":134,"versionNonce":50506318,"isDeleted":true,"id":"e83CFcBwIYTAuc95n2cLu","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":696,"y":376,"strokeColor":"#1a73e8","backgroundColor":"transparent","width":160,"height":18,"seed":1854435073,"groupIds":["BpG1x-O9OLHHoC7nbrOsy","-4bnv8htQ4DlHkz2d9LyZ"],"strokeSharpness":"round","boundElements":[],"updated":1697744829080,"link":null,"locked":false,"customData":{"boxId":"T_mshNLa6Cv_keTTXyg9N","label":"Pub/Sub","resource":"google_pubsub_topic","type":"child"},"fontSize":16,"fontFamily":2,"text":"Pub/Sub","baseline":16,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":"Pub/Sub"},{"type":"text","version":106,"versionNonce":596535698,"isDeleted":true,"id":"fly9gQq0puGBf4HHSkH9M","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":456,"y":358,"strokeColor":"#202124","backgroundColor":"transparent","width":160,"height":18,"seed":1874509199,"groupIds":["BpG1x-O9OLHHoC7nbrOsy","-4bnv8htQ4DlHkz2d9LyZ"],"strokeSharpness":"round","boundElements":[],"updated":1697744829080,"link":null,"locked":false,"customData":{"boxId":"T_mshNLa6Cv_keTTXyg9N","label":"Pub/Sub","resource":"google_pubsub_topic","type":"child"},"fontSize":16,"fontFamily":2,"text":"","baseline":16,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":""},{"type":"line","version":106,"versionNonce":1913925774,"isDeleted":true,"id":"j5rKv1Pd5h3liy23h6eMQ","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":456,"y":385,"strokeColor":"#202124","backgroundColor":"transparent","width":16,"height":1,"seed":210036449,"groupIds":["BpG1x-O9OLHHoC7nbrOsy","-4bnv8htQ4DlHkz2d9LyZ"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829080,"link":null,"locked":false,"customData":{"boxId":"T_mshNLa6Cv_keTTXyg9N","label":"Pub/Sub","resource":"google_pubsub_topic","type":"child"},"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[208,0]]},{"type":"text","version":106,"versionNonce":217016146,"isDeleted":true,"id":"6R33SYvjgdRj74SVOY0x-","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":456,"y":393,"strokeColor":"#202124","backgroundColor":"transparent","width":160,"height":14,"seed":399127471,"groupIds":["BpG1x-O9OLHHoC7nbrOsy","-4bnv8htQ4DlHkz2d9LyZ"],"strokeSharpness":"round","boundElements":[],"updated":1697744829080,"link":null,"locked":false,"customData":{"boxId":"T_mshNLa6Cv_keTTXyg9N","label":"Pub/Sub","resource":"google_pubsub_topic","type":"child"},"fontSize":12,"fontFamily":2,"text":"","baseline":12,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":""},{"type":"ellipse","version":133,"versionNonce":161148622,"isDeleted":true,"id":"czCXciJ4NVyKB8L5zYnz-","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":897.25,"y":382.48999977111816,"strokeColor":"transparent","backgroundColor":"#669df6","width":3.440000057220459,"height":3.440000057220459,"seed":1206346433,"groupIds":["BpG1x-O9OLHHoC7nbrOsy","-4bnv8htQ4DlHkz2d9LyZ"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829080,"link":null,"locked":false,"customData":{"boxId":"T_mshNLa6Cv_keTTXyg9N","label":"Pub/Sub","resource":"google_pubsub_topic","type":"child"}},{"type":"ellipse","version":133,"versionNonce":619359506,"isDeleted":true,"id":"zY6B4Pfpo8cWEWxwMRSlD","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":883.3099999427795,"y":382.48999977111816,"strokeColor":"transparent","backgroundColor":"#669df6","width":3.440000057220459,"height":3.440000057220459,"seed":382068175,"groupIds":["BpG1x-O9OLHHoC7nbrOsy","-4bnv8htQ4DlHkz2d9LyZ"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829081,"link":null,"locked":false,"customData":{"boxId":"T_mshNLa6Cv_keTTXyg9N","label":"Pub/Sub","resource":"google_pubsub_topic","type":"child"}},{"type":"ellipse","version":133,"versionNonce":1982850318,"isDeleted":true,"id":"NVJ4nLTNvDASzOqbgNszL","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":890.2799997329712,"y":394.5599994659424,"strokeColor":"transparent","backgroundColor":"#669df6","width":3.440000057220459,"height":3.440000057220459,"seed":223306401,"groupIds":["BpG1x-O9OLHHoC7nbrOsy","-4bnv8htQ4DlHkz2d9LyZ"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829081,"link":null,"locked":false,"customData":{"boxId":"T_mshNLa6Cv_keTTXyg9N","label":"Pub/Sub","resource":"google_pubsub_topic","type":"child"}},{"type":"line","version":133,"versionNonce":821508818,"isDeleted":true,"id":"CKSWA16qP6GG72fknomB3","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":891.6459999084473,"y":388.85999965667725,"strokeColor":"#00000000","backgroundColor":"#4285f4","width":7.790000915527344,"height":5.403999328613281,"seed":1002853359,"groupIds":["DnD_Ns3fXS6v4km0IZNAe","BpG1x-O9OLHHoC7nbrOsy","-4bnv8htQ4DlHkz2d9LyZ"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829081,"link":null,"locked":false,"customData":{"boxId":"T_mshNLa6Cv_keTTXyg9N","label":"Pub/Sub","resource":"google_pubsub_topic","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0.7950000762939453,-1.3839998245239258],[7.790000915527344,2.636000633239746],[6.995000839233398,4.0199995040893555],[0,0]]},{"type":"line","version":133,"versionNonce":1766593358,"isDeleted":true,"id":"Es5f-BBw6SqeSh7Z2nzsE","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":884.6329998970032,"y":391.57299995422363,"strokeColor":"#00000000","backgroundColor":"#4285f4","width":7.757999897003174,"height":5.397000312805176,"seed":158099073,"groupIds":["ybysXVHqq-isWTJn0Bydp","BpG1x-O9OLHHoC7nbrOsy","-4bnv8htQ4DlHkz2d9LyZ"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829081,"link":null,"locked":false,"customData":{"boxId":"T_mshNLa6Cv_keTTXyg9N","label":"Pub/Sub","resource":"google_pubsub_topic","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[6.9629998207092285,-4.0199995040893555],[7.757999897003174,-2.6429996490478516],[0.7950000762939453,1.3770008087158203],[0,0]]},{"type":"line","version":133,"versionNonce":799805586,"isDeleted":true,"id":"R67PEtAZsWEg2H7jd8GHP","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":891.1999998092651,"y":380.19000005722046,"strokeColor":"#00000000","backgroundColor":"#4285f4","width":1.5900001525878906,"height":8.03999948501587,"seed":1590951439,"groupIds":["PZufmkT5w54eY_Zqh9FXR","BpG1x-O9OLHHoC7nbrOsy","-4bnv8htQ4DlHkz2d9LyZ"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829081,"link":null,"locked":false,"customData":{"boxId":"T_mshNLa6Cv_keTTXyg9N","label":"Pub/Sub","resource":"google_pubsub_topic","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[1.5900001525878906,0],[1.5900001525878906,8.03999948501587],[0,8.03999948501587],[0,0]]},{"type":"ellipse","version":133,"versionNonce":2101901710,"isDeleted":true,"id":"x-SXhsXV7NIWwYee8YCVk","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":889.2200002670288,"y":385.44999980926514,"strokeColor":"transparent","backgroundColor":"#aecbfa","width":5.559999942779541,"height":5.559999942779541,"seed":654175841,"groupIds":["BpG1x-O9OLHHoC7nbrOsy","-4bnv8htQ4DlHkz2d9LyZ"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829081,"link":null,"locked":false,"customData":{"boxId":"T_mshNLa6Cv_keTTXyg9N","label":"Pub/Sub","resource":"google_pubsub_topic","type":"child"}},{"type":"ellipse","version":133,"versionNonce":885010002,"isDeleted":true,"id":"AdnrckW6rKfw8jfyB45z7","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":882.8399999141693,"y":390.0600004196167,"strokeColor":"transparent","backgroundColor":"#aecbfa","width":4.380000114440918,"height":4.380000114440918,"seed":1122460719,"groupIds":["BpG1x-O9OLHHoC7nbrOsy","-4bnv8htQ4DlHkz2d9LyZ"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829081,"link":null,"locked":false,"customData":{"boxId":"T_mshNLa6Cv_keTTXyg9N","label":"Pub/Sub","resource":"google_pubsub_topic","type":"child"}},{"type":"ellipse","version":133,"versionNonce":425596878,"isDeleted":true,"id":"aXzdzYNAPnHJYuXIt_f-Y","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":896.7800006866455,"y":390.0600004196167,"strokeColor":"transparent","backgroundColor":"#aecbfa","width":4.380000114440918,"height":4.380000114440918,"seed":1288927809,"groupIds":["BpG1x-O9OLHHoC7nbrOsy","-4bnv8htQ4DlHkz2d9LyZ"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829081,"link":null,"locked":false,"customData":{"boxId":"T_mshNLa6Cv_keTTXyg9N","label":"Pub/Sub","resource":"google_pubsub_topic","type":"child"}},{"type":"ellipse","version":134,"versionNonce":1158321170,"isDeleted":true,"id":"zwtYWwdyIbm2-OQQ1LQ3T","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":889.8100004196167,"y":378,"strokeColor":"transparent","backgroundColor":"#aecbfa","width":4.380000114440918,"height":4.380000114440918,"seed":938018383,"groupIds":["BpG1x-O9OLHHoC7nbrOsy","-4bnv8htQ4DlHkz2d9LyZ"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829081,"link":null,"locked":false,"customData":{"boxId":"T_mshNLa6Cv_keTTXyg9N","label":"Pub/Sub","resource":"google_pubsub_topic","type":"child"}},{"type":"rectangle","version":179,"versionNonce":1436937742,"isDeleted":true,"id":"nV1AI5bHHC26YAjup5RIv","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":140,"y":120,"strokeColor":"#202124","backgroundColor":"#FFF","width":240,"height":60,"seed":443582607,"groupIds":["lpCFOWtkVrhqR-TY1YGq_","atYHvAauKJPBDvWmtEw_u"],"strokeSharpness":"round","boundElements":[{"id":"u3MHsCfKj6joFmOvIyJhR","type":"arrow"},{"id":"7f_aN7Y5o9pnUMQ7rmRx4","type":"arrow"}],"updated":1697744829081,"link":null,"locked":false,"customData":{"boxId":"rJJmXdPlRXtLrEaOFUoaQ","label":"Cloud Storage","resource":"google_storage_bucket","type":"container"}},{"type":"text","version":172,"versionNonce":847397330,"isDeleted":true,"id":"ITrKp6V6S9Cmg6mW98Vtw","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":156,"y":136,"strokeColor":"#1a73e8","backgroundColor":"transparent","width":160,"height":18,"seed":1764051937,"groupIds":["lpCFOWtkVrhqR-TY1YGq_","atYHvAauKJPBDvWmtEw_u"],"strokeSharpness":"round","boundElements":[{"id":"gISyGfHd3ExlrEzh0Hj-0","type":"arrow"}],"updated":1697744829081,"link":null,"locked":false,"customData":{"boxId":"rJJmXdPlRXtLrEaOFUoaQ","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"},"fontSize":16,"fontFamily":2,"text":"Cloud Storage","baseline":16,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":"Cloud Storage"},{"type":"text","version":111,"versionNonce":1595472974,"isDeleted":true,"id":"yvoOLMHERKAqDoCfiPE8y","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":376,"y":418,"strokeColor":"#202124","backgroundColor":"transparent","width":160,"height":18,"seed":529440431,"groupIds":["lpCFOWtkVrhqR-TY1YGq_","atYHvAauKJPBDvWmtEw_u"],"strokeSharpness":"round","boundElements":[],"updated":1697744829081,"link":null,"locked":false,"customData":{"boxId":"rJJmXdPlRXtLrEaOFUoaQ","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"},"fontSize":16,"fontFamily":2,"text":"","baseline":16,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":""},{"type":"line","version":112,"versionNonce":2017343378,"isDeleted":true,"id":"PdNXdlYF9b4_kpVydHyZz","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":380,"y":445,"strokeColor":"#202124","backgroundColor":"transparent","width":16,"height":1,"seed":1563633601,"groupIds":["lpCFOWtkVrhqR-TY1YGq_","atYHvAauKJPBDvWmtEw_u"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829081,"link":null,"locked":false,"customData":{"boxId":"rJJmXdPlRXtLrEaOFUoaQ","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"},"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[208,0]]},{"type":"text","version":112,"versionNonce":1536180878,"isDeleted":true,"id":"jPXYS3JtzQvdr23DbZrGb","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":380,"y":453,"strokeColor":"#202124","backgroundColor":"transparent","width":160,"height":14,"seed":549777615,"groupIds":["lpCFOWtkVrhqR-TY1YGq_","atYHvAauKJPBDvWmtEw_u"],"strokeSharpness":"round","boundElements":[],"updated":1697744829081,"link":null,"locked":false,"customData":{"boxId":"rJJmXdPlRXtLrEaOFUoaQ","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"},"fontSize":12,"fontFamily":2,"text":"","baseline":12,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":""},{"type":"rectangle","version":170,"versionNonce":376796498,"isDeleted":true,"id":"qcPNVRi7vG5Nt3qDHFBmx","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":342,"y":140,"strokeColor":"transparent","backgroundColor":"#aecbfa","width":20,"height":7,"seed":1859815329,"groupIds":["lpCFOWtkVrhqR-TY1YGq_","atYHvAauKJPBDvWmtEw_u"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829081,"link":null,"locked":false,"customData":{"boxId":"rJJmXdPlRXtLrEaOFUoaQ","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"}},{"type":"rectangle","version":170,"versionNonce":1304740046,"isDeleted":true,"id":"06XSh5RVwY5GrgZt6k0_E","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":360,"y":140,"strokeColor":"transparent","backgroundColor":"#669df6","width":2,"height":7,"seed":1739325167,"groupIds":["lpCFOWtkVrhqR-TY1YGq_","atYHvAauKJPBDvWmtEw_u"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829081,"link":null,"locked":false,"customData":{"boxId":"rJJmXdPlRXtLrEaOFUoaQ","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"}},{"type":"line","version":170,"versionNonce":1853815570,"isDeleted":true,"id":"tto4WaJazHBfz9I4BM-dm","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":362,"y":140,"strokeColor":"#00000000","backgroundColor":"#4285f4","width":2,"height":7,"seed":944434049,"groupIds":["aLCKileQ88_F43nfE-jrr","lpCFOWtkVrhqR-TY1YGq_","atYHvAauKJPBDvWmtEw_u"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829081,"link":null,"locked":false,"customData":{"boxId":"rJJmXdPlRXtLrEaOFUoaQ","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-2,0],[-2,7],[0,0],[0,0]]},{"type":"rectangle","version":170,"versionNonce":2035250958,"isDeleted":true,"id":"30BD-7pkdLJq4dKVPvr07","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":342,"y":140,"strokeColor":"transparent","backgroundColor":"#669df6","width":2,"height":7,"seed":1993099535,"groupIds":["lpCFOWtkVrhqR-TY1YGq_","atYHvAauKJPBDvWmtEw_u"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829081,"link":null,"locked":false,"customData":{"boxId":"rJJmXdPlRXtLrEaOFUoaQ","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"}},{"type":"rectangle","version":170,"versionNonce":517064914,"isDeleted":true,"id":"AsWzomLr_TpEZ1XaAWQfZ","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":346,"y":143,"strokeColor":"transparent","backgroundColor":"#fff","width":6,"height":1,"seed":1640223585,"groupIds":["lpCFOWtkVrhqR-TY1YGq_","atYHvAauKJPBDvWmtEw_u"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829081,"link":null,"locked":false,"customData":{"boxId":"rJJmXdPlRXtLrEaOFUoaQ","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"}},{"type":"rectangle","version":170,"versionNonce":1185506638,"isDeleted":true,"id":"9NeR01rWGvckIOKWadwgF","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":355,"y":142,"strokeColor":"transparent","backgroundColor":"#fff","width":3,"height":3,"seed":1805537071,"groupIds":["lpCFOWtkVrhqR-TY1YGq_","atYHvAauKJPBDvWmtEw_u"],"strokeSharpness":"round","boundElements":[],"updated":1697744829081,"link":null,"locked":false,"customData":{"boxId":"rJJmXdPlRXtLrEaOFUoaQ","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"}},{"type":"rectangle","version":170,"versionNonce":1594154642,"isDeleted":true,"id":"o1HJ3vZjC8885RZH_MZSP","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":342,"y":149,"strokeColor":"transparent","backgroundColor":"#aecbfa","width":20,"height":7,"seed":1603583809,"groupIds":["lpCFOWtkVrhqR-TY1YGq_","atYHvAauKJPBDvWmtEw_u"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829081,"link":null,"locked":false,"customData":{"boxId":"rJJmXdPlRXtLrEaOFUoaQ","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"}},{"type":"rectangle","version":170,"versionNonce":657165198,"isDeleted":true,"id":"-LBbcAJ3Z-allbkmHMmgg","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":360,"y":149,"strokeColor":"transparent","backgroundColor":"#669df6","width":2,"height":7,"seed":545952079,"groupIds":["lpCFOWtkVrhqR-TY1YGq_","atYHvAauKJPBDvWmtEw_u"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829081,"link":null,"locked":false,"customData":{"boxId":"rJJmXdPlRXtLrEaOFUoaQ","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"}},{"type":"line","version":170,"versionNonce":1540308050,"isDeleted":true,"id":"57oOuYWAkPM5-Z9B0pILx","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":362,"y":149,"strokeColor":"#00000000","backgroundColor":"#4285f4","width":2,"height":7,"seed":1880960801,"groupIds":["v2uJpNgXmsqU8tAXRtiGd","lpCFOWtkVrhqR-TY1YGq_","atYHvAauKJPBDvWmtEw_u"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829081,"link":null,"locked":false,"customData":{"boxId":"rJJmXdPlRXtLrEaOFUoaQ","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-2,0],[-2,7],[0,0],[0,0]]},{"type":"rectangle","version":170,"versionNonce":2031020494,"isDeleted":true,"id":"BT7xlYtwISLlfc7CGjOMO","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":342,"y":149,"strokeColor":"transparent","backgroundColor":"#669df6","width":2,"height":7,"seed":250187631,"groupIds":["lpCFOWtkVrhqR-TY1YGq_","atYHvAauKJPBDvWmtEw_u"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829081,"link":null,"locked":false,"customData":{"boxId":"rJJmXdPlRXtLrEaOFUoaQ","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"}},{"type":"rectangle","version":170,"versionNonce":319283730,"isDeleted":true,"id":"WQn4xZDN583Gr8s_yXrmz","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":346,"y":152,"strokeColor":"transparent","backgroundColor":"#fff","width":6,"height":1,"seed":1506583297,"groupIds":["lpCFOWtkVrhqR-TY1YGq_","atYHvAauKJPBDvWmtEw_u"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829081,"link":null,"locked":false,"customData":{"boxId":"rJJmXdPlRXtLrEaOFUoaQ","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"}},{"type":"rectangle","version":170,"versionNonce":1802272782,"isDeleted":true,"id":"IVsPD4aph7lxKkupcnsJK","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":355,"y":151,"strokeColor":"transparent","backgroundColor":"#fff","width":3,"height":3,"seed":1896073615,"groupIds":["lpCFOWtkVrhqR-TY1YGq_","atYHvAauKJPBDvWmtEw_u"],"strokeSharpness":"round","boundElements":[],"updated":1697744829081,"link":null,"locked":false,"customData":{"boxId":"rJJmXdPlRXtLrEaOFUoaQ","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"}},{"type":"rectangle","version":144,"versionNonce":799395794,"isDeleted":true,"id":"VjU1bGi9YYnINIC6WYz7H","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":380,"y":720,"strokeColor":"#202124","backgroundColor":"#FFF","width":240,"height":60,"seed":595769167,"groupIds":["OWuNUjBSN-6_rltscNRsi","ZvdVgd3lQD-gdXzTQj2Pp"],"strokeSharpness":"round","boundElements":[{"id":"Sj_PH5cNVlsYPvn1BMMmF","type":"arrow"}],"updated":1697744829081,"link":null,"locked":false,"customData":{"boxId":"TeSsPVhf1rBYk5OOuRG0w","label":"Cloud VPN","type":"container"}},{"type":"text","version":139,"versionNonce":1648184910,"isDeleted":true,"id":"FplAVudSsCZGAJEhDZZ6O","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":396,"y":736,"strokeColor":"#1A73F8","backgroundColor":"transparent","width":160,"height":18,"seed":1419929889,"groupIds":["OWuNUjBSN-6_rltscNRsi","ZvdVgd3lQD-gdXzTQj2Pp"],"strokeSharpness":"round","boundElements":[{"id":"Sj_PH5cNVlsYPvn1BMMmF","type":"arrow"}],"updated":1697744829081,"link":null,"locked":false,"customData":{"boxId":"TeSsPVhf1rBYk5OOuRG0w","label":"Cloud VPN","type":"child"},"fontSize":16,"fontFamily":2,"text":"Cloud VPN","baseline":16,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":"Cloud VPN"},{"type":"line","version":138,"versionNonce":1707083154,"isDeleted":true,"id":"9X0FETu3qIydvnv2NqAQe","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":598.5022354125977,"y":741.5054316520691,"strokeColor":"#00000000","backgroundColor":"#669df6","width":5.033864974975586,"height":12.816612720489502,"seed":200078703,"groupIds":["sPyePw-9Rb6FulWsVVSMK","OWuNUjBSN-6_rltscNRsi","ZvdVgd3lQD-gdXzTQj2Pp"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829081,"link":null,"locked":false,"customData":{"boxId":"TeSsPVhf1rBYk5OOuRG0w","label":"Cloud VPN","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,5.647284030914307],[-3.5233211517333984,5.647284030914307],[-3.5233211517333984,7.157826900482178],[0,7.157826900482178],[0,12.816612720489502],[1.5105438232421875,12.816612720489502],[1.5105438232421875,0],[0,0]]},{"type":"line","version":138,"versionNonce":1515869326,"isDeleted":true,"id":"0B_QP6ie9QXoEd3RA4L-m","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":586.4945683479309,"y":747.1527156829834,"strokeColor":"#00000000","backgroundColor":"#669df6","width":4.6849846839904785,"height":1.510542869567871,"seed":765107457,"groupIds":["sPyePw-9Rb6FulWsVVSMK","OWuNUjBSN-6_rltscNRsi","ZvdVgd3lQD-gdXzTQj2Pp"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829081,"link":null,"locked":false,"customData":{"boxId":"TeSsPVhf1rBYk5OOuRG0w","label":"Cloud VPN","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[4.6849846839904785,0],[4.6849846839904785,1.510542869567871],[0,1.510542869567871],[0,0]]},{"type":"line","version":138,"versionNonce":1317897042,"isDeleted":true,"id":"IwhAOWPulY5eWbxWXa34Y","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":593.0849828720093,"y":750.3194885253906,"strokeColor":"#00000000","backgroundColor":"#4285f4","width":4.815336227416992,"height":4.815335273742676,"seed":78278543,"groupIds":["prQXe_W-ewXqczASNUKdv","OWuNUjBSN-6_rltscNRsi","ZvdVgd3lQD-gdXzTQj2Pp"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829081,"link":null,"locked":false,"customData":{"boxId":"TeSsPVhf1rBYk5OOuRG0w","label":"Cloud VPN","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.24627304077148438,-0.012423515319824219],[-0.4854106903076172,-0.048890113830566406],[-0.7162008285522461,-0.10819053649902344],[-0.93743896484375,-0.1891164779663086],[-1.1479177474975586,-0.2904653549194336],[-1.3464269638061523,-0.4110240936279297],[-1.5317630767822266,-0.5495901107788086],[-1.702713966369629,-0.7049522399902344],[-1.858077049255371,-0.8759040832519531],[-1.9966421127319336,-1.061239242553711],[-2.117201805114746,-1.259749412536621],[-2.2185497283935547,-1.4702281951904297],[-2.2994766235351562,-1.6914663314819336],[-2.3587770462036133,-1.9222564697265625],[-2.3952436447143555,-2.161393165588379],[-2.4076671600341797,-2.4076671600341797],[-2.3952436447143555,-2.653942108154297],[-2.3587770462036133,-2.893077850341797],[-2.2994766235351562,-3.123868942260742],[-2.2185497283935547,-3.345107078552246],[-2.117201805114746,-3.5555849075317383],[-1.9966421127319336,-3.754096031188965],[-1.858077049255371,-3.9394302368164062],[-1.702713966369629,-4.110383033752441],[-1.5317630767822266,-4.265745162963867],[-1.3464269638061523,-4.40431022644043],[-1.1479177474975586,-4.524870872497559],[-0.93743896484375,-4.626217842102051],[-0.7162008285522461,-4.707145690917969],[-0.4854106903076172,-4.766446113586426],[-0.24627304077148438,-4.802911758422852],[0,-4.815335273742676],[0.2462759017944336,-4.802911758422852],[0.4854116439819336,-4.766446113586426],[0.7162027359008789,-4.707145690917969],[0.9374408721923828,-4.626217842102051],[1.147918701171875,-4.524870872497559],[1.3464288711547852,-4.40431022644043],[1.531764030456543,-4.265745162963867],[1.7027158737182617,-4.110383033752441],[1.858078956604004,-3.9394302368164062],[1.99664306640625,-3.754096031188965],[2.117203712463379,-3.5555849075317383],[2.218550682067871,-3.345107078552246],[2.299478530883789,-3.123868942260742],[2.358778953552246,-2.893077850341797],[2.395244598388672,-2.653942108154297],[2.4076690673828125,-2.4076671600341797],[2.3966827392578125,-2.162698745727539],[2.3616552352905273,-1.9246149063110352],[2.3037919998168945,-1.6946420669555664],[2.224302291870117,-1.4740009307861328],[2.124392509460449,-1.2639188766479492],[2.005270004272461,-1.0656204223632812],[1.868143081665039,-0.8803262710571289],[1.7142181396484375,-0.7092647552490234],[1.544703483581543,-0.5536584854125977],[1.3608064651489258,-0.4147310256958008],[1.1637334823608398,-0.29370784759521484],[0.9546937942504883,-0.19181251525878906],[0.734893798828125,-0.11027050018310547],[0.5055398941040039,-0.050304412841796875],[0.2678413391113281,-0.013138771057128906],[0.023003578186035156,0],[0,0],[0,0]]},{"type":"line","version":138,"versionNonce":1300009678,"isDeleted":true,"id":"PIMB0qSiX_iDVay2ZGs-S","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":593.0849828720093,"y":746.4089450836182,"strokeColor":"#00000000","backgroundColor":"#4285f4","width":3.021085739135742,"height":3.021085739135742,"seed":1159812321,"groupIds":["prQXe_W-ewXqczASNUKdv","OWuNUjBSN-6_rltscNRsi","ZvdVgd3lQD-gdXzTQj2Pp"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829081,"link":null,"locked":false,"customData":{"boxId":"TeSsPVhf1rBYk5OOuRG0w","label":"Cloud VPN","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.15433025360107422,0.002124786376953125],[-0.3048133850097656,0.019514083862304688],[-0.45065879821777344,0.0514373779296875],[-0.5910730361938477,0.09716415405273438],[-0.7252655029296875,0.15596675872802734],[-0.852442741394043,0.22711181640625],[-0.9718132019042969,0.30987071990966797],[-1.0825872421264648,0.4035148620605469],[-1.1839704513549805,0.5073118209838867],[-1.2751712799072266,0.6205329895019531],[-1.3553991317749023,0.7424468994140625],[-1.4238605499267578,0.8723239898681641],[-1.4797658920288086,1.0094356536865234],[-1.5223207473754883,1.153050422668457],[-1.5507354736328125,1.302438735961914],[-1.5642166137695312,1.456869125366211],[-1.5620918273925781,1.6118316650390625],[-1.5447025299072266,1.7627849578857422],[-1.5127792358398438,1.9089527130126953],[-1.4670524597167969,2.0495615005493164],[-1.408249855041504,2.1838340759277344],[-1.3371047973632812,2.3109970092773438],[-1.2543458938598633,2.430276870727539],[-1.1607017517089844,2.5408945083618164],[-1.056905746459961,2.6420793533325195],[-0.9436845779418945,2.7330522537231445],[-0.8217697143554688,2.8130407333374023],[-0.6918926239013672,2.881270408630371],[-0.5547809600830078,2.9369640350341797],[-0.4111671447753906,2.9793481826782227],[-0.2617778778076172,3.0076475143432617],[-0.10734748840332031,3.021085739135742],[0.04761505126953125,3.0189619064331055],[0.19856834411621094,3.001572608947754],[0.34473609924316406,2.969649314880371],[0.48534488677978516,2.923922538757324],[0.6196174621582031,2.8651199340820312],[0.7467803955078125,2.7939748764038086],[0.8660602569580078,2.7112159729003906],[0.9766778945922852,2.6175718307495117],[1.0778617858886719,2.513774871826172],[1.1688356399536133,2.4005537033081055],[1.248824119567871,2.278639793395996],[1.3170537948608398,2.1487627029418945],[1.3727474212646484,2.011651039123535],[1.4151315689086914,1.8680362701416016],[1.4434309005737305,1.7186479568481445],[1.456869125366211,1.5642175674438477],[1.456869125366211,1.5335464477539062],[1.456869125366211,1.5335464477539062],[1.4520912170410156,1.380782127380371],[1.4324817657470703,1.2320938110351562],[1.3987531661987305,1.0882368087768555],[1.351618766784668,0.9499607086181641],[1.2917909622192383,0.8180198669433594],[1.2199859619140625,0.6931667327880859],[1.136916160583496,0.5761528015136719],[1.0432920455932617,0.46773242950439453],[0.9398288726806641,0.36865711212158203],[0.8272390365600586,0.2796783447265625],[0.70623779296875,0.20154953002929688],[0.5775375366210938,0.1350250244140625],[0.4418497085571289,0.08085441589355469],[0.29988861083984375,0.03979206085205078],[0.15236759185791016,0.012589454650878906],[0,0],[0,0]]},{"type":"line","version":138,"versionNonce":1147488530,"isDeleted":true,"id":"Rc6202_7VyhMuock2BXSp","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":593.0849828720093,"y":746.4089450836182,"strokeColor":"#00000000","backgroundColor":"#fff","width":3.021085739135742,"height":3.021085739135742,"seed":401843631,"groupIds":["TnPYRXIe8OpvgMtu4FLr6","OWuNUjBSN-6_rltscNRsi","ZvdVgd3lQD-gdXzTQj2Pp"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829081,"link":null,"locked":false,"customData":{"boxId":"TeSsPVhf1rBYk5OOuRG0w","label":"Cloud VPN","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.15433025360107422,0.002124786376953125],[-0.3048133850097656,0.019514083862304688],[-0.45065879821777344,0.0514373779296875],[-0.5910730361938477,0.09716415405273438],[-0.7252655029296875,0.15596675872802734],[-0.852442741394043,0.22711181640625],[-0.9718132019042969,0.30987071990966797],[-1.0825872421264648,0.4035148620605469],[-1.1839704513549805,0.5073118209838867],[-1.2751712799072266,0.6205329895019531],[-1.3553991317749023,0.7424468994140625],[-1.4238605499267578,0.8723239898681641],[-1.4797658920288086,1.0094356536865234],[-1.5223207473754883,1.153050422668457],[-1.5507354736328125,1.302438735961914],[-1.5642166137695312,1.456869125366211],[-1.5620918273925781,1.6118316650390625],[-1.5447025299072266,1.7627849578857422],[-1.5127792358398438,1.9089527130126953],[-1.4670524597167969,2.0495615005493164],[-1.408249855041504,2.1838340759277344],[-1.3371047973632812,2.3109970092773438],[-1.2543458938598633,2.430276870727539],[-1.1607017517089844,2.5408945083618164],[-1.056905746459961,2.6420793533325195],[-0.9436845779418945,2.7330522537231445],[-0.8217697143554688,2.8130407333374023],[-0.6918926239013672,2.881270408630371],[-0.5547809600830078,2.9369640350341797],[-0.4111671447753906,2.9793481826782227],[-0.2617778778076172,3.0076475143432617],[-0.10734748840332031,3.021085739135742],[0.04761505126953125,3.0189619064331055],[0.19856834411621094,3.001572608947754],[0.34473609924316406,2.969649314880371],[0.48534488677978516,2.923922538757324],[0.6196174621582031,2.8651199340820312],[0.7467803955078125,2.7939748764038086],[0.8660602569580078,2.7112159729003906],[0.9766778945922852,2.6175718307495117],[1.0778617858886719,2.513774871826172],[1.1688356399536133,2.4005537033081055],[1.248824119567871,2.278639793395996],[1.3170537948608398,2.1487627029418945],[1.3727474212646484,2.011651039123535],[1.4151315689086914,1.8680362701416016],[1.4434309005737305,1.7186479568481445],[1.456869125366211,1.5642175674438477],[1.456869125366211,1.5335464477539062],[1.456869125366211,1.5335464477539062],[1.4520912170410156,1.380782127380371],[1.4324817657470703,1.2320938110351562],[1.3987531661987305,1.0882368087768555],[1.351618766784668,0.9499607086181641],[1.2917909622192383,0.8180198669433594],[1.2199859619140625,0.6931667327880859],[1.136916160583496,0.5761528015136719],[1.0432920455932617,0.46773242950439453],[0.9398288726806641,0.36865711212158203],[0.8272390365600586,0.2796783447265625],[0.70623779296875,0.20154953002929688],[0.5775375366210938,0.1350250244140625],[0.4418497085571289,0.08085441589355469],[0.29988861083984375,0.03979206085205078],[0.15236759185791016,0.012589454650878906],[0,0],[0,0]]},{"type":"line","version":138,"versionNonce":373098766,"isDeleted":true,"id":"vluAdiyiCrvYQy6fr1ey_","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":597.00319480896,"y":753.766134262085,"strokeColor":"#00000000","backgroundColor":"#4285f4","width":5.122043609619141,"height":5.122043609619141,"seed":1321603265,"groupIds":["zWYSy2pvGQM0cYdLRcCwF","OWuNUjBSN-6_rltscNRsi","ZvdVgd3lQD-gdXzTQj2Pp"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829081,"link":null,"locked":false,"customData":{"boxId":"TeSsPVhf1rBYk5OOuRG0w","label":"Cloud VPN","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[4.508625030517578,0],[4.508625030517578,0],[4.57023811340332,0.006259918212890625],[4.627714157104492,0.024200439453125],[4.679801940917969,0.05256462097167969],[4.725238800048828,0.09009552001953125],[4.762767791748047,0.13553237915039062],[4.791133880615234,0.1876201629638672],[4.809074401855469,0.24509811401367188],[4.815334320068359,0.30670928955078125],[4.815334320068359,4.815334320068359],[4.815334320068359,4.815334320068359],[4.809074401855469,4.876947402954102],[4.791133880615234,4.934425354003906],[4.762767791748047,4.98651123046875],[4.725238800048828,5.031949996948242],[4.679801940917969,5.069478988647461],[4.627714157104492,5.097843170166016],[4.57023811340332,5.115785598754883],[4.508625030517578,5.122043609619141],[0,5.122043609619141],[0,5.122043609619141],[-0.061611175537109375,5.115785598754883],[-0.11909103393554688,5.097843170166016],[-0.17117691040039062,5.069478988647461],[-0.21661376953125,5.031949996948242],[-0.25414276123046875,4.98651123046875],[-0.28250885009765625,4.934425354003906],[-0.3004493713378906,4.876947402954102],[-0.30670928955078125,4.815334320068359],[-0.30670928955078125,0.30670928955078125],[-0.30670928955078125,0.30670928955078125],[-0.3004493713378906,0.24509811401367188],[-0.28250885009765625,0.1876201629638672],[-0.25414276123046875,0.13553237915039062],[-0.21661376953125,0.09009552001953125],[-0.17117691040039062,0.05256462097167969],[-0.11909103393554688,0.024200439453125],[-0.061611175537109375,0.006259918212890625],[0,0],[0,0]]},{"type":"line","version":138,"versionNonce":1052661458,"isDeleted":true,"id":"8XM3bICf5dgghzLTwOeYk","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":597.00319480896,"y":736.9968050718307,"strokeColor":"#00000000","backgroundColor":"#4285f4","width":5.122043609619141,"height":5.122044682502747,"seed":1961957327,"groupIds":["zWYSy2pvGQM0cYdLRcCwF","OWuNUjBSN-6_rltscNRsi","ZvdVgd3lQD-gdXzTQj2Pp"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829081,"link":null,"locked":false,"customData":{"boxId":"TeSsPVhf1rBYk5OOuRG0w","label":"Cloud VPN","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[4.508625030517578,0],[4.508625030517578,0],[4.57023811340332,0.006259918212890625],[4.627714157104492,0.024201273918151855],[4.679801940917969,0.052565932273864746],[4.725238800048828,0.0900958776473999],[4.762767791748047,0.13553321361541748],[4.791133880615234,0.18761980533599854],[4.809074401855469,0.24509775638580322],[4.815334320068359,0.30670928955078125],[4.815334320068359,4.8153358697891235],[4.815334320068359,4.8153358697891235],[4.809074401855469,4.876947045326233],[4.791133880615234,4.934424996376038],[4.762767791748047,4.986511826515198],[4.725238800048828,5.031948685646057],[4.679801940917969,5.0694791078567505],[4.627714157104492,5.097843289375305],[4.57023811340332,5.115784764289856],[4.508625030517578,5.122044682502747],[0,5.122044682502747],[0,5.122044682502747],[-0.061611175537109375,5.115784764289856],[-0.11909103393554688,5.097843289375305],[-0.17117691040039062,5.0694791078567505],[-0.21661376953125,5.031948685646057],[-0.25414276123046875,4.986511826515198],[-0.28250885009765625,4.934424996376038],[-0.3004493713378906,4.876947045326233],[-0.30670928955078125,4.8153358697891235],[-0.30670928955078125,0.30670928955078125],[-0.30670928955078125,0.30670928955078125],[-0.3004493713378906,0.24509775638580322],[-0.28250885009765625,0.18761980533599854],[-0.25414276123046875,0.13553321361541748],[-0.21661376953125,0.0900958776473999],[-0.17117691040039062,0.052565932273864746],[-0.11909103393554688,0.024201273918151855],[-0.061611175537109375,0.006259918212890625],[0,0],[0,0]]},{"type":"line","version":138,"versionNonce":1410643790,"isDeleted":true,"id":"DFCVsXz7Z_9W78QSv9Y7t","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":582.4766771793365,"y":745.3469648361206,"strokeColor":"#00000000","backgroundColor":"#4285f4","width":5.122044801712036,"height":5.122044563293457,"seed":1613254817,"groupIds":["zWYSy2pvGQM0cYdLRcCwF","OWuNUjBSN-6_rltscNRsi","ZvdVgd3lQD-gdXzTQj2Pp"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829081,"link":null,"locked":false,"customData":{"boxId":"TeSsPVhf1rBYk5OOuRG0w","label":"Cloud VPN","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[4.508626222610474,0],[4.508626222610474,0],[4.570237874984741,0.006259918212890625],[4.627715349197388,0.024200439453125],[4.679802179336548,0.052565574645996094],[4.725239992141724,0.09009552001953125],[4.762769460678101,0.13553333282470703],[4.791134595870972,0.1876201629638672],[4.809075117111206,0.24509716033935547],[4.815335512161255,0.30670928955078125],[4.815335512161255,4.815335273742676],[4.815335512161255,4.815335273742676],[4.809075117111206,4.876946449279785],[4.791134595870972,4.934425354003906],[4.762769460678101,4.98651123046875],[4.725239992141724,5.031948089599609],[4.679802179336548,5.0694780349731445],[4.627715349197388,5.097843170166016],[4.570237874984741,5.115784645080566],[4.508626222610474,5.122044563293457],[0,5.122044563293457],[0,5.122044563293457],[-0.06161141395568848,5.115784645080566],[-0.11908936500549316,5.097843170166016],[-0.17117619514465332,5.0694780349731445],[-0.2166132926940918,5.031948089599609],[-0.25414323806762695,4.98651123046875],[-0.28250789642333984,4.934425354003906],[-0.3004491329193115,4.876946449279785],[-0.30670928955078125,4.815335273742676],[-0.30670928955078125,0.30670928955078125],[-0.30670928955078125,0.30670928955078125],[-0.2993483543395996,0.24509716033935547],[-0.28089046478271484,0.1876201629638672],[-0.2524585723876953,0.13553333282470703],[-0.21517562866210938,0.09009552001953125],[-0.1701653003692627,0.052565574645996094],[-0.11855030059814453,0.024200439453125],[-0.061454057693481445,0.006259918212890625],[0,0],[0,0]]},{"type":"rectangle","version":530,"versionNonce":774876306,"isDeleted":true,"id":"alQMHesl-G0NviYi6f0BX","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-820,"y":140,"strokeColor":"#F9AB00","backgroundColor":"#FDE293","width":280,"height":200,"seed":1716867951,"groupIds":["ogT50GayQ-Q5VOFc-AmYk"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829081,"link":null,"locked":false,"customData":{"boxId":"q530R61UTLOj7TzT77YrD","label":"Virtual Private Cloud","resource":"google_compute_network","type":"container"}},{"type":"text","version":370,"versionNonce":1331469710,"isDeleted":true,"id":"b5uFYKYQ9YtB2lM0PEZyK","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":80,"angle":0,"x":-720,"y":160,"strokeColor":"#202124","backgroundColor":"transparent","width":86,"height":19,"seed":1391402753,"groupIds":["ogT50GayQ-Q5VOFc-AmYk"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829081,"link":null,"locked":false,"customData":{"boxId":"q530R61UTLOj7TzT77YrD","label":"Virtual Private Cloud","resource":"google_compute_network","type":"child"},"fontSize":16,"fontFamily":2,"text":"DATA LAKE","baseline":15,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":"DATA LAKE"},{"type":"rectangle","version":152,"versionNonce":1483754066,"isDeleted":true,"id":"FT082wzi3l6l370pE96ew","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":80,"y":440,"strokeColor":"#202124","backgroundColor":"#FFF","width":240,"height":60,"seed":1691381167,"groupIds":["UiMOJK8pH8PtRU08sXlNA","AvV-fXW-o6BbE7fIp-hnW"],"strokeSharpness":"round","boundElements":[{"id":"FdOpZc3X7dy5DyT_pEmQC","type":"arrow"}],"updated":1697744829081,"link":null,"locked":false,"customData":{"boxId":"ytWIU5Fbiq4oKMskS45VV","label":"Cloud Build","resource":"cloudbuild_git_trigger","type":"container"}},{"type":"text","version":146,"versionNonce":1565375438,"isDeleted":true,"id":"HCnCXOttU8ehwY6NpOb8p","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":96,"y":456,"strokeColor":"#1a73e8","backgroundColor":"transparent","width":160,"height":18,"seed":1626982593,"groupIds":["UiMOJK8pH8PtRU08sXlNA","AvV-fXW-o6BbE7fIp-hnW"],"strokeSharpness":"round","boundElements":[],"updated":1697744829081,"link":null,"locked":false,"customData":{"boxId":"ytWIU5Fbiq4oKMskS45VV","label":"Cloud Build","resource":"cloudbuild_git_trigger","type":"child"},"fontSize":16,"fontFamily":2,"text":"Cloud Build","baseline":16,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":"Cloud Build"},{"type":"line","version":145,"versionNonce":878129170,"isDeleted":true,"id":"qnoivhRwFrwRQaMY62xBC","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":292.1500005722046,"y":472.24499893188477,"strokeColor":"#00000000","backgroundColor":"#4285f4","width":4.709999084472656,"height":6.779998779296875,"seed":452255695,"groupIds":["zjNY1k-_e8YdoAPpOwx-d","UiMOJK8pH8PtRU08sXlNA","AvV-fXW-o6BbE7fIp-hnW"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829081,"link":null,"locked":false,"customData":{"boxId":"ytWIU5Fbiq4oKMskS45VV","label":"Cloud Build","resource":"cloudbuild_git_trigger","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[3.524998664855957,-2.032498359680176],[3.524998664855957,-6.097498893737793],[2.339999198913574,-6.779998779296875],[-1.1850004196166992,-0.6824989318847656],[0,0],[0,0]]},{"type":"line","version":145,"versionNonce":1140920846,"isDeleted":true,"id":"tYz1f2llDug-UmmXNJkQy","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":288.6324996948242,"y":466.147500038147,"strokeColor":"#00000000","backgroundColor":"#669df6","width":4.70250129699707,"height":6.780000686645508,"seed":1663371425,"groupIds":["1QhsszbburjDVfud0jRW6","UiMOJK8pH8PtRU08sXlNA","AvV-fXW-o6BbE7fIp-hnW"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829081,"link":null,"locked":false,"customData":{"boxId":"ytWIU5Fbiq4oKMskS45VV","label":"Cloud Build","resource":"cloudbuild_git_trigger","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,4.065000534057617],[1.1850004196166992,4.747500419616699],[4.70250129699707,-1.3500003814697266],[3.517500877380371,-2.0325002670288086],[0,0],[0,0]]},{"type":"line","version":145,"versionNonce":1172004306,"isDeleted":true,"id":"W_X2ubNjxVbV8qqsWwPI9","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":291.460000038147,"y":473.4449996948242,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":7.972499847412109,"height":13.80749797821045,"seed":335941103,"groupIds":["8iUz2p4Dw9gUraW5Q9xI8","UiMOJK8pH8PtRU08sXlNA","AvV-fXW-o6BbE7fIp-hnW"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829081,"link":null,"locked":false,"customData":{"boxId":"ytWIU5Fbiq4oKMskS45VV","label":"Cloud Build","resource":"cloudbuild_git_trigger","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-4.222500324249268,-2.429999351501465],[-4.222500324249268,-7.297499656677246],[-7.972499847412109,-9.464999198913574],[-7.972499847412109,-0.2625007629394531],[0,4.342498779296875],[0,0],[0,0]]},{"type":"line","version":145,"versionNonce":510632014,"isDeleted":true,"id":"-Pnu17ChbzpRuPLVzrqUR","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":287.92749977111816,"y":464.94750022888184,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":15.952500820159912,"height":6.772500038146973,"seed":563956865,"groupIds":["8iUz2p4Dw9gUraW5Q9xI8","UiMOJK8pH8PtRU08sXlNA","AvV-fXW-o6BbE7fIp-hnW"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829081,"link":null,"locked":false,"customData":{"boxId":"ytWIU5Fbiq4oKMskS45VV","label":"Cloud Build","resource":"cloudbuild_git_trigger","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[4.222500801086426,-2.4375],[8.444999694824219,0],[12.20250129699707,-2.1675004959106445],[4.222500801086426,-6.772500038146973],[-3.749999523162842,-2.1675004959106445],[0,0],[0,0]]},{"type":"line","version":145,"versionNonce":2048119698,"isDeleted":true,"id":"zLIKVElOrHefm_fiJ385D","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":297.0625,"y":471.01500034332275,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":7.965000152587891,"height":13.80749797821045,"seed":1259108367,"groupIds":["8iUz2p4Dw9gUraW5Q9xI8","UiMOJK8pH8PtRU08sXlNA","AvV-fXW-o6BbE7fIp-hnW"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829081,"link":null,"locked":false,"customData":{"boxId":"ytWIU5Fbiq4oKMskS45VV","label":"Cloud Build","resource":"cloudbuild_git_trigger","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-4.215000152587891,2.429999351501465],[-4.215000152587891,6.77249813079834],[3.75,2.1674985885620117],[3.75,-7.034999847412109],[0,-4.867500305175781],[0,0],[0,0]]},{"type":"rectangle","version":132,"versionNonce":1081239182,"isDeleted":true,"id":"dHskVG81JjltL_ZxuSSjx","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":80,"y":520,"strokeColor":"#202124","backgroundColor":"#FFF","width":240,"height":60,"seed":1937532833,"groupIds":["7PZctueu-OUkf697Lunp5","ei3PZDTsz5Y4iwULDaaE6"],"strokeSharpness":"round","boundElements":[],"updated":1697744829081,"link":null,"locked":false,"customData":{"boxId":"eODzaX2FgZNAffoJ2BXyK","label":"Cloud VPN","type":"container"}},{"type":"text","version":128,"versionNonce":53973330,"isDeleted":true,"id":"4kX7ZHc9Z1C8xui4L-zoa","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":96,"y":536,"strokeColor":"#1a73e8","backgroundColor":"transparent","width":160,"height":18,"seed":1587027695,"groupIds":["7PZctueu-OUkf697Lunp5","ei3PZDTsz5Y4iwULDaaE6"],"strokeSharpness":"round","boundElements":[],"updated":1697744829081,"link":null,"locked":false,"customData":{"boxId":"eODzaX2FgZNAffoJ2BXyK","label":"Cloud VPN","type":"child"},"fontSize":16,"fontFamily":2,"text":"Cloud VPN","baseline":16,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":"Cloud VPN"},{"type":"text","version":107,"versionNonce":448947406,"isDeleted":true,"id":"MfmT9lKDEdoZQbk35YiYr","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":316,"y":618,"strokeColor":"#202124","backgroundColor":"transparent","width":160,"height":18,"seed":229690241,"groupIds":["7PZctueu-OUkf697Lunp5","ei3PZDTsz5Y4iwULDaaE6"],"strokeSharpness":"round","boundElements":[],"updated":1697744829081,"link":null,"locked":false,"customData":{"boxId":"eODzaX2FgZNAffoJ2BXyK","label":"Cloud VPN","type":"child"},"fontSize":16,"fontFamily":2,"text":"","baseline":16,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":""},{"type":"line","version":107,"versionNonce":882743058,"isDeleted":true,"id":"nxNG_QURvrXE6Rd7fD7UC","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":316,"y":645,"strokeColor":"#202124","backgroundColor":"transparent","width":16,"height":1,"seed":2067032335,"groupIds":["7PZctueu-OUkf697Lunp5","ei3PZDTsz5Y4iwULDaaE6"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829081,"link":null,"locked":false,"customData":{"boxId":"eODzaX2FgZNAffoJ2BXyK","label":"Cloud VPN","type":"child"},"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[208,0]]},{"type":"text","version":107,"versionNonce":519609102,"isDeleted":true,"id":"q_0DJMYKrr2pRJnf5aPhv","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":316,"y":653,"strokeColor":"#202124","backgroundColor":"transparent","width":160,"height":14,"seed":1332589409,"groupIds":["7PZctueu-OUkf697Lunp5","ei3PZDTsz5Y4iwULDaaE6"],"strokeSharpness":"round","boundElements":[],"updated":1697744829081,"link":null,"locked":false,"customData":{"boxId":"eODzaX2FgZNAffoJ2BXyK","label":"Cloud VPN","type":"child"},"fontSize":12,"fontFamily":2,"text":"","baseline":12,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":""},{"type":"line","version":127,"versionNonce":1589437650,"isDeleted":true,"id":"3Dg7jnOk3bOSOMZFoqKt3","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":298.50223541259766,"y":541.5054316520691,"strokeColor":"#00000000","backgroundColor":"#669df6","width":5.033864974975586,"height":12.816612720489502,"seed":1845653295,"groupIds":["c19rpFEgeCSueG-OZXWEW","7PZctueu-OUkf697Lunp5","ei3PZDTsz5Y4iwULDaaE6"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829081,"link":null,"locked":false,"customData":{"boxId":"eODzaX2FgZNAffoJ2BXyK","label":"Cloud VPN","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,5.647284030914307],[-3.5233211517333984,5.647284030914307],[-3.5233211517333984,7.157826900482178],[0,7.157826900482178],[0,12.816612720489502],[1.5105438232421875,12.816612720489502],[1.5105438232421875,0],[0,0]]},{"type":"line","version":127,"versionNonce":596511054,"isDeleted":true,"id":"BCgnFR8vzYoT4-tErlrL5","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":286.4945683479309,"y":547.1527156829834,"strokeColor":"#00000000","backgroundColor":"#669df6","width":4.6849846839904785,"height":1.510542869567871,"seed":1023582017,"groupIds":["c19rpFEgeCSueG-OZXWEW","7PZctueu-OUkf697Lunp5","ei3PZDTsz5Y4iwULDaaE6"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829081,"link":null,"locked":false,"customData":{"boxId":"eODzaX2FgZNAffoJ2BXyK","label":"Cloud VPN","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[4.6849846839904785,0],[4.6849846839904785,1.510542869567871],[0,1.510542869567871],[0,0]]},{"type":"line","version":127,"versionNonce":724335250,"isDeleted":true,"id":"ocQ8B2FefnUZoexD-aIiU","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":293.0849828720093,"y":550.3194885253906,"strokeColor":"#00000000","backgroundColor":"#4285f4","width":4.815336227416992,"height":4.815335273742676,"seed":23769423,"groupIds":["FjY58-QGxkNdDH_oopjJn","7PZctueu-OUkf697Lunp5","ei3PZDTsz5Y4iwULDaaE6"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829082,"link":null,"locked":false,"customData":{"boxId":"eODzaX2FgZNAffoJ2BXyK","label":"Cloud VPN","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.24627304077148438,-0.012423515319824219],[-0.4854106903076172,-0.048890113830566406],[-0.7162008285522461,-0.10819053649902344],[-0.93743896484375,-0.1891164779663086],[-1.1479177474975586,-0.2904653549194336],[-1.3464269638061523,-0.4110240936279297],[-1.5317630767822266,-0.5495901107788086],[-1.702713966369629,-0.7049522399902344],[-1.858077049255371,-0.8759040832519531],[-1.9966421127319336,-1.061239242553711],[-2.117201805114746,-1.259749412536621],[-2.2185497283935547,-1.4702281951904297],[-2.2994766235351562,-1.6914663314819336],[-2.3587770462036133,-1.9222564697265625],[-2.3952436447143555,-2.161393165588379],[-2.4076671600341797,-2.4076671600341797],[-2.3952436447143555,-2.653942108154297],[-2.3587770462036133,-2.893077850341797],[-2.2994766235351562,-3.123868942260742],[-2.2185497283935547,-3.345107078552246],[-2.117201805114746,-3.5555849075317383],[-1.9966421127319336,-3.754096031188965],[-1.858077049255371,-3.9394302368164062],[-1.702713966369629,-4.110383033752441],[-1.5317630767822266,-4.265745162963867],[-1.3464269638061523,-4.40431022644043],[-1.1479177474975586,-4.524870872497559],[-0.93743896484375,-4.626217842102051],[-0.7162008285522461,-4.707145690917969],[-0.4854106903076172,-4.766446113586426],[-0.24627304077148438,-4.802911758422852],[0,-4.815335273742676],[0.2462759017944336,-4.802911758422852],[0.4854116439819336,-4.766446113586426],[0.7162027359008789,-4.707145690917969],[0.9374408721923828,-4.626217842102051],[1.147918701171875,-4.524870872497559],[1.3464288711547852,-4.40431022644043],[1.531764030456543,-4.265745162963867],[1.7027158737182617,-4.110383033752441],[1.858078956604004,-3.9394302368164062],[1.99664306640625,-3.754096031188965],[2.117203712463379,-3.5555849075317383],[2.218550682067871,-3.345107078552246],[2.299478530883789,-3.123868942260742],[2.358778953552246,-2.893077850341797],[2.395244598388672,-2.653942108154297],[2.4076690673828125,-2.4076671600341797],[2.3966827392578125,-2.162698745727539],[2.3616552352905273,-1.9246149063110352],[2.3037919998168945,-1.6946420669555664],[2.224302291870117,-1.4740009307861328],[2.124392509460449,-1.2639188766479492],[2.005270004272461,-1.0656204223632812],[1.868143081665039,-0.8803262710571289],[1.7142181396484375,-0.7092647552490234],[1.544703483581543,-0.5536584854125977],[1.3608064651489258,-0.4147310256958008],[1.1637334823608398,-0.29370784759521484],[0.9546937942504883,-0.19181251525878906],[0.734893798828125,-0.11027050018310547],[0.5055398941040039,-0.050304412841796875],[0.2678413391113281,-0.013138771057128906],[0.023003578186035156,0],[0,0],[0,0]]},{"type":"line","version":127,"versionNonce":1205579662,"isDeleted":true,"id":"LsoXac9281hSmo4L4V7Xq","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":293.0849828720093,"y":546.4089450836182,"strokeColor":"#00000000","backgroundColor":"#4285f4","width":3.021085739135742,"height":3.021085739135742,"seed":617549601,"groupIds":["FjY58-QGxkNdDH_oopjJn","7PZctueu-OUkf697Lunp5","ei3PZDTsz5Y4iwULDaaE6"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829082,"link":null,"locked":false,"customData":{"boxId":"eODzaX2FgZNAffoJ2BXyK","label":"Cloud VPN","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.15433025360107422,0.002124786376953125],[-0.3048133850097656,0.019514083862304688],[-0.45065879821777344,0.0514373779296875],[-0.5910730361938477,0.09716415405273438],[-0.7252655029296875,0.15596675872802734],[-0.852442741394043,0.22711181640625],[-0.9718132019042969,0.30987071990966797],[-1.0825872421264648,0.4035148620605469],[-1.1839704513549805,0.5073118209838867],[-1.2751712799072266,0.6205329895019531],[-1.3553991317749023,0.7424468994140625],[-1.4238605499267578,0.8723239898681641],[-1.4797658920288086,1.0094356536865234],[-1.5223207473754883,1.153050422668457],[-1.5507354736328125,1.302438735961914],[-1.5642166137695312,1.456869125366211],[-1.5620918273925781,1.6118316650390625],[-1.5447025299072266,1.7627849578857422],[-1.5127792358398438,1.9089527130126953],[-1.4670524597167969,2.0495615005493164],[-1.408249855041504,2.1838340759277344],[-1.3371047973632812,2.3109970092773438],[-1.2543458938598633,2.430276870727539],[-1.1607017517089844,2.5408945083618164],[-1.056905746459961,2.6420793533325195],[-0.9436845779418945,2.7330522537231445],[-0.8217697143554688,2.8130407333374023],[-0.6918926239013672,2.881270408630371],[-0.5547809600830078,2.9369640350341797],[-0.4111671447753906,2.9793481826782227],[-0.2617778778076172,3.0076475143432617],[-0.10734748840332031,3.021085739135742],[0.04761505126953125,3.0189619064331055],[0.19856834411621094,3.001572608947754],[0.34473609924316406,2.969649314880371],[0.48534488677978516,2.923922538757324],[0.6196174621582031,2.8651199340820312],[0.7467803955078125,2.7939748764038086],[0.8660602569580078,2.7112159729003906],[0.9766778945922852,2.6175718307495117],[1.0778617858886719,2.513774871826172],[1.1688356399536133,2.4005537033081055],[1.248824119567871,2.278639793395996],[1.3170537948608398,2.1487627029418945],[1.3727474212646484,2.011651039123535],[1.4151315689086914,1.8680362701416016],[1.4434309005737305,1.7186479568481445],[1.456869125366211,1.5642175674438477],[1.456869125366211,1.5335464477539062],[1.456869125366211,1.5335464477539062],[1.4520912170410156,1.380782127380371],[1.4324817657470703,1.2320938110351562],[1.3987531661987305,1.0882368087768555],[1.351618766784668,0.9499607086181641],[1.2917909622192383,0.8180198669433594],[1.2199859619140625,0.6931667327880859],[1.136916160583496,0.5761528015136719],[1.0432920455932617,0.46773242950439453],[0.9398288726806641,0.36865711212158203],[0.8272390365600586,0.2796783447265625],[0.70623779296875,0.20154953002929688],[0.5775375366210938,0.1350250244140625],[0.4418497085571289,0.08085441589355469],[0.29988861083984375,0.03979206085205078],[0.15236759185791016,0.012589454650878906],[0,0],[0,0]]},{"type":"line","version":127,"versionNonce":2023970898,"isDeleted":true,"id":"OskPc8Jo_2UfOzL3gNrtV","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":293.0849828720093,"y":546.4089450836182,"strokeColor":"#00000000","backgroundColor":"#fff","width":3.021085739135742,"height":3.021085739135742,"seed":516271983,"groupIds":["oVhjKvkzPvFKalZPj53Q6","7PZctueu-OUkf697Lunp5","ei3PZDTsz5Y4iwULDaaE6"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829082,"link":null,"locked":false,"customData":{"boxId":"eODzaX2FgZNAffoJ2BXyK","label":"Cloud VPN","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.15433025360107422,0.002124786376953125],[-0.3048133850097656,0.019514083862304688],[-0.45065879821777344,0.0514373779296875],[-0.5910730361938477,0.09716415405273438],[-0.7252655029296875,0.15596675872802734],[-0.852442741394043,0.22711181640625],[-0.9718132019042969,0.30987071990966797],[-1.0825872421264648,0.4035148620605469],[-1.1839704513549805,0.5073118209838867],[-1.2751712799072266,0.6205329895019531],[-1.3553991317749023,0.7424468994140625],[-1.4238605499267578,0.8723239898681641],[-1.4797658920288086,1.0094356536865234],[-1.5223207473754883,1.153050422668457],[-1.5507354736328125,1.302438735961914],[-1.5642166137695312,1.456869125366211],[-1.5620918273925781,1.6118316650390625],[-1.5447025299072266,1.7627849578857422],[-1.5127792358398438,1.9089527130126953],[-1.4670524597167969,2.0495615005493164],[-1.408249855041504,2.1838340759277344],[-1.3371047973632812,2.3109970092773438],[-1.2543458938598633,2.430276870727539],[-1.1607017517089844,2.5408945083618164],[-1.056905746459961,2.6420793533325195],[-0.9436845779418945,2.7330522537231445],[-0.8217697143554688,2.8130407333374023],[-0.6918926239013672,2.881270408630371],[-0.5547809600830078,2.9369640350341797],[-0.4111671447753906,2.9793481826782227],[-0.2617778778076172,3.0076475143432617],[-0.10734748840332031,3.021085739135742],[0.04761505126953125,3.0189619064331055],[0.19856834411621094,3.001572608947754],[0.34473609924316406,2.969649314880371],[0.48534488677978516,2.923922538757324],[0.6196174621582031,2.8651199340820312],[0.7467803955078125,2.7939748764038086],[0.8660602569580078,2.7112159729003906],[0.9766778945922852,2.6175718307495117],[1.0778617858886719,2.513774871826172],[1.1688356399536133,2.4005537033081055],[1.248824119567871,2.278639793395996],[1.3170537948608398,2.1487627029418945],[1.3727474212646484,2.011651039123535],[1.4151315689086914,1.8680362701416016],[1.4434309005737305,1.7186479568481445],[1.456869125366211,1.5642175674438477],[1.456869125366211,1.5335464477539062],[1.456869125366211,1.5335464477539062],[1.4520912170410156,1.380782127380371],[1.4324817657470703,1.2320938110351562],[1.3987531661987305,1.0882368087768555],[1.351618766784668,0.9499607086181641],[1.2917909622192383,0.8180198669433594],[1.2199859619140625,0.6931667327880859],[1.136916160583496,0.5761528015136719],[1.0432920455932617,0.46773242950439453],[0.9398288726806641,0.36865711212158203],[0.8272390365600586,0.2796783447265625],[0.70623779296875,0.20154953002929688],[0.5775375366210938,0.1350250244140625],[0.4418497085571289,0.08085441589355469],[0.29988861083984375,0.03979206085205078],[0.15236759185791016,0.012589454650878906],[0,0],[0,0]]},{"type":"line","version":127,"versionNonce":1478135246,"isDeleted":true,"id":"RCQ5IEX35PV-19fq4vhSK","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":297.00319480895996,"y":553.766134262085,"strokeColor":"#00000000","backgroundColor":"#4285f4","width":5.122043609619141,"height":5.122043609619141,"seed":1564640001,"groupIds":["toKOci7VtTgiLI8XDmuVU","7PZctueu-OUkf697Lunp5","ei3PZDTsz5Y4iwULDaaE6"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829082,"link":null,"locked":false,"customData":{"boxId":"eODzaX2FgZNAffoJ2BXyK","label":"Cloud VPN","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[4.508625030517578,0],[4.508625030517578,0],[4.57023811340332,0.006259918212890625],[4.627714157104492,0.024200439453125],[4.679801940917969,0.05256462097167969],[4.725238800048828,0.09009552001953125],[4.762767791748047,0.13553237915039062],[4.791133880615234,0.1876201629638672],[4.809074401855469,0.24509811401367188],[4.815334320068359,0.30670928955078125],[4.815334320068359,4.815334320068359],[4.815334320068359,4.815334320068359],[4.809074401855469,4.876947402954102],[4.791133880615234,4.934425354003906],[4.762767791748047,4.98651123046875],[4.725238800048828,5.031949996948242],[4.679801940917969,5.069478988647461],[4.627714157104492,5.097843170166016],[4.57023811340332,5.115785598754883],[4.508625030517578,5.122043609619141],[0,5.122043609619141],[0,5.122043609619141],[-0.061611175537109375,5.115785598754883],[-0.11909103393554688,5.097843170166016],[-0.17117691040039062,5.069478988647461],[-0.21661376953125,5.031949996948242],[-0.25414276123046875,4.98651123046875],[-0.28250885009765625,4.934425354003906],[-0.3004493713378906,4.876947402954102],[-0.30670928955078125,4.815334320068359],[-0.30670928955078125,0.30670928955078125],[-0.30670928955078125,0.30670928955078125],[-0.3004493713378906,0.24509811401367188],[-0.28250885009765625,0.1876201629638672],[-0.25414276123046875,0.13553237915039062],[-0.21661376953125,0.09009552001953125],[-0.17117691040039062,0.05256462097167969],[-0.11909103393554688,0.024200439453125],[-0.061611175537109375,0.006259918212890625],[0,0],[0,0]]},{"type":"line","version":127,"versionNonce":922254866,"isDeleted":true,"id":"G4SZsMNza64EdTCiiAQZi","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":297.00319480895996,"y":536.9968050718307,"strokeColor":"#00000000","backgroundColor":"#4285f4","width":5.122043609619141,"height":5.122044682502747,"seed":1885071759,"groupIds":["toKOci7VtTgiLI8XDmuVU","7PZctueu-OUkf697Lunp5","ei3PZDTsz5Y4iwULDaaE6"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829082,"link":null,"locked":false,"customData":{"boxId":"eODzaX2FgZNAffoJ2BXyK","label":"Cloud VPN","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[4.508625030517578,0],[4.508625030517578,0],[4.57023811340332,0.006259918212890625],[4.627714157104492,0.024201273918151855],[4.679801940917969,0.052565932273864746],[4.725238800048828,0.0900958776473999],[4.762767791748047,0.13553321361541748],[4.791133880615234,0.18761980533599854],[4.809074401855469,0.24509775638580322],[4.815334320068359,0.30670928955078125],[4.815334320068359,4.8153358697891235],[4.815334320068359,4.8153358697891235],[4.809074401855469,4.876947045326233],[4.791133880615234,4.934424996376038],[4.762767791748047,4.986511826515198],[4.725238800048828,5.031948685646057],[4.679801940917969,5.0694791078567505],[4.627714157104492,5.097843289375305],[4.57023811340332,5.115784764289856],[4.508625030517578,5.122044682502747],[0,5.122044682502747],[0,5.122044682502747],[-0.061611175537109375,5.115784764289856],[-0.11909103393554688,5.097843289375305],[-0.17117691040039062,5.0694791078567505],[-0.21661376953125,5.031948685646057],[-0.25414276123046875,4.986511826515198],[-0.28250885009765625,4.934424996376038],[-0.3004493713378906,4.876947045326233],[-0.30670928955078125,4.8153358697891235],[-0.30670928955078125,0.30670928955078125],[-0.30670928955078125,0.30670928955078125],[-0.3004493713378906,0.24509775638580322],[-0.28250885009765625,0.18761980533599854],[-0.25414276123046875,0.13553321361541748],[-0.21661376953125,0.0900958776473999],[-0.17117691040039062,0.052565932273864746],[-0.11909103393554688,0.024201273918151855],[-0.061611175537109375,0.006259918212890625],[0,0],[0,0]]},{"type":"line","version":127,"versionNonce":828613646,"isDeleted":true,"id":"SrZumm_5zg7QDqje7tMwV","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":282.47667717933655,"y":545.3469648361206,"strokeColor":"#00000000","backgroundColor":"#4285f4","width":5.122044801712036,"height":5.122044563293457,"seed":1121745633,"groupIds":["toKOci7VtTgiLI8XDmuVU","7PZctueu-OUkf697Lunp5","ei3PZDTsz5Y4iwULDaaE6"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829082,"link":null,"locked":false,"customData":{"boxId":"eODzaX2FgZNAffoJ2BXyK","label":"Cloud VPN","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[4.508626222610474,0],[4.508626222610474,0],[4.570237874984741,0.006259918212890625],[4.627715349197388,0.024200439453125],[4.679802179336548,0.052565574645996094],[4.725239992141724,0.09009552001953125],[4.762769460678101,0.13553333282470703],[4.791134595870972,0.1876201629638672],[4.809075117111206,0.24509716033935547],[4.815335512161255,0.30670928955078125],[4.815335512161255,4.815335273742676],[4.815335512161255,4.815335273742676],[4.809075117111206,4.876946449279785],[4.791134595870972,4.934425354003906],[4.762769460678101,4.98651123046875],[4.725239992141724,5.031948089599609],[4.679802179336548,5.0694780349731445],[4.627715349197388,5.097843170166016],[4.570237874984741,5.115784645080566],[4.508626222610474,5.122044563293457],[0,5.122044563293457],[0,5.122044563293457],[-0.06161141395568848,5.115784645080566],[-0.11908936500549316,5.097843170166016],[-0.17117619514465332,5.0694780349731445],[-0.2166132926940918,5.031948089599609],[-0.25414323806762695,4.98651123046875],[-0.28250789642333984,4.934425354003906],[-0.3004491329193115,4.876946449279785],[-0.30670928955078125,4.815335273742676],[-0.30670928955078125,0.30670928955078125],[-0.30670928955078125,0.30670928955078125],[-0.2993483543395996,0.24509716033935547],[-0.28089046478271484,0.1876201629638672],[-0.2524585723876953,0.13553333282470703],[-0.21517562866210938,0.09009552001953125],[-0.1701653003692627,0.052565574645996094],[-0.11855030059814453,0.024200439453125],[-0.061454057693481445,0.006259918212890625],[0,0],[0,0]]},{"type":"rectangle","version":487,"versionNonce":1126362066,"isDeleted":true,"id":"TXEjIo4mN5S32oecI7i3C","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":80,"y":800,"strokeColor":"#F9AB00","backgroundColor":"#FDE293","width":272.7272727272727,"height":160.00000000000003,"seed":1833713473,"groupIds":["v4Kyrx3gvgGfINYNqD0Sk"],"strokeSharpness":"sharp","boundElements":[{"id":"shJ__kxr9Uyo_Kc4UCS2e","type":"arrow"}],"updated":1697744829082,"link":null,"locked":false,"customData":{"boxId":"ytmbL65ING_a2IF5e25Mc","label":"Virtual Private Cloud","resource":"google_compute_network","type":"container"}},{"type":"text","version":353,"versionNonce":632287822,"isDeleted":true,"id":"aN_qxEMolrKsxMGTyvEUg","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":80,"angle":0,"x":160,"y":820,"strokeColor":"#202124","backgroundColor":"transparent","width":103,"height":19,"seed":202051919,"groupIds":["v4Kyrx3gvgGfINYNqD0Sk"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829082,"link":null,"locked":false,"customData":{"boxId":"ytmbL65ING_a2IF5e25Mc","label":"Virtual Private Cloud","resource":"google_compute_network","type":"child"},"fontSize":16,"fontFamily":2,"text":"DEV SUBNET","baseline":15,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":"DEV SUBNET"},{"type":"rectangle","version":121,"versionNonce":1127850386,"isDeleted":true,"id":"Gxohmm-MpUgfliDHgZjIh","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":100,"y":860,"strokeColor":"#202124","backgroundColor":"#FFF","width":240,"height":60,"seed":381678785,"groupIds":["PFbVPQCfXimzo3r1MIFvQ","wbPi58CFWCI2Wep2Jdsdc"],"strokeSharpness":"round","boundElements":[],"updated":1697744829082,"link":null,"locked":false,"customData":{"boxId":"qWT4rflNgdOfouksxcANl","label":"GKE","resource":"gke","type":"container"}},{"type":"text","version":143,"versionNonce":1608022158,"isDeleted":true,"id":"i5O_IyW22NKqiIgyLj2lZ","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":116,"y":876,"strokeColor":"#1a73e8","backgroundColor":"transparent","width":142,"height":37,"seed":754414543,"groupIds":["PFbVPQCfXimzo3r1MIFvQ","wbPi58CFWCI2Wep2Jdsdc"],"strokeSharpness":"round","boundElements":[],"updated":1697744829082,"link":null,"locked":false,"customData":{"boxId":"qWT4rflNgdOfouksxcANl","label":"GKE","resource":"gke","type":"child"},"fontSize":16,"fontFamily":2,"text":"Google Kubernetes \nEngine","baseline":34,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":"Google Kubernetes \nEngine"},{"type":"text","version":111,"versionNonce":41131858,"isDeleted":true,"id":"7WccvBfTqmal1klF43ZeK","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":260,"y":880,"strokeColor":"#202124","backgroundColor":"transparent","width":5,"height":19,"seed":1464186017,"groupIds":["PFbVPQCfXimzo3r1MIFvQ","wbPi58CFWCI2Wep2Jdsdc"],"strokeSharpness":"round","boundElements":[],"updated":1697744829082,"link":null,"locked":false,"customData":{"boxId":"qWT4rflNgdOfouksxcANl","label":"GKE","resource":"gke","type":"child"},"fontSize":16,"fontFamily":2,"text":"","baseline":15,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":""},{"type":"line","version":111,"versionNonce":1201026766,"isDeleted":true,"id":"F4UBAUOPiNih_1NgGEvLL","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":260,"y":907,"strokeColor":"#202124","backgroundColor":"transparent","width":208,"height":7,"seed":1888887279,"groupIds":["PFbVPQCfXimzo3r1MIFvQ","wbPi58CFWCI2Wep2Jdsdc"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829082,"link":null,"locked":false,"customData":{"boxId":"qWT4rflNgdOfouksxcANl","label":"GKE","resource":"gke","type":"child"},"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[100,-7],[208,0]]},{"type":"text","version":106,"versionNonce":1294460178,"isDeleted":true,"id":"-IeM8tVDqUrkJh2of4d2v","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":256,"y":913,"strokeColor":"#202124","backgroundColor":"transparent","width":160,"height":14,"seed":617117825,"groupIds":["PFbVPQCfXimzo3r1MIFvQ","wbPi58CFWCI2Wep2Jdsdc"],"strokeSharpness":"round","boundElements":[],"updated":1697744829082,"link":null,"locked":false,"customData":{"boxId":"qWT4rflNgdOfouksxcANl","label":"GKE","resource":"gke","type":"child"},"fontSize":12,"fontFamily":2,"text":"","baseline":12,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":""},{"type":"line","version":116,"versionNonce":1703030030,"isDeleted":true,"id":"oY2PfKMrZHLT05GNwLL5x","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":312.16421031951904,"y":876.9347368478775,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":19.932629585266113,"height":22.642104506492615,"seed":1148849167,"groupIds":["symsiy-U2zHp1U5qqqHr6","PFbVPQCfXimzo3r1MIFvQ","wbPi58CFWCI2Wep2Jdsdc"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829082,"link":null,"locked":false,"customData":{"boxId":"qWT4rflNgdOfouksxcANl","label":"GKE","resource":"gke","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-9.972631454467773,5.665263056755066],[-9.972631454467773,16.9705251455307],[-0.018947601318359375,22.642104506492615],[9.95999813079834,16.932631850242615],[9.95999813079834,5.557894587516785],[0,0]]},{"type":"line","version":116,"versionNonce":1288532690,"isDeleted":true,"id":"LR4ZjxL5mAHDg9Av8-evk","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":312.1705255508423,"y":879.3978946208954,"strokeColor":"#00000000","backgroundColor":"#fff","width":15.637893676757812,"height":17.709473848342896,"seed":1627897953,"groupIds":["Yws3MTy8lJJuOr9m4VEqD","PFbVPQCfXimzo3r1MIFvQ","wbPi58CFWCI2Wep2Jdsdc"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829082,"link":null,"locked":false,"customData":{"boxId":"qWT4rflNgdOfouksxcANl","label":"GKE","resource":"gke","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-7.831578254699707,4.452631711959839],[-7.831578254699707,13.256842851638794],[-0.031579017639160156,17.709473848342896],[7.8063154220581055,13.225262880325317],[7.8063154220581055,4.357895135879517],[0,0]]},{"type":"line","version":116,"versionNonce":1192581966,"isDeleted":true,"id":"LqdEvJDdiakzhgvG6Xwfy","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":312.6568412780762,"y":888.5242109298706,"strokeColor":"#00000000","backgroundColor":"#4285f4","width":4.4273681640625,"height":7.882104873657227,"seed":1687925295,"groupIds":["0ez8K_H2m5dafIPVeHgnu","PFbVPQCfXimzo3r1MIFvQ","wbPi58CFWCI2Wep2Jdsdc"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829082,"link":null,"locked":false,"customData":{"boxId":"qWT4rflNgdOfouksxcANl","label":"GKE","resource":"gke","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,5.261052131652832],[4.4273681640625,2.665262222290039],[4.4273681640625,-2.6210527420043945],[0,0]]},{"type":"line","version":116,"versionNonce":1677412498,"isDeleted":true,"id":"60tBT7iJjm8hMhKRNVmMv","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":307.62947368621826,"y":885.0505266189575,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":9.056841850280762,"height":5.185263156890869,"seed":164826177,"groupIds":["1gjXPZD-ZIlSfvGZ6YeyB","PFbVPQCfXimzo3r1MIFvQ","wbPi58CFWCI2Wep2Jdsdc"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829082,"link":null,"locked":false,"customData":{"boxId":"qWT4rflNgdOfouksxcANl","label":"GKE","resource":"gke","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[4.49052619934082,2.602105140686035],[9.056841850280762,-0.006316184997558594],[4.49052619934082,-2.583158016204834],[0,0]]},{"type":"line","version":116,"versionNonce":1655226766,"isDeleted":true,"id":"ml1WD2o_me_Fsw5JlTvex","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":307.20631551742554,"y":885.9284210205078,"strokeColor":"#00000000","backgroundColor":"#669df6","width":4.427368640899658,"height":7.856842041015625,"seed":2044957775,"groupIds":["vS0jRmQ94PLOCtN6aPZFt","PFbVPQCfXimzo3r1MIFvQ","wbPi58CFWCI2Wep2Jdsdc"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829082,"link":null,"locked":false,"customData":{"boxId":"qWT4rflNgdOfouksxcANl","label":"GKE","resource":"gke","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[4.395789623260498,2.6273679733276367],[4.395789623260498,7.856842041015625],[-0.031579017639160156,5.178946495056152],[0,0]]},{"type":"line","version":116,"versionNonce":174614098,"isDeleted":true,"id":"-xPj0VZlsgdNgj__S5-0E","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":312.6568412780762,"y":883.0989475250244,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":1.016840934753418,"height":3.7010529041290283,"seed":923393057,"groupIds":["Y0h2PLPgYarjxlQEpTljD","PFbVPQCfXimzo3r1MIFvQ","wbPi58CFWCI2Wep2Jdsdc"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829082,"link":null,"locked":false,"customData":{"boxId":"qWT4rflNgdOfouksxcANl","label":"GKE","resource":"gke","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,-3.429474115371704],[-0.4863157272338867,-3.7010529041290283],[-1.016840934753418,-3.3915791511535645],[-1.016840934753418,0],[0,0]]},{"type":"line","version":116,"versionNonce":2071289806,"isDeleted":true,"id":"YneCxdebDNYckI3qjj2i-","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":319.9768409729004,"y":892.1999988555908,"strokeColor":"#00000000","backgroundColor":"#4285f4","width":4.0673675537109375,"height":2.848422050476074,"seed":2083140207,"groupIds":["GPTSD5mCh3LqiitCPI0h6","PFbVPQCfXimzo3r1MIFvQ","wbPi58CFWCI2Wep2Jdsdc"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829082,"link":null,"locked":false,"customData":{"boxId":"qWT4rflNgdOfouksxcANl","label":"GKE","resource":"gke","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-3.5936832427978516,-2.0905256271362305],[-4.0673675537109375,-1.2694730758666992],[-0.5810508728027344,0.7578964233398438],[0,0.4231586456298828],[0,0]]},{"type":"line","version":116,"versionNonce":686541842,"isDeleted":true,"id":"m3XL1a736tD5XpAbbkCLS","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":307.7999997138977,"y":890.128420829773,"strokeColor":"#00000000","backgroundColor":"#669df6","width":3.947368621826172,"height":2.8484201431274414,"seed":1486598145,"groupIds":["JMrHQdOqUFVZ017rg4xwg","PFbVPQCfXimzo3r1MIFvQ","wbPi58CFWCI2Wep2Jdsdc"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829082,"link":null,"locked":false,"customData":{"boxId":"qWT4rflNgdOfouksxcANl","label":"GKE","resource":"gke","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-3.461052417755127,2.0842103958129883],[-3.461052417755127,2.5263166427612305],[-2.898947238922119,2.8484201431274414],[0.4863162040710449,0.8147373199462891],[0,0]]},{"type":"rectangle","version":502,"versionNonce":93599246,"isDeleted":true,"id":"yXmE5IfkXtfLBNXzyC9-u","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":380,"y":800,"strokeColor":"#F9AB00","backgroundColor":"#FDE293","width":272.7272727272727,"height":160.00000000000003,"seed":1596056111,"groupIds":["7n9Cse3WWz7efRfcJX32D"],"strokeSharpness":"sharp","boundElements":[{"id":"uw9uafUImq_py2-_G2vYB","type":"arrow"}],"updated":1697744829082,"link":null,"locked":false,"customData":{"boxId":"NQh75nyHB1usHUHR1z4Ot","label":"Virtual Private Cloud","resource":"google_compute_network","type":"container"}},{"type":"text","version":374,"versionNonce":1971091922,"isDeleted":true,"id":"PL3KGhBNLFBGRWqBH21oo","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":80,"angle":0,"x":460,"y":820,"strokeColor":"#202124","backgroundColor":"transparent","width":93,"height":19,"seed":101178433,"groupIds":["7n9Cse3WWz7efRfcJX32D"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829082,"link":null,"locked":false,"customData":{"boxId":"NQh75nyHB1usHUHR1z4Ot","label":"Virtual Private Cloud","resource":"google_compute_network","type":"child"},"fontSize":16,"fontFamily":2,"text":"QA SUBNET","baseline":15,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":"QA SUBNET"},{"type":"rectangle","version":138,"versionNonce":167658574,"isDeleted":true,"id":"It6Fg91kutUsPimMteqbG","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":400,"y":860,"strokeColor":"#202124","backgroundColor":"#FFF","width":240,"height":60,"seed":606323791,"groupIds":["VbZbn7vj2IsY6EYlXO24A","jlc5t66PYxG-LjU53w-2q"],"strokeSharpness":"round","boundElements":[],"updated":1697744829082,"link":null,"locked":false,"customData":{"boxId":"iKMbPK-SQF1Wpw3bvJSpa","label":"GKE","resource":"gke","type":"container"}},{"type":"text","version":163,"versionNonce":1328639890,"isDeleted":true,"id":"ouGPfMM4Cwyo_TXxpI0BI","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":416,"y":876,"strokeColor":"#1a73e8","backgroundColor":"transparent","width":142,"height":37,"seed":1948560417,"groupIds":["VbZbn7vj2IsY6EYlXO24A","jlc5t66PYxG-LjU53w-2q"],"strokeSharpness":"round","boundElements":[],"updated":1697744829082,"link":null,"locked":false,"customData":{"boxId":"iKMbPK-SQF1Wpw3bvJSpa","label":"GKE","resource":"gke","type":"child"},"fontSize":16,"fontFamily":2,"text":"Google Kubernetes \nEngine","baseline":34,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":"Google Kubernetes \nEngine"},{"type":"line","version":133,"versionNonce":176982670,"isDeleted":true,"id":"KPd5j8UH0pjX178W7d956","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":612.164210319519,"y":876.9347368478775,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":19.932629585266113,"height":22.642104506492615,"seed":1323590255,"groupIds":["iudIHUbJJMTVpR1r16jf4","VbZbn7vj2IsY6EYlXO24A","jlc5t66PYxG-LjU53w-2q"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829082,"link":null,"locked":false,"customData":{"boxId":"iKMbPK-SQF1Wpw3bvJSpa","label":"GKE","resource":"gke","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-9.972631454467773,5.665263056755066],[-9.972631454467773,16.9705251455307],[-0.018947601318359375,22.642104506492615],[9.95999813079834,16.932631850242615],[9.95999813079834,5.557894587516785],[0,0]]},{"type":"line","version":133,"versionNonce":440511826,"isDeleted":true,"id":"x-Pl_3-Af0IxHMPTMvdDe","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":612.1705255508423,"y":879.3978946208954,"strokeColor":"#00000000","backgroundColor":"#fff","width":15.637893676757812,"height":17.709473848342896,"seed":1239187457,"groupIds":["A6rGJ8bmCMkJWDug0G1y6","VbZbn7vj2IsY6EYlXO24A","jlc5t66PYxG-LjU53w-2q"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829082,"link":null,"locked":false,"customData":{"boxId":"iKMbPK-SQF1Wpw3bvJSpa","label":"GKE","resource":"gke","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-7.831578254699707,4.452631711959839],[-7.831578254699707,13.256842851638794],[-0.031579017639160156,17.709473848342896],[7.8063154220581055,13.225262880325317],[7.8063154220581055,4.357895135879517],[0,0]]},{"type":"line","version":133,"versionNonce":1710753998,"isDeleted":true,"id":"_hDUEtPCKFfxqd50LXyNw","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":612.6568412780762,"y":888.5242109298706,"strokeColor":"#00000000","backgroundColor":"#4285f4","width":4.4273681640625,"height":7.882104873657227,"seed":808205455,"groupIds":["VpiryfaYxmEW-iRtoSyNh","VbZbn7vj2IsY6EYlXO24A","jlc5t66PYxG-LjU53w-2q"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829082,"link":null,"locked":false,"customData":{"boxId":"iKMbPK-SQF1Wpw3bvJSpa","label":"GKE","resource":"gke","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,5.261052131652832],[4.4273681640625,2.665262222290039],[4.4273681640625,-2.6210527420043945],[0,0]]},{"type":"line","version":133,"versionNonce":470037266,"isDeleted":true,"id":"dxUQ_0nIzzdBXj90rLsuE","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":607.6294736862183,"y":885.0505266189575,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":9.056841850280762,"height":5.185263156890869,"seed":1697568737,"groupIds":["GIufUB0abrByh237Rselw","VbZbn7vj2IsY6EYlXO24A","jlc5t66PYxG-LjU53w-2q"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829082,"link":null,"locked":false,"customData":{"boxId":"iKMbPK-SQF1Wpw3bvJSpa","label":"GKE","resource":"gke","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[4.49052619934082,2.602105140686035],[9.056841850280762,-0.006316184997558594],[4.49052619934082,-2.583158016204834],[0,0]]},{"type":"line","version":133,"versionNonce":1004125966,"isDeleted":true,"id":"cTBh7MDUkceYd-znE2DRw","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":607.2063155174255,"y":885.9284210205078,"strokeColor":"#00000000","backgroundColor":"#669df6","width":4.427368640899658,"height":7.856842041015625,"seed":1806946991,"groupIds":["BfcgeILTW7tP_tCcmjd3d","VbZbn7vj2IsY6EYlXO24A","jlc5t66PYxG-LjU53w-2q"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829082,"link":null,"locked":false,"customData":{"boxId":"iKMbPK-SQF1Wpw3bvJSpa","label":"GKE","resource":"gke","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[4.395789623260498,2.6273679733276367],[4.395789623260498,7.856842041015625],[-0.031579017639160156,5.178946495056152],[0,0]]},{"type":"line","version":133,"versionNonce":1458569426,"isDeleted":true,"id":"x3ff1XK6td6g0gkQYkjcx","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":612.6568412780762,"y":883.0989475250244,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":1.016840934753418,"height":3.7010529041290283,"seed":942355393,"groupIds":["k1dJRprUzoWoHFgEBz4gP","VbZbn7vj2IsY6EYlXO24A","jlc5t66PYxG-LjU53w-2q"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829082,"link":null,"locked":false,"customData":{"boxId":"iKMbPK-SQF1Wpw3bvJSpa","label":"GKE","resource":"gke","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,-3.429474115371704],[-0.4863157272338867,-3.7010529041290283],[-1.016840934753418,-3.3915791511535645],[-1.016840934753418,0],[0,0]]},{"type":"line","version":133,"versionNonce":1353362766,"isDeleted":true,"id":"pydGRoKbh_IcQBu2GWyPl","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":619.9768409729004,"y":892.1999988555908,"strokeColor":"#00000000","backgroundColor":"#4285f4","width":4.0673675537109375,"height":2.848422050476074,"seed":438543567,"groupIds":["YYDtsfctbswzMmq2Ck_hl","VbZbn7vj2IsY6EYlXO24A","jlc5t66PYxG-LjU53w-2q"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829082,"link":null,"locked":false,"customData":{"boxId":"iKMbPK-SQF1Wpw3bvJSpa","label":"GKE","resource":"gke","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-3.5936832427978516,-2.0905256271362305],[-4.0673675537109375,-1.2694730758666992],[-0.5810508728027344,0.7578964233398438],[0,0.4231586456298828],[0,0]]},{"type":"line","version":133,"versionNonce":1721505426,"isDeleted":true,"id":"r-zQGoMMm4RalpkJEN_BW","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":607.7999997138977,"y":890.128420829773,"strokeColor":"#00000000","backgroundColor":"#669df6","width":3.947368621826172,"height":2.8484201431274414,"seed":1190204321,"groupIds":["Ls7-fi6Fuk9XnmHC_zttG","VbZbn7vj2IsY6EYlXO24A","jlc5t66PYxG-LjU53w-2q"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829082,"link":null,"locked":false,"customData":{"boxId":"iKMbPK-SQF1Wpw3bvJSpa","label":"GKE","resource":"gke","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-3.461052417755127,2.0842103958129883],[-3.461052417755127,2.5263166427612305],[-2.898947238922119,2.8484201431274414],[0.4863162040710449,0.8147373199462891],[0,0]]},{"type":"rectangle","version":490,"versionNonce":1908659086,"isDeleted":true,"id":"Ewm3TZnx9dyQaz23xd6bv","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":680,"y":800,"strokeColor":"#F9AB00","backgroundColor":"#FDE293","width":272.7272727272727,"height":160.00000000000003,"seed":2050733249,"groupIds":["rSFcwUCe--C834beUoAU3"],"strokeSharpness":"sharp","boundElements":[{"id":"pdPc6K8gQxSjcdIstC2GM","type":"arrow"}],"updated":1697744829082,"link":null,"locked":false,"customData":{"boxId":"1ZffgxEm7iEhX_jh3uJ65","label":"Virtual Private Cloud","resource":"google_compute_network","type":"container"}},{"type":"text","version":358,"versionNonce":1539273810,"isDeleted":true,"id":"cd-uFgDtoVNcZEN5CUivs","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":80,"angle":0,"x":760,"y":819,"strokeColor":"#202124","backgroundColor":"transparent","width":117,"height":19,"seed":538424271,"groupIds":["rSFcwUCe--C834beUoAU3"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829082,"link":null,"locked":false,"customData":{"boxId":"1ZffgxEm7iEhX_jh3uJ65","label":"Virtual Private Cloud","resource":"google_compute_network","type":"child"},"fontSize":16,"fontFamily":2,"text":"PROD SUBNET","baseline":15,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":"PROD SUBNET"},{"type":"rectangle","version":126,"versionNonce":1499345358,"isDeleted":true,"id":"0ajDR25Afe-RD7-13RV7b","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":700,"y":860,"strokeColor":"#202124","backgroundColor":"#FFF","width":240,"height":60,"seed":1430877345,"groupIds":["wnVqv5F3oA8Ye6ViED9T-","oIR8EvobXIbVBrLozfTQS"],"strokeSharpness":"round","boundElements":[],"updated":1697744829082,"link":null,"locked":false,"customData":{"boxId":"FBRQR79WCfzcDxQf2qSz1","label":"GKE","resource":"gke","type":"container"}},{"type":"text","version":148,"versionNonce":405871122,"isDeleted":true,"id":"-PSE6nWEp2ao7NJv59m6y","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":716,"y":876,"strokeColor":"#1a73e8","backgroundColor":"transparent","width":142,"height":37,"seed":363749871,"groupIds":["wnVqv5F3oA8Ye6ViED9T-","oIR8EvobXIbVBrLozfTQS"],"strokeSharpness":"round","boundElements":[],"updated":1697744829082,"link":null,"locked":false,"customData":{"boxId":"FBRQR79WCfzcDxQf2qSz1","label":"GKE","resource":"gke","type":"child"},"fontSize":16,"fontFamily":2,"text":"Google Kubernetes \nEngine","baseline":34,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":"Google Kubernetes \nEngine"},{"type":"line","version":121,"versionNonce":311609358,"isDeleted":true,"id":"ByJOBBW2IbSWy4wtKza_B","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":912.164210319519,"y":876.9347368478775,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":19.932629585266113,"height":22.642104506492615,"seed":743716993,"groupIds":["b9dbaO3WwhieMnXG8nm9I","wnVqv5F3oA8Ye6ViED9T-","oIR8EvobXIbVBrLozfTQS"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829082,"link":null,"locked":false,"customData":{"boxId":"FBRQR79WCfzcDxQf2qSz1","label":"GKE","resource":"gke","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-9.972631454467773,5.665263056755066],[-9.972631454467773,16.9705251455307],[-0.018947601318359375,22.642104506492615],[9.95999813079834,16.932631850242615],[9.95999813079834,5.557894587516785],[0,0]]},{"type":"line","version":121,"versionNonce":719849426,"isDeleted":true,"id":"JgWyKACsRPawr-S3NQQdo","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":912.1705255508423,"y":879.3978946208954,"strokeColor":"#00000000","backgroundColor":"#fff","width":15.637893676757812,"height":17.709473848342896,"seed":478825487,"groupIds":["uvMswIquB-8Ddm5DyJPV3","wnVqv5F3oA8Ye6ViED9T-","oIR8EvobXIbVBrLozfTQS"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829082,"link":null,"locked":false,"customData":{"boxId":"FBRQR79WCfzcDxQf2qSz1","label":"GKE","resource":"gke","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-7.831578254699707,4.452631711959839],[-7.831578254699707,13.256842851638794],[-0.031579017639160156,17.709473848342896],[7.8063154220581055,13.225262880325317],[7.8063154220581055,4.357895135879517],[0,0]]},{"type":"line","version":121,"versionNonce":1566217806,"isDeleted":true,"id":"xz41JtPeNaAvZSJh3liyN","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":912.6568412780762,"y":888.5242109298706,"strokeColor":"#00000000","backgroundColor":"#4285f4","width":4.4273681640625,"height":7.882104873657227,"seed":18579553,"groupIds":["hbLrWE4JqNj8WeNJyUGS4","wnVqv5F3oA8Ye6ViED9T-","oIR8EvobXIbVBrLozfTQS"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829082,"link":null,"locked":false,"customData":{"boxId":"FBRQR79WCfzcDxQf2qSz1","label":"GKE","resource":"gke","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,5.261052131652832],[4.4273681640625,2.665262222290039],[4.4273681640625,-2.6210527420043945],[0,0]]},{"type":"line","version":121,"versionNonce":737885586,"isDeleted":true,"id":"xaf2lcJgKYxdMKNnY9BgM","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":907.6294736862183,"y":885.0505266189575,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":9.056841850280762,"height":5.185263156890869,"seed":1352921647,"groupIds":["Ovw0AjCeRdpiFhxnyeYvO","wnVqv5F3oA8Ye6ViED9T-","oIR8EvobXIbVBrLozfTQS"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829082,"link":null,"locked":false,"customData":{"boxId":"FBRQR79WCfzcDxQf2qSz1","label":"GKE","resource":"gke","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[4.49052619934082,2.602105140686035],[9.056841850280762,-0.006316184997558594],[4.49052619934082,-2.583158016204834],[0,0]]},{"type":"line","version":121,"versionNonce":311336078,"isDeleted":true,"id":"4KXDyWRnqxcbBJ1zMaxUe","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":907.2063155174255,"y":885.9284210205078,"strokeColor":"#00000000","backgroundColor":"#669df6","width":4.427368640899658,"height":7.856842041015625,"seed":1903086657,"groupIds":["fYQLeW_yRkFQzoLgoU2ZM","wnVqv5F3oA8Ye6ViED9T-","oIR8EvobXIbVBrLozfTQS"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829082,"link":null,"locked":false,"customData":{"boxId":"FBRQR79WCfzcDxQf2qSz1","label":"GKE","resource":"gke","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[4.395789623260498,2.6273679733276367],[4.395789623260498,7.856842041015625],[-0.031579017639160156,5.178946495056152],[0,0]]},{"type":"line","version":121,"versionNonce":413252434,"isDeleted":true,"id":"YOTTEKbnLE_k4SmWl-4xO","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":912.6568412780762,"y":883.0989475250244,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":1.016840934753418,"height":3.7010529041290283,"seed":988009551,"groupIds":["eCKJxopZhDZj0H6OACCGs","wnVqv5F3oA8Ye6ViED9T-","oIR8EvobXIbVBrLozfTQS"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829082,"link":null,"locked":false,"customData":{"boxId":"FBRQR79WCfzcDxQf2qSz1","label":"GKE","resource":"gke","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,-3.429474115371704],[-0.4863157272338867,-3.7010529041290283],[-1.016840934753418,-3.3915791511535645],[-1.016840934753418,0],[0,0]]},{"type":"line","version":121,"versionNonce":132635342,"isDeleted":true,"id":"sWRajSP2f_et519CONdbB","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":919.9768409729004,"y":892.1999988555908,"strokeColor":"#00000000","backgroundColor":"#4285f4","width":4.0673675537109375,"height":2.848422050476074,"seed":892181537,"groupIds":["YFNlw9FuEnzJ0PmU-6qMN","wnVqv5F3oA8Ye6ViED9T-","oIR8EvobXIbVBrLozfTQS"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829082,"link":null,"locked":false,"customData":{"boxId":"FBRQR79WCfzcDxQf2qSz1","label":"GKE","resource":"gke","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-3.5936832427978516,-2.0905256271362305],[-4.0673675537109375,-1.2694730758666992],[-0.5810508728027344,0.7578964233398438],[0,0.4231586456298828],[0,0]]},{"type":"line","version":121,"versionNonce":791838994,"isDeleted":true,"id":"C4vqvoT-8NzPxX2w0QQ-7","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":907.7999997138977,"y":890.128420829773,"strokeColor":"#00000000","backgroundColor":"#669df6","width":3.947368621826172,"height":2.8484201431274414,"seed":857895535,"groupIds":["CxnKLIwp_Agt5XYWFZB59","wnVqv5F3oA8Ye6ViED9T-","oIR8EvobXIbVBrLozfTQS"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829082,"link":null,"locked":false,"customData":{"boxId":"FBRQR79WCfzcDxQf2qSz1","label":"GKE","resource":"gke","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-3.461052417755127,2.0842103958129883],[-3.461052417755127,2.5263166427612305],[-2.898947238922119,2.8484201431274414],[0.4863162040710449,0.8147373199462891],[0,0]]},{"type":"rectangle","version":171,"versionNonce":1946112270,"isDeleted":true,"id":"A3eKhBGrcZNinQ6GBlfEY","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":400,"y":1160,"strokeColor":"#202124","backgroundColor":"#FFF","width":240,"height":60,"seed":54644289,"groupIds":["5aC8-slfVfNHl6N6rCHaE","BXBHfaiNo2PEjRMcjKh0O"],"strokeSharpness":"round","boundElements":[{"id":"BcSy_szos-cbUBAyvULcw","type":"arrow"}],"updated":1697744829082,"link":null,"locked":false,"customData":{"boxId":"RW1qDNxOAU18dHq0ijb14","label":"Binary Authorization","type":"container"}},{"type":"text","version":167,"versionNonce":1260687058,"isDeleted":true,"id":"CcUymMemIT_7lt1klmA5Z","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":416,"y":1175.5,"strokeColor":"#1A73F8","backgroundColor":"transparent","width":143,"height":19,"seed":624554575,"groupIds":["5aC8-slfVfNHl6N6rCHaE","BXBHfaiNo2PEjRMcjKh0O"],"strokeSharpness":"round","boundElements":[],"updated":1697744829082,"link":null,"locked":false,"customData":{"boxId":"RW1qDNxOAU18dHq0ijb14","label":"Binary Authorization","type":"child"},"fontSize":16,"fontFamily":2,"text":"Binary Authorization","baseline":15,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":"Binary Authorization"},{"type":"line","version":161,"versionNonce":1380843342,"isDeleted":true,"id":"OvpO8lQw6LgY0H05qao8z","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":612.6638898849487,"y":1187.5217123031616,"strokeColor":"#00000000","backgroundColor":"#669df6","width":7.067220687866211,"height":13.477689743041992,"seed":1498439201,"groupIds":["EAmG0SzGFJnanXwsVjKnG","5aC8-slfVfNHl6N6rCHaE","BXBHfaiNo2PEjRMcjKh0O"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829082,"link":null,"locked":false,"customData":{"boxId":"RW1qDNxOAU18dHq0ijb14","label":"Binary Authorization","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[2.3271865844726562,0],[2.3271865844726562,0],[2.3155136108398438,0.6361570358276367],[2.2813262939453125,1.2466144561767578],[2.225862503051758,1.8318605422973633],[2.1503658294677734,2.3923826217651367],[2.0560789108276367,2.9286632537841797],[1.9442415237426758,3.4411935806274414],[1.8160982131958008,3.930455207824707],[1.6728887557983398,4.396936416625977],[1.3462371826171875,5.263503074645996],[0.9742250442504883,6.044783592224121],[0.5667839050292969,6.744668006896973],[0.1338481903076172,7.367043495178223],[-0.31464576721191406,7.915802955627441],[-0.7687664031982422,8.394835472106934],[-1.2185783386230469,8.808030128479004],[-1.6541500091552734,9.159279823303223],[-2.0655431747436523,9.452471733093262],[-2.4428253173828125,9.691496849060059],[-2.776063919067383,9.880244255065918],[-3.055323600769043,10.022604942321777],[-3.055323600769043,11.807255744934082],[-2.755502700805664,11.707316398620605],[-2.755502700805664,11.707316398620605],[-2.712222099304199,11.691277503967285],[-2.6347970962524414,11.661320686340332],[-2.5255584716796875,11.616576194763184],[-2.3868331909179688,11.556178092956543],[-2.220950126647949,11.47925853729248],[-2.030240058898926,11.3849515914917],[-1.8170318603515625,11.272383689880371],[-1.5836553573608398,11.1406888961792],[-1.0657119750976562,10.816454887390137],[-0.49504566192626953,10.405303001403809],[0.109710693359375,9.900286674499512],[0.7299222946166992,9.294468879699707],[1.0400018692016602,8.951586723327637],[1.3469552993774414,8.580899238586426],[1.6484565734863281,8.181540489196777],[1.9421758651733398,7.752638816833496],[2.2257823944091797,7.293332099914551],[2.4969482421875,6.802746772766113],[2.753342628479004,6.280014991760254],[2.9926376342773438,5.724270820617676],[3.212505340576172,5.134648323059082],[3.4106130599975586,4.510275840759277],[3.5846338272094727,3.850287437438965],[3.732235908508301,3.1538143157958984],[3.8510942459106445,2.419989585876465],[3.938876152038574,1.647944450378418],[3.9932546615600586,0.8368129730224609],[4.011897087097168,-0.014277458190917969],[4.011897087097168,-1.6704339981079102],[-0.8423547744750977,-1.6704339981079102],[0,0],[0,0]]},{"type":"line","version":161,"versionNonce":1091495058,"isDeleted":true,"id":"0EL5KyBxTwftFrlcVBH_6","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":611.8072566986084,"y":1185.8512783050537,"strokeColor":"#00000000","backgroundColor":"#4285f4","width":7.052944183349609,"height":19.131469160318375,"seed":1761923183,"groupIds":["WI9e2s0e1dMwm1-AfPXsA","5aC8-slfVfNHl6N6rCHaE","BXBHfaiNo2PEjRMcjKh0O"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829082,"link":null,"locked":false,"customData":{"boxId":"RW1qDNxOAU18dHq0ijb14","label":"Binary Authorization","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0.8280792236328125,-1.5704936981201172],[0.8280792236328125,-9.38013020157814],[-0.4854249954223633,-8.366447925567627],[-0.4854249954223633,-8.366447925567627],[-1.0193290710449219,-7.942404866218567],[-1.552311897277832,-7.47975492477417],[-2.079440116882324,-6.980045318603516],[-2.595775604248047,-6.444823980331421],[-3.0963850021362305,-5.875638484954834],[-3.57633113861084,-5.274036884307861],[-4.030677795410156,-4.641565799713135],[-4.454490661621094,-3.97977352142334],[-4.842833995819092,-3.290207862854004],[-5.190771579742432,-2.574415683746338],[-5.493367671966553,-1.8339462280273438],[-5.7456865310668945,-1.0703449249267578],[-5.942792892456055,-0.28516101837158203],[-6.079751014709473,0.5200586318969727],[-6.151625156402588,1.343766212463379],[-6.15347957611084,2.184414863586426],[-6.126155376434326,2.7413511276245117],[-6.066059589385986,3.292348861694336],[-5.973881721496582,3.836151123046875],[-5.850311756134033,4.3715057373046875],[-5.696040630340576,4.897154808044434],[-5.511757850646973,5.411846160888672],[-5.298153877258301,5.914322853088379],[-5.0559186935424805,6.403331756591797],[-4.785742282867432,6.877616882324219],[-4.488315582275391,7.33592414855957],[-4.164328098297119,7.776998519897461],[-3.8144702911376953,8.199583053588867],[-3.439432144165039,8.602428436279297],[-3.039902687072754,8.984272003173828],[-2.616575241088867,9.343866348266602],[-2.1701364517211914,9.679952621459961],[-2.0416412353515625,9.751338958740234],[-1.1850080490112305,8.366447448730469],[-1.2992267608642578,8.295063018798828],[-1.2992267608642578,8.295063018798828],[-1.7935752868652344,7.897085189819336],[-2.2557992935180664,7.466983795166016],[0.8994646072387695,5.6823320388793945],[0.8994646072387695,1.6847124099731445],[0,0],[0,0]]},{"type":"line","version":161,"versionNonce":1194124686,"isDeleted":true,"id":"jStVys1h_1ZIcjxldecmh","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":610.9934558868408,"y":1187.5217123031616,"strokeColor":"#00000000","backgroundColor":"#4285f4","width":3.6835217475891113,"height":11.964307069778442,"seed":851571201,"groupIds":["WI9e2s0e1dMwm1-AfPXsA","5aC8-slfVfNHl6N6rCHaE","BXBHfaiNo2PEjRMcjKh0O"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829082,"link":null,"locked":false,"customData":{"boxId":"RW1qDNxOAU18dHq0ijb14","label":"Binary Authorization","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,2.998215675354004],[-2.4842357635498047,4.440215110778809],[-2.4842357635498047,4.440215110778809],[-2.7565345764160156,3.982088088989258],[-2.9948692321777344,3.5084028244018555],[-3.198737621307373,3.020998001098633],[-3.36763858795166,2.521714210510254],[-3.5010690689086914,2.0123910903930664],[-3.5985279083251953,1.4948692321777344],[-3.659512519836426,0.9709901809692383],[-3.6835217475891113,0.4425945281982422],[-3.660844326019287,-0.1255941390991211],[-3.609179973602295,-0.6890983581542969],[-3.528989315032959,-1.246912956237793],[-3.420731544494629,-1.7980365753173828],[-3.284867763519287,-2.3414621353149414],[-3.1218581199645996,-2.8761892318725586],[-2.932162284851074,-3.401211738586426],[-2.716240882873535,-3.915525436401367],[-2.4745521545410156,-4.418128490447998],[-2.2075586318969727,-4.908015727996826],[-1.9157190322875977,-5.384182929992676],[-1.5994939804077148,-5.845627307891846],[-1.2593441009521484,-6.291343688964844],[-0.8957281112670898,-6.720329284667969],[-0.5091075897216797,-7.131580352783203],[-0.09994029998779297,-7.524091958999634],[-0.09994029998779297,-3.6264123916625977],[-2.013087272644043,0],[0,0]]},{"type":"line","version":161,"versionNonce":984121938,"isDeleted":true,"id":"UpU6inBmpPX0iFyPyh6_V","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":610.9934558868408,"y":1187.5217123031616,"strokeColor":"#00000000","backgroundColor":"#fff","width":3.6835217475891113,"height":11.964307069778442,"seed":1208937103,"groupIds":["f4J7dG4CuvfaLccpN73gR","5aC8-slfVfNHl6N6rCHaE","BXBHfaiNo2PEjRMcjKh0O"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829082,"link":null,"locked":false,"customData":{"boxId":"RW1qDNxOAU18dHq0ijb14","label":"Binary Authorization","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,2.998215675354004],[-2.4842357635498047,4.440215110778809],[-2.4842357635498047,4.440215110778809],[-2.7565345764160156,3.982088088989258],[-2.9948692321777344,3.5084028244018555],[-3.198737621307373,3.020998001098633],[-3.36763858795166,2.521714210510254],[-3.5010690689086914,2.0123910903930664],[-3.5985279083251953,1.4948692321777344],[-3.659512519836426,0.9709901809692383],[-3.6835217475891113,0.4425945281982422],[-3.660844326019287,-0.1255941390991211],[-3.609179973602295,-0.6890983581542969],[-3.528989315032959,-1.246912956237793],[-3.420731544494629,-1.7980365753173828],[-3.284867763519287,-2.3414621353149414],[-3.1218581199645996,-2.8761892318725586],[-2.932162284851074,-3.401211738586426],[-2.716240882873535,-3.915525436401367],[-2.4745521545410156,-4.418128490447998],[-2.2075586318969727,-4.908015727996826],[-1.9157190322875977,-5.384182929992676],[-1.5994939804077148,-5.845627307891846],[-1.2593441009521484,-6.291343688964844],[-0.8957281112670898,-6.720329284667969],[-0.5091075897216797,-7.131580352783203],[-0.09994029998779297,-7.524091958999634],[-0.09994029998779297,-3.6264123916625977],[-2.013087272644043,0],[0,0]]},{"type":"line","version":161,"versionNonce":64291790,"isDeleted":true,"id":"FG1H8YjDrU5dPeviu8Ret","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":609.6085662841797,"y":1197.6157035827637,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":7.637927174568176,"height":13.63473892211914,"seed":882248161,"groupIds":["U-oABaPB0qCDdWNM_UnpL","5aC8-slfVfNHl6N6rCHaE","BXBHfaiNo2PEjRMcjKh0O"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829083,"link":null,"locked":false,"customData":{"boxId":"RW1qDNxOAU18dHq0ijb14","label":"Binary Authorization","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.6996078491210938,-0.3905677795410156],[-1.362553596496582,-0.8270187377929688],[-1.9873113632202148,-1.3067207336425781],[-2.572352886199951,-1.8270378112792969],[-3.116152763366699,-2.385334014892578],[-3.617182731628418,-2.978975296020508],[-4.073917865753174,-3.6053237915039062],[-4.484830379486084,-4.261747360229492],[-4.84839391708374,-4.945611953735352],[-5.163082122802734,-5.654278755187988],[-5.427367210388184,-6.385114669799805],[-5.639723539352417,-7.135483741760254],[-5.798623561859131,-7.902751922607422],[-5.902541399002075,-8.684283256530762],[-5.949949741363525,-9.477441787719727],[-5.939321756362915,-10.279594421386719],[-5.939321756362915,-11.850088119506836],[-7.624033451080322,-11.850088119506836],[-7.624033451080322,-10.279594421386719],[-7.624033451080322,-10.279594421386719],[-7.637927174568176,-9.323471069335938],[-7.579249858856201,-8.379413604736328],[-7.450050592422485,-7.45079231262207],[-7.252379655838013,-6.540971755981445],[-6.988286018371582,-5.6533203125],[-6.659819602966309,-4.791204452514648],[-6.269029378890991,-3.9579906463623047],[-5.817965745925903,-3.1570472717285156],[-5.308677673339844,-2.391742706298828],[-4.7432146072387695,-1.6654434204101562],[-4.123627185821533,-0.9815139770507812],[-3.451963424682617,-0.3433208465576172],[-2.730273723602295,0.24576377868652344],[-1.9606080055236816,0.7823753356933594],[-1.145014762878418,1.2631454467773438],[-0.28554439544677734,1.6847114562988281],[-0.014278411865234375,1.7846508026123047]]},{"type":"rectangle","version":147,"versionNonce":315123730,"isDeleted":true,"id":"MuZFZCmHJJEbcEIjywlCC","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":100,"y":980,"strokeColor":"#202124","backgroundColor":"#FFF","width":240,"height":60,"seed":820694369,"groupIds":["7goKnoCkbt_cuWzF4vvKs","DSNXsvfCWEeo93qlQiuXP"],"strokeSharpness":"round","boundElements":[{"type":"text","id":"yiSd-6J4jgLJiBXNHfydg"}],"updated":1697744829083,"link":null,"locked":false,"customData":{"boxId":"quGgT6MXOAo7I1GUdu618","label":"GKE","resource":"gke","type":"container"}},{"type":"text","version":143,"versionNonce":710892046,"isDeleted":true,"id":"Iv7Zr6CX_0Qp2QhAjv2c6","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-380,"y":716,"strokeColor":"#1A73F8","backgroundColor":"transparent","width":142,"height":37,"seed":1107031343,"groupIds":["7goKnoCkbt_cuWzF4vvKs","DSNXsvfCWEeo93qlQiuXP"],"strokeSharpness":"round","boundElements":[],"updated":1697744829083,"link":null,"locked":false,"customData":{"boxId":"quGgT6MXOAo7I1GUdu618","label":"GKE","resource":"gke","type":"child"},"fontSize":16,"fontFamily":2,"text":"Google Kubernetes \nEngine","baseline":34,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":"Google Kubernetes \nEngine"},{"type":"line","version":117,"versionNonce":828741074,"isDeleted":true,"id":"tB_Ogmif9URHzZiXW390t","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-190.02736854553223,"y":720,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":19.932629585266113,"height":22.642104506492615,"seed":1674344769,"groupIds":["KcPhkf3grzfz53QJDgWXT","7goKnoCkbt_cuWzF4vvKs","DSNXsvfCWEeo93qlQiuXP"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829083,"link":null,"locked":false,"customData":{"boxId":"quGgT6MXOAo7I1GUdu618","label":"GKE","resource":"gke","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-9.972631454467773,5.665263056755066],[-9.972631454467773,16.9705251455307],[-0.018947601318359375,22.642104506492615],[9.95999813079834,16.932631850242615],[9.95999813079834,5.557894587516785],[0,0]]},{"type":"line","version":116,"versionNonce":834988110,"isDeleted":true,"id":"TGefFVrUt9IsDRMAMvaRj","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-187.82947444915771,"y":719.3978946208954,"strokeColor":"#00000000","backgroundColor":"#fff","width":15.637893676757812,"height":17.709473848342896,"seed":1749251919,"groupIds":["Uldw-GGSx5RRgcNl5Db3l","7goKnoCkbt_cuWzF4vvKs","DSNXsvfCWEeo93qlQiuXP"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829083,"link":null,"locked":false,"customData":{"boxId":"quGgT6MXOAo7I1GUdu618","label":"GKE","resource":"gke","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-7.831578254699707,4.452631711959839],[-7.831578254699707,13.256842851638794],[-0.031579017639160156,17.709473848342896],[7.8063154220581055,13.225262880325317],[7.8063154220581055,4.357895135879517],[0,0]]},{"type":"line","version":116,"versionNonce":1737952146,"isDeleted":true,"id":"Kn_Iuud7eCCo5EtyfAoyh","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-187.34315872192383,"y":728.5242109298706,"strokeColor":"#00000000","backgroundColor":"#4285f4","width":4.4273681640625,"height":7.882104873657227,"seed":1229826337,"groupIds":["IfsDmn0DKHuXmZBIs0DdT","7goKnoCkbt_cuWzF4vvKs","DSNXsvfCWEeo93qlQiuXP"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829083,"link":null,"locked":false,"customData":{"boxId":"quGgT6MXOAo7I1GUdu618","label":"GKE","resource":"gke","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,5.261052131652832],[4.4273681640625,2.665262222290039],[4.4273681640625,-2.6210527420043945],[0,0]]},{"type":"line","version":117,"versionNonce":1239330446,"isDeleted":true,"id":"Z7IZ5gJiTc-Dcq8VzoEOB","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-200,"y":722.5831580162048,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":9.056841850280762,"height":5.185263156890869,"seed":2056631663,"groupIds":["I1kykiLW8b4vVleFm5B3L","7goKnoCkbt_cuWzF4vvKs","DSNXsvfCWEeo93qlQiuXP"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829083,"link":null,"locked":false,"customData":{"boxId":"quGgT6MXOAo7I1GUdu618","label":"GKE","resource":"gke","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[4.49052619934082,2.602105140686035],[9.056841850280762,-0.006316184997558594],[4.49052619934082,-2.583158016204834],[0,0]]},{"type":"line","version":118,"versionNonce":1267976530,"isDeleted":true,"id":"-SVMcUrVmIPfAkooy5knx","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-195.96842098236084,"y":720,"strokeColor":"#00000000","backgroundColor":"#669df6","width":4.427368640899658,"height":7.856842041015625,"seed":1792924929,"groupIds":["YWNsXNokjyuoXcr0epgZ_","7goKnoCkbt_cuWzF4vvKs","DSNXsvfCWEeo93qlQiuXP"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829083,"link":null,"locked":false,"customData":{"boxId":"quGgT6MXOAo7I1GUdu618","label":"GKE","resource":"gke","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[4.395789623260498,2.6273679733276367],[4.395789623260498,7.856842041015625],[-0.031579017639160156,5.178946495056152],[0,0]]},{"type":"line","version":116,"versionNonce":1063627982,"isDeleted":true,"id":"sMliTHwcs_b4ZmT97xcb4","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-180.0231590270996,"y":732.1999988555908,"strokeColor":"#00000000","backgroundColor":"#4285f4","width":4.0673675537109375,"height":2.848422050476074,"seed":2013041889,"groupIds":["89eCKlsgNvrAuL0_E1Pxc","7goKnoCkbt_cuWzF4vvKs","DSNXsvfCWEeo93qlQiuXP"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829083,"link":null,"locked":false,"customData":{"boxId":"quGgT6MXOAo7I1GUdu618","label":"GKE","resource":"gke","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-3.5936832427978516,-2.0905256271362305],[-4.0673675537109375,-1.2694730758666992],[-0.5810508728027344,0.7578964233398438],[0,0.4231586456298828],[0,0]]},{"type":"line","version":116,"versionNonce":347262738,"isDeleted":true,"id":"144zNrE3im2mc_dXejVJw","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-192.2000002861023,"y":730.128420829773,"strokeColor":"#00000000","backgroundColor":"#669df6","width":3.947368621826172,"height":2.8484201431274414,"seed":57435567,"groupIds":["rNFdxS5lNSvzBc6zfx6n0","7goKnoCkbt_cuWzF4vvKs","DSNXsvfCWEeo93qlQiuXP"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829083,"link":null,"locked":false,"customData":{"boxId":"quGgT6MXOAo7I1GUdu618","label":"GKE","resource":"gke","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-3.461052417755127,2.0842103958129883],[-3.461052417755127,2.5263166427612305],[-2.898947238922119,2.8484201431274414],[0.4863162040710449,0.8147373199462891],[0,0]]},{"id":"x2TzVX21UZ6TkxzZnI_6h","type":"text","x":-228.8644100388231,"y":879.9587936303021,"width":7,"height":23,"angle":0,"strokeColor":"#000000","backgroundColor":"transparent","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"round","seed":96651247,"version":103,"versionNonce":1609753358,"isDeleted":true,"boundElements":null,"updated":1697744829083,"link":null,"locked":false,"text":"","fontSize":20,"fontFamily":2,"textAlign":"left","verticalAlign":"top","baseline":19,"containerId":null,"originalText":""},{"id":"yiSd-6J4jgLJiBXNHfydg","type":"text","x":105,"y":1000.5,"width":230,"height":19,"angle":0,"strokeColor":"#000000","backgroundColor":"transparent","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":["7goKnoCkbt_cuWzF4vvKs","DSNXsvfCWEeo93qlQiuXP"],"strokeSharpness":"round","seed":4539969,"version":182,"versionNonce":2003508434,"isDeleted":true,"boundElements":null,"updated":1697744829083,"link":null,"locked":false,"text":"Required attestations build","fontSize":16,"fontFamily":2,"textAlign":"center","verticalAlign":"middle","baseline":15,"containerId":"MuZFZCmHJJEbcEIjywlCC","originalText":"Required attestations build"},{"type":"rectangle","version":173,"versionNonce":1577013582,"isDeleted":true,"id":"lCjQZyTEArtBR_ssx6ki2","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":400,"y":980,"strokeColor":"#202124","backgroundColor":"#FFF","width":240,"height":60,"seed":595785231,"groupIds":["xFs4WMh6FTah8k0J_52vO","8Dl5bYzZf9cBe4Y4nRoQU"],"strokeSharpness":"round","boundElements":[{"id":"ncF8YT_z_OTOSl0cG4gIc","type":"text"},{"type":"text","id":"ncF8YT_z_OTOSl0cG4gIc"},{"id":"BcSy_szos-cbUBAyvULcw","type":"arrow"}],"updated":1697744829083,"link":null,"locked":false,"customData":{"boxId":"xUiJL3UPVgR8Msy3NuSMX","label":"GKE","resource":"gke","type":"container"}},{"type":"text","version":214,"versionNonce":22262418,"isDeleted":true,"id":"ncF8YT_z_OTOSl0cG4gIc","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":405,"y":991,"strokeColor":"#000000","backgroundColor":"transparent","width":230,"height":38,"seed":47871585,"groupIds":["xFs4WMh6FTah8k0J_52vO","8Dl5bYzZf9cBe4Y4nRoQU"],"strokeSharpness":"round","boundElements":[],"updated":1697744829083,"link":null,"locked":false,"fontSize":16,"fontFamily":2,"text":"Required attestations build, \nsecurity","baseline":34,"textAlign":"center","verticalAlign":"middle","containerId":"lCjQZyTEArtBR_ssx6ki2","originalText":"Required attestations build, security"},{"type":"rectangle","version":181,"versionNonce":887355278,"isDeleted":true,"id":"0TmYeCcEoQcGV9jC2m4fX","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":700,"y":980,"strokeColor":"#202124","backgroundColor":"#FFF","width":240,"height":60,"seed":1020477217,"groupIds":["4pSlmnjQZibOs130E-Sb3","UupQjrOPAx6gu7EpGXjmJ"],"strokeSharpness":"round","boundElements":[{"id":"_TyuzdC_cxtRROfaAnnue","type":"text"},{"id":"_TyuzdC_cxtRROfaAnnue","type":"text"},{"type":"text","id":"_TyuzdC_cxtRROfaAnnue"}],"updated":1697744829083,"link":null,"locked":false,"customData":{"boxId":"rRg18D8ZBs9CfX193c9q8","label":"GKE","resource":"gke","type":"container"}},{"type":"text","version":233,"versionNonce":1965264978,"isDeleted":true,"id":"_TyuzdC_cxtRROfaAnnue","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":705,"y":991,"strokeColor":"#000000","backgroundColor":"transparent","width":230,"height":38,"seed":475823983,"groupIds":["4pSlmnjQZibOs130E-Sb3","UupQjrOPAx6gu7EpGXjmJ"],"strokeSharpness":"round","boundElements":[],"updated":1697744829083,"link":null,"locked":false,"fontSize":16,"fontFamily":2,"text":"Required attestations build, \nsecurity, quality","baseline":34,"textAlign":"center","verticalAlign":"middle","containerId":"0TmYeCcEoQcGV9jC2m4fX","originalText":"Required attestations build, security, quality"},{"id":"u3MHsCfKj6joFmOvIyJhR","type":"arrow","x":-680,"y":21.250000000000014,"width":0,"height":118.74999999999999,"angle":0,"strokeColor":"#202124","backgroundColor":"#202124","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"sharp","seed":1520277185,"version":922,"versionNonce":215602638,"isDeleted":true,"boundElements":null,"updated":1697744829083,"link":null,"locked":false,"points":[[0,0],[0,118.74999999999999]],"lastCommittedPoint":null,"startBinding":{"elementId":"nuE-AcFQrwLl8JaHXKzu4","focus":0.5102040816326531,"gap":1.2500000000000142},"endBinding":{"elementId":"alQMHesl-G0NviYi6f0BX","focus":0,"gap":1},"startArrowhead":null,"endArrowhead":"triangle","fontFamily":2},{"id":"W9R12Uosv_ysCejW7Zfn5","type":"arrow","x":260,"y":179.24695076595958,"width":0,"height":59.75304923404042,"angle":0,"strokeColor":"#202124","backgroundColor":"#202124","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"sharp","seed":1723920495,"version":402,"versionNonce":649180690,"isDeleted":true,"boundElements":null,"updated":1697744829083,"link":null,"locked":false,"points":[[0,0],[0,59.75304923404042]],"lastCommittedPoint":null,"startBinding":null,"endBinding":{"elementId":"alQMHesl-G0NviYi6f0BX","focus":0.4285714285714287,"gap":21},"startArrowhead":null,"endArrowhead":"triangle","fontFamily":2},{"id":"wzTbZ3Gv04CVnyVobOJbO","type":"arrow","x":320,"y":280,"width":140,"height":0,"angle":0,"strokeColor":"#202124","backgroundColor":"#202124","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"sharp","seed":1492273537,"version":403,"versionNonce":519695374,"isDeleted":true,"boundElements":null,"updated":1697744829083,"link":null,"locked":false,"points":[[0,0],[140,0]],"lastCommittedPoint":null,"startBinding":null,"endBinding":null,"startArrowhead":null,"endArrowhead":"triangle","fontFamily":2},{"id":"0mG0njKLae7Xs8hf0tM2V","type":"arrow","x":680,"y":201,"width":0,"height":59,"angle":0,"strokeColor":"#202124","backgroundColor":"#202124","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"sharp","seed":1374805217,"version":158,"versionNonce":1458906066,"isDeleted":true,"boundElements":null,"updated":1697744829083,"link":null,"locked":false,"points":[[0,0],[0,59]],"lastCommittedPoint":null,"startBinding":{"elementId":"wdJbcKQ7xeYqt5eFLleXz","focus":0.6666666666666666,"gap":1},"endBinding":null,"startArrowhead":null,"endArrowhead":"triangle","fontFamily":2},{"id":"Ox5mUOuHGzYA12cNbxFFk","type":"line","x":380,"y":300,"width":0,"height":220,"angle":0,"strokeColor":"#202124","backgroundColor":"transparent","fillStyle":"hachure","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"round","seed":2024543439,"version":132,"versionNonce":423443022,"isDeleted":true,"boundElements":null,"updated":1697744829083,"link":null,"locked":false,"points":[[0,0],[0,220]],"lastCommittedPoint":null,"startBinding":null,"endBinding":null,"startArrowhead":null,"endArrowhead":"triangle","fontFamily":2},{"id":"8rQyLaKxAoB8tQIxvtlYK","type":"arrow","x":380,"y":520,"width":41.16760302580866,"height":0,"angle":0,"strokeColor":"#202124","backgroundColor":"#202124","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"sharp","seed":978531009,"version":137,"versionNonce":268753298,"isDeleted":true,"boundElements":null,"updated":1697744829083,"link":null,"locked":false,"points":[[0,0],[41.16760302580866,0]],"lastCommittedPoint":null,"startBinding":null,"endBinding":null,"startArrowhead":null,"endArrowhead":"triangle","fontFamily":2},{"id":"gISyGfHd3ExlrEzh0Hj-0","type":"arrow","x":380,"y":400,"width":67.38461538461536,"height":219,"angle":0,"strokeColor":"#202124","backgroundColor":"#202124","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"sharp","seed":204379183,"version":328,"versionNonce":41730190,"isDeleted":true,"boundElements":null,"updated":1697744829083,"link":null,"locked":false,"points":[[0,0],[-67.38461538461536,-219]],"lastCommittedPoint":null,"startBinding":null,"endBinding":null,"startArrowhead":null,"endArrowhead":"triangle","fontFamily":2},{"id":"w7G5c3bssSr0pDxV4UMRh","type":"line","x":600,"y":460,"width":0,"height":40,"angle":0,"strokeColor":"#202124","backgroundColor":"transparent","fillStyle":"hachure","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"round","seed":936183265,"version":112,"versionNonce":18339666,"isDeleted":true,"boundElements":null,"updated":1697744829083,"link":null,"locked":false,"points":[[0,0],[0,40]],"lastCommittedPoint":null,"startBinding":null,"endBinding":null,"startArrowhead":null,"endArrowhead":"triangle","fontFamily":2},{"id":"igogTZJwWzncygOnqfIbj","type":"arrow","x":751.2,"y":459,"width":28.799999999999955,"height":21,"angle":0,"strokeColor":"#202124","backgroundColor":"#202124","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"sharp","seed":158035855,"version":174,"versionNonce":510754510,"isDeleted":true,"boundElements":null,"updated":1697744829083,"link":null,"locked":false,"points":[[0,0],[28.799999999999955,21]],"lastCommittedPoint":null,"startBinding":null,"endBinding":null,"startArrowhead":null,"endArrowhead":"triangle","fontFamily":2},{"id":"DfIrtZP8buaaSUfiDxtCo","type":"arrow","x":840.0000000274126,"y":421,"width":2.69479869530187e-8,"height":58,"angle":0,"strokeColor":"#202124","backgroundColor":"#202124","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"sharp","seed":1148000065,"version":333,"versionNonce":1518673170,"isDeleted":true,"boundElements":null,"updated":1697744829083,"link":null,"locked":false,"points":[[0,0],[-2.69479869530187e-8,58]],"lastCommittedPoint":null,"startBinding":null,"endBinding":null,"startArrowhead":null,"endArrowhead":"triangle","fontFamily":2},{"id":"m9NP4e0V2NbJQI-NmR7jU","type":"text","x":930.3055778938806,"y":383.8664631304317,"width":7,"height":23,"angle":0,"strokeColor":"#202124","backgroundColor":"transparent","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"round","seed":1468806017,"version":91,"versionNonce":1370780942,"isDeleted":true,"boundElements":null,"updated":1697744829083,"link":null,"locked":false,"text":"","fontSize":20,"fontFamily":2,"textAlign":"left","verticalAlign":"top","baseline":19,"containerId":null,"originalText":""},{"id":"7mHnYCMq-L6XCjXQ8F8pG","type":"arrow","x":760,"y":460,"width":0,"height":39,"angle":0,"strokeColor":"#202124","backgroundColor":"#202124","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"sharp","seed":198032527,"version":96,"versionNonce":700689106,"isDeleted":true,"boundElements":null,"updated":1697744829083,"link":null,"locked":false,"points":[[0,0],[0,-39]],"lastCommittedPoint":null,"startBinding":null,"endBinding":null,"startArrowhead":null,"endArrowhead":"triangle","fontFamily":2},{"id":"SEQW2KpBeU2Er3-0YvvU1","type":"line","x":920,"y":540,"width":20,"height":0,"angle":0,"strokeColor":"#202124","backgroundColor":"transparent","fillStyle":"hachure","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"round","seed":136688367,"version":96,"versionNonce":96379726,"isDeleted":true,"boundElements":null,"updated":1697744829083,"link":null,"locked":false,"points":[[0,0],[20,0]],"lastCommittedPoint":null,"startBinding":null,"endBinding":null,"startArrowhead":null,"endArrowhead":"triangle","fontFamily":2},{"id":"7ovtTjRzZj2EWDoBAM3Je","type":"arrow","x":940,"y":540,"width":0,"height":219,"angle":0,"strokeColor":"#202124","backgroundColor":"#202124","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"sharp","seed":1088699169,"version":108,"versionNonce":896172178,"isDeleted":true,"boundElements":null,"updated":1697744829083,"link":null,"locked":false,"points":[[0,0],[0,-219]],"lastCommittedPoint":null,"startBinding":null,"endBinding":null,"startArrowhead":null,"endArrowhead":"triangle","fontFamily":2},{"id":"tzltvz06MYsY6b9U8_x56","type":"arrow","x":220,"y":262.1818181818182,"width":0,"height":62.18181818181819,"angle":0,"strokeColor":"#202124","backgroundColor":"#202124","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"sharp","seed":1391174767,"version":411,"versionNonce":216598926,"isDeleted":true,"boundElements":null,"updated":1697744829083,"link":null,"locked":false,"points":[[0,0],[0,-62.18181818181819]],"lastCommittedPoint":null,"startBinding":null,"endBinding":null,"startArrowhead":null,"endArrowhead":"triangle","fontFamily":2},{"id":"L_LKWVirTjHH4Ncix2DfT","type":"line","x":420,"y":540,"width":60,"height":0,"angle":0,"strokeColor":"#202124","backgroundColor":"transparent","fillStyle":"hachure","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"round","seed":218084783,"version":107,"versionNonce":1496358482,"isDeleted":true,"boundElements":null,"updated":1697744829083,"link":null,"locked":false,"points":[[0,0],[-60,0]],"lastCommittedPoint":null,"startBinding":null,"endBinding":null,"startArrowhead":null,"endArrowhead":"triangle","fontFamily":2},{"id":"OwudwDvG4os7Lw0sCo-im","type":"line","x":360,"y":540,"width":0,"height":80,"angle":0,"strokeColor":"#202124","backgroundColor":"transparent","fillStyle":"hachure","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"round","seed":1481369135,"version":107,"versionNonce":107784142,"isDeleted":true,"boundElements":null,"updated":1697744829083,"link":null,"locked":false,"points":[[0,0],[0,-80]],"lastCommittedPoint":null,"startBinding":null,"endBinding":null,"startArrowhead":null,"endArrowhead":"triangle","fontFamily":2},{"id":"FdOpZc3X7dy5DyT_pEmQC","type":"arrow","x":280.7235142118863,"y":336.66666666666663,"width":59.27648578811369,"height":123.33333333333337,"angle":0,"strokeColor":"#202124","backgroundColor":"#202124","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"sharp","seed":1570074561,"version":673,"versionNonce":1642923026,"isDeleted":true,"boundElements":null,"updated":1697744829083,"link":null,"locked":false,"points":[[0,0],[59.27648578811369,123.33333333333337]],"lastCommittedPoint":null,"startBinding":{"elementId":"alQMHesl-G0NviYi6f0BX","gap":16.666666666666664,"focus":0.16666666666666666},"endBinding":null,"startArrowhead":null,"endArrowhead":"triangle","fontFamily":2},{"id":"ASBL7QH_7dby1mNlRmSJK","type":"line","x":380,"y":540,"width":0,"height":40,"angle":0,"strokeColor":"#202124","backgroundColor":"transparent","fillStyle":"hachure","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"round","seed":232319745,"version":104,"versionNonce":1113751054,"isDeleted":true,"boundElements":null,"updated":1697744829083,"link":null,"locked":false,"points":[[0,0],[0,40]],"lastCommittedPoint":null,"startBinding":null,"endBinding":null,"startArrowhead":null,"endArrowhead":"triangle","fontFamily":2},{"id":"JGgM9Egr-cGxclIxeIH8n","type":"line","x":380,"y":580,"width":420,"height":0,"angle":0,"strokeColor":"#202124","backgroundColor":"transparent","fillStyle":"hachure","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"round","seed":1514809807,"version":113,"versionNonce":1771483602,"isDeleted":true,"boundElements":null,"updated":1697744829083,"link":null,"locked":false,"points":[[0,0],[220,0],[420,0]],"lastCommittedPoint":null,"startBinding":null,"endBinding":null,"startArrowhead":null,"endArrowhead":"triangle","fontFamily":2},{"id":"k9iST2Ww6ZFCoqs5qXDsx","type":"line","x":800,"y":580,"width":0,"height":20,"angle":0,"strokeColor":"#202124","backgroundColor":"transparent","fillStyle":"hachure","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"round","seed":958149089,"version":102,"versionNonce":633572430,"isDeleted":true,"boundElements":null,"updated":1697744829083,"link":null,"locked":false,"points":[[0,0],[0,-20]],"lastCommittedPoint":null,"startBinding":null,"endBinding":null,"startArrowhead":null,"endArrowhead":"triangle","fontFamily":2},{"id":"ax1y3gkL5MjprHkh-fIU3","type":"line","x":540,"y":560,"width":0,"height":60,"angle":0,"strokeColor":"#202124","backgroundColor":"transparent","fillStyle":"hachure","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"round","seed":1621332353,"version":105,"versionNonce":860137362,"isDeleted":true,"boundElements":null,"updated":1697744829083,"link":null,"locked":false,"points":[[0,0],[0,60]],"lastCommittedPoint":null,"startBinding":null,"endBinding":null,"startArrowhead":null,"endArrowhead":"triangle","fontFamily":2},{"id":"NUpcmeUGsowAIlJzvOmbm","type":"line","x":320,"y":620,"width":560,"height":0,"angle":0,"strokeColor":"#202124","backgroundColor":"transparent","fillStyle":"hachure","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"round","seed":1196654817,"version":138,"versionNonce":241750670,"isDeleted":true,"boundElements":null,"updated":1697744829083,"link":null,"locked":false,"points":[[0,0],[560,0]],"lastCommittedPoint":null,"startBinding":null,"endBinding":null,"startArrowhead":null,"endArrowhead":"triangle","fontFamily":2},{"id":"pdPc6K8gQxSjcdIstC2GM","type":"arrow","x":880,"y":620,"width":0,"height":180,"angle":0,"strokeColor":"#202124","backgroundColor":"#202124","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"sharp","seed":1877976833,"version":101,"versionNonce":120448338,"isDeleted":true,"boundElements":null,"updated":1697744829083,"link":null,"locked":false,"points":[[0,0],[0,180]],"lastCommittedPoint":null,"startBinding":null,"endBinding":null,"startArrowhead":null,"endArrowhead":"triangle","fontFamily":2},{"id":"uw9uafUImq_py2-_G2vYB","type":"arrow","x":640,"y":620,"width":131.8947368421052,"height":179,"angle":0,"strokeColor":"#202124","backgroundColor":"#202124","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"sharp","seed":1226359905,"version":163,"versionNonce":923488462,"isDeleted":true,"boundElements":null,"updated":1697744829083,"link":null,"locked":false,"points":[[0,0],[131.8947368421052,179]],"lastCommittedPoint":null,"startBinding":null,"endBinding":{"elementId":"9S5avaATpAiJMjsYiewcz","focus":0.6666666666666666,"gap":1},"startArrowhead":null,"endArrowhead":"triangle","fontFamily":2},{"id":"shJ__kxr9Uyo_Kc4UCS2e","type":"arrow","x":376.212961495801,"y":338.1818181818182,"width":56.21296149580098,"height":460.7272727272727,"angle":0,"strokeColor":"#202124","backgroundColor":"#202124","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"sharp","seed":473193185,"version":543,"versionNonce":245984018,"isDeleted":true,"boundElements":null,"updated":1697744829083,"link":null,"locked":false,"points":[[0,0],[-56.21296149580098,460.7272727272727]],"lastCommittedPoint":null,"startBinding":{"elementId":"alQMHesl-G0NviYi6f0BX","gap":18.18181818181818,"focus":-0.8571428571428571},"endBinding":null,"startArrowhead":null,"endArrowhead":"triangle","fontFamily":2},{"id":"FMBTmNCSBwDRjjSH0lqCr","type":"arrow","x":260,"y":1100,"width":0,"height":60,"angle":0,"strokeColor":"#202124","backgroundColor":"#202124","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"sharp","seed":1446154753,"version":117,"versionNonce":457443086,"isDeleted":true,"boundElements":null,"updated":1697744829083,"link":null,"locked":false,"points":[[0,0],[0,-60]],"lastCommittedPoint":null,"startBinding":null,"endBinding":{"elementId":"DYaaB9-Upcbvgkx-N9rbN","focus":0.5555555555555556,"gap":20},"startArrowhead":null,"endArrowhead":"triangle","fontFamily":2},{"type":"arrow","version":107,"versionNonce":808335570,"isDeleted":true,"id":"Y1BOjhXuHuS3ur54qYzON","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":520,"y":1100,"strokeColor":"#202124","backgroundColor":"#202124","width":0,"height":59,"seed":1970080129,"groupIds":[],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829083,"link":null,"locked":false,"startBinding":null,"endBinding":{"elementId":"lCjQZyTEArtBR_ssx6ki2","focus":0,"gap":1},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[0,-59]],"fontFamily":2},{"type":"arrow","version":138,"versionNonce":1535898958,"isDeleted":true,"id":"SmTDDfA1bsDdxpj6TSeh5","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":520,"y":1159,"strokeColor":"#202124","backgroundColor":"#202124","width":0,"height":118,"seed":47789007,"groupIds":[],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829083,"link":null,"locked":false,"startBinding":{"elementId":"A3eKhBGrcZNinQ6GBlfEY","focus":0,"gap":1},"endBinding":{"elementId":"lCjQZyTEArtBR_ssx6ki2","focus":0,"gap":1},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[0,-118]],"fontFamily":2},{"type":"arrow","version":118,"versionNonce":1800621714,"isDeleted":true,"id":"7WlAZM0LQ2icqPKQK9bAh","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":820,"y":1100,"strokeColor":"#202124","backgroundColor":"#202124","width":0,"height":59,"seed":608166383,"groupIds":[],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829083,"link":null,"locked":false,"startBinding":null,"endBinding":{"elementId":"0TmYeCcEoQcGV9jC2m4fX","focus":0,"gap":1},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[0,-59]],"fontFamily":2},{"id":"1nrFbf4Db13TekgDqhtK1","type":"line","x":260,"y":1100,"width":560,"height":0,"angle":0,"strokeColor":"#202124","backgroundColor":"transparent","fillStyle":"hachure","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"round","seed":1308437281,"version":114,"versionNonce":557587342,"isDeleted":true,"boundElements":null,"updated":1697744829083,"link":null,"locked":false,"points":[[0,0],[560,0]],"lastCommittedPoint":null,"startBinding":null,"endBinding":null,"startArrowhead":null,"endArrowhead":"triangle","fontFamily":2},{"id":"EHPHkg1qlxCE8U79Uzvvb","type":"arrow","x":200,"y":600,"width":0,"height":40,"angle":0,"strokeColor":"#202124","backgroundColor":"#202124","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"sharp","seed":1745442095,"version":97,"versionNonce":886025298,"isDeleted":true,"boundElements":null,"updated":1697744829084,"link":null,"locked":false,"points":[[0,0],[0,40]],"lastCommittedPoint":null,"startBinding":{"elementId":"alQMHesl-G0NviYi6f0BX","focus":0,"gap":1},"endBinding":{"elementId":"DYaaB9-Upcbvgkx-N9rbN","focus":-0.6888888888888889,"gap":20},"startArrowhead":null,"endArrowhead":"triangle","fontFamily":2},{"id":"Sj_PH5cNVlsYPvn1BMMmF","type":"arrow","x":77.35783594644624,"y":650.0649342600939,"width":301.6421640535538,"height":88.84339907323942,"angle":0,"strokeColor":"#202124","backgroundColor":"#202124","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"sharp","seed":966489217,"version":218,"versionNonce":42826190,"isDeleted":true,"boundElements":null,"updated":1697744829084,"link":null,"locked":false,"points":[[0,0],[301.6421640535538,88.84339907323942]],"lastCommittedPoint":null,"startBinding":{"elementId":"DYaaB9-Upcbvgkx-N9rbN","focus":0.2,"gap":20},"endBinding":null,"startArrowhead":null,"endArrowhead":"triangle","fontFamily":2},{"id":"3OVxnvHgvYdzGxLVmKgk5","type":"arrow","x":180,"y":640.5681818181818,"width":39.184702084876704,"height":320.56818181818176,"angle":0,"strokeColor":"#202124","backgroundColor":"#202124","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"sharp","seed":161534095,"version":752,"versionNonce":1383748114,"isDeleted":true,"boundElements":null,"updated":1697744829084,"link":null,"locked":false,"points":[[0,0],[39.184702084876704,-320.56818181818176]],"lastCommittedPoint":null,"startBinding":{"elementId":"DYaaB9-Upcbvgkx-N9rbN","focus":-0.7507962533212257,"gap":19.431818181818244},"endBinding":null,"startArrowhead":null,"endArrowhead":"triangle","fontFamily":2},{"id":"CVd8PMrfxHntfy0L8WE7V","type":"line","x":180,"y":640,"width":240,"height":0,"angle":0,"strokeColor":"#202124","backgroundColor":"transparent","fillStyle":"hachure","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"round","seed":1201180943,"version":113,"versionNonce":1721307150,"isDeleted":true,"boundElements":null,"updated":1697744829084,"link":null,"locked":false,"points":[[0,0],[240,0]],"lastCommittedPoint":null,"startBinding":null,"endBinding":null,"startArrowhead":null,"endArrowhead":"triangle","fontFamily":2},{"type":"ellipse","version":466,"versionNonce":927612882,"isDeleted":true,"id":"78Wctym-9y0ecv2s18Suj","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":400,"y":460,"strokeColor":"#202124","backgroundColor":"#202124","width":32,"height":35,"seed":664002191,"groupIds":["yIXsaARoztc3ErlCISyV8"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829084,"link":null,"locked":false,"customData":{"boxId":"qlWGZXu5w60raOSOrI44S","label":"Step Circle","type":"child"}},{"type":"text","version":431,"versionNonce":1767366222,"isDeleted":true,"id":"CsY-U-O3NloGTsyC4N_u8","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":410.5,"y":468,"strokeColor":"#FFFFFF","backgroundColor":"#202124","width":9,"height":16,"seed":856315361,"groupIds":["yIXsaARoztc3ErlCISyV8"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829084,"link":null,"locked":false,"customData":{"boxId":"qlWGZXu5w60raOSOrI44S","label":"Step Circle","type":"child"},"fontSize":14,"fontFamily":2,"text":"6","baseline":13,"textAlign":"center","verticalAlign":"top","containerId":null,"originalText":"6"},{"type":"ellipse","version":494,"versionNonce":1599501714,"isDeleted":true,"id":"SQqnNx10EYOgX9sTwlC09","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":540,"y":460,"strokeColor":"#202124","backgroundColor":"#202124","width":32,"height":35,"seed":46022337,"groupIds":["dMtH3VaEcU5zbjmDq4RS4"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829084,"link":null,"locked":false,"customData":{"boxId":"uENvUshk8qf7zm8ydjU02","label":"Step Circle","type":"child"}},{"type":"text","version":460,"versionNonce":1067639950,"isDeleted":true,"id":"LHtehNjXKY0j42Scq6N1H","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":550.5,"y":468,"strokeColor":"#FFFFFF","backgroundColor":"#202124","width":9,"height":16,"seed":1046137295,"groupIds":["dMtH3VaEcU5zbjmDq4RS4"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829084,"link":null,"locked":false,"customData":{"boxId":"uENvUshk8qf7zm8ydjU02","label":"Step Circle","type":"child"},"fontSize":14,"fontFamily":2,"text":"7","baseline":13,"textAlign":"center","verticalAlign":"top","containerId":null,"originalText":"7"},{"type":"ellipse","version":516,"versionNonce":735441746,"isDeleted":true,"id":"2wFSii_UEdNj0bs9Hccju","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":940,"y":380,"strokeColor":"#202124","backgroundColor":"#202124","width":32,"height":35,"seed":1148066735,"groupIds":["L_DSv2S_0pUqtZNNxeaGo"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829084,"link":null,"locked":false,"customData":{"boxId":"qXhMc50XiP9gGZgWCu8RH","label":"Step Circle","type":"child"}},{"type":"text","version":482,"versionNonce":456336078,"isDeleted":true,"id":"srizKmCc_9FI7A91P3WwT","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":950.5,"y":388,"strokeColor":"#FFFFFF","backgroundColor":"#202124","width":9,"height":16,"seed":366344897,"groupIds":["L_DSv2S_0pUqtZNNxeaGo"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829084,"link":null,"locked":false,"customData":{"boxId":"qXhMc50XiP9gGZgWCu8RH","label":"Step Circle","type":"child"},"fontSize":14,"fontFamily":2,"text":"8","baseline":13,"textAlign":"center","verticalAlign":"top","containerId":null,"originalText":"8"},{"id":"ZJZo43039jVVxfsk2ceXw","type":"text","x":945,"y":386,"width":22,"height":23,"angle":0,"strokeColor":"#202124","backgroundColor":"transparent","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":["L_DSv2S_0pUqtZNNxeaGo"],"strokeSharpness":"round","seed":1298507681,"version":91,"versionNonce":1059043602,"isDeleted":true,"boundElements":null,"updated":1697744829084,"link":null,"locked":false,"text":"","fontSize":20,"fontFamily":2,"textAlign":"center","verticalAlign":"middle","baseline":19,"containerId":"2wFSii_UEdNj0bs9Hccju","originalText":""},{"id":"4HGeJfVzni_9Ykz0cxFjn","type":"text","x":945,"y":386,"width":22,"height":23,"angle":0,"strokeColor":"#202124","backgroundColor":"transparent","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":["L_DSv2S_0pUqtZNNxeaGo"],"strokeSharpness":"round","seed":837734863,"version":88,"versionNonce":245471502,"isDeleted":true,"boundElements":null,"updated":1697744829084,"link":null,"locked":false,"text":"","fontSize":20,"fontFamily":2,"textAlign":"center","verticalAlign":"middle","baseline":19,"containerId":"2wFSii_UEdNj0bs9Hccju","originalText":""},{"type":"ellipse","version":469,"versionNonce":1487587026,"isDeleted":true,"id":"X7ycdTkB9P_U4NG-rs4pl","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":280,"y":700,"strokeColor":"#202124","backgroundColor":"#202124","width":32,"height":35,"seed":2024578721,"groupIds":["rJzwglZhAlrEVjemXNN75"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829084,"link":null,"locked":false,"customData":{"boxId":"fvgf6kD4ul62xACCrvpGj","label":"Step Circle","type":"child"}},{"type":"text","version":434,"versionNonce":1902593870,"isDeleted":true,"id":"VwQg3CLetAv0KyHTeFZJk","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":290.5,"y":708,"strokeColor":"#FFFFFF","backgroundColor":"#202124","width":9,"height":16,"seed":753588207,"groupIds":["rJzwglZhAlrEVjemXNN75"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829084,"link":null,"locked":false,"customData":{"boxId":"fvgf6kD4ul62xACCrvpGj","label":"Step Circle","type":"child"},"fontSize":14,"fontFamily":2,"text":"6","baseline":13,"textAlign":"center","verticalAlign":"top","containerId":null,"originalText":"6"},{"type":"ellipse","version":480,"versionNonce":823008402,"isDeleted":true,"id":"dH6mWSq7_6oPcsot9biDB","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":660,"y":700,"strokeColor":"#202124","backgroundColor":"#202124","width":32,"height":35,"seed":1427148225,"groupIds":["L8nbqNJreSPzQOYQDtkHr"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829084,"link":null,"locked":false,"customData":{"boxId":"tspEGr9ui0pQMyti_LAgw","label":"Step Circle","type":"child"}},{"type":"text","version":446,"versionNonce":1138568590,"isDeleted":true,"id":"yzcm-i9sCNwGYffZCXOme","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":670.5,"y":708,"strokeColor":"#FFFFFF","backgroundColor":"#202124","width":9,"height":16,"seed":744024783,"groupIds":["L8nbqNJreSPzQOYQDtkHr"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829084,"link":null,"locked":false,"customData":{"boxId":"tspEGr9ui0pQMyti_LAgw","label":"Step Circle","type":"child"},"fontSize":14,"fontFamily":2,"text":"9","baseline":13,"textAlign":"center","verticalAlign":"top","containerId":null,"originalText":"9"},{"type":"ellipse","version":488,"versionNonce":1442888274,"isDeleted":true,"id":"UZveLYbMK6MFTIRLte6g7","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":900,"y":700,"strokeColor":"#202124","backgroundColor":"#202124","width":32,"height":35,"seed":555401839,"groupIds":["Mp4AZ36gw6YcN83NHxZ3E"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829084,"link":null,"locked":false,"customData":{"boxId":"_J3UUmmCABTjwsFyreQs3","label":"Step Circle","type":"child"}},{"type":"text","version":456,"versionNonce":322718670,"isDeleted":true,"id":"J9VAaI6kejeX2J2eD_Bq7","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":906.5,"y":708,"strokeColor":"#FFFFFF","backgroundColor":"#202124","width":17,"height":16,"seed":616308737,"groupIds":["Mp4AZ36gw6YcN83NHxZ3E"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829084,"link":null,"locked":false,"customData":{"boxId":"_J3UUmmCABTjwsFyreQs3","label":"Step Circle","type":"child"},"fontSize":14,"fontFamily":2,"text":"10","baseline":13,"textAlign":"center","verticalAlign":"top","containerId":null,"originalText":"10"},{"type":"ellipse","version":503,"versionNonce":106536978,"isDeleted":true,"id":"CtIeGm_0J0ZwgXEGqeaT7","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":560,"y":1120,"strokeColor":"#202124","backgroundColor":"#202124","width":32,"height":35,"seed":1259242543,"groupIds":["IjVz8Jyj9wjgoQtbidhFE"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829084,"link":null,"locked":false,"customData":{"boxId":"Koa7RuVQRpC3YjZBDzcgx","label":"Step Circle","type":"child"}},{"type":"text","version":471,"versionNonce":1570611726,"isDeleted":true,"id":"3asuPQOuzubGWMxwfrB9o","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":567,"y":1128,"strokeColor":"#FFFFFF","backgroundColor":"#202124","width":16,"height":16,"seed":372136513,"groupIds":["IjVz8Jyj9wjgoQtbidhFE"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829084,"link":null,"locked":false,"customData":{"boxId":"Koa7RuVQRpC3YjZBDzcgx","label":"Step Circle","type":"child"},"fontSize":14,"fontFamily":2,"text":"11","baseline":13,"textAlign":"center","verticalAlign":"top","containerId":null,"originalText":"11"},{"id":"psR2OrDD9UVhhLE8qIasW","type":"text","x":-297.9651744985325,"y":622.7972508918074,"width":7,"height":23,"angle":0,"strokeColor":"#202124","backgroundColor":"transparent","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"round","seed":78079887,"version":86,"versionNonce":235916754,"isDeleted":true,"boundElements":null,"updated":1697744829084,"link":null,"locked":false,"text":"","fontSize":20,"fontFamily":2,"textAlign":"left","verticalAlign":"top","baseline":19,"containerId":null,"originalText":""},{"type":"ellipse","version":532,"versionNonce":1979330638,"isDeleted":true,"id":"i_UJISUT9aobixuJNgIVL","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":160,"y":340,"strokeColor":"#202124","backgroundColor":"#202124","width":32,"height":35,"seed":186361871,"groupIds":["DYKkFL0PVBanZIJj8EwyE"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829084,"link":null,"locked":false,"customData":{"boxId":"JtclH-XJZ-XZePWv-u5vO","label":"Step Circle","type":"child"}},{"type":"text","version":502,"versionNonce":574243730,"isDeleted":true,"id":"fDr6bwLRei8m6nO9XKb3l","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":166.5,"y":348,"strokeColor":"#FFFFFF","backgroundColor":"#202124","width":17,"height":16,"seed":64873569,"groupIds":["DYKkFL0PVBanZIJj8EwyE"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829084,"link":null,"locked":false,"customData":{"boxId":"JtclH-XJZ-XZePWv-u5vO","label":"Step Circle","type":"child"},"fontSize":14,"fontFamily":2,"text":"12","baseline":13,"textAlign":"center","verticalAlign":"top","containerId":null,"originalText":"12"},{"type":"ellipse","version":447,"versionNonce":1747646094,"isDeleted":true,"id":"x5Pa38vqOFZy3lNJ389sX","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-380,"y":200,"strokeColor":"#202124","backgroundColor":"#202124","width":32,"height":32,"seed":58966837,"groupIds":["N6wIb8neExP8RGaioqiue"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829084,"link":null,"locked":false,"customData":{"boxId":"q_x4vNsCAxDX_x_EuMU_y","label":"Step Circle","type":"child"}},{"type":"text","version":408,"versionNonce":1024459090,"isDeleted":true,"id":"SEQamGre3PGTErj8bDluV","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-369.5,"y":208,"strokeColor":"#FFFFFF","backgroundColor":"#202124","width":9,"height":16,"seed":972355227,"groupIds":["N6wIb8neExP8RGaioqiue"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829084,"link":null,"locked":false,"customData":{"boxId":"q_x4vNsCAxDX_x_EuMU_y","label":"Step Circle","type":"child"},"fontSize":14,"fontFamily":2,"text":"2","baseline":13,"textAlign":"center","verticalAlign":"top","containerId":null,"originalText":"2"},{"type":"ellipse","version":352,"versionNonce":1558770894,"isDeleted":true,"id":"qNnIErxgfuV1BVkCyDL7b","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":160,"y":340,"strokeColor":"#202124","backgroundColor":"#202124","width":32,"height":32,"seed":9267541,"groupIds":["tAvrdlE1qfkglhmYdkWYa"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829084,"link":null,"locked":false,"customData":{"boxId":"8YPcJJ6foKsJz74dVQC9L","label":"Step Circle","type":"child"}},{"type":"text","version":314,"versionNonce":2045249298,"isDeleted":true,"id":"tzcr4uTlnt1iS-LesRC0m","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":166.5,"y":348,"strokeColor":"#FFFFFF","backgroundColor":"#202124","width":17,"height":16,"seed":676872827,"groupIds":["tAvrdlE1qfkglhmYdkWYa"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829084,"link":null,"locked":false,"customData":{"boxId":"8YPcJJ6foKsJz74dVQC9L","label":"Step Circle","type":"child"},"fontSize":14,"fontFamily":2,"text":"12","baseline":13,"textAlign":"center","verticalAlign":"top","containerId":null,"originalText":"12"},{"type":"ellipse","version":437,"versionNonce":2110597902,"isDeleted":true,"id":"nlbYwb8ZxMrYUYDOAuQKA","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-840,"y":500,"strokeColor":"#202124","backgroundColor":"#202124","width":32,"height":32,"seed":916897595,"groupIds":["75IRW1WjqOLiaStc0Ge1X"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829084,"link":null,"locked":false,"customData":{"boxId":"cX6_g5IRqptzU_mt4U-MX","label":"Step Circle","type":"child"}},{"type":"text","version":399,"versionNonce":1899582674,"isDeleted":true,"id":"TWu3gk1lMvvvZhguHlyEf","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-829.5,"y":508,"strokeColor":"#FFFFFF","backgroundColor":"#202124","width":9,"height":16,"seed":2073306613,"groupIds":["75IRW1WjqOLiaStc0Ge1X"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829084,"link":null,"locked":false,"customData":{"boxId":"cX6_g5IRqptzU_mt4U-MX","label":"Step Circle","type":"child"},"fontSize":14,"fontFamily":2,"text":"4","baseline":13,"textAlign":"center","verticalAlign":"top","containerId":null,"originalText":"4"},{"type":"ellipse","version":424,"versionNonce":1498454350,"isDeleted":true,"id":"ySves-RdNXqjcjwUKoCHi","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-720,"y":360,"strokeColor":"#202124","backgroundColor":"#202124","width":32,"height":32,"seed":1094769243,"groupIds":["ZToeJWayNv_1EdeRtK05m"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829084,"link":null,"locked":false,"customData":{"boxId":"qPCpsxGBwLGCOo5WKe8sR","label":"Step Circle","type":"child"}},{"type":"text","version":386,"versionNonce":345696914,"isDeleted":true,"id":"TbgPgnwdAuKVpTK4Rcl4L","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-709.5,"y":368,"strokeColor":"#FFFFFF","backgroundColor":"#202124","width":9,"height":16,"seed":328518869,"groupIds":["ZToeJWayNv_1EdeRtK05m"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829084,"link":null,"locked":false,"customData":{"boxId":"qPCpsxGBwLGCOo5WKe8sR","label":"Step Circle","type":"child"},"fontSize":14,"fontFamily":2,"text":"3","baseline":13,"textAlign":"center","verticalAlign":"top","containerId":null,"originalText":"3"},{"type":"ellipse","version":426,"versionNonce":1187790734,"isDeleted":true,"id":"eDNaee2-ziNKllxdYkwwc","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-340,"y":560,"strokeColor":"#202124","backgroundColor":"#202124","width":32,"height":32,"seed":344326523,"groupIds":["-vRojK5P1iyf5s1nLk9FH"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829084,"link":null,"locked":false,"customData":{"boxId":"yg_3yGKDcFztvdWz4Vy3R","label":"Step Circle","type":"child"}},{"type":"text","version":388,"versionNonce":180602962,"isDeleted":true,"id":"jFnlhC-vmj6T4zpxZ1_OQ","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-329.5,"y":568,"strokeColor":"#FFFFFF","backgroundColor":"#202124","width":9,"height":16,"seed":1609639861,"groupIds":["-vRojK5P1iyf5s1nLk9FH"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829084,"link":null,"locked":false,"customData":{"boxId":"yg_3yGKDcFztvdWz4Vy3R","label":"Step Circle","type":"child"},"fontSize":14,"fontFamily":2,"text":"5","baseline":13,"textAlign":"center","verticalAlign":"top","containerId":null,"originalText":"5"},{"type":"ellipse","version":360,"versionNonce":1249451470,"isDeleted":true,"id":"Wj7iDVYYlca3W0P3dXayl","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1140,"y":-80,"strokeColor":"#202124","backgroundColor":"#202124","width":32,"height":32,"seed":302980085,"groupIds":["dIwiZvGV45gQvqMX3CF5e"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829084,"link":null,"locked":false,"customData":{"boxId":"TpClCuqxTynKKfDAatPAJ","label":"Step Circle","type":"child"}},{"type":"text","version":322,"versionNonce":193654290,"isDeleted":true,"id":"8QdOVk_21qmgqx3OfCoPk","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1150.5,"y":-72,"strokeColor":"#FFFFFF","backgroundColor":"#202124","width":9,"height":16,"seed":788040155,"groupIds":["dIwiZvGV45gQvqMX3CF5e"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829084,"link":null,"locked":false,"customData":{"boxId":"TpClCuqxTynKKfDAatPAJ","label":"Step Circle","type":"child"},"fontSize":14,"fontFamily":2,"text":"6","baseline":13,"textAlign":"center","verticalAlign":"top","containerId":null,"originalText":"6"},{"type":"ellipse","version":344,"versionNonce":2037396494,"isDeleted":true,"id":"3s9tAcNFDQcygVCxHFpMm","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":560,"y":460,"strokeColor":"#202124","backgroundColor":"#202124","width":32,"height":32,"seed":813040341,"groupIds":["i_L8V6YNBUmR0hHAjrMwi"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829084,"link":null,"locked":false,"customData":{"boxId":"1Bu_dDZftxqNUQVcXnGRb","label":"Step Circle","type":"child"}},{"type":"text","version":307,"versionNonce":1005018066,"isDeleted":true,"id":"K1mM9woJILebWzCpFR_u-","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":570.5,"y":468,"strokeColor":"#FFFFFF","backgroundColor":"#202124","width":9,"height":16,"seed":1006633211,"groupIds":["i_L8V6YNBUmR0hHAjrMwi"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829084,"link":null,"locked":false,"customData":{"boxId":"1Bu_dDZftxqNUQVcXnGRb","label":"Step Circle","type":"child"},"fontSize":14,"fontFamily":2,"text":"8","baseline":13,"textAlign":"center","verticalAlign":"top","containerId":null,"originalText":"8"},{"type":"ellipse","version":358,"versionNonce":1571455566,"isDeleted":true,"id":"jUA3TKshK_2tNTzX_WLJv","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1380,"y":380,"strokeColor":"#202124","backgroundColor":"#202124","width":32,"height":32,"seed":366543899,"groupIds":["zDXWOmmc1ZC9RxRHVEVkT"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829084,"link":null,"locked":false,"customData":{"boxId":"LMa-w_IS3LJdeuq5ShOn0","label":"Step Circle","type":"child"}},{"type":"text","version":324,"versionNonce":166728082,"isDeleted":true,"id":"6BNlMUM31taBa1QEJJyhI","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1390.5,"y":388,"strokeColor":"#FFFFFF","backgroundColor":"#202124","width":9,"height":16,"seed":322772757,"groupIds":["zDXWOmmc1ZC9RxRHVEVkT"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829084,"link":null,"locked":false,"customData":{"boxId":"LMa-w_IS3LJdeuq5ShOn0","label":"Step Circle","type":"child"},"fontSize":14,"fontFamily":2,"text":"9","baseline":13,"textAlign":"center","verticalAlign":"top","containerId":null,"originalText":"9"},{"type":"ellipse","version":343,"versionNonce":1510017166,"isDeleted":true,"id":"QyyW29zaWzdyFBq0Dn3v1","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":900,"y":720,"strokeColor":"#202124","backgroundColor":"#202124","width":32,"height":32,"seed":339728565,"groupIds":["nhvhvCjfKZCr-D7JKDisx"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829084,"link":null,"locked":false,"customData":{"boxId":"cKcwg3JiT2txYous4-0B_","label":"Step Circle","type":"child"}},{"type":"text","version":308,"versionNonce":148639570,"isDeleted":true,"id":"B2VEnlnHe8GpA_hX7pbKG","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":907,"y":728,"strokeColor":"#FFFFFF","backgroundColor":"#202124","width":16,"height":16,"seed":852424987,"groupIds":["nhvhvCjfKZCr-D7JKDisx"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829084,"link":null,"locked":false,"customData":{"boxId":"cKcwg3JiT2txYous4-0B_","label":"Step Circle","type":"child"},"fontSize":14,"fontFamily":2,"text":"11","baseline":13,"textAlign":"center","verticalAlign":"top","containerId":null,"originalText":"11"},{"type":"ellipse","version":343,"versionNonce":237815502,"isDeleted":true,"id":"3FtIkVI1A_3wC1OCgEMU3","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":660,"y":700,"strokeColor":"#202124","backgroundColor":"#202124","width":32,"height":32,"seed":1739122747,"groupIds":["8QPIG6RUyjbA1-SJ9b-kr"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829084,"link":null,"locked":false,"customData":{"boxId":"WVoBhS9H_LVIQRzrNbK7h","label":"Step Circle","type":"child"}},{"type":"text","version":310,"versionNonce":1291998482,"isDeleted":true,"id":"gIxw9UejSwTnlKaz_V-Cs","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":666.5,"y":708,"strokeColor":"#FFFFFF","backgroundColor":"#202124","width":17,"height":16,"seed":1910836469,"groupIds":["8QPIG6RUyjbA1-SJ9b-kr"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829084,"link":null,"locked":false,"customData":{"boxId":"WVoBhS9H_LVIQRzrNbK7h","label":"Step Circle","type":"child"},"fontSize":14,"fontFamily":2,"text":"10","baseline":13,"textAlign":"center","verticalAlign":"top","containerId":null,"originalText":"10"},{"type":"ellipse","version":343,"versionNonce":986103054,"isDeleted":true,"id":"d1e0Oenb-v5dDUCf83OEY","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":280,"y":700,"strokeColor":"#202124","backgroundColor":"#202124","width":32,"height":32,"seed":1467306965,"groupIds":["yV5YDSGRcP2-ufwRUukhN"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829084,"link":null,"locked":false,"customData":{"boxId":"MPcXP6eO_0VR7uPGzSbcC","label":"Step Circle","type":"child"}},{"type":"text","version":306,"versionNonce":1205461714,"isDeleted":true,"id":"7ZuVhaLvVu1wJk0aO3zQK","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":290.5,"y":708,"strokeColor":"#FFFFFF","backgroundColor":"#202124","width":9,"height":16,"seed":68829179,"groupIds":["yV5YDSGRcP2-ufwRUukhN"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829084,"link":null,"locked":false,"customData":{"boxId":"MPcXP6eO_0VR7uPGzSbcC","label":"Step Circle","type":"child"},"fontSize":14,"fontFamily":2,"text":"7","baseline":13,"textAlign":"center","verticalAlign":"top","containerId":null,"originalText":"7"},{"type":"ellipse","version":360,"versionNonce":625470286,"isDeleted":true,"id":"d9-BH4z0RtpPfGpI5Zg5m","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":200,"y":1060,"strokeColor":"#202124","backgroundColor":"#202124","width":32,"height":32,"seed":715907867,"groupIds":["LPhhXdIsU9hsikPcWyT6H"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829084,"link":null,"locked":false,"customData":{"boxId":"kys11FcxCb6KpS0oZVjPc","label":"Step Circle","type":"child"}},{"type":"text","version":324,"versionNonce":603568274,"isDeleted":true,"id":"clhrnS2e9TZS9VFuM0mhf","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":210.5,"y":1068,"strokeColor":"#FFFFFF","backgroundColor":"#202124","width":9,"height":16,"seed":281784341,"groupIds":["LPhhXdIsU9hsikPcWyT6H"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829084,"link":null,"locked":false,"customData":{"boxId":"kys11FcxCb6KpS0oZVjPc","label":"Step Circle","type":"child"},"fontSize":14,"fontFamily":2,"text":"7","baseline":13,"textAlign":"center","verticalAlign":"top","containerId":null,"originalText":"7"},{"type":"text","version":359,"versionNonce":2080985486,"isDeleted":true,"id":"eanvCRctDGqeRlnbsdImu","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":80,"angle":0,"x":160,"y":820,"strokeColor":"#202124","backgroundColor":"transparent","width":103,"height":19,"seed":1065355388,"groupIds":["v4Kyrx3gvgGfINYNqD0Sk"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829084,"link":null,"locked":false,"customData":{"boxId":"AAf3trC5P8q_OHT59SwTB","label":"Virtual Private Cloud","resource":"google_compute_network","type":"child"},"fontSize":16,"fontFamily":2,"text":"DEV SUBNET","baseline":15,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":"DEV SUBNET"},{"id":"uhhZPNIvPGXYzmzoL3709","type":"text","x":-760,"y":600,"width":149,"height":19,"angle":0,"strokeColor":"#202124","backgroundColor":"transparent","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"round","seed":653384572,"version":195,"versionNonce":555275858,"isDeleted":true,"boundElements":null,"updated":1697744829084,"link":null,"locked":false,"text":"DATA WAREHOUSE","fontSize":16,"fontFamily":2,"textAlign":"left","verticalAlign":"top","baseline":15,"containerId":null,"originalText":"DATA WAREHOUSE"},{"type":"ellipse","version":372,"versionNonce":977530830,"isDeleted":true,"id":"HWNst2nUxKk2Ub7IMNKkR","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":480,"y":1060,"strokeColor":"#202124","backgroundColor":"#202124","width":32,"height":32,"seed":1725774076,"groupIds":["axztrPMqOSgjk_w9sjmye"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829084,"link":null,"locked":false,"customData":{"boxId":"1dqqZyQ61opbKGJ30kDvn","label":"Step Circle","type":"child"}},{"type":"text","version":340,"versionNonce":1879981074,"isDeleted":true,"id":"SI0sC_9keJi73ycQDfjCj","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":486.5,"y":1068,"strokeColor":"#FFFFFF","backgroundColor":"#202124","width":17,"height":16,"seed":1802233028,"groupIds":["axztrPMqOSgjk_w9sjmye"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829085,"link":null,"locked":false,"customData":{"boxId":"1dqqZyQ61opbKGJ30kDvn","label":"Step Circle","type":"child"},"fontSize":14,"fontFamily":2,"text":"10","baseline":13,"textAlign":"center","verticalAlign":"top","containerId":null,"originalText":"10"},{"type":"ellipse","version":386,"versionNonce":202425870,"isDeleted":true,"id":"_F7fMv4ohWladS67CVOad","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":840,"y":1060,"strokeColor":"#202124","backgroundColor":"#202124","width":32,"height":32,"seed":472021956,"groupIds":["y2umzz-Xlk8G-IspTOE4C"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829085,"link":null,"locked":false,"customData":{"boxId":"_a_b-dfbVazRfX9b7IO1s","label":"Step Circle","type":"child"}},{"type":"text","version":358,"versionNonce":248572370,"isDeleted":true,"id":"dTbCFHCPvb9Nf6ucwG9jS","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":847,"y":1068,"strokeColor":"#FFFFFF","backgroundColor":"#202124","width":16,"height":16,"seed":170332796,"groupIds":["y2umzz-Xlk8G-IspTOE4C"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829085,"link":null,"locked":false,"customData":{"boxId":"_a_b-dfbVazRfX9b7IO1s","label":"Step Circle","type":"child"},"fontSize":14,"fontFamily":2,"text":"11","baseline":13,"textAlign":"center","verticalAlign":"top","containerId":null,"originalText":"11"},{"id":"ghqypfbEJh-dvnDTHAIcH","type":"line","x":380,"y":300,"width":0,"height":140,"angle":0,"strokeColor":"#202124","backgroundColor":"transparent","fillStyle":"hachure","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"round","seed":448502084,"version":82,"versionNonce":845730894,"isDeleted":true,"boundElements":null,"updated":1697744829085,"link":null,"locked":false,"points":[[0,0],[0,-140]],"lastCommittedPoint":null,"startBinding":null,"endBinding":null,"startArrowhead":null,"endArrowhead":"triangle","fontFamily":2},{"id":"7f_aN7Y5o9pnUMQ7rmRx4","type":"arrow","x":381,"y":160,"width":258,"height":0,"angle":0,"strokeColor":"#202124","backgroundColor":"#202124","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"sharp","seed":1451183812,"version":359,"versionNonce":611835794,"isDeleted":true,"boundElements":null,"updated":1697744829085,"link":null,"locked":false,"points":[[0,0],[258,0]],"lastCommittedPoint":null,"startBinding":null,"endBinding":null,"startArrowhead":null,"endArrowhead":"triangle","fontFamily":2},{"type":"rectangle","version":89,"versionNonce":1730484878,"isDeleted":true,"id":"DNRYALDqi1CMZ407YFMI3","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":80,"y":420,"strokeColor":"#202124","backgroundColor":"#FFF","width":240,"height":80,"seed":1065392836,"groupIds":["YbF1VhtR5IoWi-lYIGAqS","jAGgxaV68qTEiVpHo7G2W"],"strokeSharpness":"round","boundElements":[],"updated":1697744829085,"link":null,"locked":false,"customData":{"boxId":"XOMy8QrxWZ0K4rehh5TUj","label":"Cloud Build","resource":"cloudbuild_git_trigger","type":"container"}},{"type":"text","version":84,"versionNonce":1564089682,"isDeleted":true,"id":"eJomFSVxjUy8CA021T_nR","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":96,"y":436,"strokeColor":"#1A73F8","backgroundColor":"transparent","width":160,"height":18,"seed":1786667900,"groupIds":["YbF1VhtR5IoWi-lYIGAqS","jAGgxaV68qTEiVpHo7G2W"],"strokeSharpness":"round","boundElements":[],"updated":1697744829085,"link":null,"locked":false,"customData":{"boxId":"XOMy8QrxWZ0K4rehh5TUj","label":"Cloud Build","resource":"cloudbuild_git_trigger","type":"child"},"fontSize":16,"fontFamily":2,"text":"Cloud Build","baseline":16,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":"Cloud Build"},{"type":"text","version":98,"versionNonce":1090427086,"isDeleted":true,"id":"VLzUJ4pIQ5osVXVSLrklz","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":96,"y":458,"strokeColor":"#202124","backgroundColor":"transparent","width":87,"height":19,"seed":1302897220,"groupIds":["YbF1VhtR5IoWi-lYIGAqS","jAGgxaV68qTEiVpHo7G2W"],"strokeSharpness":"round","boundElements":[],"updated":1697744829085,"link":null,"locked":false,"customData":{"boxId":"XOMy8QrxWZ0K4rehh5TUj","label":"Cloud Build","resource":"cloudbuild_git_trigger","type":"child"},"fontSize":16,"fontFamily":2,"text":"Worker pool","baseline":15,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":"Worker pool"},{"type":"line","version":82,"versionNonce":1181655826,"isDeleted":true,"id":"1WZz9VqXfMJsELdp7dHOI","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":96,"y":460,"strokeColor":"#202124","backgroundColor":"transparent","width":16,"height":1,"seed":945591292,"groupIds":["YbF1VhtR5IoWi-lYIGAqS","jAGgxaV68qTEiVpHo7G2W"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829085,"link":null,"locked":false,"customData":{"boxId":"XOMy8QrxWZ0K4rehh5TUj","label":"Cloud Build","resource":"cloudbuild_git_trigger","type":"child"},"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[208,0]]},{"type":"text","version":82,"versionNonce":395202318,"isDeleted":true,"id":"KcciNXEB3h0zkb2cQNrhE","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":96,"y":468,"strokeColor":"#202124","backgroundColor":"transparent","width":160,"height":14,"seed":2019801540,"groupIds":["YbF1VhtR5IoWi-lYIGAqS","jAGgxaV68qTEiVpHo7G2W"],"strokeSharpness":"round","boundElements":[],"updated":1697744829085,"link":null,"locked":false,"customData":{"boxId":"XOMy8QrxWZ0K4rehh5TUj","label":"Cloud Build","resource":"cloudbuild_git_trigger","type":"child"},"fontSize":12,"fontFamily":2,"text":"","baseline":12,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":""},{"type":"line","version":84,"versionNonce":713846994,"isDeleted":true,"id":"SppQSCjT74DPScg_ORU8q","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":292.1500005722046,"y":452.24499893188477,"strokeColor":"#00000000","backgroundColor":"#4285f4","width":4.709999084472656,"height":6.779998779296875,"seed":2082518140,"groupIds":["iD44Czl413s4ESjNAkWSd","YbF1VhtR5IoWi-lYIGAqS","jAGgxaV68qTEiVpHo7G2W"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829085,"link":null,"locked":false,"customData":{"boxId":"XOMy8QrxWZ0K4rehh5TUj","label":"Cloud Build","resource":"cloudbuild_git_trigger","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[3.524998664855957,-2.032498359680176],[3.524998664855957,-6.097498893737793],[2.339999198913574,-6.779998779296875],[-1.1850004196166992,-0.6824989318847656],[0,0],[0,0]]},{"type":"line","version":84,"versionNonce":1733115214,"isDeleted":true,"id":"fV_EDs7iZL8hrvyi9Fxgz","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":288.6324996948242,"y":446.147500038147,"strokeColor":"#00000000","backgroundColor":"#669df6","width":4.70250129699707,"height":6.780000686645508,"seed":1523573060,"groupIds":["F_IN6YnFoXW-TRgDyaHYI","YbF1VhtR5IoWi-lYIGAqS","jAGgxaV68qTEiVpHo7G2W"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829085,"link":null,"locked":false,"customData":{"boxId":"XOMy8QrxWZ0K4rehh5TUj","label":"Cloud Build","resource":"cloudbuild_git_trigger","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,4.065000534057617],[1.1850004196166992,4.747500419616699],[4.70250129699707,-1.3500003814697266],[3.517500877380371,-2.0325002670288086],[0,0],[0,0]]},{"type":"line","version":84,"versionNonce":1831503506,"isDeleted":true,"id":"WTdjlv2OVRXBRiMvdiKWW","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":291.460000038147,"y":453.4449996948242,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":7.972499847412109,"height":13.80749797821045,"seed":1670169852,"groupIds":["p1tkBs4iKH9bp4frqFQhp","YbF1VhtR5IoWi-lYIGAqS","jAGgxaV68qTEiVpHo7G2W"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829085,"link":null,"locked":false,"customData":{"boxId":"XOMy8QrxWZ0K4rehh5TUj","label":"Cloud Build","resource":"cloudbuild_git_trigger","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-4.222500324249268,-2.429999351501465],[-4.222500324249268,-7.297499656677246],[-7.972499847412109,-9.464999198913574],[-7.972499847412109,-0.2625007629394531],[0,4.342498779296875],[0,0],[0,0]]},{"type":"line","version":84,"versionNonce":898917262,"isDeleted":true,"id":"4BOD-jvJBDDY5i2T9hUbn","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":287.92749977111816,"y":444.94750022888184,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":15.952500820159912,"height":6.772500038146973,"seed":2085296324,"groupIds":["p1tkBs4iKH9bp4frqFQhp","YbF1VhtR5IoWi-lYIGAqS","jAGgxaV68qTEiVpHo7G2W"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829085,"link":null,"locked":false,"customData":{"boxId":"XOMy8QrxWZ0K4rehh5TUj","label":"Cloud Build","resource":"cloudbuild_git_trigger","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[4.222500801086426,-2.4375],[8.444999694824219,0],[12.20250129699707,-2.1675004959106445],[4.222500801086426,-6.772500038146973],[-3.749999523162842,-2.1675004959106445],[0,0],[0,0]]},{"type":"line","version":84,"versionNonce":1728046162,"isDeleted":true,"id":"XP0An1VsdfWFa8QHfliLY","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":297.0625,"y":451.01500034332275,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":7.965000152587891,"height":13.80749797821045,"seed":337823100,"groupIds":["p1tkBs4iKH9bp4frqFQhp","YbF1VhtR5IoWi-lYIGAqS","jAGgxaV68qTEiVpHo7G2W"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829085,"link":null,"locked":false,"customData":{"boxId":"XOMy8QrxWZ0K4rehh5TUj","label":"Cloud Build","resource":"cloudbuild_git_trigger","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-4.215000152587891,2.429999351501465],[-4.215000152587891,6.77249813079834],[3.75,2.1674985885620117],[3.75,-7.034999847412109],[0,-4.867500305175781],[0,0],[0,0]]},{"type":"rectangle","version":111,"versionNonce":1956430286,"isDeleted":true,"id":"kc7mdb2IBHnKZYCbJMjm7","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":680,"y":480,"strokeColor":"#202124","backgroundColor":"#FFF","width":240,"height":80,"seed":1120254844,"groupIds":["y5nDgA5JRqobTXiU7MXqs","Dj6qBs0PK6pIuGVHjR54n"],"strokeSharpness":"round","boundElements":[{"id":"DfIrtZP8buaaSUfiDxtCo","type":"arrow"}],"updated":1697744829085,"link":null,"locked":false,"customData":{"boxId":"hzpvJNZ8CpRAPAjCV7wET","label":"Cloud Build","resource":"cloudbuild_git_trigger","type":"container"}},{"type":"text","version":103,"versionNonce":1105431058,"isDeleted":true,"id":"dJ2tzvuRAJfFvfjIPzVFe","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":696,"y":496,"strokeColor":"#1A73F8","backgroundColor":"transparent","width":160,"height":18,"seed":35834436,"groupIds":["y5nDgA5JRqobTXiU7MXqs","Dj6qBs0PK6pIuGVHjR54n"],"strokeSharpness":"round","boundElements":[],"updated":1697744829085,"link":null,"locked":false,"customData":{"boxId":"hzpvJNZ8CpRAPAjCV7wET","label":"Cloud Build","resource":"cloudbuild_git_trigger","type":"child"},"fontSize":16,"fontFamily":2,"text":"Cloud Build","baseline":16,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":"Cloud Build"},{"type":"text","version":124,"versionNonce":1736398862,"isDeleted":true,"id":"xaTOtMZ49dWyeSGmOtO0Y","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":696,"y":518,"strokeColor":"#202124","backgroundColor":"transparent","width":51,"height":19,"seed":1039723516,"groupIds":["y5nDgA5JRqobTXiU7MXqs","Dj6qBs0PK6pIuGVHjR54n"],"strokeSharpness":"round","boundElements":[],"updated":1697744829085,"link":null,"locked":false,"customData":{"boxId":"hzpvJNZ8CpRAPAjCV7wET","label":"Cloud Build","resource":"cloudbuild_git_trigger","type":"child"},"fontSize":16,"fontFamily":2,"text":"Trigger","baseline":15,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":"Trigger"},{"type":"line","version":103,"versionNonce":1422686162,"isDeleted":true,"id":"xoHKFM0mjusJ07kR_cD56","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":892.1500005722046,"y":512.2449989318848,"strokeColor":"#00000000","backgroundColor":"#4285f4","width":4.709999084472656,"height":6.779998779296875,"seed":1800987076,"groupIds":["Gz74dBPzSm8cjaUL9CuMO","y5nDgA5JRqobTXiU7MXqs","Dj6qBs0PK6pIuGVHjR54n"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829085,"link":null,"locked":false,"customData":{"boxId":"hzpvJNZ8CpRAPAjCV7wET","label":"Cloud Build","resource":"cloudbuild_git_trigger","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[3.524998664855957,-2.032498359680176],[3.524998664855957,-6.097498893737793],[2.339999198913574,-6.779998779296875],[-1.1850004196166992,-0.6824989318847656],[0,0],[0,0]]},{"type":"line","version":103,"versionNonce":104146510,"isDeleted":true,"id":"doVXqdwVU7_lwMNGCtN_R","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":888.6324996948242,"y":506.147500038147,"strokeColor":"#00000000","backgroundColor":"#669df6","width":4.70250129699707,"height":6.780000686645508,"seed":1014107260,"groupIds":["FTqAmV2doIlHqdn-7Kim7","y5nDgA5JRqobTXiU7MXqs","Dj6qBs0PK6pIuGVHjR54n"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829085,"link":null,"locked":false,"customData":{"boxId":"hzpvJNZ8CpRAPAjCV7wET","label":"Cloud Build","resource":"cloudbuild_git_trigger","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,4.065000534057617],[1.1850004196166992,4.747500419616699],[4.70250129699707,-1.3500003814697266],[3.517500877380371,-2.0325002670288086],[0,0],[0,0]]},{"type":"line","version":103,"versionNonce":2144447890,"isDeleted":true,"id":"PETMVXYIvr8UywI69DQlM","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":891.460000038147,"y":513.4449996948242,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":7.972499847412109,"height":13.80749797821045,"seed":81791300,"groupIds":["5Q1wX-u5k25t96EfH9sB3","y5nDgA5JRqobTXiU7MXqs","Dj6qBs0PK6pIuGVHjR54n"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829085,"link":null,"locked":false,"customData":{"boxId":"hzpvJNZ8CpRAPAjCV7wET","label":"Cloud Build","resource":"cloudbuild_git_trigger","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-4.222500324249268,-2.429999351501465],[-4.222500324249268,-7.297499656677246],[-7.972499847412109,-9.464999198913574],[-7.972499847412109,-0.2625007629394531],[0,4.342498779296875],[0,0],[0,0]]},{"type":"line","version":103,"versionNonce":1637297294,"isDeleted":true,"id":"ZLBR81rFBmSV2Z2WCLOBf","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":887.9274997711182,"y":504.94750022888184,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":15.952500820159912,"height":6.772500038146973,"seed":1072897276,"groupIds":["5Q1wX-u5k25t96EfH9sB3","y5nDgA5JRqobTXiU7MXqs","Dj6qBs0PK6pIuGVHjR54n"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829085,"link":null,"locked":false,"customData":{"boxId":"hzpvJNZ8CpRAPAjCV7wET","label":"Cloud Build","resource":"cloudbuild_git_trigger","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[4.222500801086426,-2.4375],[8.444999694824219,0],[12.20250129699707,-2.1675004959106445],[4.222500801086426,-6.772500038146973],[-3.749999523162842,-2.1675004959106445],[0,0],[0,0]]},{"type":"line","version":103,"versionNonce":136981330,"isDeleted":true,"id":"jxLN7FHPXy1Yg35NSz4gt","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":897.0625,"y":511.01500034332275,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":7.965000152587891,"height":13.80749797821045,"seed":1108754628,"groupIds":["5Q1wX-u5k25t96EfH9sB3","y5nDgA5JRqobTXiU7MXqs","Dj6qBs0PK6pIuGVHjR54n"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829085,"link":null,"locked":false,"customData":{"boxId":"hzpvJNZ8CpRAPAjCV7wET","label":"Cloud Build","resource":"cloudbuild_git_trigger","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-4.215000152587891,2.429999351501465],[-4.215000152587891,6.77249813079834],[3.75,2.1674985885620117],[3.75,-7.034999847412109],[0,-4.867500305175781],[0,0],[0,0]]},{"type":"rectangle","version":145,"versionNonce":123628238,"isDeleted":true,"id":"rW2PTmqX4Ggypk0jdCJFh","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":80,"y":240,"strokeColor":"#202124","backgroundColor":"#FFF","width":240,"height":80,"seed":409952252,"groupIds":["V2bk2rXnXCzbu-MyaIj_J","7Yn47CKRjpTbKs88WzXej"],"strokeSharpness":"round","boundElements":[{"id":"DfIrtZP8buaaSUfiDxtCo","type":"arrow"},{"id":"W9R12Uosv_ysCejW7Zfn5","type":"arrow"},{"id":"wzTbZ3Gv04CVnyVobOJbO","type":"arrow"},{"id":"tzltvz06MYsY6b9U8_x56","type":"arrow"}],"updated":1697744829085,"link":null,"locked":false,"customData":{"boxId":"kLidXBsuXTZeh2Z2UdLlI","label":"Cloud Build","resource":"cloudbuild_git_trigger","type":"container"}},{"type":"text","version":133,"versionNonce":1949102354,"isDeleted":true,"id":"Hd7aQLoWFzaz1ovM4ixkd","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":96,"y":256,"strokeColor":"#1A73F8","backgroundColor":"transparent","width":160,"height":18,"seed":1890823620,"groupIds":["V2bk2rXnXCzbu-MyaIj_J","7Yn47CKRjpTbKs88WzXej"],"strokeSharpness":"round","boundElements":[],"updated":1697744829085,"link":null,"locked":false,"customData":{"boxId":"kLidXBsuXTZeh2Z2UdLlI","label":"Cloud Build","resource":"cloudbuild_git_trigger","type":"child"},"fontSize":16,"fontFamily":2,"text":"Cloud Build","baseline":16,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":"Cloud Build"},{"type":"text","version":154,"versionNonce":1713627406,"isDeleted":true,"id":"lquLK_i34OYzBzJDvwRPO","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":96,"y":278,"strokeColor":"#202124","backgroundColor":"transparent","width":51,"height":19,"seed":1744437372,"groupIds":["V2bk2rXnXCzbu-MyaIj_J","7Yn47CKRjpTbKs88WzXej"],"strokeSharpness":"round","boundElements":[],"updated":1697744829085,"link":null,"locked":false,"customData":{"boxId":"kLidXBsuXTZeh2Z2UdLlI","label":"Cloud Build","resource":"cloudbuild_git_trigger","type":"child"},"fontSize":16,"fontFamily":2,"text":"Trigger","baseline":15,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":"Trigger"},{"type":"line","version":133,"versionNonce":1733361362,"isDeleted":true,"id":"ce5H79HhQCRlJ6nwTv27P","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":292.1500005722046,"y":272.24499893188477,"strokeColor":"#00000000","backgroundColor":"#4285f4","width":4.709999084472656,"height":6.779998779296875,"seed":755062084,"groupIds":["_zMTF_ElLblJuEEBpa78C","V2bk2rXnXCzbu-MyaIj_J","7Yn47CKRjpTbKs88WzXej"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829085,"link":null,"locked":false,"customData":{"boxId":"kLidXBsuXTZeh2Z2UdLlI","label":"Cloud Build","resource":"cloudbuild_git_trigger","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[3.524998664855957,-2.032498359680176],[3.524998664855957,-6.097498893737793],[2.339999198913574,-6.779998779296875],[-1.1850004196166992,-0.6824989318847656],[0,0],[0,0]]},{"type":"line","version":133,"versionNonce":828411726,"isDeleted":true,"id":"mCjrIe1iRb2FYIaBqMEjR","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":288.6324996948242,"y":266.147500038147,"strokeColor":"#00000000","backgroundColor":"#669df6","width":4.70250129699707,"height":6.780000686645508,"seed":509382908,"groupIds":["dQkU7M0ztXto41TUnazEv","V2bk2rXnXCzbu-MyaIj_J","7Yn47CKRjpTbKs88WzXej"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829085,"link":null,"locked":false,"customData":{"boxId":"kLidXBsuXTZeh2Z2UdLlI","label":"Cloud Build","resource":"cloudbuild_git_trigger","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,4.065000534057617],[1.1850004196166992,4.747500419616699],[4.70250129699707,-1.3500003814697266],[3.517500877380371,-2.0325002670288086],[0,0],[0,0]]},{"type":"line","version":133,"versionNonce":2116899986,"isDeleted":true,"id":"MtXUnnRu-UI3yVxYGZaH2","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":291.460000038147,"y":273.4449996948242,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":7.972499847412109,"height":13.80749797821045,"seed":1882066116,"groupIds":["7i0FLwIjkps9d5C-bB4hW","V2bk2rXnXCzbu-MyaIj_J","7Yn47CKRjpTbKs88WzXej"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829085,"link":null,"locked":false,"customData":{"boxId":"kLidXBsuXTZeh2Z2UdLlI","label":"Cloud Build","resource":"cloudbuild_git_trigger","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-4.222500324249268,-2.429999351501465],[-4.222500324249268,-7.297499656677246],[-7.972499847412109,-9.464999198913574],[-7.972499847412109,-0.2625007629394531],[0,4.342498779296875],[0,0],[0,0]]},{"type":"line","version":133,"versionNonce":1164801422,"isDeleted":true,"id":"URHHJwUyPV5oRPyZPHNEe","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":287.92749977111816,"y":264.94750022888184,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":15.952500820159912,"height":6.772500038146973,"seed":2065240444,"groupIds":["7i0FLwIjkps9d5C-bB4hW","V2bk2rXnXCzbu-MyaIj_J","7Yn47CKRjpTbKs88WzXej"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829085,"link":null,"locked":false,"customData":{"boxId":"kLidXBsuXTZeh2Z2UdLlI","label":"Cloud Build","resource":"cloudbuild_git_trigger","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[4.222500801086426,-2.4375],[8.444999694824219,0],[12.20250129699707,-2.1675004959106445],[4.222500801086426,-6.772500038146973],[-3.749999523162842,-2.1675004959106445],[0,0],[0,0]]},{"type":"line","version":133,"versionNonce":712569426,"isDeleted":true,"id":"xO75XndnkfOvqb82uhQpQ","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":297.0625,"y":271.01500034332275,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":7.965000152587891,"height":13.80749797821045,"seed":735564868,"groupIds":["7i0FLwIjkps9d5C-bB4hW","V2bk2rXnXCzbu-MyaIj_J","7Yn47CKRjpTbKs88WzXej"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829085,"link":null,"locked":false,"customData":{"boxId":"kLidXBsuXTZeh2Z2UdLlI","label":"Cloud Build","resource":"cloudbuild_git_trigger","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-4.215000152587891,2.429999351501465],[-4.215000152587891,6.77249813079834],[3.75,2.1674985885620117],[3.75,-7.034999847412109],[0,-4.867500305175781],[0,0],[0,0]]},{"id":"XBtPrrKjt-IYFDzTFgmrF","type":"line","x":260,"y":1040,"width":0,"height":60,"angle":0,"strokeColor":"#202124","backgroundColor":"transparent","fillStyle":"hachure","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"round","seed":557421380,"version":73,"versionNonce":193172430,"isDeleted":true,"boundElements":null,"updated":1697744829085,"link":null,"locked":false,"points":[[0,0],[0,60]],"lastCommittedPoint":null,"startBinding":null,"endBinding":null,"startArrowhead":null,"endArrowhead":"triangle","fontFamily":2},{"id":"6QHaaka5rNhpcRtNPhcSl","type":"line","x":520,"y":1040,"width":0,"height":60,"angle":0,"strokeColor":"#202124","backgroundColor":"transparent","fillStyle":"hachure","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"round","seed":799253500,"version":71,"versionNonce":252368914,"isDeleted":true,"boundElements":null,"updated":1697744829085,"link":null,"locked":false,"points":[[0,0],[0,60]],"lastCommittedPoint":null,"startBinding":null,"endBinding":null,"startArrowhead":null,"endArrowhead":"triangle","fontFamily":2},{"id":"ShpizXL49uz-ODMS8A3gc","type":"line","x":820,"y":1040,"width":0,"height":60,"angle":0,"strokeColor":"#202124","backgroundColor":"transparent","fillStyle":"hachure","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"round","seed":1828784324,"version":74,"versionNonce":1572596238,"isDeleted":true,"boundElements":null,"updated":1697744829085,"link":null,"locked":false,"points":[[0,0],[0,60]],"lastCommittedPoint":null,"startBinding":null,"endBinding":null,"startArrowhead":null,"endArrowhead":"triangle","fontFamily":2},{"id":"BcSy_szos-cbUBAyvULcw","type":"arrow","x":520,"y":781,"width":0,"height":378,"angle":0,"strokeColor":"#202124","backgroundColor":"#202124","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"sharp","seed":1193576132,"version":178,"versionNonce":1541014994,"isDeleted":true,"boundElements":null,"updated":1697744829085,"link":null,"locked":false,"points":[[0,0],[0,378]],"lastCommittedPoint":null,"startBinding":{"elementId":"DYaaB9-Upcbvgkx-N9rbN","focus":-0.022222222222222223,"gap":21},"endBinding":null,"startArrowhead":null,"endArrowhead":"triangle","fontFamily":2},{"id":"8USQIac6tvkAE-1mcKOT-","type":"line","x":600,"y":460,"width":160,"height":0,"angle":0,"strokeColor":"#000000","backgroundColor":"transparent","fillStyle":"hachure","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"round","seed":1735818366,"version":76,"versionNonce":1796175950,"isDeleted":true,"boundElements":null,"updated":1697744829085,"link":null,"locked":false,"points":[[0,0],[160,0]],"lastCommittedPoint":null,"startBinding":null,"endBinding":null,"startArrowhead":null,"endArrowhead":"triangle","fontFamily":2},{"id":"i8pIgAaXwDjUT4tCQU6ap","type":"line","x":360,"y":500,"width":0,"height":80,"angle":0,"strokeColor":"#000000","backgroundColor":"transparent","fillStyle":"hachure","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"round","seed":1938641314,"version":77,"versionNonce":704478098,"isDeleted":true,"boundElements":null,"updated":1697744829085,"link":null,"locked":false,"points":[[0,0],[0,-40],[0,40]],"lastCommittedPoint":[0,-40],"startBinding":null,"endBinding":null,"startArrowhead":null,"endArrowhead":"triangle","fontFamily":2},{"id":"loRDMdwvBp_wHXFbuRIXd","type":"line","x":360,"y":460,"width":0,"height":80,"angle":0,"strokeColor":"#000000","backgroundColor":"transparent","fillStyle":"hachure","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"round","seed":219925310,"version":73,"versionNonce":458702478,"isDeleted":true,"boundElements":null,"updated":1697744829085,"link":null,"locked":false,"points":[[0,0],[0,40],[0,80]],"lastCommittedPoint":null,"startBinding":null,"endBinding":null,"startArrowhead":null,"endArrowhead":"triangle","fontFamily":2},{"type":"rectangle","version":89,"versionNonce":1470904658,"isDeleted":true,"id":"LJk2XCvI5nymX1bvvY-K5","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-560,"y":-80,"strokeColor":"#202124","backgroundColor":"#FFF","width":82,"height":82,"seed":1667954679,"groupIds":["OAWkqXeW9V9QnRaA2Zf13"],"strokeSharpness":"round","boundElements":[],"updated":1697744829085,"link":null,"locked":false,"customData":{}},{"type":"text","version":100,"versionNonce":1934376142,"isDeleted":true,"id":"Oao7PNEfHAidyLqMR0UZe","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-536.5,"y":-32,"strokeColor":"#202124","backgroundColor":"transparent","width":35,"height":19,"seed":383379193,"groupIds":["OAWkqXeW9V9QnRaA2Zf13"],"strokeSharpness":"round","boundElements":[],"updated":1697744829085,"link":null,"locked":false,"customData":{},"fontSize":16,"fontFamily":2,"text":"Data","baseline":15,"textAlign":"center","verticalAlign":"top","containerId":null,"originalText":"Data"},{"type":"line","version":89,"versionNonce":1681735442,"isDeleted":true,"id":"ebm5I-ffxunqTEdQET6aV","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-531,"y":-64,"strokeColor":"#00000000","backgroundColor":"#00000000","width":24,"height":24,"seed":1230430487,"groupIds":["1jwBp00-X1LvsFMNfgM1i","OAWkqXeW9V9QnRaA2Zf13"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829085,"link":null,"locked":false,"customData":{},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[24,0],[24,24],[0,24],[0,0]]},{"type":"line","version":89,"versionNonce":2022142734,"isDeleted":true,"id":"JGPcvZGwBXATHwBd9fFag","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-511,"y":-51,"strokeColor":"#00000000","backgroundColor":"#000","width":18,"height":8,"seed":1154785241,"groupIds":["LCCtG2EFzC8Ei0I0_l7Vl","OAWkqXeW9V9QnRaA2Zf13"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829085,"link":null,"locked":false,"customData":{},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-16,0],[-16,0],[-16.706249952316284,0.2937498092651367],[-17,1],[-17,7],[-17,7],[-16.706249952316284,7.706249237060547],[-16,8],[0,8],[0,8],[0.7062492370605469,7.706249237060547],[1,7],[1,1],[1,1],[0.7062492370605469,0.2937498092651367],[0,0],[0,0]]},{"type":"line","version":89,"versionNonce":1277660370,"isDeleted":true,"id":"WmvhC96coCpe8dr5Mjny6","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-524,"y":-45,"strokeColor":"#00000000","backgroundColor":"#DEDEDE","width":4,"height":4,"seed":405317175,"groupIds":["mV96xTNDSUGyXTkpNyXSd","OAWkqXeW9V9QnRaA2Zf13"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829085,"link":null,"locked":false,"customData":{},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.7765626907348633,-0.15781211853027344],[-1.4124999046325684,-0.5874996185302734],[-1.8421874046325684,-1.2234382629394531],[-2,-2],[-1.8421874046325684,-2.776561737060547],[-1.4124999046325684,-3.4125003814697266],[-0.7765626907348633,-3.8421878814697266],[0,-4],[0.7765626907348633,-3.8421878814697266],[1.4125003814697266,-3.4125003814697266],[1.8421878814697266,-2.776561737060547],[2,-2],[1.8421878814697266,-1.2234382629394531],[1.4125003814697266,-0.5874996185302734],[0.7765626907348633,-0.15781211853027344],[0,0],[0,0]]},{"type":"line","version":89,"versionNonce":360833358,"isDeleted":true,"id":"sJ2uzvF4adnQV8bL5K1V_","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-511,"y":-61,"strokeColor":"#00000000","backgroundColor":"#000","width":18,"height":8,"seed":1489321145,"groupIds":["KgBJiZNE_14Hk6ZktT8tm","OAWkqXeW9V9QnRaA2Zf13"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829085,"link":null,"locked":false,"customData":{},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-16,0],[-16,0],[-16.706249952316284,0.2937500476837158],[-17,1],[-17,7],[-17,7],[-16.706249952316284,7.706250190734863],[-16,8],[0,8],[0,8],[0.7062492370605469,7.706250190734863],[1,7],[1,1],[1,1],[0.7062492370605469,0.2937500476837158],[0,0],[0,0]]},{"type":"line","version":89,"versionNonce":1694638738,"isDeleted":true,"id":"xxyH-bIwD3xzAYM63lint","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-524,"y":-55,"strokeColor":"#00000000","backgroundColor":"#DEDEDE","width":4,"height":4,"seed":1858389847,"groupIds":["4Bx09aiAdKrALiVoXrAIL","OAWkqXeW9V9QnRaA2Zf13"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829085,"link":null,"locked":false,"customData":{},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.7765626907348633,-0.15781211853027344],[-1.4124999046325684,-0.5874996185302734],[-1.8421874046325684,-1.2234373092651367],[-2,-2],[-1.8421874046325684,-2.7765626907348633],[-1.4124999046325684,-3.4124999046325684],[-0.7765626907348633,-3.8421874046325684],[0,-4],[0.7765626907348633,-3.8421874046325684],[1.4125003814697266,-3.4124999046325684],[1.8421878814697266,-2.7765626907348633],[2,-2],[1.8421878814697266,-1.2234373092651367],[1.4125003814697266,-0.5874996185302734],[0.7765626907348633,-0.15781211853027344],[0,0],[0,0]]},{"type":"rectangle","version":97,"versionNonce":2106886030,"isDeleted":true,"id":"XcWFGvwFHWeHat_0QxYqT","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-460,"y":-80,"strokeColor":"#202124","backgroundColor":"#FFF","width":82,"height":82,"seed":1663502903,"groupIds":["fAu4Y2TuePjhZPAHGrCrc"],"strokeSharpness":"round","boundElements":[],"updated":1697744829085,"link":null,"locked":false,"customData":{"boxId":"Qad_ZwMF65Ad2td3ztjRq"}},{"type":"text","version":102,"versionNonce":964952146,"isDeleted":true,"id":"VXnomDYAaMYKVL5_ZIeRg","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-436.5,"y":-32,"strokeColor":"#202124","backgroundColor":"transparent","width":35,"height":19,"seed":240064697,"groupIds":["fAu4Y2TuePjhZPAHGrCrc"],"strokeSharpness":"round","boundElements":[],"updated":1697744829085,"link":null,"locked":false,"customData":{"boxId":"Qad_ZwMF65Ad2td3ztjRq"},"fontSize":16,"fontFamily":2,"text":"Data","baseline":15,"textAlign":"center","verticalAlign":"top","containerId":null,"originalText":"Data"},{"type":"line","version":97,"versionNonce":284714446,"isDeleted":true,"id":"9iqb-SYzoShcfP7QwItnt","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-431,"y":-64,"strokeColor":"#00000000","backgroundColor":"#00000000","width":24,"height":24,"seed":341224279,"groupIds":["EFmQgnMtLO1MJuQ0fMxGA","fAu4Y2TuePjhZPAHGrCrc"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829085,"link":null,"locked":false,"customData":{"boxId":"Qad_ZwMF65Ad2td3ztjRq"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[24,0],[24,24],[0,24],[0,0]]},{"type":"line","version":97,"versionNonce":1703159314,"isDeleted":true,"id":"9btzpZ2MwGv_siztDnLyo","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-411,"y":-51,"strokeColor":"#00000000","backgroundColor":"#000","width":18,"height":8,"seed":37591449,"groupIds":["2pYI9dMJHFDgFbfJcG3T0","fAu4Y2TuePjhZPAHGrCrc"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829085,"link":null,"locked":false,"customData":{"boxId":"Qad_ZwMF65Ad2td3ztjRq"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-16,0],[-16,0],[-16.706249952316284,0.2937498092651367],[-17,1],[-17,7],[-17,7],[-16.706249952316284,7.706249237060547],[-16,8],[0,8],[0,8],[0.7062492370605469,7.706249237060547],[1,7],[1,1],[1,1],[0.7062492370605469,0.2937498092651367],[0,0],[0,0]]},{"type":"line","version":97,"versionNonce":1086749710,"isDeleted":true,"id":"I1N-jf6unhLTizhB78PfQ","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-424,"y":-45,"strokeColor":"#00000000","backgroundColor":"#DEDEDE","width":4,"height":4,"seed":2100635767,"groupIds":["09tcDvUms1SzTHWhZVYmV","fAu4Y2TuePjhZPAHGrCrc"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829085,"link":null,"locked":false,"customData":{"boxId":"Qad_ZwMF65Ad2td3ztjRq"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.7765626907348633,-0.15781211853027344],[-1.4124999046325684,-0.5874996185302734],[-1.8421874046325684,-1.2234382629394531],[-2,-2],[-1.8421874046325684,-2.776561737060547],[-1.4124999046325684,-3.4125003814697266],[-0.7765626907348633,-3.8421878814697266],[0,-4],[0.7765626907348633,-3.8421878814697266],[1.4125003814697266,-3.4125003814697266],[1.8421878814697266,-2.776561737060547],[2,-2],[1.8421878814697266,-1.2234382629394531],[1.4125003814697266,-0.5874996185302734],[0.7765626907348633,-0.15781211853027344],[0,0],[0,0]]},{"type":"line","version":97,"versionNonce":1912181714,"isDeleted":true,"id":"YiWvovsyJ0LRPAT2oGYfY","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-411,"y":-61,"strokeColor":"#00000000","backgroundColor":"#000","width":18,"height":8,"seed":2053701241,"groupIds":["j2TCQ1qABDNdYb3DFD9Ek","fAu4Y2TuePjhZPAHGrCrc"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829086,"link":null,"locked":false,"customData":{"boxId":"Qad_ZwMF65Ad2td3ztjRq"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-16,0],[-16,0],[-16.706249952316284,0.2937500476837158],[-17,1],[-17,7],[-17,7],[-16.706249952316284,7.706250190734863],[-16,8],[0,8],[0,8],[0.7062492370605469,7.706250190734863],[1,7],[1,1],[1,1],[0.7062492370605469,0.2937500476837158],[0,0],[0,0]]},{"type":"line","version":97,"versionNonce":1928841806,"isDeleted":true,"id":"swnDs17DE0NL7dhh8CMfj","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-424,"y":-55,"strokeColor":"#00000000","backgroundColor":"#DEDEDE","width":4,"height":4,"seed":2072445335,"groupIds":["d2MMvMq_3pVywE4K3yugn","fAu4Y2TuePjhZPAHGrCrc"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829086,"link":null,"locked":false,"customData":{"boxId":"Qad_ZwMF65Ad2td3ztjRq"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.7765626907348633,-0.15781211853027344],[-1.4124999046325684,-0.5874996185302734],[-1.8421874046325684,-1.2234373092651367],[-2,-2],[-1.8421874046325684,-2.7765626907348633],[-1.4124999046325684,-3.4124999046325684],[-0.7765626907348633,-3.8421874046325684],[0,-4],[0.7765626907348633,-3.8421874046325684],[1.4125003814697266,-3.4124999046325684],[1.8421878814697266,-2.7765626907348633],[2,-2],[1.8421878814697266,-1.2234373092651367],[1.4125003814697266,-0.5874996185302734],[0.7765626907348633,-0.15781211853027344],[0,0],[0,0]]},{"type":"rectangle","version":101,"versionNonce":821774738,"isDeleted":true,"id":"EfLUqG8VkbxWkqofNu1B6","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-360,"y":-80,"strokeColor":"#202124","backgroundColor":"#FFF","width":82,"height":82,"seed":626560855,"groupIds":["pDXzfPHgZzxxwtOMrtSpg"],"strokeSharpness":"round","boundElements":[],"updated":1697744829086,"link":null,"locked":false,"customData":{"boxId":"LoPiLQO2NSOPANfJRhWgB"}},{"type":"text","version":106,"versionNonce":1717915790,"isDeleted":true,"id":"fa09_vxJI_A-2DtmwCGsy","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-336.5,"y":-32,"strokeColor":"#202124","backgroundColor":"transparent","width":35,"height":19,"seed":1706816921,"groupIds":["pDXzfPHgZzxxwtOMrtSpg"],"strokeSharpness":"round","boundElements":[],"updated":1697744829086,"link":null,"locked":false,"customData":{"boxId":"LoPiLQO2NSOPANfJRhWgB"},"fontSize":16,"fontFamily":2,"text":"Data","baseline":15,"textAlign":"center","verticalAlign":"top","containerId":null,"originalText":"Data"},{"type":"line","version":101,"versionNonce":432031570,"isDeleted":true,"id":"e-GkTlFxyJ-fqiVyoSwk7","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-331,"y":-64,"strokeColor":"#00000000","backgroundColor":"#00000000","width":24,"height":24,"seed":1549438071,"groupIds":["ReLFbn2tftwCinmWPXlhG","pDXzfPHgZzxxwtOMrtSpg"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829086,"link":null,"locked":false,"customData":{"boxId":"LoPiLQO2NSOPANfJRhWgB"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[24,0],[24,24],[0,24],[0,0]]},{"type":"line","version":101,"versionNonce":382209742,"isDeleted":true,"id":"5sCtVdicHMUOVfodqKu9Y","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-311,"y":-51,"strokeColor":"#00000000","backgroundColor":"#000","width":18,"height":8,"seed":364632697,"groupIds":["LtHdkl7DN2Qa7V1yMnfk3","pDXzfPHgZzxxwtOMrtSpg"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829086,"link":null,"locked":false,"customData":{"boxId":"LoPiLQO2NSOPANfJRhWgB"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-16,0],[-16,0],[-16.706249952316284,0.2937498092651367],[-17,1],[-17,7],[-17,7],[-16.706249952316284,7.706249237060547],[-16,8],[0,8],[0,8],[0.7062492370605469,7.706249237060547],[1,7],[1,1],[1,1],[0.7062492370605469,0.2937498092651367],[0,0],[0,0]]},{"type":"line","version":101,"versionNonce":614436114,"isDeleted":true,"id":"rmsIhDwyQUdOWXEqw0LMn","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-324,"y":-45,"strokeColor":"#00000000","backgroundColor":"#DEDEDE","width":4,"height":4,"seed":408937879,"groupIds":["PEtvkJACkiUMhjCp1EJXh","pDXzfPHgZzxxwtOMrtSpg"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829086,"link":null,"locked":false,"customData":{"boxId":"LoPiLQO2NSOPANfJRhWgB"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.7765626907348633,-0.15781211853027344],[-1.4124999046325684,-0.5874996185302734],[-1.8421874046325684,-1.2234382629394531],[-2,-2],[-1.8421874046325684,-2.776561737060547],[-1.4124999046325684,-3.4125003814697266],[-0.7765626907348633,-3.8421878814697266],[0,-4],[0.7765626907348633,-3.8421878814697266],[1.4125003814697266,-3.4125003814697266],[1.8421878814697266,-2.776561737060547],[2,-2],[1.8421878814697266,-1.2234382629394531],[1.4125003814697266,-0.5874996185302734],[0.7765626907348633,-0.15781211853027344],[0,0],[0,0]]},{"type":"line","version":101,"versionNonce":548996366,"isDeleted":true,"id":"rQvhMy4vcDVytMFvFpQB8","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-311,"y":-61,"strokeColor":"#00000000","backgroundColor":"#000","width":18,"height":8,"seed":170664793,"groupIds":["gCGplUD8yCEIPVgiWezp-","pDXzfPHgZzxxwtOMrtSpg"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829086,"link":null,"locked":false,"customData":{"boxId":"LoPiLQO2NSOPANfJRhWgB"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-16,0],[-16,0],[-16.706249952316284,0.2937500476837158],[-17,1],[-17,7],[-17,7],[-16.706249952316284,7.706250190734863],[-16,8],[0,8],[0,8],[0.7062492370605469,7.706250190734863],[1,7],[1,1],[1,1],[0.7062492370605469,0.2937500476837158],[0,0],[0,0]]},{"type":"line","version":101,"versionNonce":655366866,"isDeleted":true,"id":"02d2aUGDcSfIxY6BIn6kW","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-324,"y":-55,"strokeColor":"#00000000","backgroundColor":"#DEDEDE","width":4,"height":4,"seed":412949175,"groupIds":["lss6KLgOwy6qgYErilXsH","pDXzfPHgZzxxwtOMrtSpg"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829086,"link":null,"locked":false,"customData":{"boxId":"LoPiLQO2NSOPANfJRhWgB"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.7765626907348633,-0.15781211853027344],[-1.4124999046325684,-0.5874996185302734],[-1.8421874046325684,-1.2234373092651367],[-2,-2],[-1.8421874046325684,-2.7765626907348633],[-1.4124999046325684,-3.4124999046325684],[-0.7765626907348633,-3.8421874046325684],[0,-4],[0.7765626907348633,-3.8421874046325684],[1.4125003814697266,-3.4124999046325684],[1.8421878814697266,-2.7765626907348633],[2,-2],[1.8421878814697266,-1.2234373092651367],[1.4125003814697266,-0.5874996185302734],[0.7765626907348633,-0.15781211853027344],[0,0],[0,0]]},{"type":"rectangle","version":209,"versionNonce":632369998,"isDeleted":true,"id":"rfo0vgI0WaVRshIqPSdJC","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":80,"y":360,"strokeColor":"#202124","backgroundColor":"#FFF","width":240,"height":60,"seed":691709241,"groupIds":["BvSX7YpaQgFV6wb08G3nE","HwTCCLwG4W0Nf8Sdmtinx"],"strokeSharpness":"round","boundElements":[{"id":"u3MHsCfKj6joFmOvIyJhR","type":"arrow"},{"id":"7f_aN7Y5o9pnUMQ7rmRx4","type":"arrow"}],"updated":1697744829086,"link":null,"locked":false,"customData":{"boxId":"FV69FXJ4PIlJiH340IvLT","label":"Cloud Storage","resource":"google_storage_bucket","type":"container"}},{"type":"text","version":202,"versionNonce":799600786,"isDeleted":true,"id":"dAUJF7WEtziGbQ3uyvZ2E","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":96,"y":376,"strokeColor":"#1a73e8","backgroundColor":"transparent","width":160,"height":18,"seed":421013207,"groupIds":["BvSX7YpaQgFV6wb08G3nE","HwTCCLwG4W0Nf8Sdmtinx"],"strokeSharpness":"round","boundElements":[{"id":"gISyGfHd3ExlrEzh0Hj-0","type":"arrow"}],"updated":1697744829086,"link":null,"locked":false,"customData":{"boxId":"FV69FXJ4PIlJiH340IvLT","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"},"fontSize":16,"fontFamily":2,"text":"Cloud Storage","baseline":16,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":"Cloud Storage"},{"type":"rectangle","version":199,"versionNonce":805935502,"isDeleted":true,"id":"DPClQ7KUuT12YCCEymTVJ","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":282,"y":380,"strokeColor":"transparent","backgroundColor":"#aecbfa","width":20,"height":7,"seed":1090754073,"groupIds":["BvSX7YpaQgFV6wb08G3nE","HwTCCLwG4W0Nf8Sdmtinx"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829086,"link":null,"locked":false,"customData":{"boxId":"FV69FXJ4PIlJiH340IvLT","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"}},{"type":"rectangle","version":199,"versionNonce":1646333522,"isDeleted":true,"id":"hpDrdXTPj8o9tyZIA0Kfd","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":300,"y":380,"strokeColor":"transparent","backgroundColor":"#669df6","width":2,"height":7,"seed":1933259767,"groupIds":["BvSX7YpaQgFV6wb08G3nE","HwTCCLwG4W0Nf8Sdmtinx"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829086,"link":null,"locked":false,"customData":{"boxId":"FV69FXJ4PIlJiH340IvLT","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"}},{"type":"line","version":199,"versionNonce":385562574,"isDeleted":true,"id":"BavSg1cJoq_vXXJT4mLD-","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":302,"y":380,"strokeColor":"#00000000","backgroundColor":"#4285f4","width":2,"height":7,"seed":1480289017,"groupIds":["caOxQrXK9y3hN8mWh7_fl","BvSX7YpaQgFV6wb08G3nE","HwTCCLwG4W0Nf8Sdmtinx"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829086,"link":null,"locked":false,"customData":{"boxId":"FV69FXJ4PIlJiH340IvLT","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-2,0],[-2,7],[0,0],[0,0]]},{"type":"rectangle","version":199,"versionNonce":1397715986,"isDeleted":true,"id":"skpoMvVatbUmCjoe8K85i","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":282,"y":380,"strokeColor":"transparent","backgroundColor":"#669df6","width":2,"height":7,"seed":1807719703,"groupIds":["BvSX7YpaQgFV6wb08G3nE","HwTCCLwG4W0Nf8Sdmtinx"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829086,"link":null,"locked":false,"customData":{"boxId":"FV69FXJ4PIlJiH340IvLT","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"}},{"type":"rectangle","version":199,"versionNonce":1654590990,"isDeleted":true,"id":"sneTMVr3u-qcwmfDnA-qq","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":286,"y":383,"strokeColor":"transparent","backgroundColor":"#fff","width":6,"height":1,"seed":1734714329,"groupIds":["BvSX7YpaQgFV6wb08G3nE","HwTCCLwG4W0Nf8Sdmtinx"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829086,"link":null,"locked":false,"customData":{"boxId":"FV69FXJ4PIlJiH340IvLT","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"}},{"type":"rectangle","version":199,"versionNonce":1697325522,"isDeleted":true,"id":"_joX6HYG8CR5zAMWrbcQE","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":295,"y":382,"strokeColor":"transparent","backgroundColor":"#fff","width":3,"height":3,"seed":1712972343,"groupIds":["BvSX7YpaQgFV6wb08G3nE","HwTCCLwG4W0Nf8Sdmtinx"],"strokeSharpness":"round","boundElements":[],"updated":1697744829086,"link":null,"locked":false,"customData":{"boxId":"FV69FXJ4PIlJiH340IvLT","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"}},{"type":"rectangle","version":199,"versionNonce":804133966,"isDeleted":true,"id":"C5ctS2MQQidHb5nm4_ILL","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":282,"y":389,"strokeColor":"transparent","backgroundColor":"#aecbfa","width":20,"height":7,"seed":177586361,"groupIds":["BvSX7YpaQgFV6wb08G3nE","HwTCCLwG4W0Nf8Sdmtinx"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829086,"link":null,"locked":false,"customData":{"boxId":"FV69FXJ4PIlJiH340IvLT","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"}},{"type":"rectangle","version":199,"versionNonce":583735186,"isDeleted":true,"id":"FXCNZFliDY_xW0NsKnRlB","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":300,"y":389,"strokeColor":"transparent","backgroundColor":"#669df6","width":2,"height":7,"seed":1663992663,"groupIds":["BvSX7YpaQgFV6wb08G3nE","HwTCCLwG4W0Nf8Sdmtinx"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829086,"link":null,"locked":false,"customData":{"boxId":"FV69FXJ4PIlJiH340IvLT","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"}},{"type":"line","version":199,"versionNonce":348217998,"isDeleted":true,"id":"aWzWHJzcm-yYcaOIyP56W","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":302,"y":389,"strokeColor":"#00000000","backgroundColor":"#4285f4","width":2,"height":7,"seed":258949529,"groupIds":["4E-ATa57osK16LOiBqxdn","BvSX7YpaQgFV6wb08G3nE","HwTCCLwG4W0Nf8Sdmtinx"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829086,"link":null,"locked":false,"customData":{"boxId":"FV69FXJ4PIlJiH340IvLT","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-2,0],[-2,7],[0,0],[0,0]]},{"type":"rectangle","version":199,"versionNonce":476468562,"isDeleted":true,"id":"fxpqr3CKhdPcffo4amL76","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":282,"y":389,"strokeColor":"transparent","backgroundColor":"#669df6","width":2,"height":7,"seed":1397882999,"groupIds":["BvSX7YpaQgFV6wb08G3nE","HwTCCLwG4W0Nf8Sdmtinx"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829086,"link":null,"locked":false,"customData":{"boxId":"FV69FXJ4PIlJiH340IvLT","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"}},{"type":"rectangle","version":199,"versionNonce":64086222,"isDeleted":true,"id":"m4I01ocnrd0dWScMYKrpD","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":286,"y":392,"strokeColor":"transparent","backgroundColor":"#fff","width":6,"height":1,"seed":1126540921,"groupIds":["BvSX7YpaQgFV6wb08G3nE","HwTCCLwG4W0Nf8Sdmtinx"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829086,"link":null,"locked":false,"customData":{"boxId":"FV69FXJ4PIlJiH340IvLT","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"}},{"type":"rectangle","version":199,"versionNonce":1129569042,"isDeleted":true,"id":"d72llA2G6JzkjWIuawbMC","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":295,"y":391,"strokeColor":"transparent","backgroundColor":"#fff","width":3,"height":3,"seed":675862935,"groupIds":["BvSX7YpaQgFV6wb08G3nE","HwTCCLwG4W0Nf8Sdmtinx"],"strokeSharpness":"round","boundElements":[],"updated":1697744829086,"link":null,"locked":false,"customData":{"boxId":"FV69FXJ4PIlJiH340IvLT","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"}},{"type":"text","version":212,"versionNonce":817403662,"isDeleted":true,"id":"EM9xr5KsBCr4SK2RSCHMw","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-300,"y":600,"strokeColor":"#202124","backgroundColor":"transparent","width":120,"height":19,"seed":143092345,"groupIds":[],"strokeSharpness":"round","boundElements":[],"updated":1697744829086,"link":null,"locked":false,"fontSize":16,"fontFamily":2,"text":"VISUALIZATION","baseline":15,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":"VISUALIZATION"},{"type":"text","version":229,"versionNonce":1175103698,"isDeleted":true,"id":"g9ZP1GdyeFgArDXsAP7yG","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-500,"y":420,"strokeColor":"#202124","backgroundColor":"transparent","width":121,"height":19,"seed":531028089,"groupIds":[],"strokeSharpness":"round","boundElements":[],"updated":1697744829086,"link":null,"locked":false,"fontSize":16,"fontFamily":2,"text":"DATA ANALYSIS","baseline":15,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":"DATA ANALYSIS"},{"type":"rectangle","version":124,"versionNonce":1945011534,"isDeleted":true,"id":"9S5avaATpAiJMjsYiewcz","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-340,"y":480,"strokeColor":"#202124","backgroundColor":"#FFF","width":240,"height":60,"seed":817874903,"groupIds":["qGozkT32hN_3hNcIKafRs","aehIdcQh8bj4SRS7sDpi2"],"strokeSharpness":"round","boundElements":[],"updated":1697744829086,"link":null,"locked":false,"customData":{"boxId":"q_T0s9QsnhtFIwhSerxq3","label":"Looker","type":"container"}},{"type":"text","version":125,"versionNonce":1814150802,"isDeleted":true,"id":"5TTFh6lcnxiCqjt7mWQwt","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-324,"y":496,"strokeColor":"#1A73E8","backgroundColor":"transparent","width":103,"height":20,"seed":300057881,"groupIds":["qGozkT32hN_3hNcIKafRs","aehIdcQh8bj4SRS7sDpi2"],"strokeSharpness":"round","boundElements":[{"id":"eA4HsqtnkUBOc8YEdHjwl","type":"arrow"}],"updated":1697744829086,"link":null,"locked":false,"customData":{"boxId":"q_T0s9QsnhtFIwhSerxq3","label":"Looker","type":"child"},"fontSize":16,"fontFamily":5,"text":"Looker Studio","baseline":16,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":"Looker Studio"},{"type":"text","version":65,"versionNonce":785165198,"isDeleted":true,"id":"I4Xb6FpodIm3uSBY53pVF","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":456,"y":780,"strokeColor":"#202124","backgroundColor":"transparent","width":160,"height":18,"seed":1464251639,"groupIds":["qGozkT32hN_3hNcIKafRs","aehIdcQh8bj4SRS7sDpi2"],"strokeSharpness":"round","boundElements":[],"updated":1697744829086,"link":null,"locked":false,"customData":{"boxId":"q_T0s9QsnhtFIwhSerxq3","label":"Looker","type":"child"},"fontSize":16,"fontFamily":5,"text":"","baseline":16,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":""},{"type":"line","version":66,"versionNonce":1917852754,"isDeleted":true,"id":"rnrN3Odmd9WXmUDaXtfRt","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":456,"y":807,"strokeColor":"#202124","backgroundColor":"transparent","width":208,"height":0,"seed":761559545,"groupIds":["qGozkT32hN_3hNcIKafRs","aehIdcQh8bj4SRS7sDpi2"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829086,"link":null,"locked":false,"customData":{"boxId":"q_T0s9QsnhtFIwhSerxq3","label":"Looker","type":"child"},"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[208,0]]},{"type":"text","version":64,"versionNonce":797706702,"isDeleted":true,"id":"lF517h0RQcr8ee7FCIdmT","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":456,"y":813,"strokeColor":"#202124","backgroundColor":"transparent","width":160,"height":14,"seed":615710231,"groupIds":["qGozkT32hN_3hNcIKafRs","aehIdcQh8bj4SRS7sDpi2"],"strokeSharpness":"round","boundElements":[],"updated":1697744829086,"link":null,"locked":false,"customData":{"boxId":"q_T0s9QsnhtFIwhSerxq3","label":"Looker","type":"child"},"fontSize":12,"fontFamily":4,"text":"","baseline":12,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":""},{"type":"line","version":116,"versionNonce":1718403602,"isDeleted":true,"id":"2VyNtq4L4VK0KS1vxepg6","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-132.03875017166138,"y":497.33350002765656,"strokeColor":"#00000000","backgroundColor":"#d2e3fc","width":3.7423171997070312,"height":3.734805941581726,"seed":1922355929,"groupIds":["1btVUiomdVH3Kr3B2_Z5g","qGozkT32hN_3hNcIKafRs","aehIdcQh8bj4SRS7sDpi2"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829086,"link":null,"locked":false,"customData":{"boxId":"q_T0s9QsnhtFIwhSerxq3","label":"Looker","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.5100312232971191,0.0662999153137207],[-0.9578003883361816,0.256449818611145],[-1.6157517433166504,0.9213823080062866],[-1.8722500801086426,1.8209623098373413],[-1.625687599182129,2.7813557386398315],[-1.5472497940063477,2.906999945640564],[-0.7537503242492676,2.1134999990463257],[-0.7537503242492676,2.1134999990463257],[-0.7934994697570801,1.8667501211166382],[-0.6784472465515137,1.459694266319275],[-0.3909187316894531,1.182958722114563],[-0.005667686462402344,1.078858494758606],[0.40255308151245117,1.1897085905075073],[0.6975464820861816,1.4928752183914185],[0.7934422492980957,1.8802498579025269],[0.6909708976745605,2.2659372091293335],[0.39086198806762695,2.564041018486023],[0,2.6670001745224],[-0.24749994277954102,2.6339999437332153],[-1.0394997596740723,3.413999915122986],[-1.0394997596740723,3.413999915122986],[-0.09706878662109375,3.734805941581726],[0.823235034942627,3.547327399253845],[1.539562702178955,2.9398897886276245],[1.7644085884094238,2.5062869787216187],[1.8700671195983887,2.000815749168396],[1.763500690460205,1.230448842048645],[1.3719353675842285,0.5925709009170532],[0.7621073722839355,0.15861141681671143],[0.0007500648498535156,0],[0,0]]},{"type":"line","version":116,"versionNonce":356884494,"isDeleted":true,"id":"CQqJXPRgjxn0OPYbwkbi8","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-132.77899980545044,"y":502.76725006103516,"strokeColor":"#00000000","backgroundColor":"#5e97f6","width":1.8870000839233398,"height":4.200750827789307,"seed":1274618679,"groupIds":["eow4gkBPcRiPAVE1M738y","qGozkT32hN_3hNcIKafRs","aehIdcQh8bj4SRS7sDpi2"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829086,"link":null,"locked":false,"customData":{"boxId":"q_T0s9QsnhtFIwhSerxq3","label":"Looker","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.1371932029724121,-0.9175972938537598],[-0.553499698638916,-1.7467503547668457],[-1.6200003623962402,-0.7132501602172852],[-1.6200003623962402,-0.7132501602172852],[-1.4332499504089355,0],[-1.5482854843139648,0.5842504501342773],[-1.8870000839233398,1.0739998817443848],[-1.320000171661377,2.454000473022461],[-1.320000171661377,2.454000473022461],[-0.7648921012878418,1.9806079864501953],[-0.3492741584777832,1.3941383361816406],[-0.0890202522277832,0.7240996360778809],[0,0],[0,0]]},{"type":"line","version":116,"versionNonce":57585618,"isDeleted":true,"id":"Lyyk_etILK4xyblptFnVr","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-135.6725001335144,"y":504.2544994354248,"strokeColor":"#00000000","backgroundColor":"#5e97f6","width":4.788131952285767,"height":5.8241026401519775,"seed":1711738809,"groupIds":["8scWl7gGuaJ6VdTbSX0yj","qGozkT32hN_3hNcIKafRs","aehIdcQh8bj4SRS7sDpi2"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829086,"link":null,"locked":false,"customData":{"boxId":"q_T0s9QsnhtFIwhSerxq3","label":"Looker","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.7686569690704346,-0.19264698028564453],[-1.3029444217681885,-0.7155532836914062],[-1.519442081451416,-1.4311113357543945],[-1.3347289562225342,-2.2017135620117188],[-0.9288370609283447,-2.6721296310424805],[-0.38905811309814453,-2.929086685180664],[0.20825529098510742,-2.9536781311035156],[0.7867498397827148,-2.726999282836914],[1.813499927520752,-3.7469992637634277],[1.813499927520752,-3.7469992637634277],[0.9519872665405273,-4.242705345153809],[-0.026999950408935547,-4.414499521255493],[-0.8281154632568359,-4.312613487243652],[-1.5320091247558594,-4.015993595123291],[-2.1186437606811523,-3.5587029457092285],[-2.567983627319336,-2.974803924560547],[-2.8599919080734253,-2.298361301422119],[-2.9746320247650146,-1.5634379386901855],[-2.891867995262146,-0.8040962219238281],[-2.591663122177124,-0.05439949035644531],[-2.0081441402435303,0.6735925674438477],[-1.2448241710662842,1.1711139678955078],[-0.365445613861084,1.4096031188964844],[0.5662503242492676,1.3605003356933594],[0,0]]},{"type":"line","version":116,"versionNonce":871525966,"isDeleted":true,"id":"a0aWqVR-G7zE22ypAuvJD","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-131.9989995956421,"y":505.4409999847412,"strokeColor":"#00000000","backgroundColor":"#4285f4","width":13.195429801940918,"height":13.228109359741211,"seed":763208791,"groupIds":["wsCQDBWJiABDfBMhhWxQH","qGozkT32hN_3hNcIKafRs","aehIdcQh8bj4SRS7sDpi2"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829086,"link":null,"locked":false,"customData":{"boxId":"q_T0s9QsnhtFIwhSerxq3","label":"Looker","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-1.9072504043579102,0.2805004119873047],[-1.0935001373291016,2.280750274658203],[-1.0935001373291016,2.280750274658203],[0,2.147250175476074],[1.225865364074707,2.3133630752563477],[2.3003673553466797,2.7765493392944336],[3.193240165710449,3.4843788146972656],[3.8742170333862305,4.384426116943359],[4.3130340576171875,5.42425537109375],[4.479426383972168,6.551445007324219],[4.343131065368652,7.713560104370117],[3.8738794326782227,8.858175277709961],[3.1170883178710938,9.836748123168945],[2.178708076477051,10.535699844360352],[1.1192741394042969,10.955032348632812],[-0.0006742477416992188,11.094751358032227],[-1.1206021308898926,10.954858779907227],[-2.1799707412719727,10.535362243652344],[-3.1182432174682617,9.836267471313477],[-3.874882698059082,8.857574462890625],[-4.254111051559448,8.009841918945312],[-4.4462738037109375,7.13081169128418],[-4.458913087844849,6.24669075012207],[-4.299572467803955,5.383687973022461],[-3.97579288482666,4.568010330200195],[-3.495117664337158,3.825863838195801],[-2.8650894165039062,3.1834583282470703],[-2.093250274658203,2.6669998168945312],[-2.9070005416870117,0.6667499542236328],[-2.9070005416870117,0.6667499542236328],[-4.429308652877808,1.68048095703125],[-5.558233737945557,2.9912586212158203],[-6.2874510288238525,4.509803771972656],[-6.610635757446289,6.1468400955200195],[-6.5214632749557495,7.813089370727539],[-6.013608932495117,9.419271469116211],[-5.080748081207275,10.876110076904297],[-3.7165560722351074,12.094327926635742],[-2.0774850845336914,12.905818939208984],[-0.3778553009033203,13.228109359741211],[1.3018522262573242,13.10035514831543],[2.8811588287353516,12.561723709106445],[4.279585838317871,11.651374816894531],[5.416653633117676,10.408468246459961],[6.211883544921875,8.872167587280273],[6.584794044494629,7.081634521484375],[6.536764144897461,5.680234909057617],[6.209012031555176,4.363650321960449],[5.630675315856934,3.1632137298583984],[4.830890655517578,2.110261917114258],[3.838794708251953,1.2361297607421875],[2.6835222244262695,0.5721530914306641],[1.394211769104004,0.14966392517089844],[0,0],[0,0]]},{"type":"rectangle","version":110,"versionNonce":225240466,"isDeleted":true,"id":"D6aJ_2_A95YlU4x7pRShZ","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-800,"y":480,"strokeColor":"#202124","backgroundColor":"#FFF","width":240,"height":60,"seed":2044467065,"groupIds":["PWn5snQqlVoHQ2RC5iCPd","pUP0qaCcZs3RD-8AgkWsr"],"strokeSharpness":"round","boundElements":[],"updated":1697744829086,"link":null,"locked":false,"customData":{"boxId":"rCkbsZl5tCzAsNPaJki8x","label":"BigQuery","resource":"google_bigquery_dataset","type":"container"}},{"type":"text","version":104,"versionNonce":2020308110,"isDeleted":true,"id":"ziTJLMTGXBaihpVo72h8a","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-784,"y":496,"strokeColor":"#1A73E8","backgroundColor":"transparent","width":160,"height":18,"seed":858650775,"groupIds":["PWn5snQqlVoHQ2RC5iCPd","pUP0qaCcZs3RD-8AgkWsr"],"strokeSharpness":"round","boundElements":[{"id":"3EleidzYjikUW9ZkNfEPT","type":"arrow"}],"updated":1697744829086,"link":null,"locked":false,"customData":{"boxId":"rCkbsZl5tCzAsNPaJki8x","label":"BigQuery","resource":"google_bigquery_dataset","type":"child"},"fontSize":16,"fontFamily":5,"text":"BigQuery","baseline":16,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":"BigQuery"},{"type":"text","version":63,"versionNonce":765354834,"isDeleted":true,"id":"yocS2x47D1cJJUeo8hyYV","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":236,"y":818,"strokeColor":"#202124","backgroundColor":"transparent","width":160,"height":18,"seed":1497153625,"groupIds":["PWn5snQqlVoHQ2RC5iCPd","pUP0qaCcZs3RD-8AgkWsr"],"strokeSharpness":"round","boundElements":[],"updated":1697744829086,"link":null,"locked":false,"customData":{"boxId":"rCkbsZl5tCzAsNPaJki8x","label":"BigQuery","resource":"google_bigquery_dataset","type":"child"},"fontSize":16,"fontFamily":5,"text":"","baseline":16,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":""},{"type":"line","version":65,"versionNonce":1281995470,"isDeleted":true,"id":"UzhS7a9jmDHd0k787P82D","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":236,"y":845,"strokeColor":"#202124","backgroundColor":"transparent","width":208,"height":5,"seed":1982909879,"groupIds":["PWn5snQqlVoHQ2RC5iCPd","pUP0qaCcZs3RD-8AgkWsr"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829086,"link":null,"locked":false,"customData":{"boxId":"rCkbsZl5tCzAsNPaJki8x","label":"BigQuery","resource":"google_bigquery_dataset","type":"child"},"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[104,-5],[208,0]]},{"type":"text","version":63,"versionNonce":1314531602,"isDeleted":true,"id":"2a-zmsgTooCjG_D84EKDh","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":236,"y":853,"strokeColor":"#202124","backgroundColor":"transparent","width":160,"height":14,"seed":1549094201,"groupIds":["PWn5snQqlVoHQ2RC5iCPd","pUP0qaCcZs3RD-8AgkWsr"],"strokeSharpness":"round","boundElements":[],"updated":1697744829086,"link":null,"locked":false,"customData":{"boxId":"rCkbsZl5tCzAsNPaJki8x","label":"BigQuery","resource":"google_bigquery_dataset","type":"child"},"fontSize":12,"fontFamily":4,"text":"","baseline":12,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":""},{"type":"line","version":103,"versionNonce":2055612686,"isDeleted":true,"id":"RnleHxA9DF4HZsoQ1WmJ-","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-581.578784942627,"y":512.7999992370605,"strokeColor":"transparent","backgroundColor":"#4285f4","width":6.175506591796875,"height":6.175506591796875,"seed":945553111,"groupIds":["PWn5snQqlVoHQ2RC5iCPd","pUP0qaCcZs3RD-8AgkWsr"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829086,"link":null,"locked":false,"customData":{"boxId":"rCkbsZl5tCzAsNPaJki8x","label":"BigQuery","resource":"google_bigquery_dataset","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-1.508890151977539,1.5088920593261719],[-1.508890151977539,1.5088920593261719],[-1.5668010711669922,1.5783119201660156],[-1.6085205078125,1.6556739807128906],[-1.6340065002441406,1.7383899688720703],[-1.6432132720947266,1.8238697052001953],[-1.6360969543457031,1.9095230102539062],[-1.6126155853271484,1.9927654266357422],[-1.5727252960205078,2.071004867553711],[-1.5163803100585938,2.141653060913086],[-1.508890151977539,2.149141311645508],[2.253978729248047,5.912012100219727],[2.253978729248047,5.912012100219727],[2.3232383728027344,5.968524932861328],[2.400175094604492,6.008892059326172],[2.4822921752929688,6.033111572265625],[2.5670833587646484,6.04118537902832],[2.6520519256591797,6.033111572265625],[2.7346935272216797,6.008892059326172],[2.8125076293945312,5.968524932861328],[2.88299560546875,5.912012100219727],[4.403120040893555,4.391887664794922],[4.403120040893555,4.391887664794922],[4.459634780883789,4.322628021240234],[4.5,4.245691299438477],[4.524219512939453,4.16357421875],[4.532293319702148,4.07878303527832],[4.524219512939453,3.993816375732422],[4.5,3.911174774169922],[4.459634780883789,3.8333587646484375],[4.403120040893555,3.7628707885742188],[0.6365070343017578,0],[0.6365070343017578,0],[0.5670852661132812,-0.057910919189453125],[0.48972320556640625,-0.09963035583496094],[0.4070091247558594,-0.12511444091796875],[0.3215293884277344,-0.1343212127685547],[0.23587417602539062,-0.12720489501953125],[0.1526336669921875,-0.10372543334960938],[0.07439422607421875,-0.06383323669433594],[0.00374603271484375,-0.007488250732421875],[0,0]]},{"type":"line","version":103,"versionNonce":1998010066,"isDeleted":true,"id":"gMuURjq2cP6ln7sAdjHOH","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-588.7450857162476,"y":497.5725427865982,"strokeColor":"transparent","backgroundColor":"#669df6","width":19.140093445777893,"height":19.140092253684998,"seed":176766489,"groupIds":["PWn5snQqlVoHQ2RC5iCPd","pUP0qaCcZs3RD-8AgkWsr"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829086,"link":null,"locked":false,"customData":{"boxId":"rCkbsZl5tCzAsNPaJki8x","label":"BigQuery","resource":"google_bigquery_dataset","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.49259281158447266,0.012448668479919434],[-0.9787044525146484,0.04939424991607666],[-1.4577360153198242,0.1102362871170044],[-1.9290857315063477,0.19437408447265625],[-2.392153739929199,0.3012070655822754],[-2.8463401794433594,0.430134654045105],[-3.291043758392334,0.5805565118789673],[-3.725663661956787,0.7518719434738159],[-4.149599075317383,0.943480372428894],[-4.562250137329102,1.1547812223434448],[-4.963016510009766,1.3851739168167114],[-5.351297378540039,1.6340581178665161],[-5.726491451263428,1.900833010673523],[-6.087998867034912,2.184897780418396],[-6.435218811035156,2.4856523275375366],[-6.767550945281982,2.802495837211609],[-7.084394454956055,3.134827971458435],[-7.385149240493774,3.4820483922958374],[-7.6692140102386475,3.8435558080673218],[-7.935988903045654,4.2187498807907104],[-8.184873104095459,4.607030749320984],[-8.415265798568726,5.00779664516449],[-8.626566410064697,5.4204477071762085],[-8.818174839019775,5.844383597373962],[-8.989490509033203,6.2790035009384155],[-9.139912366867065,6.723706603050232],[-9.268839955329895,7.177893042564392],[-9.375672936439514,7.640961050987244],[-9.459810733795166,8.112310767173767],[-9.520652770996094,8.591342329978943],[-9.557598352432251,9.077454924583435],[-9.57004702091217,9.570046782493591],[-9.557598352432251,10.062638640403748],[-9.520652770996094,10.548750281333923],[-9.459810733795166,11.0277818441391],[-9.375672936439514,11.499131560325623],[-9.268839955329895,11.96220052242279],[-9.139912366867065,12.416386008262634],[-8.989490509033203,12.861090064048767],[-8.818174839019775,13.29570996761322],[-8.626566410064697,13.719644904136658],[-8.415265798568726,14.132296919822693],[-8.184873104095459,14.533063292503357],[-7.935988903045654,14.92134416103363],[-7.6692140102386475,15.296536803245544],[-7.385149240493774,15.658044219017029],[-7.084394454956055,16.005265593528748],[-6.767550945281982,16.3375962972641],[-6.435218811035156,16.654441237449646],[-6.087998867034912,16.955195784568787],[-5.726491451263428,17.239259123802185],[-5.351297378540039,17.50603425502777],[-4.963016510009766,17.754918456077576],[-4.562250137329102,17.985310912132263],[-4.149599075317383,18.19661271572113],[-3.725663661956787,18.38822114467621],[-3.291043758392334,18.55953538417816],[-2.8463401794433594,18.709956526756287],[-2.392153739929199,18.83888566493988],[-1.9290857315063477,18.945720076560974],[-1.4577360153198242,19.0298570394516],[-0.9787044525146484,19.090697646141052],[-0.49259281158447266,19.12764298915863],[0,19.140092253684998],[0.49259185791015625,19.12764298915863],[0.978703498840332,19.090697646141052],[1.4577350616455078,19.0298570394516],[1.9290847778320312,18.945720076560974],[2.392153739929199,18.83888566493988],[2.846339225769043,18.709956526756287],[3.291043281555176,18.55953538417816],[3.7256622314453125,18.38822114467621],[4.149598121643066,18.19661271572113],[4.562249183654785,17.985310912132263],[4.963015556335449,17.754918456077576],[5.351296424865723,17.50603425502777],[5.7264909744262695,17.239259123802185],[6.087996482849121,16.955195784568787],[6.43521785736084,16.654441237449646],[6.767550468444824,16.3375962972641],[7.084393501281738,16.005265593528748],[7.385148048400879,15.658044219017029],[7.66921329498291,15.296536803245544],[7.935986518859863,14.92134416103363],[8.184870719909668,14.533063292503357],[8.415265083312988,14.132296919822693],[8.626564979553223,13.719644904136658],[8.818175315856934,13.29570996761322],[8.989487648010254,12.861090064048767],[9.139910697937012,12.416386008262634],[9.268839836120605,11.96220052242279],[9.375672340393066,11.499131560325623],[9.459811210632324,11.0277818441391],[9.520649909973145,10.548750281333923],[9.557595252990723,10.062638640403748],[9.570046424865723,9.570046782493591],[9.557587623596191,9.077454924583435],[9.520609855651855,8.591342329978943],[9.45971965789795,8.112310767173767],[9.375519752502441,7.640961050987244],[9.268609046936035,7.177893042564392],[9.1395902633667,6.723706603050232],[8.989069938659668,6.2790035009384155],[8.817646980285645,5.844383597373962],[8.62592601776123,5.4204477071762085],[8.414509773254395,5.00779664516449],[8.184000968933105,4.607030749320984],[7.935000419616699,4.2187498807907104],[7.668112754821777,3.8435558080673218],[7.383938789367676,3.4820483922958374],[7.083081245422363,3.134827971458435],[6.766144752502441,2.802495837211609],[6.433732032775879,2.4856523275375366],[6.086441993713379,2.184897780418396],[5.724881172180176,1.900833010673523],[5.3496503829956055,1.6340581178665161],[4.961352348327637,1.3851739168167114],[4.560590744018555,1.1547812223434448],[4.147966384887695,0.943480372428894],[3.7240819931030273,0.7518719434738159],[3.2895421981811523,0.5805565118789673],[2.8449487686157227,0.430134654045105],[2.3909034729003906,0.3012070655822754],[1.928009033203125,0.19437408447265625],[1.4568700790405273,0.1102362871170044],[0.9780864715576172,0.04939424991607666],[0.4922628402709961,0.012448668479919434],[0,0]]},{"type":"line","version":103,"versionNonce":305780558,"isDeleted":true,"id":"___yOsTw0d-CbwANIKJGw","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-588.7450857162476,"y":514.2564735412598,"strokeColor":"transparent","backgroundColor":"#669df6","width":14.205303192138672,"height":14.20530366897583,"seed":742657015,"groupIds":["PWn5snQqlVoHQ2RC5iCPd","pUP0qaCcZs3RD-8AgkWsr"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829086,"link":null,"locked":false,"customData":{"boxId":"rCkbsZl5tCzAsNPaJki8x","label":"BigQuery","resource":"google_bigquery_dataset","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.36559581756591797,-0.009929656982421875],[-0.7263565063476562,-0.03801727294921875],[-1.081838607788086,-0.08381843566894531],[-1.4315967559814453,-0.14688491821289062],[-1.7751836776733398,-0.22677230834960938],[-2.112156867980957,-0.32303619384765625],[-2.4420671463012695,-0.4352302551269531],[-2.764470100402832,-0.5629100799560547],[-3.078920364379883,-0.70562744140625],[-3.3849730491638184,-0.8629360198974609],[-3.6821823120117188,-1.0343952178955078],[-3.9701008796691895,-1.2195549011230469],[-4.248284816741943,-1.4179706573486328],[-4.516287803649902,-1.6291980743408203],[-4.773664474487305,-1.8527889251708984],[-5.019969463348389,-2.088298797607422],[-5.254756450653076,-2.3352842330932617],[-5.4775800704956055,-2.5932979583740234],[-5.687994480133057,-2.8618927001953125],[-5.885554790496826,-3.140625],[-6.069815635681152,-3.429048538208008],[-6.240329742431641,-3.726717948913574],[-6.396652698516846,-4.0331878662109375],[-6.538338661193848,-4.348011016845703],[-6.664942264556885,-4.670742988586426],[-6.776017189025879,-5.000938415527344],[-6.871118545532227,-5.338151931762695],[-6.949800491333008,-5.681938171386719],[-7.0116167068481445,-6.031848907470703],[-7.056122779846191,-6.3874406814575195],[-7.08287239074707,-6.74826717376709],[-7.0914201736450195,-7.113883972167969],[-7.081490516662598,-7.47947883605957],[-7.053402900695801,-7.840239524841309],[-7.007602214813232,-8.195722579956055],[-6.944535255432129,-8.545480728149414],[-6.864646911621094,-8.889067649841309],[-6.768383026123047,-9.22603988647461],[-6.65618896484375,-9.555950164794922],[-6.528510570526123,-9.8783540725708],[-6.385793209075928,-10.192804336547852],[-6.228483200073242,-10.498857021331787],[-6.057024955749512,-10.79606580734253],[-5.871865749359131,-11.083984851837158],[-5.673449516296387,-11.362168312072754],[-5.462223052978516,-11.630171298980713],[-5.238631725311279,-11.887547969818115],[-5.003120422363281,-12.1338529586792],[-4.756135940551758,-12.368639945983887],[-4.498122692108154,-12.591463565826416],[-4.229527473449707,-12.801878452301025],[-3.9507951736450195,-12.999438762664795],[-3.6623711585998535,-13.183699131011963],[-3.3647022247314453,-13.35421371459961],[-3.0582332611083984,-13.510536670684814],[-2.7434091567993164,-13.652222633361816],[-2.4206771850585938,-13.778826236724854],[-2.0904808044433594,-13.889901161193848],[-1.7532682418823242,-13.985002517700195],[-1.4094829559326172,-14.063683986663818],[-1.0595712661743164,-14.125500679016113],[-0.7039785385131836,-14.17000675201416],[-0.3431520462036133,-14.196756362915039],[0.022464752197265625,-14.20530366897583],[0.3870382308959961,-14.195406913757324],[0.7468461990356445,-14.167415142059326],[1.1014394760131836,-14.121772766113281],[1.4503746032714844,-14.058923244476318],[1.7932062149047852,-13.979310512542725],[2.129486083984375,-13.883377075195312],[2.4587717056274414,-13.771567344665527],[2.78061580657959,-13.644324779510498],[3.094572067260742,-13.502092361450195],[3.400197982788086,-13.345314979553223],[3.6970434188842773,-13.174434185028076],[3.9846668243408203,-12.989895343780518],[4.262619972229004,-12.792141437530518],[4.530458450317383,-12.581615924835205],[4.787737846374512,-12.358762741088867],[5.0340070724487305,-12.124024391174316],[5.268828392028809,-11.877845287322998],[5.491751670837402,-11.6206693649292],[5.702330589294434,-11.35293960571289],[5.900120735168457,-11.075099468231201],[6.084677696228027,-10.787592887878418],[6.255553245544434,-10.490862846374512],[6.412304878234863,-10.185354232788086],[6.5544843673706055,-9.871508598327637],[6.681647300720215,-9.549772262573242],[6.793347358703613,-9.220584869384766],[6.8891401290893555,-8.884393692016602],[6.968579292297363,-8.541641235351562],[7.031216621398926,-8.192770004272461],[7.076613426208496,-7.838224411010742],[7.104315757751465,-7.478448867797852],[7.113883018493652,-7.113883972167969],[7.1053361892700195,-6.74826717376709],[7.078587532043457,-6.3874406814575195],[7.03408145904541,-6.031848907470703],[6.972264289855957,-5.681938171386719],[6.893582344055176,-5.338151931762695],[6.798480033874512,-5.000938415527344],[6.687405586242676,-4.670742988586426],[6.560803413391113,-4.348011016845703],[6.419116020202637,-4.0331878662109375],[6.26279354095459,-3.726717948913574],[6.092278480529785,-3.429048538208008],[5.908019065856934,-3.140625],[5.710457801818848,-2.8618927001953125],[5.500042915344238,-2.5932979583740234],[5.277220726013184,-2.3352842330932617],[5.042431831359863,-2.088298797607422],[4.796128273010254,-1.8527889251708984],[4.538751602172852,-1.6291980743408203],[4.270748138427734,-1.4179706573486328],[3.992565155029297,-1.2195549011230469],[3.7046451568603516,-1.0343952178955078],[3.407437324523926,-0.8629360198974609],[3.101384162902832,-0.70562744140625],[2.786932945251465,-0.5629100799560547],[2.4645309448242188,-0.4352302551269531],[2.13461971282959,-0.32303619384765625],[1.7976484298706055,-0.22677230834960938],[1.4540605545043945,-0.14688491821289062],[1.1043024063110352,-0.08381843566894531],[0.7488203048706055,-0.03801727294921875],[0.3880586624145508,-0.009929656982421875],[0.022464752197265625,0],[0,0]]},{"type":"line","version":103,"versionNonce":678202514,"isDeleted":true,"id":"nJAGx2ce2HDuf3-pCujZv","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-588.7450857162476,"y":514.2564735412598,"strokeColor":"transparent","backgroundColor":"#fff","width":14.205303192138672,"height":14.20530366897583,"seed":852235001,"groupIds":["PWn5snQqlVoHQ2RC5iCPd","pUP0qaCcZs3RD-8AgkWsr"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829086,"link":null,"locked":false,"customData":{"boxId":"rCkbsZl5tCzAsNPaJki8x","label":"BigQuery","resource":"google_bigquery_dataset","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.36559581756591797,-0.009929656982421875],[-0.7263565063476562,-0.03801727294921875],[-1.081838607788086,-0.08381843566894531],[-1.4315967559814453,-0.14688491821289062],[-1.7751836776733398,-0.22677230834960938],[-2.112156867980957,-0.32303619384765625],[-2.4420671463012695,-0.4352302551269531],[-2.764470100402832,-0.5629100799560547],[-3.078920364379883,-0.70562744140625],[-3.3849730491638184,-0.8629360198974609],[-3.6821823120117188,-1.0343952178955078],[-3.9701008796691895,-1.2195549011230469],[-4.248284816741943,-1.4179706573486328],[-4.516287803649902,-1.6291980743408203],[-4.773664474487305,-1.8527889251708984],[-5.019969463348389,-2.088298797607422],[-5.254756450653076,-2.3352842330932617],[-5.4775800704956055,-2.5932979583740234],[-5.687994480133057,-2.8618927001953125],[-5.885554790496826,-3.140625],[-6.069815635681152,-3.429048538208008],[-6.240329742431641,-3.726717948913574],[-6.396652698516846,-4.0331878662109375],[-6.538338661193848,-4.348011016845703],[-6.664942264556885,-4.670742988586426],[-6.776017189025879,-5.000938415527344],[-6.871118545532227,-5.338151931762695],[-6.949800491333008,-5.681938171386719],[-7.0116167068481445,-6.031848907470703],[-7.056122779846191,-6.3874406814575195],[-7.08287239074707,-6.74826717376709],[-7.0914201736450195,-7.113883972167969],[-7.081490516662598,-7.47947883605957],[-7.053402900695801,-7.840239524841309],[-7.007602214813232,-8.195722579956055],[-6.944535255432129,-8.545480728149414],[-6.864646911621094,-8.889067649841309],[-6.768383026123047,-9.22603988647461],[-6.65618896484375,-9.555950164794922],[-6.528510570526123,-9.8783540725708],[-6.385793209075928,-10.192804336547852],[-6.228483200073242,-10.498857021331787],[-6.057024955749512,-10.79606580734253],[-5.871865749359131,-11.083984851837158],[-5.673449516296387,-11.362168312072754],[-5.462223052978516,-11.630171298980713],[-5.238631725311279,-11.887547969818115],[-5.003120422363281,-12.1338529586792],[-4.756135940551758,-12.368639945983887],[-4.498122692108154,-12.591463565826416],[-4.229527473449707,-12.801878452301025],[-3.9507951736450195,-12.999438762664795],[-3.6623711585998535,-13.183699131011963],[-3.3647022247314453,-13.35421371459961],[-3.0582332611083984,-13.510536670684814],[-2.7434091567993164,-13.652222633361816],[-2.4206771850585938,-13.778826236724854],[-2.0904808044433594,-13.889901161193848],[-1.7532682418823242,-13.985002517700195],[-1.4094829559326172,-14.063683986663818],[-1.0595712661743164,-14.125500679016113],[-0.7039785385131836,-14.17000675201416],[-0.3431520462036133,-14.196756362915039],[0.022464752197265625,-14.20530366897583],[0.3870382308959961,-14.195406913757324],[0.7468461990356445,-14.167415142059326],[1.1014394760131836,-14.121772766113281],[1.4503746032714844,-14.058923244476318],[1.7932062149047852,-13.979310512542725],[2.129486083984375,-13.883377075195312],[2.4587717056274414,-13.771567344665527],[2.78061580657959,-13.644324779510498],[3.094572067260742,-13.502092361450195],[3.400197982788086,-13.345314979553223],[3.6970434188842773,-13.174434185028076],[3.9846668243408203,-12.989895343780518],[4.262619972229004,-12.792141437530518],[4.530458450317383,-12.581615924835205],[4.787737846374512,-12.358762741088867],[5.0340070724487305,-12.124024391174316],[5.268828392028809,-11.877845287322998],[5.491751670837402,-11.6206693649292],[5.702330589294434,-11.35293960571289],[5.900120735168457,-11.075099468231201],[6.084677696228027,-10.787592887878418],[6.255553245544434,-10.490862846374512],[6.412304878234863,-10.185354232788086],[6.5544843673706055,-9.871508598327637],[6.681647300720215,-9.549772262573242],[6.793347358703613,-9.220584869384766],[6.8891401290893555,-8.884393692016602],[6.968579292297363,-8.541641235351562],[7.031216621398926,-8.192770004272461],[7.076613426208496,-7.838224411010742],[7.104315757751465,-7.478448867797852],[7.113883018493652,-7.113883972167969],[7.1053361892700195,-6.74826717376709],[7.078587532043457,-6.3874406814575195],[7.03408145904541,-6.031848907470703],[6.972264289855957,-5.681938171386719],[6.893582344055176,-5.338151931762695],[6.798480033874512,-5.000938415527344],[6.687405586242676,-4.670742988586426],[6.560803413391113,-4.348011016845703],[6.419116020202637,-4.0331878662109375],[6.26279354095459,-3.726717948913574],[6.092278480529785,-3.429048538208008],[5.908019065856934,-3.140625],[5.710457801818848,-2.8618927001953125],[5.500042915344238,-2.5932979583740234],[5.277220726013184,-2.3352842330932617],[5.042431831359863,-2.088298797607422],[4.796128273010254,-1.8527889251708984],[4.538751602172852,-1.6291980743408203],[4.270748138427734,-1.4179706573486328],[3.992565155029297,-1.2195549011230469],[3.7046451568603516,-1.0343952178955078],[3.407437324523926,-0.8629360198974609],[3.101384162902832,-0.70562744140625],[2.786932945251465,-0.5629100799560547],[2.4645309448242188,-0.4352302551269531],[2.13461971282959,-0.32303619384765625],[1.7976484298706055,-0.22677230834960938],[1.4540605545043945,-0.14688491821289062],[1.1043024063110352,-0.08381843566894531],[0.7488203048706055,-0.03801727294921875],[0.3880586624145508,-0.009929656982421875],[0.022464752197265625,0],[0,0]]},{"type":"line","version":103,"versionNonce":1272823182,"isDeleted":true,"id":"T9eojxue9EVUgk7Oey03w","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-593.2867398262024,"y":506.96286964416504,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":1.8196568489074707,"height":4.646490097045898,"seed":1038972183,"groupIds":["jPGKJN1GzmTpTm6AfSVZT","PWn5snQqlVoHQ2RC5iCPd","pUP0qaCcZs3RD-8AgkWsr"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829086,"link":null,"locked":false,"customData":{"boxId":"rCkbsZl5tCzAsNPaJki8x","label":"BigQuery","resource":"google_bigquery_dataset","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,2.796879768371582],[0,2.796879768371582],[0.17416858673095703,3.0759944915771484],[0.36487913131713867,3.342823028564453],[0.5714726448059082,3.596665382385254],[0.7932920455932617,3.836817741394043],[1.0296778678894043,4.062578201293945],[1.2799725532531738,4.273244857788086],[1.5435185432434082,4.46811580657959],[1.8196568489074707,4.646490097045898],[1.8196568489074707,0],[0,0],[0,0]]},{"type":"line","version":103,"versionNonce":940649042,"isDeleted":true,"id":"89n2-VC6qO8C5B8xyHvFf","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-589.9244928359985,"y":504.38689517974854,"strokeColor":"#00000000","backgroundColor":"#669df6","width":2.2427453994750977,"height":8.085492134094238,"seed":2040613849,"groupIds":["iBPzNQQ4IeLLh2JQ_rgVx","PWn5snQqlVoHQ2RC5iCPd","pUP0qaCcZs3RD-8AgkWsr"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829086,"link":null,"locked":false,"customData":{"boxId":"rCkbsZl5tCzAsNPaJki8x","label":"BigQuery","resource":"google_bigquery_dataset","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,8.004990577697754],[0,8.004990577697754],[0.29485130310058594,8.036524772644043],[0.5897035598754883,8.057877540588379],[0.8845548629760742,8.068699836730957],[1.1794071197509766,8.068642616271973],[1.445591926574707,8.081278800964355],[1.7110748291015625,8.085492134094238],[1.9765596389770508,8.081278800964355],[2.2427453994750977,8.068642616271973],[2.2427453994750977,0],[0,0],[0,0]]},{"type":"line","version":103,"versionNonce":1823136718,"isDeleted":true,"id":"Wy6vgjoRbDyPDnecTv4nC","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-585.9369735717773,"y":508.05616188049316,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":1.8084230422973633,"height":3.497035026550293,"seed":1691138615,"groupIds":["fZe_yjjcqfbUOpUWFfa0Y","PWn5snQqlVoHQ2RC5iCPd","pUP0qaCcZs3RD-8AgkWsr"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829086,"link":null,"locked":false,"customData":{"boxId":"rCkbsZl5tCzAsNPaJki8x","label":"BigQuery","resource":"google_bigquery_dataset","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,3.497035026550293],[0,3.497035026550293],[0.2770538330078125,3.307438850402832],[0.5408821105957031,3.1014394760131836],[0.7908115386962891,2.879755973815918],[1.026169776916504,2.6431102752685547],[1.2462835311889648,2.392223358154297],[1.4504785537719727,2.1278133392333984],[1.6380834579467773,1.850602149963379],[1.8084230422973633,1.5613107681274414],[1.8084230422973633,0],[0,0],[0,0]]},{"type":"rectangle","version":115,"versionNonce":752619538,"isDeleted":true,"id":"uK_QKU4jqy7TvnkM2CY4t","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":600,"y":220,"strokeColor":"#202124","backgroundColor":"#FFF","width":240,"height":60,"seed":459172503,"groupIds":["5R9cKCvLJ4g76ToM7MLJ1","3jrSiyr1R9hbmIXanWkCL"],"strokeSharpness":"round","boundElements":[],"updated":1697744829086,"link":null,"locked":false,"customData":{"boxId":"xKHUnyB9oVjnPJ1dqEWl3","label":"Cloud Functions","resource":"google_cloudfunctions_function","type":"container"}},{"type":"text","version":106,"versionNonce":716845582,"isDeleted":true,"id":"hgbfKOar4KE5N2WAXKClX","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":616,"y":236,"strokeColor":"#1A73E8","backgroundColor":"transparent","width":160,"height":18,"seed":537161305,"groupIds":["5R9cKCvLJ4g76ToM7MLJ1","3jrSiyr1R9hbmIXanWkCL"],"strokeSharpness":"round","boundElements":[],"updated":1697744829086,"link":null,"locked":false,"customData":{"boxId":"xKHUnyB9oVjnPJ1dqEWl3","label":"Cloud Functions","resource":"google_cloudfunctions_function","type":"child"},"fontSize":16,"fontFamily":5,"text":"Cloud Functions","baseline":16,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":"Cloud Functions"},{"type":"text","version":63,"versionNonce":449068498,"isDeleted":true,"id":"x3F9Oozh31FgC97kyW-ao","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":436,"y":518,"strokeColor":"#202124","backgroundColor":"transparent","width":160,"height":18,"seed":595787703,"groupIds":["5R9cKCvLJ4g76ToM7MLJ1","3jrSiyr1R9hbmIXanWkCL"],"strokeSharpness":"round","boundElements":[],"updated":1697744829086,"link":null,"locked":false,"customData":{"boxId":"xKHUnyB9oVjnPJ1dqEWl3","label":"Cloud Functions","resource":"google_cloudfunctions_function","type":"child"},"fontSize":16,"fontFamily":5,"text":"","baseline":16,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":""},{"type":"line","version":64,"versionNonce":285524046,"isDeleted":true,"id":"upL8UrFxTxjnnHUzaKcoJ","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":436,"y":545,"strokeColor":"#202124","backgroundColor":"transparent","width":208,"height":0,"seed":167197497,"groupIds":["5R9cKCvLJ4g76ToM7MLJ1","3jrSiyr1R9hbmIXanWkCL"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829086,"link":null,"locked":false,"customData":{"boxId":"xKHUnyB9oVjnPJ1dqEWl3","label":"Cloud Functions","resource":"google_cloudfunctions_function","type":"child"},"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[208,0]]},{"type":"text","version":63,"versionNonce":2128655250,"isDeleted":true,"id":"TKv2chHuYkC9NW5E5DNua","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":436,"y":553,"strokeColor":"#202124","backgroundColor":"transparent","width":160,"height":14,"seed":546828503,"groupIds":["5R9cKCvLJ4g76ToM7MLJ1","3jrSiyr1R9hbmIXanWkCL"],"strokeSharpness":"round","boundElements":[],"updated":1697744829086,"link":null,"locked":false,"customData":{"boxId":"xKHUnyB9oVjnPJ1dqEWl3","label":"Cloud Functions","resource":"google_cloudfunctions_function","type":"child"},"fontSize":12,"fontFamily":4,"text":"","baseline":12,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":""},{"type":"line","version":106,"versionNonce":1667466894,"isDeleted":true,"id":"e_0aKaymMGbZi_n_3BPUM","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":801.3598774671555,"y":251.73782634735107,"strokeColor":"#00000000","backgroundColor":"#669df6","width":3.182848572731018,"height":12.727717876434326,"seed":1237150745,"groupIds":["bNhr7iDN4XSSspPjGYOg5","5R9cKCvLJ4g76ToM7MLJ1","3jrSiyr1R9hbmIXanWkCL"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829086,"link":null,"locked":false,"customData":{"boxId":"xKHUnyB9oVjnPJ1dqEWl3","label":"Cloud Functions","resource":"google_cloudfunctions_function","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[3.182848572731018,2.5874414443969727],[3.182848572731018,-10.140276432037354],[0,-7.563859939575195],[0,0]]},{"type":"line","version":106,"versionNonce":459829586,"isDeleted":true,"id":"_UiCJuGx2f4B0TZQ_2Q3X","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":801.3598774671555,"y":245.83889770507812,"strokeColor":"#00000000","backgroundColor":"#4285f4","width":3.182848572731018,"height":4.241347789764404,"seed":1278328311,"groupIds":["afB47AaiErYunvnouMdGW","5R9cKCvLJ4g76ToM7MLJ1","3jrSiyr1R9hbmIXanWkCL"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829087,"link":null,"locked":false,"customData":{"boxId":"xKHUnyB9oVjnPJ1dqEWl3","label":"Cloud Functions","resource":"google_cloudfunctions_function","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[3.182848572731018,-2.1206741333007812],[3.182848572731018,-4.241347789764404],[0,0]]},{"type":"line","version":106,"versionNonce":42960078,"isDeleted":true,"id":"nPLg2WEhJMbCFuaAqy8Yr","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":804.5427260398865,"y":254.32526779174805,"strokeColor":"#00000000","backgroundColor":"#4285f4","width":3.182848572731018,"height":4.245022773742676,"seed":390758649,"groupIds":["afB47AaiErYunvnouMdGW","5R9cKCvLJ4g76ToM7MLJ1","3jrSiyr1R9hbmIXanWkCL"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829087,"link":null,"locked":false,"customData":{"boxId":"xKHUnyB9oVjnPJ1dqEWl3","label":"Cloud Functions","resource":"google_cloudfunctions_function","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,-2.1206741333007812],[-3.182848572731018,-4.245022773742676],[0,0]]},{"type":"line","version":106,"versionNonce":1404204818,"isDeleted":true,"id":"blnLWzn1758w9dyjNfa65","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":807.7218990325928,"y":256.4459419250488,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":6.362021565437317,"height":8.486371040344238,"seed":961865495,"groupIds":["6QzxFfPXbh10oTspJ3cBo","5R9cKCvLJ4g76ToM7MLJ1","3jrSiyr1R9hbmIXanWkCL"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829087,"link":null,"locked":false,"customData":{"boxId":"xKHUnyB9oVjnPJ1dqEWl3","label":"Cloud Functions","resource":"google_cloudfunctions_function","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-6.362021565437317,-6.365696907043457],[-6.362021565437317,-2.1206741333007812],[-2.1206741333007812,2.1206741333007812],[0,0]]},{"type":"line","version":106,"versionNonce":1344387854,"isDeleted":true,"id":"uUZMBe3_UIt4dc5ma7tx0","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":805.59019947052,"y":237.36722826957703,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":6.3546706438064575,"height":8.471669435501099,"seed":1612839385,"groupIds":["6QzxFfPXbh10oTspJ3cBo","5R9cKCvLJ4g76ToM7MLJ1","3jrSiyr1R9hbmIXanWkCL"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829087,"link":null,"locked":false,"customData":{"boxId":"xKHUnyB9oVjnPJ1dqEWl3","label":"Cloud Functions","resource":"google_cloudfunctions_function","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-4.230322003364563,4.230321645736694],[-4.219295978546143,8.471669435501099],[2.1243486404418945,2.120673894882202],[0,0]]},{"type":"line","version":106,"versionNonce":137741522,"isDeleted":true,"id":"utkIFhJVyYPoIYOqZQTW8","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":822.5702896118164,"y":244.19601821899414,"strokeColor":"#00000000","backgroundColor":"#669df6","width":3.1791725158691406,"height":12.727717876434326,"seed":645262391,"groupIds":["4kNdp7PLUCQ8mDodij1mn","5R9cKCvLJ4g76ToM7MLJ1","3jrSiyr1R9hbmIXanWkCL"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829087,"link":null,"locked":false,"customData":{"boxId":"xKHUnyB9oVjnPJ1dqEWl3","label":"Cloud Functions","resource":"google_cloudfunctions_function","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-3.1791725158691406,-2.587441921234131],[-3.1791725158691406,10.140275955200195],[0,7.571209907531738],[0,0]]},{"type":"line","version":106,"versionNonce":311634254,"isDeleted":true,"id":"dM1fGUjvqnUCAfLMy69y5","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":822.5702896118164,"y":250.09127044677734,"strokeColor":"#00000000","backgroundColor":"#4285f4","width":3.1791725158691406,"height":4.245023727416992,"seed":358045369,"groupIds":["ZJtKmHfIMPN2qjEyP2PB1","5R9cKCvLJ4g76ToM7MLJ1","3jrSiyr1R9hbmIXanWkCL"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829087,"link":null,"locked":false,"customData":{"boxId":"xKHUnyB9oVjnPJ1dqEWl3","label":"Cloud Functions","resource":"google_cloudfunctions_function","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-3.1791725158691406,2.1206741333007812],[-3.1791725158691406,4.245023727416992],[0,0]]},{"type":"line","version":106,"versionNonce":1921604242,"isDeleted":true,"id":"dMP2F3iw49ja5d2mRGLhg","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":819.3911170959473,"y":241.60857629776,"strokeColor":"#00000000","backgroundColor":"#4285f4","width":3.1791725158691406,"height":4.241346836090088,"seed":259607895,"groupIds":["ZJtKmHfIMPN2qjEyP2PB1","5R9cKCvLJ4g76ToM7MLJ1","3jrSiyr1R9hbmIXanWkCL"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829087,"link":null,"locked":false,"customData":{"boxId":"xKHUnyB9oVjnPJ1dqEWl3","label":"Cloud Functions","resource":"google_cloudfunctions_function","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,2.120673656463623],[3.1791725158691406,4.241346836090088],[0,0]]},{"type":"line","version":106,"versionNonce":1497157518,"isDeleted":true,"id":"OefPteHDJBTQA1Do8akfj","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":816.2082691192627,"y":239.48790216445923,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":6.362020492553711,"height":8.482694864273071,"seed":965613465,"groupIds":["sXcjfWb-V7pPldkw9zSZa","5R9cKCvLJ4g76ToM7MLJ1","3jrSiyr1R9hbmIXanWkCL"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829087,"link":null,"locked":false,"customData":{"boxId":"xKHUnyB9oVjnPJ1dqEWl3","label":"Cloud Functions","resource":"google_cloudfunctions_function","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[6.362020492553711,6.362020969390869],[6.362020492553711,2.1206741333007812],[2.1206741333007812,-2.120673894882202],[0,0]]},{"type":"line","version":106,"versionNonce":23345234,"isDeleted":true,"id":"83VPt72M016rTWs1RVsZX","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":818.3399696350098,"y":258.5666160583496,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":6.350994110107422,"height":8.475345611572266,"seed":2142472823,"groupIds":["sXcjfWb-V7pPldkw9zSZa","5R9cKCvLJ4g76ToM7MLJ1","3jrSiyr1R9hbmIXanWkCL"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829087,"link":null,"locked":false,"customData":{"boxId":"xKHUnyB9oVjnPJ1dqEWl3","label":"Cloud Functions","resource":"google_cloudfunctions_function","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[4.230319976806641,-4.230321884155273],[4.219295501708984,-8.475345611572266],[-2.1206741333007812,-2.1206741333007812],[0,0]]},{"type":"ellipse","version":106,"versionNonce":1616358862,"isDeleted":true,"id":"XJZF_fPLZHY97hJplvM8R","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":806.6597242355347,"y":246.8973970413208,"strokeColor":"transparent","backgroundColor":"#aecbfa","width":2.1243491172790527,"height":2.1243491172790527,"seed":788118649,"groupIds":["5R9cKCvLJ4g76ToM7MLJ1","3jrSiyr1R9hbmIXanWkCL"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829087,"link":null,"locked":false,"customData":{"boxId":"xKHUnyB9oVjnPJ1dqEWl3","label":"Cloud Functions","resource":"google_cloudfunctions_function","type":"child"}},{"type":"ellipse","version":106,"versionNonce":882728466,"isDeleted":true,"id":"q3n7JxcBUywJlOBd3PvY7","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":810.9047479629517,"y":246.8973970413208,"strokeColor":"transparent","backgroundColor":"#aecbfa","width":2.1243491172790527,"height":2.1243491172790527,"seed":602481559,"groupIds":["5R9cKCvLJ4g76ToM7MLJ1","3jrSiyr1R9hbmIXanWkCL"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829087,"link":null,"locked":false,"customData":{"boxId":"xKHUnyB9oVjnPJ1dqEWl3","label":"Cloud Functions","resource":"google_cloudfunctions_function","type":"child"}},{"type":"ellipse","version":106,"versionNonce":1962722318,"isDeleted":true,"id":"L4fjmWmI0dtlS24VwxTnH","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":815.1350688934326,"y":246.8973970413208,"strokeColor":"transparent","backgroundColor":"#aecbfa","width":2.1243491172790527,"height":2.1243491172790527,"seed":1163773273,"groupIds":["5R9cKCvLJ4g76ToM7MLJ1","3jrSiyr1R9hbmIXanWkCL"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829087,"link":null,"locked":false,"customData":{"boxId":"xKHUnyB9oVjnPJ1dqEWl3","label":"Cloud Functions","resource":"google_cloudfunctions_function","type":"child"}},{"type":"rectangle","version":130,"versionNonce":2032913362,"isDeleted":true,"id":"U7PrUpBPQmmZHCqASI-Ow","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-800,"y":229,"strokeColor":"#202124","backgroundColor":"#FFF","width":240,"height":60,"seed":23934073,"groupIds":["bIfo2S_slPgQcNFNMHHG8","WYywIWhO6_gsd9vfB_ZQR"],"strokeSharpness":"round","boundElements":[],"updated":1697744829087,"link":null,"locked":false,"customData":{"boxId":"rLR6xsPDNiM8uM_dWPxfI","label":"Cloud Storage","resource":"google_storage_bucket","type":"container"}},{"type":"text","version":122,"versionNonce":1495601742,"isDeleted":true,"id":"df1Faj6grA5YWJUMLbUA1","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-784,"y":245,"strokeColor":"#1A73E8","backgroundColor":"transparent","width":160,"height":18,"seed":2122918807,"groupIds":["bIfo2S_slPgQcNFNMHHG8","WYywIWhO6_gsd9vfB_ZQR"],"strokeSharpness":"round","boundElements":[],"updated":1697744829087,"link":null,"locked":false,"customData":{"boxId":"rLR6xsPDNiM8uM_dWPxfI","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"},"fontSize":16,"fontFamily":5,"text":"Cloud Storage","baseline":16,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":"Cloud Storage"},{"type":"text","version":62,"versionNonce":86409618,"isDeleted":true,"id":"ASGqLNn49E-gUlySKgcYM","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":76,"y":358,"strokeColor":"#202124","backgroundColor":"transparent","width":160,"height":18,"seed":1789017433,"groupIds":["bIfo2S_slPgQcNFNMHHG8","WYywIWhO6_gsd9vfB_ZQR"],"strokeSharpness":"round","boundElements":[],"updated":1697744829087,"link":null,"locked":false,"customData":{"boxId":"rLR6xsPDNiM8uM_dWPxfI","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"},"fontSize":16,"fontFamily":5,"text":"","baseline":16,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":""},{"type":"line","version":64,"versionNonce":665426062,"isDeleted":true,"id":"emDs8xtXVHbWyvKwkTM9f","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":76,"y":385,"strokeColor":"#202124","backgroundColor":"transparent","width":208,"height":5,"seed":900571319,"groupIds":["bIfo2S_slPgQcNFNMHHG8","WYywIWhO6_gsd9vfB_ZQR"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829087,"link":null,"locked":false,"customData":{"boxId":"rLR6xsPDNiM8uM_dWPxfI","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"},"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[104,-5],[208,0]]},{"type":"text","version":62,"versionNonce":868515666,"isDeleted":true,"id":"7u-q_aNjsr1SCZUOEAsqc","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":76,"y":393,"strokeColor":"#202124","backgroundColor":"transparent","width":160,"height":14,"seed":2114136633,"groupIds":["bIfo2S_slPgQcNFNMHHG8","WYywIWhO6_gsd9vfB_ZQR"],"strokeSharpness":"round","boundElements":[],"updated":1697744829087,"link":null,"locked":false,"customData":{"boxId":"rLR6xsPDNiM8uM_dWPxfI","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"},"fontSize":12,"fontFamily":4,"text":"","baseline":12,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":""},{"type":"rectangle","version":122,"versionNonce":943937230,"isDeleted":true,"id":"HI8XpVJa93L_74TifTQLb","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-598,"y":249,"strokeColor":"transparent","backgroundColor":"#aecbfa","width":20,"height":7,"seed":918974935,"groupIds":["bIfo2S_slPgQcNFNMHHG8","WYywIWhO6_gsd9vfB_ZQR"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829087,"link":null,"locked":false,"customData":{"boxId":"rLR6xsPDNiM8uM_dWPxfI","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"}},{"type":"rectangle","version":122,"versionNonce":1633469714,"isDeleted":true,"id":"gGGmgRo83p1-2H5J38a55","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-580,"y":249,"strokeColor":"transparent","backgroundColor":"#669df6","width":2,"height":7,"seed":1416854297,"groupIds":["bIfo2S_slPgQcNFNMHHG8","WYywIWhO6_gsd9vfB_ZQR"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829087,"link":null,"locked":false,"customData":{"boxId":"rLR6xsPDNiM8uM_dWPxfI","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"}},{"type":"line","version":122,"versionNonce":59460878,"isDeleted":true,"id":"-2RO9tA6FGEBIw2H_mtS2","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-578,"y":249,"strokeColor":"#00000000","backgroundColor":"#4285f4","width":2,"height":7,"seed":2062032631,"groupIds":["dQXXRBrWO75fnfmcVT3bh","bIfo2S_slPgQcNFNMHHG8","WYywIWhO6_gsd9vfB_ZQR"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829087,"link":null,"locked":false,"customData":{"boxId":"rLR6xsPDNiM8uM_dWPxfI","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-2,0],[-2,7],[0,0],[0,0]]},{"type":"rectangle","version":122,"versionNonce":1197888210,"isDeleted":true,"id":"yo6K94viLy_PPMYCDxaLY","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-598,"y":249,"strokeColor":"transparent","backgroundColor":"#669df6","width":2,"height":7,"seed":510046201,"groupIds":["bIfo2S_slPgQcNFNMHHG8","WYywIWhO6_gsd9vfB_ZQR"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829087,"link":null,"locked":false,"customData":{"boxId":"rLR6xsPDNiM8uM_dWPxfI","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"}},{"type":"rectangle","version":122,"versionNonce":117078862,"isDeleted":true,"id":"ezaojXbWYhQga4qYlfmzt","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-594,"y":252,"strokeColor":"transparent","backgroundColor":"#fff","width":6,"height":1,"seed":1687627799,"groupIds":["bIfo2S_slPgQcNFNMHHG8","WYywIWhO6_gsd9vfB_ZQR"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829087,"link":null,"locked":false,"customData":{"boxId":"rLR6xsPDNiM8uM_dWPxfI","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"}},{"type":"rectangle","version":122,"versionNonce":1484269714,"isDeleted":true,"id":"tK-D_0iO_1bTx_Z1GVpl1","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-585,"y":251,"strokeColor":"transparent","backgroundColor":"#fff","width":3,"height":3,"seed":836782297,"groupIds":["bIfo2S_slPgQcNFNMHHG8","WYywIWhO6_gsd9vfB_ZQR"],"strokeSharpness":"round","boundElements":[],"updated":1697744829087,"link":null,"locked":false,"customData":{"boxId":"rLR6xsPDNiM8uM_dWPxfI","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"}},{"type":"rectangle","version":122,"versionNonce":686416270,"isDeleted":true,"id":"va_ItxtgBqfQSYGhL3rIk","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-598,"y":258,"strokeColor":"transparent","backgroundColor":"#aecbfa","width":20,"height":7,"seed":298323255,"groupIds":["bIfo2S_slPgQcNFNMHHG8","WYywIWhO6_gsd9vfB_ZQR"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829087,"link":null,"locked":false,"customData":{"boxId":"rLR6xsPDNiM8uM_dWPxfI","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"}},{"type":"rectangle","version":122,"versionNonce":474564178,"isDeleted":true,"id":"vcZT6diRIGFDTvY8xkolW","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-580,"y":258,"strokeColor":"transparent","backgroundColor":"#669df6","width":2,"height":7,"seed":1483982265,"groupIds":["bIfo2S_slPgQcNFNMHHG8","WYywIWhO6_gsd9vfB_ZQR"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829087,"link":null,"locked":false,"customData":{"boxId":"rLR6xsPDNiM8uM_dWPxfI","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"}},{"type":"line","version":122,"versionNonce":479363022,"isDeleted":true,"id":"VtXn2cbFQ1T-MGWEQ8jIi","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-578,"y":258,"strokeColor":"#00000000","backgroundColor":"#4285f4","width":2,"height":7,"seed":1843351127,"groupIds":["zpEsK7al1Y_UkOXBBh-N3","bIfo2S_slPgQcNFNMHHG8","WYywIWhO6_gsd9vfB_ZQR"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829087,"link":null,"locked":false,"customData":{"boxId":"rLR6xsPDNiM8uM_dWPxfI","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-2,0],[-2,7],[0,0],[0,0]]},{"type":"rectangle","version":122,"versionNonce":196127762,"isDeleted":true,"id":"gd2cQasVNlwDg78iYzVAB","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-598,"y":258,"strokeColor":"transparent","backgroundColor":"#669df6","width":2,"height":7,"seed":1564780185,"groupIds":["bIfo2S_slPgQcNFNMHHG8","WYywIWhO6_gsd9vfB_ZQR"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829087,"link":null,"locked":false,"customData":{"boxId":"rLR6xsPDNiM8uM_dWPxfI","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"}},{"type":"rectangle","version":122,"versionNonce":1175279118,"isDeleted":true,"id":"FLWXw4vgo7IYe6T8vJNGc","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-594,"y":261,"strokeColor":"transparent","backgroundColor":"#fff","width":6,"height":1,"seed":61959031,"groupIds":["bIfo2S_slPgQcNFNMHHG8","WYywIWhO6_gsd9vfB_ZQR"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829087,"link":null,"locked":false,"customData":{"boxId":"rLR6xsPDNiM8uM_dWPxfI","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"}},{"type":"rectangle","version":122,"versionNonce":1822775762,"isDeleted":true,"id":"Gg9lMQYTOBZY2u2m89x54","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-585,"y":260,"strokeColor":"transparent","backgroundColor":"#fff","width":3,"height":3,"seed":1527147385,"groupIds":["bIfo2S_slPgQcNFNMHHG8","WYywIWhO6_gsd9vfB_ZQR"],"strokeSharpness":"round","boundElements":[],"updated":1697744829087,"link":null,"locked":false,"customData":{"boxId":"rLR6xsPDNiM8uM_dWPxfI","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"}},{"id":"OVEN37Iv__GljxDhpz1EK","type":"text","x":760.3124999999998,"y":24.885742187500227,"width":7,"height":23,"angle":0,"strokeColor":"#000000","backgroundColor":"transparent","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"round","seed":1222193593,"version":59,"versionNonce":508781646,"isDeleted":true,"boundElements":null,"updated":1697744829087,"link":null,"locked":false,"text":"","fontSize":20,"fontFamily":2,"textAlign":"left","verticalAlign":"top","baseline":19,"containerId":null,"originalText":""},{"id":"BPEGt1BNZwBAG_7GLkhpJ","type":"text","x":475.3125,"y":729.8857421875,"width":7,"height":23,"angle":0,"strokeColor":"#000000","backgroundColor":"transparent","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"round","seed":78713145,"version":59,"versionNonce":775835538,"isDeleted":true,"boundElements":null,"updated":1697744829087,"link":null,"locked":false,"text":"","fontSize":20,"fontFamily":2,"textAlign":"left","verticalAlign":"top","baseline":19,"containerId":null,"originalText":""},{"id":"3EleidzYjikUW9ZkNfEPT","type":"arrow","x":-680,"y":340,"width":0,"height":140,"angle":0,"strokeColor":"#202124","backgroundColor":"#202124","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"sharp","seed":485615671,"version":182,"versionNonce":389917326,"isDeleted":true,"boundElements":null,"updated":1697744829087,"link":null,"locked":false,"points":[[0,0],[0,140]],"lastCommittedPoint":null,"startBinding":{"elementId":"alQMHesl-G0NviYi6f0BX","focus":0,"gap":1},"endBinding":{"elementId":"D6aJ_2_A95YlU4x7pRShZ","focus":0,"gap":1},"startArrowhead":null,"endArrowhead":"triangle","fontFamily":2},{"id":"eA4HsqtnkUBOc8YEdHjwl","type":"arrow","x":-560,"y":520,"width":220,"height":0,"angle":0,"strokeColor":"#202124","backgroundColor":"#202124","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"sharp","seed":290329817,"version":178,"versionNonce":1152552274,"isDeleted":true,"boundElements":null,"updated":1697744829087,"link":null,"locked":false,"points":[[0,0],[220,0]],"lastCommittedPoint":null,"startBinding":{"elementId":"D6aJ_2_A95YlU4x7pRShZ","focus":0.3333333333333333,"gap":1},"endBinding":{"elementId":"9S5avaATpAiJMjsYiewcz","focus":-0.3333333333333333,"gap":1},"startArrowhead":null,"endArrowhead":"triangle","fontFamily":2},{"id":"xP_gJ8bJaZVmg5KJ-HN1p","type":"line","x":-540,"y":260,"width":200,"height":0,"angle":0,"strokeColor":"#000000","backgroundColor":"transparent","fillStyle":"hachure","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"round","seed":571006489,"version":85,"versionNonce":2139433166,"isDeleted":true,"boundElements":null,"updated":1697744829087,"link":null,"locked":false,"points":[[0,0],[200,0]],"lastCommittedPoint":null,"startBinding":null,"endBinding":null,"startArrowhead":null,"endArrowhead":"triangle","fontFamily":2},{"id":"2e-mxha5cZ4ATXu5ZeyDi","type":"line","x":-640,"y":360,"width":400,"height":0,"angle":0,"strokeColor":"#000000","backgroundColor":"transparent","fillStyle":"hachure","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"round","seed":2131584057,"version":92,"versionNonce":89723666,"isDeleted":true,"boundElements":null,"updated":1697744829087,"link":null,"locked":false,"points":[[0,0],[400,0]],"lastCommittedPoint":null,"startBinding":null,"endBinding":null,"startArrowhead":null,"endArrowhead":"triangle","fontFamily":2},{"id":"Xhd-6J2LDGQhKMuer4my7","type":"line","x":-240,"y":360,"width":0,"height":80,"angle":0,"strokeColor":"#000000","backgroundColor":"transparent","fillStyle":"hachure","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"round","seed":43393273,"version":79,"versionNonce":1724047118,"isDeleted":true,"boundElements":null,"updated":1697744829087,"link":null,"locked":false,"points":[[0,0],[0,-80]],"lastCommittedPoint":null,"startBinding":null,"endBinding":null,"startArrowhead":null,"endArrowhead":"triangle","fontFamily":2},{"id":"YUf3D1bcc1sqJLuyl7Rsa","type":"line","x":-640,"y":360,"width":0,"height":120,"angle":0,"strokeColor":"#000000","backgroundColor":"transparent","fillStyle":"hachure","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"round","seed":1083042423,"version":85,"versionNonce":44622034,"isDeleted":true,"boundElements":null,"updated":1697744829087,"link":null,"locked":false,"points":[[0,0],[0,120]],"lastCommittedPoint":null,"startBinding":null,"endBinding":null,"startArrowhead":null,"endArrowhead":"triangle","fontFamily":2},{"type":"rectangle","version":135,"versionNonce":24104270,"isDeleted":true,"id":"cf5kRJdL23c-AqV-Ynthp","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-340,"y":229,"strokeColor":"#202124","backgroundColor":"#FFF","width":240,"height":60,"seed":354115579,"groupIds":["gptzy46kGqAGwW9zR9NRE","DRI4DxqEjdWcCsN5R8YS7"],"strokeSharpness":"round","boundElements":[],"updated":1697744829087,"link":null,"locked":false,"customData":{"boxId":"kixQ5_825eshCxk7Ywn9a","label":"Workflows","type":"container"}},{"type":"text","version":132,"versionNonce":1748563602,"isDeleted":true,"id":"bk_slvsh0EiQYE1UI6Kcv","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-324,"y":245,"strokeColor":"#1A73E8","backgroundColor":"transparent","width":160,"height":18,"seed":1690759477,"groupIds":["gptzy46kGqAGwW9zR9NRE","DRI4DxqEjdWcCsN5R8YS7"],"strokeSharpness":"round","boundElements":[],"updated":1697744829087,"link":null,"locked":false,"customData":{"boxId":"kixQ5_825eshCxk7Ywn9a","label":"Workflows","type":"child"},"fontSize":16,"fontFamily":5,"text":"Workflows","baseline":16,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":"Workflows"},{"type":"text","version":91,"versionNonce":216331150,"isDeleted":true,"id":"Ovkx8aiMC4KKm106WRMHH","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1056,"y":278,"strokeColor":"#202124","backgroundColor":"transparent","width":160,"height":18,"seed":1682155675,"groupIds":["gptzy46kGqAGwW9zR9NRE","DRI4DxqEjdWcCsN5R8YS7"],"strokeSharpness":"round","boundElements":[],"updated":1697744829087,"link":null,"locked":false,"customData":{"boxId":"kixQ5_825eshCxk7Ywn9a","label":"Workflows","type":"child"},"fontSize":16,"fontFamily":5,"text":"","baseline":16,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":""},{"type":"line","version":92,"versionNonce":1455445074,"isDeleted":true,"id":"oUQ9BshUrmSpQEaE5P6R4","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1056,"y":304,"strokeColor":"#202124","backgroundColor":"transparent","width":208,"height":0,"seed":832373397,"groupIds":["gptzy46kGqAGwW9zR9NRE","DRI4DxqEjdWcCsN5R8YS7"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829087,"link":null,"locked":false,"customData":{"boxId":"kixQ5_825eshCxk7Ywn9a","label":"Workflows","type":"child"},"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[208,0]]},{"type":"text","version":91,"versionNonce":861622734,"isDeleted":true,"id":"OwVka1Gpgm6ALFwQtLAIu","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1056,"y":313,"strokeColor":"#202124","backgroundColor":"transparent","width":160,"height":14,"seed":77192507,"groupIds":["gptzy46kGqAGwW9zR9NRE","DRI4DxqEjdWcCsN5R8YS7"],"strokeSharpness":"round","boundElements":[],"updated":1697744829087,"link":null,"locked":false,"customData":{"boxId":"kixQ5_825eshCxk7Ywn9a","label":"Workflows","type":"child"},"fontSize":12,"fontFamily":4,"text":"","baseline":12,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":""},{"type":"line","version":132,"versionNonce":1075182098,"isDeleted":true,"id":"55F44ecfbmIhmusMYkgEl","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-132.2877697944641,"y":264.10791397094727,"strokeColor":"#00000000","backgroundColor":"#8ab4f8","width":2.2503600120544434,"height":2.071941375732422,"seed":275376117,"groupIds":["0qXjVyivUhvA_qoqjWSGq","gptzy46kGqAGwW9zR9NRE","DRI4DxqEjdWcCsN5R8YS7"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829087,"link":null,"locked":false,"customData":{"boxId":"kixQ5_825eshCxk7Ywn9a","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.011690616607666016,0.2695140838623047],[-0.04604291915893555,0.5330944061279297],[-0.10197877883911133,0.7891197204589844],[-0.17841720581054688,1.035970687866211],[2.0719428062438965,1.035970687866211],[2.0719428062438965,-1.035970687866211],[-0.17841720581054688,-1.035970687866211],[-0.17841720581054688,-1.035970687866211],[-0.10197877883911133,-0.7891178131103516],[-0.04604291915893555,-0.5330944061279297],[-0.011690616607666016,-0.2695140838623047],[0,0],[0,0]]},{"type":"line","version":132,"versionNonce":1877731342,"isDeleted":true,"id":"Zzu7zNaCZYYP2lylhQYYj","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-123.82158279418945,"y":248.56834530830383,"strokeColor":"#00000000","backgroundColor":"#8ab4f8","width":2.250359535217285,"height":2.0719425678253174,"seed":1904246235,"groupIds":["0qXjVyivUhvA_qoqjWSGq","gptzy46kGqAGwW9zR9NRE","DRI4DxqEjdWcCsN5R8YS7"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829087,"link":null,"locked":false,"customData":{"boxId":"kixQ5_825eshCxk7Ywn9a","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-2.250359535217285,0],[-2.250359535217285,2.0719425678253174],[0,2.0719425678253174],[0,2.0719425678253174],[-0.07643890380859375,1.8250901699066162],[-0.13237380981445312,1.5690648555755615],[-0.16672706604003906,1.3054859638214111],[-0.17841720581054688,1.0359714031219482],[-0.16672706604003906,0.7664568424224854],[-0.13237380981445312,0.502877950668335],[-0.07643890380859375,0.24685263633728027],[0,0],[0,0]]},{"type":"line","version":132,"versionNonce":1127278546,"isDeleted":true,"id":"gaevSpU4AwPGp25XXMvjV","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-120.89208602905273,"y":252.7122302055359,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":6.215827941894531,"height":6.2158273458480835,"seed":1127424341,"groupIds":["Qs7KG9BInQJoqOnAuE_p6","gptzy46kGqAGwW9zR9NRE","DRI4DxqEjdWcCsN5R8YS7"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829087,"link":null,"locked":false,"customData":{"boxId":"kixQ5_825eshCxk7Ywn9a","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.31754493713378906,-0.016060352325439453],[-0.6259651184082031,-0.06319713592529297],[-0.9236984252929688,-0.13984060287475586],[-1.2091712951660156,-0.24442386627197266],[-1.4808197021484375,-0.3753790855407715],[-1.7370719909667969,-0.5311374664306641],[-1.9763622283935547,-0.7101306915283203],[-2.1971206665039062,-0.9107909202575684],[-2.3977813720703125,-1.1315503120422363],[-2.5767765045166016,-1.3708405494689941],[-2.732534408569336,-1.6270933151245117],[-2.8634891510009766,-1.8987407684326172],[-2.9680728912353516,-2.1842145919799805],[-3.0447158813476562,-2.4819464683532715],[-3.0918521881103516,-2.7903690338134766],[-3.1079139709472656,-3.1079134941101074],[-3.0918521881103516,-3.4254579544067383],[-3.0447158813476562,-3.7338805198669434],[-2.9680728912353516,-4.031612396240234],[-2.8634891510009766,-4.317086219787598],[-2.732534408569336,-4.588733673095703],[-2.5767765045166016,-4.844986438751221],[-2.3977813720703125,-5.084276437759399],[-2.1971206665039062,-5.305035829544067],[-1.9763622283935547,-5.5056962966918945],[-1.7370719909667969,-5.68468976020813],[-1.4808197021484375,-5.840447902679443],[-1.2091712951660156,-5.9714027643203735],[-0.9236984252929688,-6.075986266136169],[-0.6259651184082031,-6.15263032913208],[-0.31754493713378906,-6.199766755104065],[0,-6.2158273458480835],[0.31754493713378906,-6.199766755104065],[0.6259670257568359,-6.15263032913208],[0.9236984252929688,-6.075986266136169],[1.2091732025146484,-5.9714027643203735],[1.4808197021484375,-5.840447902679443],[1.7370738983154297,-5.68468976020813],[1.9763622283935547,-5.5056962966918945],[2.197122573852539,-5.305035829544067],[2.3977832794189453,-5.084276437759399],[2.5767765045166016,-4.844986438751221],[2.732534408569336,-4.588733673095703],[2.8634891510009766,-4.317086219787598],[2.9680728912353516,-4.031612396240234],[3.0447158813476562,-3.7338805198669434],[3.0918540954589844,-3.4254579544067383],[3.1079139709472656,-3.1079134941101074],[3.0918540954589844,-2.7903690338134766],[3.0447158813476562,-2.4819464683532715],[2.9680728912353516,-2.1842145919799805],[2.8634891510009766,-1.8987407684326172],[2.732534408569336,-1.6270933151245117],[2.5767765045166016,-1.3708405494689941],[2.3977832794189453,-1.1315503120422363],[2.197122573852539,-0.9107909202575684],[1.9763622283935547,-0.7101306915283203],[1.7370738983154297,-0.5311374664306641],[1.4808197021484375,-0.3753790855407715],[1.2091732025146484,-0.24442386627197266],[0.9236984252929688,-0.13984060287475586],[0.6259670257568359,-0.06319713592529297],[0.31754493713378906,-0.016060352325439453],[0,0],[0,0]]},{"type":"line","version":132,"versionNonce":1922020942,"isDeleted":true,"id":"Vl8V0Qc7l6kb06mnE9s-T","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-120.89208602905273,"y":248.56834530830383,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":2.071941375732422,"height":2.0719425678253174,"seed":369756795,"groupIds":["Qs7KG9BInQJoqOnAuE_p6","gptzy46kGqAGwW9zR9NRE","DRI4DxqEjdWcCsN5R8YS7"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829087,"link":null,"locked":false,"customData":{"boxId":"kixQ5_825eshCxk7Ywn9a","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.20810508728027344,0.021144390106201172],[-0.4022483825683594,0.08174467086791992],[-0.5781803131103516,0.1775517463684082],[-0.7316551208496094,0.30431652069091797],[-0.8584194183349609,0.4577901363372803],[-0.9542255401611328,0.6337234973907471],[-1.0148277282714844,0.8278663158416748],[-1.035970687866211,1.0359714031219482],[-1.0148277282714844,1.2440760135650635],[-0.9542255401611328,1.4382193088531494],[-0.8584194183349609,1.6141526699066162],[-0.7316551208496094,1.7676260471343994],[-0.5781803131103516,1.8943908214569092],[-0.4022483825683594,1.9901978969573975],[-0.20810508728027344,2.050798177719116],[0,2.0719425678253174],[0.20810508728027344,2.050798177719116],[0.4022483825683594,1.9901978969573975],[0.5781822204589844,1.8943908214569092],[0.7316551208496094,1.7676260471343994],[0.8584194183349609,1.6141526699066162],[0.9542255401611328,1.4382193088531494],[1.0148277282714844,1.2440760135650635],[1.035970687866211,1.0359714031219482],[1.0148277282714844,0.8278663158416748],[0.9542255401611328,0.6337234973907471],[0.8584194183349609,0.4577901363372803],[0.7316551208496094,0.30431652069091797],[0.5781822204589844,0.1775517463684082],[0.4022483825683594,0.08174467086791992],[0.20810508728027344,0.021144390106201172],[0,0],[0,0]]},{"type":"line","version":132,"versionNonce":136846738,"isDeleted":true,"id":"SZw0N7E_X3GSTq3UqD50u","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-135.39568328857422,"y":267.21582794189453,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":6.2158273458480835,"height":6.215827941894531,"seed":793652917,"groupIds":["Qs7KG9BInQJoqOnAuE_p6","gptzy46kGqAGwW9zR9NRE","DRI4DxqEjdWcCsN5R8YS7"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829087,"link":null,"locked":false,"customData":{"boxId":"kixQ5_825eshCxk7Ywn9a","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.31754446029663086,-0.01605987548828125],[-0.6259670257568359,-0.06319808959960938],[-0.923698902130127,-0.13984107971191406],[-1.2091727256774902,-0.24442481994628906],[-1.4808201789855957,-0.3753795623779297],[-1.7370729446411133,-0.5311374664306641],[-1.976362943649292,-0.7101306915283203],[-2.19712233543396,-0.9107913970947266],[-2.397782802581787,-1.131551742553711],[-2.5767762660980225,-1.370840072631836],[-2.732534408569336,-1.6270942687988281],[-2.863489270210266,-1.8987407684326172],[-2.968072772026062,-2.184215545654297],[-3.0447168350219727,-2.4819469451904297],[-3.0918532609939575,-2.7903690338134766],[-3.107913851737976,-3.1079139709472656],[-3.0918532609939575,-3.4254589080810547],[-3.0447168350219727,-3.7338790893554688],[-2.968072772026062,-4.031612396240234],[-2.863489270210266,-4.317085266113281],[-2.732534408569336,-4.588733673095703],[-2.5767762660980225,-4.8449859619140625],[-2.397782802581787,-5.08427619934082],[-2.19712233543396,-5.305034637451172],[-1.976362943649292,-5.505695343017578],[-1.7370729446411133,-5.684690475463867],[-1.4808201789855957,-5.840448379516602],[-1.2091727256774902,-5.971403121948242],[-0.923698902130127,-6.075986862182617],[-0.6259670257568359,-6.152629852294922],[-0.31754446029663086,-6.199766159057617],[0,-6.215827941894531],[0.31754446029663086,-6.199766159057617],[0.6259670257568359,-6.152629852294922],[0.923698902130127,-6.075986862182617],[1.2091727256774902,-5.971403121948242],[1.4808201789855957,-5.840448379516602],[1.7370729446411133,-5.684690475463867],[1.976363182067871,-5.505695343017578],[2.197122573852539,-5.305034637451172],[2.397782802581787,-5.08427619934082],[2.5767760276794434,-4.8449859619140625],[2.732534408569336,-4.588733673095703],[2.8634896278381348,-4.317085266113281],[2.9680728912353516,-4.031612396240234],[3.0447163581848145,-3.7338790893554688],[3.091853141784668,-3.4254589080810547],[3.1079134941101074,-3.1079139709472656],[3.091853141784668,-2.7903690338134766],[3.0447163581848145,-2.4819469451904297],[2.9680728912353516,-2.184215545654297],[2.8634896278381348,-1.8987407684326172],[2.732534408569336,-1.6270942687988281],[2.5767760276794434,-1.370840072631836],[2.397782802581787,-1.131551742553711],[2.197122573852539,-0.9107913970947266],[1.976363182067871,-0.7101306915283203],[1.7370729446411133,-0.5311374664306641],[1.4808201789855957,-0.3753795623779297],[1.2091727256774902,-0.24442481994628906],[0.923698902130127,-0.13984107971191406],[0.6259670257568359,-0.06319808959960938],[0.31754446029663086,-0.01605987548828125],[0,0],[0,0]]},{"type":"line","version":132,"versionNonce":69188750,"isDeleted":true,"id":"N3XaQF7l8QxJcpcTGd_j5","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-135.39568328857422,"y":263.07194328308105,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":2.0719425678253174,"height":2.071941375732422,"seed":1459159835,"groupIds":["Qs7KG9BInQJoqOnAuE_p6","gptzy46kGqAGwW9zR9NRE","DRI4DxqEjdWcCsN5R8YS7"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829087,"link":null,"locked":false,"customData":{"boxId":"kixQ5_825eshCxk7Ywn9a","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.20810508728027344,0.021142959594726562],[-0.40224790573120117,0.08174514770507812],[-0.578181266784668,0.17755126953125],[-0.7316548824310303,0.30431556701660156],[-0.85841965675354,0.4577903747558594],[-0.9542267322540283,0.6337223052978516],[-1.014827013015747,0.8278656005859375],[-1.0359714031219482,1.035970687866211],[-1.014827013015747,1.2440757751464844],[-0.9542267322540283,1.4382190704345703],[-0.85841965675354,1.6141529083251953],[-0.7316548824310303,1.7676258087158203],[-0.578181266784668,1.8943901062011719],[-0.40224790573120117,1.9901962280273438],[-0.20810508728027344,2.0507984161376953],[0,2.071941375732422],[0.20810461044311523,2.0507984161376953],[0.40224790573120117,1.9901962280273438],[0.578181266784668,1.8943901062011719],[0.7316546440124512,1.7676258087158203],[0.8584194183349609,1.6141529083251953],[0.9542264938354492,1.4382190704345703],[1.014826774597168,1.2440757751464844],[1.0359711647033691,1.035970687866211],[1.014826774597168,0.8278656005859375],[0.9542264938354492,0.6337223052978516],[0.8584194183349609,0.4577903747558594],[0.7316546440124512,0.30431556701660156],[0.578181266784668,0.17755126953125],[0.40224790573120117,0.08174514770507812],[0.20810461044311523,0.021142959594726562],[0,0],[0,0]]},{"type":"line","version":132,"versionNonce":473078610,"isDeleted":true,"id":"4dYmIXJilkPA3F2c7d4hC","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-120.89208602905273,"y":248.56834530830383,"strokeColor":"#00000000","backgroundColor":"#fff","width":2.071941375732422,"height":2.0719425678253174,"seed":1935708181,"groupIds":["O_gDphGotOhyglk6tWjQK","gptzy46kGqAGwW9zR9NRE","DRI4DxqEjdWcCsN5R8YS7"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829087,"link":null,"locked":false,"customData":{"boxId":"kixQ5_825eshCxk7Ywn9a","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.20810508728027344,0.021144390106201172],[-0.4022483825683594,0.08174467086791992],[-0.5781803131103516,0.1775517463684082],[-0.7316551208496094,0.30431652069091797],[-0.8584194183349609,0.4577901363372803],[-0.9542255401611328,0.6337234973907471],[-1.0148277282714844,0.8278663158416748],[-1.035970687866211,1.0359714031219482],[-1.0148277282714844,1.2440760135650635],[-0.9542255401611328,1.4382193088531494],[-0.8584194183349609,1.6141526699066162],[-0.7316551208496094,1.7676260471343994],[-0.5781803131103516,1.8943908214569092],[-0.4022483825683594,1.9901978969573975],[-0.20810508728027344,2.050798177719116],[0,2.0719425678253174],[0.20810508728027344,2.050798177719116],[0.4022483825683594,1.9901978969573975],[0.5781822204589844,1.8943908214569092],[0.7316551208496094,1.7676260471343994],[0.8584194183349609,1.6141526699066162],[0.9542255401611328,1.4382193088531494],[1.0148277282714844,1.2440760135650635],[1.035970687866211,1.0359714031219482],[1.0148277282714844,0.8278663158416748],[0.9542255401611328,0.6337234973907471],[0.8584194183349609,0.4577901363372803],[0.7316551208496094,0.30431652069091797],[0.5781822204589844,0.1775517463684082],[0.4022483825683594,0.08174467086791992],[0.20810508728027344,0.021144390106201172],[0,0],[0,0]]},{"type":"line","version":132,"versionNonce":1783954126,"isDeleted":true,"id":"K2mEKwjnLZhsqV8fY69MQ","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-135.39568328857422,"y":263.07194328308105,"strokeColor":"#00000000","backgroundColor":"#fff","width":2.0719425678253174,"height":2.071941375732422,"seed":1556080571,"groupIds":["O_gDphGotOhyglk6tWjQK","gptzy46kGqAGwW9zR9NRE","DRI4DxqEjdWcCsN5R8YS7"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829087,"link":null,"locked":false,"customData":{"boxId":"kixQ5_825eshCxk7Ywn9a","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.20810508728027344,0.021142959594726562],[-0.40224790573120117,0.08174514770507812],[-0.578181266784668,0.17755126953125],[-0.7316548824310303,0.30431556701660156],[-0.85841965675354,0.4577903747558594],[-0.9542267322540283,0.6337223052978516],[-1.014827013015747,0.8278656005859375],[-1.0359714031219482,1.035970687866211],[-1.014827013015747,1.2440757751464844],[-0.9542267322540283,1.4382190704345703],[-0.85841965675354,1.6141529083251953],[-0.7316548824310303,1.7676258087158203],[-0.578181266784668,1.8943901062011719],[-0.40224790573120117,1.9901962280273438],[-0.20810508728027344,2.0507984161376953],[0,2.071941375732422],[0.20810461044311523,2.0507984161376953],[0.40224790573120117,1.9901962280273438],[0.578181266784668,1.8943901062011719],[0.7316546440124512,1.7676258087158203],[0.8584194183349609,1.6141529083251953],[0.9542264938354492,1.4382190704345703],[1.014826774597168,1.2440757751464844],[1.0359711647033691,1.035970687866211],[1.014826774597168,0.8278656005859375],[0.9542264938354492,0.6337223052978516],[0.8584194183349609,0.4577903747558594],[0.7316546440124512,0.30431556701660156],[0.578181266784668,0.17755126953125],[0.40224790573120117,0.08174514770507812],[0.20810461044311523,0.021142959594726562],[0,0],[0,0]]},{"type":"line","version":132,"versionNonce":1302814994,"isDeleted":true,"id":"XUqgauL4CO0lGWWcexOdZ","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-132.1093521118164,"y":255.820143699646,"strokeColor":"#00000000","backgroundColor":"#669df6","width":6.394245028495789,"height":9.225899696350098,"seed":1029686645,"groupIds":["DxfRCauXFy8msjzZEeeV_","gptzy46kGqAGwW9zR9NRE","DRI4DxqEjdWcCsN5R8YS7"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829087,"link":null,"locked":false,"customData":{"boxId":"kixQ5_825eshCxk7Ywn9a","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-2.2503600120544434,0],[-2.2503600120544434,0],[-2.462372303009033,-0.010685920715332031],[-2.668221950531006,-0.042052268981933594],[-2.8668718338012695,-0.0930624008178711],[-3.057284355163574,-0.16267967224121094],[-3.2384233474731445,-0.24986648559570312],[-3.4092516899108887,-0.35358524322509766],[-3.568732261657715,-0.47280120849609375],[-3.7158279418945312,-0.6064748764038086],[-3.849501132965088,-0.753570556640625],[-3.968716621398926,-0.913050651550293],[-4.0724358558654785,-1.083878517150879],[-4.159622669219971,-1.2650175094604492],[-4.2292397022247314,-1.4554309844970703],[-4.280249834060669,-1.6540803909301758],[-4.31161642074585,-1.8599300384521484],[-4.322302579879761,-2.0719423294067383],[-4.322302579879761,-3.1079134941101074],[-4.322302579879761,-3.1079134941101074],[-4.316173315048218,-3.2672781944274902],[-4.298089265823364,-3.4234819412231445],[-4.268505811691284,-3.5760602951049805],[-4.227878093719482,-3.724550247192383],[-4.176661252975464,-3.8684868812561035],[-4.1153106689453125,-4.007407188415527],[-4.044281721115112,-4.140848159790039],[-3.96402907371521,-4.268344879150391],[-3.7776756286621094,-4.503653049468994],[-3.5598926544189453,-4.709621906280518],[-3.314321517944336,-4.882542610168457],[-3.182253360748291,-4.955450057983398],[-3.044604778289795,-5.018704414367676],[-3.1479320526123047,-5.301258563995361],[-3.223741054534912,-5.5956830978393555],[-3.270413875579834,-5.9008989334106445],[-3.2863311767578125,-6.215826988220215],[-3.276798725128174,-6.459532260894775],[-3.2489209175109863,-6.697841644287109],[-3.203777313232422,-6.929675817489624],[-3.142446517944336,-7.153956413269043],[-3.485318183898926,-7.062928199768066],[-3.815906524658203,-6.9439857006073],[-4.132853746414185,-6.798486232757568],[-4.434802532196045,-6.6277875900268555],[-4.720395803451538,-6.433246612548828],[-4.98827600479126,-6.216220378875732],[-5.237085819244385,-5.978066921234131],[-5.465467929840088,-5.7201433181762695],[-5.672065019607544,-5.443807601928711],[-5.855519771575928,-5.150415897369385],[-6.014474511146545,-4.841325759887695],[-6.14757227897644,-4.517895221710205],[-6.2534555196762085,-4.18148136138916],[-6.330767035484314,-3.833441734313965],[-6.3781492710113525,-3.4751334190368652],[-6.394245028495789,-3.1079134941101074],[-6.394245028495789,-2.0719423294067383],[-6.394245028495789,-2.0719423294067383],[-6.3728097677230835,-1.6488656997680664],[-6.3099037408828735,-1.2378711700439453],[-6.207625985145569,-0.8410558700561523],[-6.068075895309448,-0.46052074432373047],[-5.893352746963501,-0.09836578369140625],[-5.685555696487427,0.24331188201904297],[-5.446784019470215,0.5624113082885742],[-5.1791369915008545,0.8568344116210938],[-4.884714126586914,1.1244821548461914],[-4.5656139850616455,1.3632535934448242],[-4.223936557769775,1.5710506439208984],[-3.8617806434631348,1.7457733154296875],[-3.481245994567871,1.8853235244750977],[-3.0844311714172363,1.9876022338867188],[-2.673436164855957,2.0505075454711914],[-2.2503600120544434,2.0719432830810547],[0,2.0719432830810547],[0,2.0719432830810547],[-0.07643890380859375,1.8250904083251953],[-0.13237428665161133,1.5690650939941406],[-0.16672706604003906,1.3054866790771484],[-0.17841768264770508,1.0359716415405273],[-0.16672706604003906,0.7664575576782227],[-0.13237428665161133,0.5028781890869141],[-0.07643890380859375,0.24685287475585938],[0,0],[0,0]]},{"type":"line","version":132,"versionNonce":1271427342,"isDeleted":true,"id":"fXJ-CiuQhZHHjJ7WrqoJE","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-121.91079139709473,"y":255.820143699646,"strokeColor":"#00000000","backgroundColor":"#4285f4","width":5.369785308837891,"height":9.231654167175293,"seed":495007835,"groupIds":["guWTa5FsNBzzhwnMSb8ee","gptzy46kGqAGwW9zR9NRE","DRI4DxqEjdWcCsN5R8YS7"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829087,"link":null,"locked":false,"customData":{"boxId":"kixQ5_825eshCxk7Ywn9a","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-1.2316551208496094,0],[-1.2316551208496094,0],[-1.1552162170410156,0.24685287475585938],[-1.0992794036865234,0.5028781890869141],[-1.0649280548095703,0.7664575576782227],[-1.0532379150390625,1.0359716415405273],[-1.0649280548095703,1.3054866790771484],[-1.0992794036865234,1.5690650939941406],[-1.1552162170410156,1.8250904083251953],[-1.2316551208496094,2.0719432830810547],[0,2.0719432830810547],[0,2.0719432830810547],[0.21201133728027344,2.0826292037963867],[0.4178638458251953,2.1139955520629883],[0.6165122985839844,2.165006637573242],[0.8069248199462891,2.2346229553222656],[0.9880638122558594,2.321809768676758],[1.1588916778564453,2.4255285263061523],[1.3183727264404297,2.5447444915771484],[1.4654693603515625,2.6784181594848633],[1.599142074584961,2.8255138397216797],[1.7183570861816406,2.9849939346313477],[1.8220748901367188,3.1558218002319336],[1.9092636108398438,3.336960792541504],[1.9788799285888672,3.527374267578125],[2.0298900604248047,3.7260236740112305],[2.0612564086914062,3.931873321533203],[2.071941375732422,4.143885612487793],[2.071941375732422,5.179856300354004],[2.071941375732422,5.179856300354004],[2.065746307373047,5.341246604919434],[2.0474605560302734,5.499213218688965],[2.0175399780273438,5.653304100036621],[1.9764385223388672,5.803057670593262],[1.9246139526367188,5.948025703430176],[1.8625221252441406,6.087746620178223],[1.7906169891357422,6.221772193908691],[1.7093524932861328,6.349640846252441],[1.6191864013671875,6.470900535583496],[1.5205707550048828,6.585095405578613],[1.4139633178710938,6.691769599914551],[1.2998199462890625,6.790467262268066],[1.1785945892333984,6.880736351013184],[1.0507431030273438,6.962119102478027],[0.916717529296875,7.0341596603393555],[0.7769775390625,7.096402168273926],[0.8769798278808594,7.378058433532715],[0.951080322265625,7.670504570007324],[0.9971237182617188,7.973742485046387],[1.012948989868164,8.28777027130127],[1.0033283233642578,8.53156566619873],[0.9748191833496094,8.77050495147705],[0.9279670715332031,9.004048347473145],[0.8633098602294922,9.231654167175293],[1.2083377838134766,9.141573905944824],[1.5410652160644531,9.02332592010498],[1.8601150512695312,8.87828540802002],[2.1641178131103516,8.707823753356934],[2.4516983032226562,8.513319969177246],[2.7214832305908203,8.29614543914795],[2.9720935821533203,8.057673454284668],[3.202157974243164,7.799281120300293],[3.4103031158447266,7.522339820861816],[3.595155715942383,7.228226661682129],[3.755338668823242,6.918313026428223],[3.8894805908203125,6.593976020812988],[3.9962024688720703,6.256587028503418],[4.074134826660156,5.9075212478637695],[4.1219024658203125,5.548151969909668],[4.138130187988281,5.179856300354004],[4.138130187988281,4.143885612487793],[4.138130187988281,4.143885612487793],[4.117706298828125,3.720808982849121],[4.055688858032227,3.309814453125],[3.9541778564453125,2.912999153137207],[3.815288543701172,2.532464027404785],[3.641122817993164,2.170309066772461],[3.4337902069091797,1.8286314010620117],[3.1954002380371094,1.5095319747924805],[2.9280567169189453,1.215108871459961],[2.6338729858398438,0.9474611282348633],[2.314950942993164,0.7086896896362305],[1.9734001159667969,0.5008926391601562],[1.6113319396972656,0.3261699676513672],[1.2308483123779297,0.18661975860595703],[0.8340606689453125,0.08434104919433594],[0.4230766296386719,0.02143573760986328],[0,0],[0,0]]},{"type":"line","version":132,"versionNonce":134049490,"isDeleted":true,"id":"YHfyWO5eXQXRriHiMk4tx","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-129.179856300354,"y":252.7122302055359,"strokeColor":"#00000000","backgroundColor":"#669df6","width":9.32374095916748,"height":6.2158273458480835,"seed":1620135637,"groupIds":["MWx6-6ES4xGwnEFJPDbU8","gptzy46kGqAGwW9zR9NRE","DRI4DxqEjdWcCsN5R8YS7"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829088,"link":null,"locked":false,"customData":{"boxId":"kixQ5_825eshCxk7Ywn9a","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-3.1079134941101074,0],[-3.1079134941101074,0],[-3.4254579544067383,-0.016060352325439453],[-3.733880043029785,-0.06319713592529297],[-4.031612396240234,-0.13984060287475586],[-4.317086219787598,-0.24442386627197266],[-4.588733196258545,-0.3753790855407715],[-4.8449859619140625,-0.5311374664306641],[-5.0842766761779785,-0.7101306915283203],[-5.3050360679626465,-0.9107909202575684],[-5.5056962966918945,-1.1315503120422363],[-5.684689521789551,-1.3708405494689941],[-5.840447425842285,-1.6270933151245117],[-5.971402645111084,-1.8987407684326172],[-6.075986385345459,-2.1842145919799805],[-6.15263032913208,-2.4819464683532715],[-6.199766635894775,-2.7903690338134766],[-6.215826988220215,-3.1079134941101074],[-6.199766635894775,-3.4254579544067383],[-6.15263032913208,-3.7338805198669434],[-6.075986385345459,-4.031612396240234],[-5.971402645111084,-4.317086219787598],[-5.840447425842285,-4.588733673095703],[-5.684689521789551,-4.844986438751221],[-5.5056962966918945,-5.084276437759399],[-5.3050360679626465,-5.305035829544067],[-5.0842766761779785,-5.5056962966918945],[-4.8449859619140625,-5.68468976020813],[-4.588733196258545,-5.840447902679443],[-4.317086219787598,-5.9714027643203735],[-4.031612396240234,-6.075986266136169],[-3.733880043029785,-6.15263032913208],[-3.4254579544067383,-6.199766755104065],[-3.1079134941101074,-6.2158273458480835],[0,-6.2158273458480835],[0,-6.2158273458480835],[0.31754493713378906,-6.199766755104065],[0.6259670257568359,-6.15263032913208],[0.9236993789672852,-6.075986266136169],[1.2091732025146484,-5.9714027643203735],[1.480820655822754,-5.840447902679443],[1.7370729446411133,-5.68468976020813],[1.976363182067871,-5.5056962966918945],[2.197122573852539,-5.305035829544067],[2.3977832794189453,-5.084276437759399],[2.5767765045166016,-4.844986438751221],[2.732534408569336,-4.588733673095703],[2.863490104675293,-4.317086219787598],[2.968073844909668,-4.031612396240234],[3.0447168350219727,-3.7338805198669434],[3.091853141784668,-3.4254579544067383],[3.1079139709472656,-3.1079134941101074],[3.091853141784668,-2.7903690338134766],[3.0447168350219727,-2.4819464683532715],[2.968073844909668,-2.1842145919799805],[2.863490104675293,-1.8987407684326172],[2.732534408569336,-1.6270933151245117],[2.5767765045166016,-1.3708405494689941],[2.3977832794189453,-1.1315503120422363],[2.197122573852539,-0.9107909202575684],[1.976363182067871,-0.7101306915283203],[1.7370729446411133,-0.5311374664306641],[1.480820655822754,-0.3753790855407715],[1.2091732025146484,-0.24442386627197266],[0.9236993789672852,-0.13984060287475586],[0.6259670257568359,-0.06319713592529297],[0.31754493713378906,-0.016060352325439453],[0,0],[0,0]]},{"type":"line","version":132,"versionNonce":334700366,"isDeleted":true,"id":"fBwyxJittaoXBr1qKJJG1","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-132.2877697944641,"y":248.56834530830383,"strokeColor":"#00000000","backgroundColor":"#669df6","width":5.179856300354004,"height":2.0719425678253174,"seed":655324411,"groupIds":["MWx6-6ES4xGwnEFJPDbU8","gptzy46kGqAGwW9zR9NRE","DRI4DxqEjdWcCsN5R8YS7"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829088,"link":null,"locked":false,"customData":{"boxId":"kixQ5_825eshCxk7Ywn9a","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.20810413360595703,0.021144390106201172],[-0.40224790573120117,0.08174467086791992],[-0.578181266784668,0.1775517463684082],[-0.7316546440124512,0.30431652069091797],[-0.8584194183349609,0.4577901363372803],[-0.9542264938354492,0.6337234973907471],[-1.014826774597168,0.8278663158416748],[-1.0359711647033691,1.0359714031219482],[-1.014826774597168,1.2440760135650635],[-0.9542264938354492,1.4382193088531494],[-0.8584194183349609,1.6141526699066162],[-0.7316546440124512,1.7676260471343994],[-0.578181266784668,1.8943908214569092],[-0.40224790573120117,1.9901978969573975],[-0.20810413360595703,2.050798177719116],[0,2.0719425678253174],[3.1079134941101074,2.0719425678253174],[3.1079134941101074,2.0719425678253174],[3.316018581390381,2.050798177719116],[3.510161876678467,1.9901978969573975],[3.6860947608947754,1.8943908214569092],[3.839568614959717,1.7676260471343994],[3.9663338661193848,1.6141526699066162],[4.062139987945557,1.4382193088531494],[4.122740268707275,1.2440760135650635],[4.143885135650635,1.0359714031219482],[4.122740268707275,0.8278663158416748],[4.062139987945557,0.6337234973907471],[3.9663338661193848,0.4577901363372803],[3.839568614959717,0.30431652069091797],[3.6860947608947754,0.1775517463684082],[3.510161876678467,0.08174467086791992],[3.316018581390381,0.021144390106201172],[3.1079134941101074,0],[0,0],[0,0]]},{"type":"line","version":132,"versionNonce":801883282,"isDeleted":true,"id":"pVBKUtII5j_yrGy4XhACo","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-126.07194232940674,"y":259.9640293121338,"strokeColor":"#00000000","backgroundColor":"#669df6","width":9.323740482330322,"height":6.215827941894531,"seed":730508341,"groupIds":["MWx6-6ES4xGwnEFJPDbU8","gptzy46kGqAGwW9zR9NRE","DRI4DxqEjdWcCsN5R8YS7"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829088,"link":null,"locked":false,"customData":{"boxId":"kixQ5_825eshCxk7Ywn9a","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-3.1079139709472656,0],[-3.1079139709472656,0],[-3.4254579544067383,-0.016060829162597656],[-3.733880043029785,-0.06319713592529297],[-4.031612396240234,-0.13984203338623047],[-4.317086219787598,-0.24442481994628906],[-4.588733673095703,-0.3753795623779297],[-4.8449859619140625,-0.5311374664306641],[-5.084277153015137,-0.7101316452026367],[-5.305035591125488,-0.9107913970947266],[-5.5056962966918945,-1.1315507888793945],[-5.684689521789551,-1.3708410263061523],[-5.840447425842285,-1.6270942687988281],[-5.971403121948242,-1.8987417221069336],[-6.075986385345459,-2.1842145919799805],[-6.152629852294922,-2.4819469451904297],[-6.199766635894775,-2.790369987487793],[-6.215827465057373,-3.1079139709472656],[-6.199766635894775,-3.4254579544067383],[-6.152629852294922,-3.7338809967041016],[-6.075986385345459,-4.031613349914551],[-5.971403121948242,-4.317086219787598],[-5.840447425842285,-4.588733673095703],[-5.684689521789551,-4.844986915588379],[-5.5056962966918945,-5.084277153015137],[-5.305035591125488,-5.305036544799805],[-5.084277153015137,-5.5056962966918945],[-4.8449859619140625,-5.684690475463867],[-4.588733673095703,-5.840448379516602],[-4.317086219787598,-5.971403121948242],[-4.031612396240234,-6.075986862182617],[-3.733880043029785,-6.152630805969238],[-3.4254579544067383,-6.199767112731934],[-3.1079139709472656,-6.215827941894531],[0,-6.215827941894531],[0,-6.215827941894531],[0.31754493713378906,-6.199767112731934],[0.6259670257568359,-6.152630805969238],[0.9236984252929688,-6.075986862182617],[1.209172248840332,-5.971403121948242],[1.480820655822754,-5.840448379516602],[1.7370729446411133,-5.684690475463867],[1.9763622283935547,-5.5056962966918945],[2.1971216201782227,-5.305036544799805],[2.397782325744629,-5.084277153015137],[2.576775550842285,-4.844986915588379],[2.7325353622436523,-4.588733673095703],[2.86348819732666,-4.317086219787598],[2.968071937561035,-4.031613349914551],[3.0447168350219727,-3.7338809967041016],[3.091853141784668,-3.4254579544067383],[3.107913017272949,-3.1079139709472656],[3.091853141784668,-2.790369987487793],[3.0447168350219727,-2.4819469451904297],[2.968071937561035,-2.1842145919799805],[2.86348819732666,-1.8987417221069336],[2.7325353622436523,-1.6270942687988281],[2.576775550842285,-1.3708410263061523],[2.397782325744629,-1.1315507888793945],[2.1971216201782227,-0.9107913970947266],[1.9763622283935547,-0.7101316452026367],[1.7370729446411133,-0.5311374664306641],[1.480820655822754,-0.3753795623779297],[1.209172248840332,-0.24442481994628906],[0.9236984252929688,-0.13984203338623047],[0.6259670257568359,-0.06319713592529297],[0.31754493713378906,-0.016060829162597656],[0,0],[0,0]]},{"type":"line","version":132,"versionNonce":1462633870,"isDeleted":true,"id":"4W5b2WnomGWlG-_ecbA-P","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-129.179856300354,"y":255.820143699646,"strokeColor":"#00000000","backgroundColor":"#669df6","width":5.179856300354004,"height":2.0719432830810547,"seed":686628251,"groupIds":["MWx6-6ES4xGwnEFJPDbU8","gptzy46kGqAGwW9zR9NRE","DRI4DxqEjdWcCsN5R8YS7"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829088,"link":null,"locked":false,"customData":{"boxId":"kixQ5_825eshCxk7Ywn9a","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.20810413360595703,0.021144866943359375],[-0.40224742889404297,0.08174514770507812],[-0.5781803131103516,0.1775522232055664],[-0.731654167175293,0.3043174743652344],[-0.8584194183349609,0.4577903747558594],[-0.9542255401611328,0.633723258972168],[-1.014826774597168,0.8278675079345703],[-1.035970687866211,1.0359716415405273],[-1.014826774597168,1.2440757751464844],[-0.9542255401611328,1.4382200241088867],[-0.8584194183349609,1.6141529083251953],[-0.731654167175293,1.7676258087158203],[-0.5781803131103516,1.8943910598754883],[-0.40224742889404297,1.9901981353759766],[-0.20810413360595703,2.0507984161376953],[0,2.0719432830810547],[3.1079139709472656,2.0719432830810547],[3.1079139709472656,2.0719432830810547],[3.316019058227539,2.0507984161376953],[3.510162353515625,1.9901981353759766],[3.6860952377319336,1.8943910598754883],[3.8395681381225586,1.7676258087158203],[3.9663333892822266,1.6141529083251953],[4.062140464782715,1.4382200241088867],[4.12274169921875,1.2440757751464844],[4.143885612487793,1.0359716415405273],[4.12274169921875,0.8278675079345703],[4.062140464782715,0.633723258972168],[3.9663333892822266,0.4577903747558594],[3.8395681381225586,0.3043174743652344],[3.6860952377319336,0.1775522232055664],[3.510162353515625,0.08174514770507812],[3.316019058227539,0.021144866943359375],[3.1079139709472656,0],[0,0],[0,0]]},{"type":"line","version":132,"versionNonce":2127127122,"isDeleted":true,"id":"tmE6NELc-6XLDk7VonVB-","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-124,"y":267.21582794189453,"strokeColor":"#00000000","backgroundColor":"#669df6","width":9.32374095916748,"height":6.215827941894531,"seed":2117164437,"groupIds":["MWx6-6ES4xGwnEFJPDbU8","gptzy46kGqAGwW9zR9NRE","DRI4DxqEjdWcCsN5R8YS7"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829088,"link":null,"locked":false,"customData":{"boxId":"kixQ5_825eshCxk7Ywn9a","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-3.107913017272949,0],[-3.107913017272949,0],[-3.4254579544067383,-0.01605987548828125],[-3.733880043029785,-0.06319808959960938],[-4.031612396240234,-0.13984107971191406],[-4.317085266113281,-0.24442481994628906],[-4.588733673095703,-0.3753795623779297],[-4.8449859619140625,-0.5311374664306641],[-5.08427619934082,-0.7101306915283203],[-5.305035591125488,-0.9107913970947266],[-5.505695343017578,-1.131551742553711],[-5.684689521789551,-1.370840072631836],[-5.840447425842285,-1.6270942687988281],[-5.971403121948242,-1.8987407684326172],[-6.075985908508301,-2.184215545654297],[-6.152629852294922,-2.4819469451904297],[-6.199766159057617,-2.7903690338134766],[-6.215826988220215,-3.1079139709472656],[-6.199766159057617,-3.4254589080810547],[-6.152629852294922,-3.7338790893554688],[-6.075985908508301,-4.031612396240234],[-5.971403121948242,-4.317085266113281],[-5.840447425842285,-4.588733673095703],[-5.684689521789551,-4.8449859619140625],[-5.505695343017578,-5.08427619934082],[-5.305035591125488,-5.305034637451172],[-5.08427619934082,-5.505695343017578],[-4.8449859619140625,-5.684690475463867],[-4.588733673095703,-5.840448379516602],[-4.317085266113281,-5.971403121948242],[-4.031612396240234,-6.075986862182617],[-3.733880043029785,-6.152629852294922],[-3.4254579544067383,-6.199766159057617],[-3.107913017272949,-6.215827941894531],[0,-6.215827941894531],[0,-6.215827941894531],[0.31754493713378906,-6.199766159057617],[0.6259670257568359,-6.152629852294922],[0.9236984252929688,-6.075986862182617],[1.2091732025146484,-5.971403121948242],[1.4808197021484375,-5.840448379516602],[1.7370738983154297,-5.684690475463867],[1.9763622283935547,-5.505695343017578],[2.197122573852539,-5.305034637451172],[2.3977832794189453,-5.08427619934082],[2.5767765045166016,-4.8449859619140625],[2.732534408569336,-4.588733673095703],[2.8634891510009766,-4.317085266113281],[2.9680728912353516,-4.031612396240234],[3.0447158813476562,-3.7338790893554688],[3.0918540954589844,-3.4254589080810547],[3.1079139709472656,-3.1079139709472656],[3.0918540954589844,-2.7903690338134766],[3.0447158813476562,-2.4819469451904297],[2.9680728912353516,-2.184215545654297],[2.8634891510009766,-1.8987407684326172],[2.732534408569336,-1.6270942687988281],[2.5767765045166016,-1.370840072631836],[2.3977832794189453,-1.131551742553711],[2.197122573852539,-0.9107913970947266],[1.9763622283935547,-0.7101306915283203],[1.7370738983154297,-0.5311374664306641],[1.4808197021484375,-0.3753795623779297],[1.2091732025146484,-0.24442481994628906],[0.9236984252929688,-0.13984107971191406],[0.6259670257568359,-0.06319808959960938],[0.31754493713378906,-0.01605987548828125],[0,0],[0,0]]},{"type":"line","version":132,"versionNonce":917644238,"isDeleted":true,"id":"CGXh-loQKSyBrtIOQE4J1","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-127.10791301727295,"y":263.07194328308105,"strokeColor":"#00000000","backgroundColor":"#669df6","width":5.1798553466796875,"height":2.071941375732422,"seed":1045213755,"groupIds":["MWx6-6ES4xGwnEFJPDbU8","gptzy46kGqAGwW9zR9NRE","DRI4DxqEjdWcCsN5R8YS7"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829088,"link":null,"locked":false,"customData":{"boxId":"kixQ5_825eshCxk7Ywn9a","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.20810508728027344,0.021142959594726562],[-0.4022483825683594,0.08174514770507812],[-0.578181266784668,0.17755126953125],[-0.7316551208496094,0.30431556701660156],[-0.8584194183349609,0.4577903747558594],[-0.9542264938354492,0.6337223052978516],[-1.014826774597168,0.8278656005859375],[-1.0359716415405273,1.035970687866211],[-1.014826774597168,1.2440757751464844],[-0.9542264938354492,1.4382190704345703],[-0.8584194183349609,1.6141529083251953],[-0.7316551208496094,1.7676258087158203],[-0.578181266784668,1.8943901062011719],[-0.4022483825683594,1.9901962280273438],[-0.20810508728027344,2.0507984161376953],[0,2.071941375732422],[3.107913017272949,2.071941375732422],[3.107913017272949,2.071941375732422],[3.3160181045532227,2.0507984161376953],[3.5101613998413086,1.9901962280273438],[3.6860952377319336,1.8943901062011719],[3.8395681381225586,1.7676258087158203],[3.96633243560791,1.6141529083251953],[4.062140464782715,1.4382190704345703],[4.122740745544434,1.2440757751464844],[4.14388370513916,1.035970687866211],[4.122740745544434,0.8278656005859375],[4.062140464782715,0.6337223052978516],[3.96633243560791,0.4577903747558594],[3.8395681381225586,0.30431556701660156],[3.6860952377319336,0.17755126953125],[3.5101613998413086,0.08174514770507812],[3.3160181045532227,0.021142959594726562],[3.107913017272949,0],[0,0],[0,0]]},{"type":"line","version":132,"versionNonce":1607288850,"isDeleted":true,"id":"5Shs53ryaksO2TYohoyjc","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-130.21582698822021,"y":252.7122302055359,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":5.179856300354004,"height":6.2158273458480835,"seed":532341493,"groupIds":["QY21_TNcA3YRTDUdFPLUv","gptzy46kGqAGwW9zR9NRE","DRI4DxqEjdWcCsN5R8YS7"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829088,"link":null,"locked":false,"customData":{"boxId":"kixQ5_825eshCxk7Ywn9a","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,-2.0719423294067383],[-2.0719428062438965,-2.0719423294067383],[-2.0719428062438965,-2.0719423294067383],[-2.2800469398498535,-2.0930867195129395],[-2.4741907119750977,-2.153687000274658],[-2.6501240730285645,-2.2494940757751465],[-2.8035974502563477,-2.3762588500976562],[-2.9303622245788574,-2.5297322273254395],[-3.0261693000793457,-2.7056655883789062],[-3.0867695808410645,-2.899808883666992],[-3.1079139709472656,-3.1079134941101074],[-3.0867695808410645,-3.316018581390381],[-3.0261693000793457,-3.5101613998413086],[-2.9303622245788574,-3.6860947608947754],[-2.8035974502563477,-3.8395683765411377],[-2.6501240730285645,-3.9663331508636475],[-2.4741907119750977,-4.062140226364136],[-2.2800469398498535,-4.1227405071258545],[-2.0719428062438965,-4.143884897232056],[0,-4.143884897232056],[0,-6.2158273458480835],[-2.0719428062438965,-6.2158273458480835],[-2.0719428062438965,-6.2158273458480835],[-2.3894872665405273,-6.199766755104065],[-2.697909355163574,-6.15263032913208],[-2.9956417083740234,-6.075986266136169],[-3.2811155319213867,-5.9714027643203735],[-3.552762508392334,-5.840447902679443],[-3.8090152740478516,-5.68468976020813],[-4.048305988311768,-5.5056962966918945],[-4.2690653800964355,-5.305035829544067],[-4.469725608825684,-5.084276437759399],[-4.64871883392334,-4.844986438751221],[-4.804476737976074,-4.588733673095703],[-4.935431957244873,-4.317086219787598],[-5.040015697479248,-4.031612396240234],[-5.116659641265869,-3.7338805198669434],[-5.1637959480285645,-3.4254579544067383],[-5.179856300354004,-3.1079134941101074],[-5.1637959480285645,-2.7903690338134766],[-5.116659641265869,-2.4819464683532715],[-5.040015697479248,-2.1842145919799805],[-4.935431957244873,-1.8987407684326172],[-4.804476737976074,-1.6270933151245117],[-4.64871883392334,-1.3708405494689941],[-4.469725608825684,-1.1315503120422363],[-4.2690653800964355,-0.9107909202575684],[-4.048305988311768,-0.7101306915283203],[-3.8090152740478516,-0.5311374664306641],[-3.552762508392334,-0.3753790855407715],[-3.2811155319213867,-0.24442386627197266],[-2.9956417083740234,-0.13984060287475586],[-2.697909355163574,-0.06319713592529297],[-2.3894872665405273,-0.016060352325439453],[-2.0719428062438965,0],[0,0],[0,0]]},{"type":"line","version":132,"versionNonce":1150843406,"isDeleted":true,"id":"jDyLpIHDzg07QXtPLfndT","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-127.10791301727295,"y":259.9640293121338,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":5.179856777191162,"height":6.215827941894531,"seed":2014360283,"groupIds":["QY21_TNcA3YRTDUdFPLUv","gptzy46kGqAGwW9zR9NRE","DRI4DxqEjdWcCsN5R8YS7"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829088,"link":null,"locked":false,"customData":{"boxId":"kixQ5_825eshCxk7Ywn9a","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,-2.0719423294067383],[-2.0719432830810547,-2.0719423294067383],[-2.0719432830810547,-2.0719423294067383],[-2.2800474166870117,-2.0930871963500977],[-2.4741907119750977,-2.1536874771118164],[-2.6501235961914062,-2.2494945526123047],[-2.8035974502563477,-2.3762598037719727],[-2.9303627014160156,-2.5297327041625977],[-3.0261688232421875,-2.7056655883789062],[-3.0867700576782227,-2.8998098373413086],[-3.1079139709472656,-3.1079139709472656],[-3.0867700576782227,-3.3160181045532227],[-3.0261688232421875,-3.510162353515625],[-2.9303627014160156,-3.6860952377319336],[-2.8035974502563477,-3.8395681381225586],[-2.6501235961914062,-3.9663333892822266],[-2.4741907119750977,-4.062140464782715],[-2.2800474166870117,-4.122740745544434],[-2.0719432830810547,-4.143885612487793],[0,-4.143885612487793],[0,-6.215827941894531],[-2.0719432830810547,-6.215827941894531],[-2.0719432830810547,-6.215827941894531],[-2.3894872665405273,-6.199767112731934],[-2.697909355163574,-6.152630805969238],[-2.9956417083740234,-6.075986862182617],[-3.2811155319213867,-5.971403121948242],[-3.552762985229492,-5.840448379516602],[-3.8090152740478516,-5.684690475463867],[-4.048306465148926,-5.5056962966918945],[-4.269064903259277,-5.305036544799805],[-4.469725608825684,-5.084277153015137],[-4.64871883392334,-4.844986915588379],[-4.804476737976074,-4.588733673095703],[-4.935432434082031,-4.317086219787598],[-5.040015697479248,-4.031613349914551],[-5.116659164428711,-3.7338809967041016],[-5.1637959480285645,-3.4254579544067383],[-5.179856777191162,-3.1079139709472656],[-5.1637959480285645,-2.790369987487793],[-5.116659164428711,-2.4819469451904297],[-5.040015697479248,-2.1842145919799805],[-4.935432434082031,-1.8987417221069336],[-4.804476737976074,-1.6270942687988281],[-4.64871883392334,-1.3708410263061523],[-4.469725608825684,-1.1315507888793945],[-4.269064903259277,-0.9107913970947266],[-4.048306465148926,-0.7101316452026367],[-3.8090152740478516,-0.5311374664306641],[-3.552762985229492,-0.3753795623779297],[-3.2811155319213867,-0.24442481994628906],[-2.9956417083740234,-0.13984203338623047],[-2.697909355163574,-0.06319713592529297],[-2.3894872665405273,-0.016060829162597656],[-2.0719432830810547,0],[0,0],[0,0]]},{"type":"line","version":132,"versionNonce":1255044562,"isDeleted":true,"id":"3Dg108XJt_D-k6_OgawNc","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-127.10791301727295,"y":265.1438846588135,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":5.179856300354004,"height":6.215827941894531,"seed":1420606549,"groupIds":["QY21_TNcA3YRTDUdFPLUv","gptzy46kGqAGwW9zR9NRE","DRI4DxqEjdWcCsN5R8YS7"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829088,"link":null,"locked":false,"customData":{"boxId":"kixQ5_825eshCxk7Ywn9a","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.20810508728027344,-0.021142959594726562],[-0.4022483825683594,-0.08174514770507812],[-0.578181266784668,-0.17755126953125],[-0.7316551208496094,-0.30431556701660156],[-0.8584194183349609,-0.45778846740722656],[-0.9542264938354492,-0.6337223052978516],[-1.014826774597168,-0.8278656005859375],[-1.0359716415405273,-1.035970687866211],[-1.014826774597168,-1.2440757751464844],[-0.9542264938354492,-1.4382190704345703],[-0.8584194183349609,-1.6141510009765625],[-0.7316551208496094,-1.7676258087158203],[-0.578181266784668,-1.8943901062011719],[-0.4022483825683594,-1.9901962280273438],[-0.20810508728027344,-2.0507984161376953],[0,-2.071941375732422],[2.0719423294067383,-2.071941375732422],[2.0719423294067383,-4.143884658813477],[0,-4.143884658813477],[0,-4.143884658813477],[-0.31754493713378906,-4.1278228759765625],[-0.6259670257568359,-4.080686569213867],[-0.9236993789672852,-4.0040435791015625],[-1.209172248840332,-3.8994598388671875],[-1.480820655822754,-3.768505096435547],[-1.7370729446411133,-3.6127471923828125],[-1.976363182067871,-3.4337520599365234],[-2.197122573852539,-3.233091354370117],[-2.397782325744629,-3.0123329162597656],[-2.5767765045166016,-2.773042678833008],[-2.732534408569336,-2.5167903900146484],[-2.863490104675293,-2.2451419830322266],[-2.9680728912353516,-1.9596691131591797],[-3.0447168350219727,-1.661935806274414],[-3.091853141784668,-1.353515625],[-3.1079139709472656,-1.035970687866211],[-3.091853141784668,-0.7184257507324219],[-3.0447168350219727,-0.410003662109375],[-2.9680728912353516,-0.11227226257324219],[-2.863490104675293,0.1732025146484375],[-2.732534408569336,0.44484901428222656],[-2.5767765045166016,0.7011032104492188],[-2.397782325744629,0.9403915405273438],[-2.197122573852539,1.1611518859863281],[-1.976363182067871,1.3618125915527344],[-1.7370729446411133,1.5408058166503906],[-1.480820655822754,1.696563720703125],[-1.209172248840332,1.8275184631347656],[-0.9236993789672852,1.9321022033691406],[-0.6259670257568359,2.0087451934814453],[-0.31754493713378906,2.0558834075927734],[0,2.0719432830810547],[2.0719423294067383,2.0719432830810547],[2.0719423294067383,0],[0,0],[0,0]]},{"type":"line","version":132,"versionNonce":1742342222,"isDeleted":true,"id":"UtYbbmhpVAzruPQHPMEMi","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-132.2877697944641,"y":248.56834530830383,"strokeColor":"#00000000","backgroundColor":"#fff","width":5.179856300354004,"height":2.0719425678253174,"seed":650878843,"groupIds":["hY8yel9PHEihLfNSD9abo","gptzy46kGqAGwW9zR9NRE","DRI4DxqEjdWcCsN5R8YS7"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829088,"link":null,"locked":false,"customData":{"boxId":"kixQ5_825eshCxk7Ywn9a","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.20810413360595703,0.021144390106201172],[-0.40224790573120117,0.08174467086791992],[-0.578181266784668,0.1775517463684082],[-0.7316546440124512,0.30431652069091797],[-0.8584194183349609,0.4577901363372803],[-0.9542264938354492,0.6337234973907471],[-1.014826774597168,0.8278663158416748],[-1.0359711647033691,1.0359714031219482],[-1.014826774597168,1.2440760135650635],[-0.9542264938354492,1.4382193088531494],[-0.8584194183349609,1.6141526699066162],[-0.7316546440124512,1.7676260471343994],[-0.578181266784668,1.8943908214569092],[-0.40224790573120117,1.9901978969573975],[-0.20810413360595703,2.050798177719116],[0,2.0719425678253174],[3.1079134941101074,2.0719425678253174],[3.1079134941101074,2.0719425678253174],[3.316018581390381,2.050798177719116],[3.510161876678467,1.9901978969573975],[3.6860947608947754,1.8943908214569092],[3.839568614959717,1.7676260471343994],[3.9663338661193848,1.6141526699066162],[4.062139987945557,1.4382193088531494],[4.122740268707275,1.2440760135650635],[4.143885135650635,1.0359714031219482],[4.122740268707275,0.8278663158416748],[4.062139987945557,0.6337234973907471],[3.9663338661193848,0.4577901363372803],[3.839568614959717,0.30431652069091797],[3.6860947608947754,0.1775517463684082],[3.510161876678467,0.08174467086791992],[3.316018581390381,0.021144390106201172],[3.1079134941101074,0],[0,0],[0,0]]},{"type":"line","version":132,"versionNonce":551807890,"isDeleted":true,"id":"-oqjkQ_dCJCSaC5GME7oI","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-129.179856300354,"y":255.820143699646,"strokeColor":"#00000000","backgroundColor":"#fff","width":5.179856300354004,"height":2.0719432830810547,"seed":886860213,"groupIds":["hY8yel9PHEihLfNSD9abo","gptzy46kGqAGwW9zR9NRE","DRI4DxqEjdWcCsN5R8YS7"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829088,"link":null,"locked":false,"customData":{"boxId":"kixQ5_825eshCxk7Ywn9a","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.20810413360595703,0.021144866943359375],[-0.40224742889404297,0.08174514770507812],[-0.5781803131103516,0.1775522232055664],[-0.731654167175293,0.3043174743652344],[-0.8584194183349609,0.4577903747558594],[-0.9542255401611328,0.633723258972168],[-1.014826774597168,0.8278675079345703],[-1.035970687866211,1.0359716415405273],[-1.014826774597168,1.2440757751464844],[-0.9542255401611328,1.4382200241088867],[-0.8584194183349609,1.6141529083251953],[-0.731654167175293,1.7676258087158203],[-0.5781803131103516,1.8943910598754883],[-0.40224742889404297,1.9901981353759766],[-0.20810413360595703,2.0507984161376953],[0,2.0719432830810547],[3.1079139709472656,2.0719432830810547],[3.1079139709472656,2.0719432830810547],[3.316019058227539,2.0507984161376953],[3.510162353515625,1.9901981353759766],[3.6860952377319336,1.8943910598754883],[3.8395681381225586,1.7676258087158203],[3.9663333892822266,1.6141529083251953],[4.062140464782715,1.4382200241088867],[4.12274169921875,1.2440757751464844],[4.143885612487793,1.0359716415405273],[4.12274169921875,0.8278675079345703],[4.062140464782715,0.633723258972168],[3.9663333892822266,0.4577903747558594],[3.8395681381225586,0.3043174743652344],[3.6860952377319336,0.1775522232055664],[3.510162353515625,0.08174514770507812],[3.316019058227539,0.021144866943359375],[3.1079139709472656,0],[0,0],[0,0]]},{"type":"line","version":132,"versionNonce":1078972046,"isDeleted":true,"id":"-lkkjPRBgR5740RwdIdyw","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-127.10791301727295,"y":263.07194328308105,"strokeColor":"#00000000","backgroundColor":"#fff","width":5.1798553466796875,"height":2.071941375732422,"seed":1690302491,"groupIds":["hY8yel9PHEihLfNSD9abo","gptzy46kGqAGwW9zR9NRE","DRI4DxqEjdWcCsN5R8YS7"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829088,"link":null,"locked":false,"customData":{"boxId":"kixQ5_825eshCxk7Ywn9a","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.20810508728027344,0.021142959594726562],[-0.4022483825683594,0.08174514770507812],[-0.578181266784668,0.17755126953125],[-0.7316551208496094,0.30431556701660156],[-0.8584194183349609,0.4577903747558594],[-0.9542264938354492,0.6337223052978516],[-1.014826774597168,0.8278656005859375],[-1.0359716415405273,1.035970687866211],[-1.014826774597168,1.2440757751464844],[-0.9542264938354492,1.4382190704345703],[-0.8584194183349609,1.6141529083251953],[-0.7316551208496094,1.7676258087158203],[-0.578181266784668,1.8943901062011719],[-0.4022483825683594,1.9901962280273438],[-0.20810508728027344,2.0507984161376953],[0,2.071941375732422],[3.107913017272949,2.071941375732422],[3.107913017272949,2.071941375732422],[3.3160181045532227,2.0507984161376953],[3.5101613998413086,1.9901962280273438],[3.6860952377319336,1.8943901062011719],[3.8395681381225586,1.7676258087158203],[3.96633243560791,1.6141529083251953],[4.062140464782715,1.4382190704345703],[4.122740745544434,1.2440757751464844],[4.14388370513916,1.035970687866211],[4.122740745544434,0.8278656005859375],[4.062140464782715,0.6337223052978516],[3.96633243560791,0.4577903747558594],[3.8395681381225586,0.30431556701660156],[3.6860952377319336,0.17755126953125],[3.5101613998413086,0.08174514770507812],[3.3160181045532227,0.021142959594726562],[3.107913017272949,0],[0,0],[0,0]]},{"type":"rectangle","version":178,"versionNonce":138717522,"isDeleted":true,"id":"RJqU7o69YMl0eMokHK8S4","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1100,"y":440,"strokeColor":"#202124","backgroundColor":"#FFF","width":240,"height":60,"seed":1298520629,"groupIds":["UGnwZTFUWRcIJ29GuYV7y","6C0UwhX-t_Yn3Ab1P-WNJ"],"strokeSharpness":"round","boundElements":[],"updated":1697744829088,"link":null,"locked":false,"customData":{"boxId":"XjateU-UHdapqGJ03OYAI","label":"Vertex AI","type":"container"}},{"type":"text","version":161,"versionNonce":179489998,"isDeleted":true,"id":"QAdeIc03yWnO1_xYiFmKc","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1116,"y":456,"strokeColor":"#1A73E8","backgroundColor":"transparent","width":160,"height":18,"seed":136564635,"groupIds":["UGnwZTFUWRcIJ29GuYV7y","6C0UwhX-t_Yn3Ab1P-WNJ"],"strokeSharpness":"round","boundElements":[],"updated":1697744829088,"link":null,"locked":false,"customData":{"boxId":"XjateU-UHdapqGJ03OYAI","label":"Vertex AI","type":"child"},"fontSize":16,"fontFamily":5,"text":"Vertex AI","baseline":16,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":"Vertex AI"},{"type":"text","version":57,"versionNonce":1212657426,"isDeleted":true,"id":"PVqelgZ8R8boQ60M8lQTU","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":996,"y":278,"strokeColor":"#202124","backgroundColor":"transparent","width":160,"height":18,"seed":1484180373,"groupIds":["UGnwZTFUWRcIJ29GuYV7y","6C0UwhX-t_Yn3Ab1P-WNJ"],"strokeSharpness":"round","boundElements":[],"updated":1697744829088,"link":null,"locked":false,"customData":{"boxId":"XjateU-UHdapqGJ03OYAI","label":"Vertex AI","type":"child"},"fontSize":16,"fontFamily":5,"text":"","baseline":16,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":""},{"type":"line","version":58,"versionNonce":77333262,"isDeleted":true,"id":"Uk4SyfG9yX0ye6Ipx9_qh","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":996,"y":304,"strokeColor":"#202124","backgroundColor":"transparent","width":208,"height":0,"seed":668804155,"groupIds":["UGnwZTFUWRcIJ29GuYV7y","6C0UwhX-t_Yn3Ab1P-WNJ"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829088,"link":null,"locked":false,"customData":{"boxId":"XjateU-UHdapqGJ03OYAI","label":"Vertex AI","type":"child"},"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[208,0]]},{"type":"text","version":57,"versionNonce":627309778,"isDeleted":true,"id":"GTPRF5OX_Db5z6xB1RBzY","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":996,"y":313,"strokeColor":"#202124","backgroundColor":"transparent","width":160,"height":14,"seed":723685621,"groupIds":["UGnwZTFUWRcIJ29GuYV7y","6C0UwhX-t_Yn3Ab1P-WNJ"],"strokeSharpness":"round","boundElements":[],"updated":1697744829088,"link":null,"locked":false,"customData":{"boxId":"XjateU-UHdapqGJ03OYAI","label":"Vertex AI","type":"child"},"fontSize":12,"fontFamily":4,"text":"","baseline":12,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":""},{"type":"line","version":161,"versionNonce":1350857038,"isDeleted":true,"id":"TFTwrkNh6AqkDpjP111bw","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1321.9633045196533,"y":470.2981653213501,"strokeColor":"#00000000","backgroundColor":"#669df6","width":10.129972457885742,"height":8.601454734802246,"seed":2059592923,"groupIds":["r_suxakBPVegYcherpKXH","UGnwZTFUWRcIJ29GuYV7y","6C0UwhX-t_Yn3Ab1P-WNJ"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829088,"link":null,"locked":false,"customData":{"boxId":"XjateU-UHdapqGJ03OYAI","label":"Vertex AI","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.12380027770996094,-0.12568092346191406],[-0.2653388977050781,-0.22362327575683594],[-0.4204254150390625,-0.2931833267211914],[-0.5848636627197266,-0.33371543884277344],[-0.7544612884521484,-0.344573974609375],[-0.9250297546386719,-0.32511425018310547],[-1.0923709869384766,-0.2746915817260742],[-1.2522945404052734,-0.19266033172607422],[-9.96330451965332,6.206421852111816],[-9.96330451965332,6.48165225982666],[-9.96330451965332,6.48165225982666],[-9.780749320983887,6.479231834411621],[-9.607226371765137,6.511324882507324],[-9.446603775024414,6.575024604797363],[-9.302753448486328,6.667431831359863],[-9.179546356201172,6.785639762878418],[-9.080849647521973,6.926749229431152],[-9.010538101196289,7.087855339050293],[-8.972477912902832,7.266055107116699],[-8.970059394836426,7.448609352111816],[-9.002152442932129,7.622134208679199],[-9.065852165222168,7.782753944396973],[-9.158257484436035,7.926606178283691],[-9.276467323303223,8.049813270568848],[-9.41757583618164,8.14850902557373],[-9.578681945800781,8.218823432922363],[-9.756882667541504,8.256880760192871],[-9.96330451965332,8.256880760192871],[-9.665712356567383,8.206995964050293],[-9.399083137512207,8.064221382141113],[-0.16514015197753906,1.252293586730957],[-0.16514015197753906,1.252293586730957],[-0.04007530212402344,1.1279296875],[0.05611991882324219,0.985020637512207],[0.12296676635742188,0.828242301940918],[0.1599750518798828,0.6622714996337891],[0.16666793823242188,0.49178409576416016],[0.14255905151367188,0.3214597702026367],[0.08716392517089844,0.15597248077392578],[0,0],[0,0]]},{"type":"line","version":161,"versionNonce":1026593426,"isDeleted":true,"id":"VtgSaYKmn-2P48ghzHabn","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1311.8348627090454,"y":478.4587154388428,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":10.1350257396698,"height":8.601454734802246,"seed":854501973,"groupIds":["GRhLGYuRdbNJsLZpzpDWY","UGnwZTFUWRcIJ29GuYV7y","6C0UwhX-t_Yn3Ab1P-WNJ"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829088,"link":null,"locked":false,"customData":{"boxId":"XjateU-UHdapqGJ03OYAI","label":"Vertex AI","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.17820072174072266,-0.03862190246582031],[-0.3393058776855469,-0.1103057861328125],[-0.48041439056396484,-0.2106952667236328],[-0.5986232757568359,-0.3354358673095703],[-0.6910295486450195,-0.48017311096191406],[-0.754730224609375,-0.6405525207519531],[-0.7868223190307617,-0.8122215270996094],[-0.7844028472900391,-0.9908256530761719],[-0.6966743469238281,-1.2817497253417969],[-0.5263757705688477,-1.5223617553710938],[-0.28899097442626953,-1.6933059692382812],[-0.1499786376953125,-1.746603012084961],[0,-1.775228500366211],[0,-2.050457000732422],[-8.724770784378052,-8.449540138244629],[-8.724770784378052,-8.449540138244629],[-8.880178689956665,-8.531572341918945],[-9.044294834136963,-8.581995010375977],[-9.212926626205444,-8.601454734802246],[-9.38188099861145,-8.590595245361328],[-9.546964883804321,-8.550063133239746],[-9.703985452651978,-8.480504035949707],[-9.84874963760376,-8.382560729980469],[-9.977064490318298,-8.256880760192871],[-10.06304681301117,-8.100908279418945],[-10.115324258804321,-7.935420989990234],[-10.1350257396698,-7.7650957107543945],[-10.123280048370361,-7.594610214233398],[-10.081216216087341,-7.4286394119262695],[-10.009963035583496,-7.271860122680664],[-9.910649299621582,-7.128951072692871],[-9.784404039382935,-7.004586219787598],[-0.5504589080810547,-0.1926593780517578],[-0.5504589080810547,-0.1926593780517578],[-0.2855501174926758,-0.06020545959472656],[0,0],[0,0]]},{"type":"line","version":161,"versionNonce":1506088846,"isDeleted":true,"id":"YJ_u1ogZ0n4NhBR3Q-jtf","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1312,"y":475.8440361022949,"strokeColor":"#00000000","backgroundColor":"#4285f4","width":3.660550117492676,"height":3.660552978515625,"seed":946311547,"groupIds":["imGG7UahrtDaDF3H8xXJ5","UGnwZTFUWRcIJ29GuYV7y","6C0UwhX-t_Yn3Ab1P-WNJ"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829088,"link":null,"locked":false,"customData":{"boxId":"XjateU-UHdapqGJ03OYAI","label":"Vertex AI","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.36707115173339844,0.03744316101074219],[-0.7097902297973633,0.14471054077148438],[-1.0205793380737305,0.31422996520996094],[-1.2918577194213867,0.5384197235107422],[-1.5160465240478516,0.8096961975097656],[-1.6855649948120117,1.1204872131347656],[-1.7928333282470703,1.463205337524414],[-1.8302745819091797,1.8302764892578125],[-1.7928333282470703,2.197347640991211],[-1.6855649948120117,2.5400657653808594],[-1.5160465240478516,2.8508567810058594],[-1.2918577194213867,3.122133255004883],[-1.0205793380737305,3.346323013305664],[-0.7097902297973633,3.5158424377441406],[-0.36707115173339844,3.623109817504883],[0,3.660552978515625],[0.36707210540771484,3.623109817504883],[0.7097911834716797,3.5158424377441406],[1.0205793380737305,3.346323013305664],[1.2918586730957031,3.122133255004883],[1.5160455703735352,2.8508567810058594],[1.6855659484863281,2.5400657653808594],[1.7928342819213867,2.197347640991211],[1.830275535583496,1.8302764892578125],[1.7933998107910156,1.463205337524414],[1.6875009536743164,1.1204872131347656],[1.519674301147461,0.8096961975097656],[1.2970190048217773,0.5384197235107422],[1.026627540588379,0.31422996520996094],[0.7155971527099609,0.14471054077148438],[0.37102222442626953,0.03744316101074219],[0,0],[0,0]]},{"type":"line","version":161,"versionNonce":1650749522,"isDeleted":true,"id":"qqsVnw5eRi45MC2iAM-aU","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1312,"y":478.55504608154297,"strokeColor":"#00000000","backgroundColor":"#4285f4","width":1.7889909744262695,"height":1.788991928100586,"seed":280008629,"groupIds":["imGG7UahrtDaDF3H8xXJ5","UGnwZTFUWRcIJ29GuYV7y","6C0UwhX-t_Yn3Ab1P-WNJ"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829088,"link":null,"locked":false,"customData":{"boxId":"XjateU-UHdapqGJ03OYAI","label":"Vertex AI","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.18067264556884766,-0.018115997314453125],[-0.3487663269042969,-0.07009696960449219],[-0.5007343292236328,-0.15239715576171875],[-0.6330270767211914,-0.26146697998046875],[-0.7420978546142578,-0.39376068115234375],[-0.8243980407714844,-0.5457286834716797],[-0.8763790130615234,-0.7138214111328125],[-0.894495964050293,-0.8944950103759766],[-0.8763790130615234,-1.0751686096191406],[-0.8243980407714844,-1.2432613372802734],[-0.7420978546142578,-1.3952312469482422],[-0.6330270767211914,-1.5275230407714844],[-0.5007343292236328,-1.6365947723388672],[-0.3487663269042969,-1.718893051147461],[-0.18067264556884766,-1.7708740234375],[0,-1.788991928100586],[0.18067359924316406,-1.7708740234375],[0.3487672805786133,-1.718893051147461],[0.5007343292236328,-1.6365947723388672],[0.6330280303955078,-1.5275230407714844],[0.7420978546142578,-1.3952312469482422],[0.8243989944458008,-1.2432613372802734],[0.8763799667358398,-1.0751686096191406],[0.8944950103759766,-0.8944950103759766],[0.8944950103759766,-0.8807334899902344],[0.8944950103759766,-0.8807334899902344],[0.8769445419311523,-0.7006511688232422],[0.8263339996337891,-0.5341167449951172],[0.7457265853881836,-0.3843536376953125],[0.638188362121582,-0.25458717346191406],[0.5067825317382812,-0.1480426788330078],[0.35457324981689453,-0.0679473876953125],[0.18462467193603516,-0.017522811889648438],[0,0],[0,0],[0,0]]},{"type":"line","version":161,"versionNonce":949417422,"isDeleted":true,"id":"gb3X65I7LB3M05YXhJTJy","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1312,"y":478.55504608154297,"strokeColor":"#00000000","backgroundColor":"#fff","width":1.7889909744262695,"height":1.788991928100586,"seed":34449947,"groupIds":["NZY30LGt0EmmuulY_qeYm","UGnwZTFUWRcIJ29GuYV7y","6C0UwhX-t_Yn3Ab1P-WNJ"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829088,"link":null,"locked":false,"customData":{"boxId":"XjateU-UHdapqGJ03OYAI","label":"Vertex AI","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.18067264556884766,-0.018115997314453125],[-0.3487663269042969,-0.07009696960449219],[-0.5007343292236328,-0.15239715576171875],[-0.6330270767211914,-0.26146697998046875],[-0.7420978546142578,-0.39376068115234375],[-0.8243980407714844,-0.5457286834716797],[-0.8763790130615234,-0.7138214111328125],[-0.894495964050293,-0.8944950103759766],[-0.8763790130615234,-1.0751686096191406],[-0.8243980407714844,-1.2432613372802734],[-0.7420978546142578,-1.3952312469482422],[-0.6330270767211914,-1.5275230407714844],[-0.5007343292236328,-1.6365947723388672],[-0.3487663269042969,-1.718893051147461],[-0.18067264556884766,-1.7708740234375],[0,-1.788991928100586],[0.18067359924316406,-1.7708740234375],[0.3487672805786133,-1.718893051147461],[0.5007343292236328,-1.6365947723388672],[0.6330280303955078,-1.5275230407714844],[0.7420978546142578,-1.3952312469482422],[0.8243989944458008,-1.2432613372802734],[0.8763799667358398,-1.0751686096191406],[0.8944950103759766,-0.8944950103759766],[0.8944950103759766,-0.8807334899902344],[0.8944950103759766,-0.8807334899902344],[0.8769445419311523,-0.7006511688232422],[0.8263339996337891,-0.5341167449951172],[0.7457265853881836,-0.3843536376953125],[0.638188362121582,-0.25458717346191406],[0.5067825317382812,-0.1480426788330078],[0.35457324981689453,-0.0679473876953125],[0.18462467193603516,-0.017522811889648438],[0,0],[0,0],[0,0]]},{"type":"line","version":161,"versionNonce":2027329042,"isDeleted":true,"id":"MRkHzu7GYBInwSUwABvRC","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1304.5275230407715,"y":460.6100916862488,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":1.8727693557739258,"height":4.322310358285904,"seed":781048085,"groupIds":["aXGSwNmiTd1qEN80A97D0","UGnwZTFUWRcIJ29GuYV7y","6C0UwhX-t_Yn3Ab1P-WNJ"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829088,"link":null,"locked":false,"customData":{"boxId":"XjateU-UHdapqGJ03OYAI","label":"Vertex AI","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.18583345413208008,-0.01932525634765625],[-0.3590884208679199,-0.07461261749267578],[-0.5162162780761719,-0.16183137893676758],[-0.6536698341369629,-0.276949405670166],[-0.7679007053375244,-0.41593503952026367],[-0.8553612232208252,-0.5747561454772949],[-0.912503719329834,-0.7493815422058105],[-0.9357798099517822,-0.9357795715332031],[-0.9357798099517822,-3.275229334831238],[-0.9357798099517822,-3.275229334831238],[-0.9369893074035645,-3.4680510759353638],[-0.9015910625457764,-3.6515194177627563],[-0.8329720497131348,-3.8214412927627563],[-0.73451828956604,-3.973623752593994],[-0.609616756439209,-4.103873908519745],[-0.4616541862487793,-4.2079987823963165],[-0.29401683807373047,-4.281805396080017],[-0.1100921630859375,-4.321100860834122],[0.08272981643676758,-4.322310358285904],[0.26619815826416016,-4.286912202835083],[0.43612051010131836,-4.218293011188507],[0.5883026123046875,-4.119839370250702],[0.7185525894165039,-3.9949379563331604],[0.8226776123046875,-3.846975266933441],[0.896484375,-3.679338037967682],[0.9357800483703613,-3.4954127073287964],[0.9357800483703613,-3.275229334831238],[0.9357800483703613,-0.9357795715332031],[0.9357800483703613,-0.9357795715332031],[0.9209704399108887,-0.7454307079315186],[0.8689074516296387,-0.5689506530761719],[0.7836246490478516,-0.40988731384277344],[0.6691513061523438,-0.2717890739440918],[0.5295209884643555,-0.1582026481628418],[0.36876440048217773,-0.0726776123046875],[0.19091320037841797,-0.01876068115234375],[0,0],[0,0]]},{"type":"ellipse","version":161,"versionNonce":370347022,"isDeleted":true,"id":"jrwS9VhZi8F5n1VQDlTkO","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1303.5504586696625,"y":466.9954137802124,"strokeColor":"transparent","backgroundColor":"#aecbfa","width":1.8990826606750488,"height":1.8990826606750488,"seed":749186747,"groupIds":["UGnwZTFUWRcIJ29GuYV7y","6C0UwhX-t_Yn3Ab1P-WNJ"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829088,"link":null,"locked":false,"customData":{"boxId":"XjateU-UHdapqGJ03OYAI","label":"Vertex AI","type":"child"}},{"type":"ellipse","version":161,"versionNonce":1367213010,"isDeleted":true,"id":"5o40oKJHgbT2r9-5bwbJQ","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1303.5504586696625,"y":464.24311923980713,"strokeColor":"transparent","backgroundColor":"#aecbfa","width":1.8990826606750488,"height":1.8990826606750488,"seed":368832117,"groupIds":["UGnwZTFUWRcIJ29GuYV7y","6C0UwhX-t_Yn3Ab1P-WNJ"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829088,"link":null,"locked":false,"customData":{"boxId":"XjateU-UHdapqGJ03OYAI","label":"Vertex AI","type":"child"}},{"type":"ellipse","version":161,"versionNonce":271735374,"isDeleted":true,"id":"7A-9yuMS4sA9oaCzIMjL_","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1303.5504586696625,"y":461.47706413269043,"strokeColor":"transparent","backgroundColor":"#aecbfa","width":1.8990826606750488,"height":1.8990826606750488,"seed":1255677787,"groupIds":["UGnwZTFUWRcIJ29GuYV7y","6C0UwhX-t_Yn3Ab1P-WNJ"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829088,"link":null,"locked":false,"customData":{"boxId":"XjateU-UHdapqGJ03OYAI","label":"Vertex AI","type":"child"}},{"type":"line","version":161,"versionNonce":108116370,"isDeleted":true,"id":"4AzhKBfXHj1qrCYTMGzrd","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1319.4724769592285,"y":463.34862422943115,"strokeColor":"#00000000","backgroundColor":"#4285f4","width":1.871561050415039,"height":4.224770784378052,"seed":96491477,"groupIds":["lcWRifGHenapqKgCxnJfM","UGnwZTFUWRcIJ29GuYV7y","6C0UwhX-t_Yn3Ab1P-WNJ"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829088,"link":null,"locked":false,"customData":{"boxId":"XjateU-UHdapqGJ03OYAI","label":"Vertex AI","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.19034957885742188,-0.019351959228515625],[-0.36682701110839844,-0.0748281478881836],[-0.5258922576904297,-0.16255760192871094],[-0.6639900207519531,-0.2786698341369629],[-0.7775764465332031,-0.4192948341369629],[-0.8631019592285156,-0.5805621147155762],[-0.9170169830322266,-0.758601188659668],[-0.9357795715332031,-0.9495415687561035],[-0.9357795715332031,-3.2889909744262695],[-0.9357795715332031,-3.2889909744262695],[-0.9170169830322266,-3.475389003753662],[-0.8631019592285156,-3.650014638900757],[-0.7775764465332031,-3.808835744857788],[-0.6639900207519531,-3.9478213787078857],[-0.5258922576904297,-4.062939405441284],[-0.36682701110839844,-4.150157928466797],[-0.19034957885742188,-4.205445766448975],[0,-4.224770784378052],[0.19034957885742188,-4.206010103225708],[0.36682891845703125,-4.152093172073364],[0.5258941650390625,-4.066567897796631],[0.6639919281005859,-3.952981948852539],[0.7775764465332031,-3.8148834705352783],[0.8631038665771484,-3.65582013130188],[0.9170188903808594,-3.4793403148651123],[0.9357814788818359,-3.2889909744262695],[0.9357814788818359,-0.9495415687561035],[0.9357814788818359,-0.9495415687561035],[0.9215354919433594,-0.758601188659668],[0.8708438873291016,-0.5805621147155762],[0.7872524261474609,-0.4192948341369629],[0.6743125915527344,-0.2786698341369629],[0.5355701446533203,-0.16255760192871094],[0.3745708465576172,-0.0748281478881836],[0.19486427307128906,-0.019351959228515625],[0,0],[0,0],[0,0]]},{"type":"ellipse","version":161,"versionNonce":500031630,"isDeleted":true,"id":"TFQnX6tQpv07zsUg-ANs3","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1318.550458908081,"y":467.0091743469238,"strokeColor":"transparent","backgroundColor":"#4285f4","width":1.8990826606750488,"height":1.8990826606750488,"seed":1995537403,"groupIds":["UGnwZTFUWRcIJ29GuYV7y","6C0UwhX-t_Yn3Ab1P-WNJ"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829088,"link":null,"locked":false,"customData":{"boxId":"XjateU-UHdapqGJ03OYAI","label":"Vertex AI","type":"child"}},{"type":"ellipse","version":161,"versionNonce":1458091858,"isDeleted":true,"id":"tOahuiQcaXp13VhONE8aA","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1318.550458908081,"y":464.2018346786499,"strokeColor":"transparent","backgroundColor":"#4285f4","width":1.8990826606750488,"height":1.8990826606750488,"seed":1206949173,"groupIds":["UGnwZTFUWRcIJ29GuYV7y","6C0UwhX-t_Yn3Ab1P-WNJ"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829088,"link":null,"locked":false,"customData":{"boxId":"XjateU-UHdapqGJ03OYAI","label":"Vertex AI","type":"child"}},{"type":"ellipse","version":161,"versionNonce":1922997966,"isDeleted":true,"id":"GjUiDbxFy8M1U2bdejmVv","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1318.550458908081,"y":456.385321110487,"strokeColor":"transparent","backgroundColor":"#4285f4","width":1.8990826606750488,"height":1.8990826606750488,"seed":1559643291,"groupIds":["UGnwZTFUWRcIJ29GuYV7y","6C0UwhX-t_Yn3Ab1P-WNJ"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829088,"link":null,"locked":false,"customData":{"boxId":"XjateU-UHdapqGJ03OYAI","label":"Vertex AI","type":"child"}},{"type":"line","version":161,"versionNonce":54131986,"isDeleted":true,"id":"2-fyyOJ4-tX0yLSjmggtU","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1312,"y":471.6880741119385,"strokeColor":"#00000000","backgroundColor":"#669df6","width":1.8715600967407227,"height":4.147927284240723,"seed":1207051925,"groupIds":["GquoooUCKWYt-kVSupAxU","UGnwZTFUWRcIJ29GuYV7y","6C0UwhX-t_Yn3Ab1P-WNJ"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829088,"link":null,"locked":false,"customData":{"boxId":"XjateU-UHdapqGJ03OYAI","label":"Vertex AI","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.18583297729492188,-0.01932525634765625],[-0.3590888977050781,-0.07461357116699219],[-0.5162162780761719,-0.1618328094482422],[-0.6536703109741211,-0.2769498825073242],[-0.7679004669189453,-0.4159355163574219],[-0.8553609848022461,-0.5747566223144531],[-0.9125041961669922,-0.7493829727172852],[-0.9357795715332031,-0.9357805252075195],[-0.9357795715332031,-3.316514015197754],[-0.9357795715332031,-3.316514015197754],[-0.896484375,-3.504955291748047],[-0.8226766586303711,-3.6758174896240234],[-0.7185525894165039,-3.8257150650024414],[-0.5883016586303711,-3.9512624740600586],[-0.43612003326416016,-4.049070358276367],[-0.26619815826416016,-4.115755081176758],[-0.08272933959960938,-4.147927284240723],[0.1100921630859375,-4.142202377319336],[0.2703113555908203,-4.108416557312012],[0.4190807342529297,-4.049957275390625],[0.5539798736572266,-3.969243049621582],[0.6725921630859375,-3.8686933517456055],[0.7724971771240234,-3.750725746154785],[0.8512763977050781,-3.6177616119384766],[0.9065103530883789,-3.472217559814453],[0.9357805252075195,-3.316514015197754],[0.9357805252075195,-0.9633035659790039],[0.9357805252075195,-0.9633035659790039],[0.9254856109619141,-0.7723360061645508],[0.8766489028930664,-0.5941085815429688],[0.793299674987793,-0.4323310852050781],[0.6794719696044922,-0.2907114028930664],[0.5391969680786133,-0.1729593276977539],[0.37650489807128906,-0.08278369903564453],[0.19542884826660156,-0.023894309997558594],[0,0],[0,0],[0,0]]},{"type":"ellipse","version":161,"versionNonce":1664980238,"isDeleted":true,"id":"G2lHAbjQCGvYTlyh4B1Z2","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1311.0504598617554,"y":472.5412845611572,"strokeColor":"transparent","backgroundColor":"#669df6","width":1.8990826606750488,"height":1.8990826606750488,"seed":77134139,"groupIds":["UGnwZTFUWRcIJ29GuYV7y","6C0UwhX-t_Yn3Ab1P-WNJ"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829088,"link":null,"locked":false,"customData":{"boxId":"XjateU-UHdapqGJ03OYAI","label":"Vertex AI","type":"child"}},{"type":"ellipse","version":161,"versionNonce":685542098,"isDeleted":true,"id":"CHqps5t4IlusakQL4Rjg9","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1311.0504598617554,"y":464.68348598480225,"strokeColor":"transparent","backgroundColor":"#669df6","width":1.8990826606750488,"height":1.8990826606750488,"seed":1752861685,"groupIds":["UGnwZTFUWRcIJ29GuYV7y","6C0UwhX-t_Yn3Ab1P-WNJ"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829088,"link":null,"locked":false,"customData":{"boxId":"XjateU-UHdapqGJ03OYAI","label":"Vertex AI","type":"child"}},{"type":"ellipse","version":161,"versionNonce":1227080526,"isDeleted":true,"id":"bpxZ4-nNdhmT683QvZ45d","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1311.0504598617554,"y":461.9174313545227,"strokeColor":"transparent","backgroundColor":"#669df6","width":1.8990826606750488,"height":1.8990826606750488,"seed":1530665435,"groupIds":["UGnwZTFUWRcIJ29GuYV7y","6C0UwhX-t_Yn3Ab1P-WNJ"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829088,"link":null,"locked":false,"customData":{"boxId":"XjateU-UHdapqGJ03OYAI","label":"Vertex AI","type":"child"}},{"type":"line","version":161,"versionNonce":510091410,"isDeleted":true,"id":"KunlgGhyvwVgaj71u6FPK","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1315.7431201934814,"y":466.1284408569336,"strokeColor":"#00000000","backgroundColor":"#4285f4","width":1.8727693557739258,"height":4.322310447692871,"seed":428819797,"groupIds":["eBMQ3JAmIkpPpP9uv61cL","UGnwZTFUWRcIJ29GuYV7y","6C0UwhX-t_Yn3Ab1P-WNJ"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829088,"link":null,"locked":false,"customData":{"boxId":"XjateU-UHdapqGJ03OYAI","label":"Vertex AI","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.1858348846435547,-0.01932525634765625],[-0.3590888977050781,-0.07461261749267578],[-0.5162172317504883,-0.16183185577392578],[-0.6536703109741211,-0.2769498825073242],[-0.7679014205932617,-0.4159355163574219],[-0.8553619384765625,-0.5747566223144531],[-0.9125041961669922,-0.7493820190429688],[-0.9357805252075195,-0.9357795715332031],[-0.9357805252075195,-3.2752299308776855],[-0.9357805252075195,-3.2752299308776855],[-0.9369897842407227,-3.4680519104003906],[-0.9015922546386719,-3.651519775390625],[-0.832972526550293,-3.821441650390625],[-0.7345190048217773,-3.9736242294311523],[-0.6096172332763672,-4.103874206542969],[-0.4616546630859375,-4.207999229431152],[-0.2940177917480469,-4.281805992126465],[-0.1100921630859375,-4.321101188659668],[0.08273029327392578,-4.322310447692871],[0.26619720458984375,-4.28691291809082],[0.43611907958984375,-4.218293190002441],[0.5883026123046875,-4.119840145111084],[0.7185516357421875,-3.994938373565674],[0.8226776123046875,-3.846975803375244],[0.896484375,-3.6793384552001953],[0.9357795715332031,-3.495412826538086],[0.9357795715332031,-3.2752299308776855],[0.9357795715332031,-0.9357795715332031],[0.9357795715332031,-0.9357795715332031],[0.9164543151855469,-0.7454309463500977],[0.8611660003662109,-0.5689516067504883],[0.7739486694335938,-0.40988826751708984],[0.6588306427001953,-0.27178955078125],[0.5198440551757812,-0.158203125],[0.36102294921875,-0.0726776123046875],[0.18639755249023438,-0.018761634826660156],[0,0],[0,0]]},{"type":"ellipse","version":161,"versionNonce":1722427790,"isDeleted":true,"id":"DO40DXxccYsjEfrfwa2Tn","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1314.807339668274,"y":459.13761472702026,"strokeColor":"transparent","backgroundColor":"#4285f4","width":1.8990826606750488,"height":1.8990826606750488,"seed":2113021563,"groupIds":["UGnwZTFUWRcIJ29GuYV7y","6C0UwhX-t_Yn3Ab1P-WNJ"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829088,"link":null,"locked":false,"customData":{"boxId":"XjateU-UHdapqGJ03OYAI","label":"Vertex AI","type":"child"}},{"type":"ellipse","version":161,"versionNonce":1334935122,"isDeleted":true,"id":"Bisbp3Orh60EhnKN99B5S","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1314.807339668274,"y":469.72018337249756,"strokeColor":"transparent","backgroundColor":"#4285f4","width":1.8990826606750488,"height":1.8990826606750488,"seed":780522165,"groupIds":["UGnwZTFUWRcIJ29GuYV7y","6C0UwhX-t_Yn3Ab1P-WNJ"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829088,"link":null,"locked":false,"customData":{"boxId":"XjateU-UHdapqGJ03OYAI","label":"Vertex AI","type":"child"}},{"type":"ellipse","version":161,"versionNonce":1258932174,"isDeleted":true,"id":"2LDfwdBGKBl36kq7VBqr-","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1314.807339668274,"y":466.95412826538086,"strokeColor":"transparent","backgroundColor":"#4285f4","width":1.8990826606750488,"height":1.8990826606750488,"seed":1132306203,"groupIds":["UGnwZTFUWRcIJ29GuYV7y","6C0UwhX-t_Yn3Ab1P-WNJ"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829088,"link":null,"locked":false,"customData":{"boxId":"XjateU-UHdapqGJ03OYAI","label":"Vertex AI","type":"child"}},{"type":"ellipse","version":161,"versionNonce":422700050,"isDeleted":true,"id":"9Ds9akmxIbzbO6f0UDwE2","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1307.3073391914368,"y":469.72018337249756,"strokeColor":"transparent","backgroundColor":"#aecbfa","width":1.8990826606750488,"height":1.8990826606750488,"seed":1946399765,"groupIds":["UGnwZTFUWRcIJ29GuYV7y","6C0UwhX-t_Yn3Ab1P-WNJ"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829088,"link":null,"locked":false,"customData":{"boxId":"XjateU-UHdapqGJ03OYAI","label":"Vertex AI","type":"child"}},{"type":"ellipse","version":161,"versionNonce":911973902,"isDeleted":true,"id":"flN5AzLDfxeaf4gWj7drR","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1307.3073391914368,"y":461.9174313545227,"strokeColor":"transparent","backgroundColor":"#aecbfa","width":1.8990826606750488,"height":1.8990826606750488,"seed":105972667,"groupIds":["UGnwZTFUWRcIJ29GuYV7y","6C0UwhX-t_Yn3Ab1P-WNJ"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829088,"link":null,"locked":false,"customData":{"boxId":"XjateU-UHdapqGJ03OYAI","label":"Vertex AI","type":"child"}},{"type":"ellipse","version":161,"versionNonce":624923090,"isDeleted":true,"id":"h-xmdT9PIfhkzDbAC1FbW","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1307.3073391914368,"y":459.13761472702026,"strokeColor":"transparent","backgroundColor":"#aecbfa","width":1.8990826606750488,"height":1.8990826606750488,"seed":100559221,"groupIds":["UGnwZTFUWRcIJ29GuYV7y","6C0UwhX-t_Yn3Ab1P-WNJ"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829088,"link":null,"locked":false,"customData":{"boxId":"XjateU-UHdapqGJ03OYAI","label":"Vertex AI","type":"child"}},{"type":"line","version":161,"versionNonce":2107157582,"isDeleted":true,"id":"YpbOY_AhP73_cEXvrFnEi","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1308.2706422805786,"y":468.85321140289307,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":1.8715600967407227,"height":4.2110090255737305,"seed":781112411,"groupIds":["2gWtqfp_YK-0lhHmYZ8k3","UGnwZTFUWRcIJ29GuYV7y","6C0UwhX-t_Yn3Ab1P-WNJ"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829088,"link":null,"locked":false,"customData":{"boxId":"XjateU-UHdapqGJ03OYAI","label":"Vertex AI","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.18586063385009766,-0.0181427001953125],[-0.35930299758911133,-0.0703125],[-0.516942024230957,-0.1531229019165039],[-0.6553897857666016,-0.2631874084472656],[-0.7712602615356445,-0.39712047576904297],[-0.8611669540405273,-0.5515336990356445],[-0.921722412109375,-0.7230415344238281],[-0.9495410919189453,-0.9082565307617188],[-0.9495410919189453,-3.2752294540405273],[-0.9495410919189453,-3.2752294540405273],[-0.9307804107666016,-3.461627960205078],[-0.8768630027770996,-3.6362533569335938],[-0.7913379669189453,-3.7950735092163086],[-0.6777524948120117,-3.9340600967407227],[-0.5396537780761719,-4.049178123474121],[-0.38059091567993164,-4.136396408081055],[-0.20411014556884766,-4.191683769226074],[-0.013761520385742188,-4.2110090255737305],[0.17658710479736328,-4.192248344421387],[0.35306835174560547,-4.138331413269043],[0.5121307373046875,-4.052806854248047],[0.6502294540405273,-3.939220428466797],[0.7638149261474609,-3.801121711730957],[0.8493404388427734,-3.642059326171875],[0.9032583236694336,-3.465579032897949],[0.9220190048217773,-3.2752294540405273],[0.9220190048217773,-0.9082565307617188],[0.9220190048217773,-0.9082565307617188],[0.8987693786621094,-0.7230415344238281],[0.8418149948120117,-0.5515336990356445],[0.7548646926879883,-0.39712047576904297],[0.6416282653808594,-0.2631874084472656],[0.5058145523071289,-0.1531229019165039],[0.3511323928833008,-0.0703125],[0.1812915802001953,-0.0181427001953125],[0,0],[0,0]]},{"type":"rectangle","version":834,"versionNonce":1188136850,"isDeleted":false,"id":"2V9ZlS6F6EqBZ2gjZxGf9","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-20,"y":-160,"strokeColor":"#d5d7dc","backgroundColor":"#FFF","width":1020,"height":940,"seed":488037563,"groupIds":[],"strokeSharpness":"sharp","boundElements":[{"id":"5NHi5KE_nu-zXqdTwd3J_","type":"arrow"}],"updated":1697744829088,"link":null,"locked":false,"customData":{"boxId":"FEZbF8emwr8sBIQIdLqP6","label":"Region","resource":"region","type":"container"}},{"type":"rectangle","version":639,"versionNonce":1855582862,"isDeleted":false,"id":"0oXy5e_rLr0Pp6BRhD-eM","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":0,"y":40,"strokeColor":"#FFFFFF","backgroundColor":"#f1f3f4","width":980,"height":720,"seed":165585013,"groupIds":["_-wYpGsF_24l1kW4KmYJo"],"strokeSharpness":"sharp","boundElements":[{"id":"hUqCJsvkBD9w4QZujgUgf","type":"arrow"}],"updated":1697744829088,"link":null,"locked":false,"customData":{"boxId":"5ES4MFO4ILeOhE5czPW70","label":"Project","resource":"google_project","type":"container"}},{"type":"text","version":328,"versionNonce":1444857170,"isDeleted":false,"id":"lUGNrTbnsF6wWDlXQOmis","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":80,"angle":0,"x":20,"y":60,"strokeColor":"#202124","backgroundColor":"transparent","width":191,"height":23,"seed":20024667,"groupIds":["_-wYpGsF_24l1kW4KmYJo"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829088,"link":null,"locked":false,"customData":{"boxId":"5ES4MFO4ILeOhE5czPW70","label":"Project","resource":"google_project","type":"child"},"fontSize":20,"fontFamily":2,"text":"Google Cloud Project","baseline":19,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":"Google Cloud Project"},{"type":"rectangle","version":665,"versionNonce":874016974,"isDeleted":false,"id":"zyoEe3Q6a-__dhbaIc5rB","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":0,"y":-140,"strokeColor":"#4285f4","backgroundColor":"#d2e3fc","width":980,"height":160,"seed":243059157,"groupIds":[],"strokeSharpness":"sharp","boundElements":[{"id":"5NHi5KE_nu-zXqdTwd3J_","type":"arrow"},{"id":"u3MHsCfKj6joFmOvIyJhR","type":"arrow"},{"id":"hUqCJsvkBD9w4QZujgUgf","type":"arrow"}],"updated":1697744829088,"link":null,"locked":false,"customData":{"boxId":"eMQXcLzYgKT5owHVTU7js","label":"Region","resource":"region","type":"container"}},{"type":"rectangle","version":702,"versionNonce":209603346,"isDeleted":false,"id":"je1YMtlFBoxw7qhmYP9Ej","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":20,"y":60,"strokeColor":"#4285f4","backgroundColor":"#d2e3fc","width":940,"height":680,"seed":1957529019,"groupIds":[],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829088,"link":null,"locked":false,"customData":{"boxId":"_xHOs6O_f0-L1-0bjUp1d","label":"Region","resource":"region","type":"container"}},{"type":"rectangle","version":144,"versionNonce":967649038,"isDeleted":false,"id":"FWksbV0B8XefYw4MaMFnu","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":160,"y":-80,"strokeColor":"#202124","backgroundColor":"#FFF","width":82,"height":82,"seed":1057700501,"groupIds":["bHMpT2Yf2iz_tDAHK9Kx1","75Nv99fh5NG4XT8bER9n9"],"strokeSharpness":"round","boundElements":[{"id":"hUqCJsvkBD9w4QZujgUgf","type":"arrow"}],"updated":1697744829088,"link":null,"locked":false,"customData":{"boxId":"Mwb_rsXag1KMCjfj2BjwF"}},{"type":"text","version":148,"versionNonce":1617369298,"isDeleted":false,"id":"yDBXnR7thegT4kzCRPE1R","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":183.5,"y":-32,"strokeColor":"#202124","backgroundColor":"transparent","width":35,"height":19,"seed":1984636219,"groupIds":["bHMpT2Yf2iz_tDAHK9Kx1","75Nv99fh5NG4XT8bER9n9"],"strokeSharpness":"round","boundElements":[],"updated":1697744829088,"link":null,"locked":false,"customData":{"boxId":"Mwb_rsXag1KMCjfj2BjwF"},"fontSize":16,"fontFamily":2,"text":"Data","baseline":15,"textAlign":"center","verticalAlign":"top","containerId":null,"originalText":"Data"},{"type":"line","version":143,"versionNonce":265360718,"isDeleted":false,"id":"yRk2dRjeNfJ3s4w8vwxuu","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":189,"y":-64,"strokeColor":"#00000000","backgroundColor":"#00000000","width":24,"height":24,"seed":1129390069,"groupIds":["WPiOMskm2wmLWceKhO8bB","bHMpT2Yf2iz_tDAHK9Kx1","75Nv99fh5NG4XT8bER9n9"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829088,"link":null,"locked":false,"customData":{"boxId":"Mwb_rsXag1KMCjfj2BjwF"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[24,0],[24,24],[0,24],[0,0]]},{"type":"line","version":143,"versionNonce":1634741906,"isDeleted":false,"id":"aiN5AeSb0genSAK0ay-fO","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":209,"y":-51,"strokeColor":"#00000000","backgroundColor":"#000","width":18,"height":8,"seed":768132571,"groupIds":["-4V47Yh6XnvZqGtpk8QuR","bHMpT2Yf2iz_tDAHK9Kx1","75Nv99fh5NG4XT8bER9n9"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829088,"link":null,"locked":false,"customData":{"boxId":"Mwb_rsXag1KMCjfj2BjwF"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-16,0],[-16,0],[-16.706249952316284,0.2937498092651367],[-17,1],[-17,7],[-17,7],[-16.706249952316284,7.706249237060547],[-16,8],[0,8],[0,8],[0.7062492370605469,7.706249237060547],[1,7],[1,1],[1,1],[0.7062492370605469,0.2937498092651367],[0,0],[0,0]]},{"type":"line","version":143,"versionNonce":1339898766,"isDeleted":false,"id":"o6abqGcVQotkJ_e3KVqKS","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":196,"y":-45,"strokeColor":"#00000000","backgroundColor":"#DEDEDE","width":4,"height":4,"seed":74668373,"groupIds":["BUf7IqZvPbphtwT7D_kCe","bHMpT2Yf2iz_tDAHK9Kx1","75Nv99fh5NG4XT8bER9n9"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829088,"link":null,"locked":false,"customData":{"boxId":"Mwb_rsXag1KMCjfj2BjwF"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.7765626907348633,-0.15781211853027344],[-1.4124999046325684,-0.5874996185302734],[-1.8421874046325684,-1.2234382629394531],[-2,-2],[-1.8421874046325684,-2.776561737060547],[-1.4124999046325684,-3.4125003814697266],[-0.7765626907348633,-3.8421878814697266],[0,-4],[0.7765626907348633,-3.8421878814697266],[1.4125003814697266,-3.4125003814697266],[1.8421878814697266,-2.776561737060547],[2,-2],[1.8421878814697266,-1.2234382629394531],[1.4125003814697266,-0.5874996185302734],[0.7765626907348633,-0.15781211853027344],[0,0],[0,0]]},{"type":"line","version":143,"versionNonce":340823122,"isDeleted":false,"id":"slFr208VAjgSDbOFszVC3","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":209,"y":-61,"strokeColor":"#00000000","backgroundColor":"#000","width":18,"height":8,"seed":839471739,"groupIds":["RE7FXJjUIRFvg0hGUI9O7","bHMpT2Yf2iz_tDAHK9Kx1","75Nv99fh5NG4XT8bER9n9"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829088,"link":null,"locked":false,"customData":{"boxId":"Mwb_rsXag1KMCjfj2BjwF"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-16,0],[-16,0],[-16.706249952316284,0.2937500476837158],[-17,1],[-17,7],[-17,7],[-16.706249952316284,7.706250190734863],[-16,8],[0,8],[0,8],[0.7062492370605469,7.706250190734863],[1,7],[1,1],[1,1],[0.7062492370605469,0.2937500476837158],[0,0],[0,0]]},{"type":"line","version":143,"versionNonce":694734,"isDeleted":false,"id":"1frZHVsQ_HOytbf0K5pzK","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":196,"y":-55,"strokeColor":"#00000000","backgroundColor":"#DEDEDE","width":4,"height":4,"seed":1271359157,"groupIds":["r7aiGrzN_7FOilLeRmlSU","bHMpT2Yf2iz_tDAHK9Kx1","75Nv99fh5NG4XT8bER9n9"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829089,"link":null,"locked":false,"customData":{"boxId":"Mwb_rsXag1KMCjfj2BjwF"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.7765626907348633,-0.15781211853027344],[-1.4124999046325684,-0.5874996185302734],[-1.8421874046325684,-1.2234373092651367],[-2,-2],[-1.8421874046325684,-2.7765626907348633],[-1.4124999046325684,-3.4124999046325684],[-0.7765626907348633,-3.8421874046325684],[0,-4],[0.7765626907348633,-3.8421874046325684],[1.4125003814697266,-3.4124999046325684],[1.8421878814697266,-2.7765626907348633],[2,-2],[1.8421878814697266,-1.2234373092651367],[1.4125003814697266,-0.5874996185302734],[0.7765626907348633,-0.15781211853027344],[0,0],[0,0]]},{"type":"rectangle","version":123,"versionNonce":1323250194,"isDeleted":false,"id":"o9ox1N0R7Xmy7-SUehRtR","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":460,"y":-80,"strokeColor":"#202124","backgroundColor":"#FFF","width":82,"height":82,"seed":670821877,"groupIds":["BxohZ3dn3jkLb8yOR_1mR","75Nv99fh5NG4XT8bER9n9"],"strokeSharpness":"round","boundElements":[],"updated":1697744829089,"link":null,"locked":false,"customData":{"boxId":"iO2trjLHabhaw3Ps_Mn8q"}},{"type":"text","version":128,"versionNonce":2003972110,"isDeleted":false,"id":"m7QvY8WunOPCyyt3OOz3a","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":483.5,"y":-32,"strokeColor":"#202124","backgroundColor":"transparent","width":35,"height":19,"seed":1484380123,"groupIds":["BxohZ3dn3jkLb8yOR_1mR","75Nv99fh5NG4XT8bER9n9"],"strokeSharpness":"round","boundElements":[],"updated":1697744829089,"link":null,"locked":false,"customData":{"boxId":"iO2trjLHabhaw3Ps_Mn8q"},"fontSize":16,"fontFamily":2,"text":"Data","baseline":15,"textAlign":"center","verticalAlign":"top","containerId":null,"originalText":"Data"},{"type":"line","version":123,"versionNonce":336797650,"isDeleted":false,"id":"AYgW6lb9ZxMI4JGf9Ti6-","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":489,"y":-64,"strokeColor":"#00000000","backgroundColor":"#00000000","width":24,"height":24,"seed":1721001813,"groupIds":["p0djxESc9M3p4Dk0e1axo","BxohZ3dn3jkLb8yOR_1mR","75Nv99fh5NG4XT8bER9n9"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829089,"link":null,"locked":false,"customData":{"boxId":"iO2trjLHabhaw3Ps_Mn8q"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[24,0],[24,24],[0,24],[0,0]]},{"type":"line","version":123,"versionNonce":1108147790,"isDeleted":false,"id":"oNYyTMoQO2OC3DzP-J9wr","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":509,"y":-51,"strokeColor":"#00000000","backgroundColor":"#000","width":18,"height":8,"seed":1221076091,"groupIds":["E3RnUfjrioYcUC9cO70KD","BxohZ3dn3jkLb8yOR_1mR","75Nv99fh5NG4XT8bER9n9"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829089,"link":null,"locked":false,"customData":{"boxId":"iO2trjLHabhaw3Ps_Mn8q"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-16,0],[-16,0],[-16.706249952316284,0.2937498092651367],[-17,1],[-17,7],[-17,7],[-16.706249952316284,7.706249237060547],[-16,8],[0,8],[0,8],[0.7062492370605469,7.706249237060547],[1,7],[1,1],[1,1],[0.7062492370605469,0.2937498092651367],[0,0],[0,0]]},{"type":"line","version":123,"versionNonce":1879266706,"isDeleted":false,"id":"AvVXHdr_LzJyYbWh7867b","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":496,"y":-45,"strokeColor":"#00000000","backgroundColor":"#DEDEDE","width":4,"height":4,"seed":580302005,"groupIds":["ZYno8uv7RNut8RvfacoCf","BxohZ3dn3jkLb8yOR_1mR","75Nv99fh5NG4XT8bER9n9"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829089,"link":null,"locked":false,"customData":{"boxId":"iO2trjLHabhaw3Ps_Mn8q"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.7765626907348633,-0.15781211853027344],[-1.4124999046325684,-0.5874996185302734],[-1.8421874046325684,-1.2234382629394531],[-2,-2],[-1.8421874046325684,-2.776561737060547],[-1.4124999046325684,-3.4125003814697266],[-0.7765626907348633,-3.8421878814697266],[0,-4],[0.7765626907348633,-3.8421878814697266],[1.4125003814697266,-3.4125003814697266],[1.8421878814697266,-2.776561737060547],[2,-2],[1.8421878814697266,-1.2234382629394531],[1.4125003814697266,-0.5874996185302734],[0.7765626907348633,-0.15781211853027344],[0,0],[0,0]]},{"type":"line","version":123,"versionNonce":78906510,"isDeleted":false,"id":"QhM3qwfTife7jTZbOipNg","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":509,"y":-61,"strokeColor":"#00000000","backgroundColor":"#000","width":18,"height":8,"seed":2128862491,"groupIds":["nwQ0Vo778q4lofGOTVWeC","BxohZ3dn3jkLb8yOR_1mR","75Nv99fh5NG4XT8bER9n9"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829089,"link":null,"locked":false,"customData":{"boxId":"iO2trjLHabhaw3Ps_Mn8q"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-16,0],[-16,0],[-16.706249952316284,0.2937500476837158],[-17,1],[-17,7],[-17,7],[-16.706249952316284,7.706250190734863],[-16,8],[0,8],[0,8],[0.7062492370605469,7.706250190734863],[1,7],[1,1],[1,1],[0.7062492370605469,0.2937500476837158],[0,0],[0,0]]},{"type":"line","version":123,"versionNonce":1407636306,"isDeleted":false,"id":"twelHSuIPCu4fdxBYmi9l","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":496,"y":-55,"strokeColor":"#00000000","backgroundColor":"#DEDEDE","width":4,"height":4,"seed":933778965,"groupIds":["g0DP2OaJ2SUmX-8_XAmYZ","BxohZ3dn3jkLb8yOR_1mR","75Nv99fh5NG4XT8bER9n9"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829089,"link":null,"locked":false,"customData":{"boxId":"iO2trjLHabhaw3Ps_Mn8q"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.7765626907348633,-0.15781211853027344],[-1.4124999046325684,-0.5874996185302734],[-1.8421874046325684,-1.2234373092651367],[-2,-2],[-1.8421874046325684,-2.7765626907348633],[-1.4124999046325684,-3.4124999046325684],[-0.7765626907348633,-3.8421874046325684],[0,-4],[0.7765626907348633,-3.8421874046325684],[1.4125003814697266,-3.4124999046325684],[1.8421878814697266,-2.7765626907348633],[2,-2],[1.8421878814697266,-1.2234373092651367],[1.4125003814697266,-0.5874996185302734],[0.7765626907348633,-0.15781211853027344],[0,0],[0,0]]},{"type":"rectangle","version":135,"versionNonce":1629504206,"isDeleted":false,"id":"xTJVX9yvfiKpnpxCHDbqc","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":760,"y":-80,"strokeColor":"#202124","backgroundColor":"#FFF","width":82,"height":82,"seed":372198459,"groupIds":["yguxF3mVnOFUd_FM2jQMK","75Nv99fh5NG4XT8bER9n9"],"strokeSharpness":"round","boundElements":[],"updated":1697744829089,"link":null,"locked":false,"customData":{"boxId":"nzJ_25c0Si7oBha5KhwLl"}},{"type":"text","version":140,"versionNonce":1913952530,"isDeleted":false,"id":"QaqxPq0uh31fRkmuuMC1I","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":783.5,"y":-32,"strokeColor":"#202124","backgroundColor":"transparent","width":35,"height":19,"seed":543615221,"groupIds":["yguxF3mVnOFUd_FM2jQMK","75Nv99fh5NG4XT8bER9n9"],"strokeSharpness":"round","boundElements":[],"updated":1697744829089,"link":null,"locked":false,"customData":{"boxId":"nzJ_25c0Si7oBha5KhwLl"},"fontSize":16,"fontFamily":2,"text":"Data","baseline":15,"textAlign":"center","verticalAlign":"top","containerId":null,"originalText":"Data"},{"type":"line","version":135,"versionNonce":1508555022,"isDeleted":false,"id":"7vYqiPxIyvRtdGAo3KxqM","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":789,"y":-64,"strokeColor":"#00000000","backgroundColor":"#00000000","width":24,"height":24,"seed":747637979,"groupIds":["KtMSRkL_Xljo56QsQlHW2","yguxF3mVnOFUd_FM2jQMK","75Nv99fh5NG4XT8bER9n9"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829089,"link":null,"locked":false,"customData":{"boxId":"nzJ_25c0Si7oBha5KhwLl"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[24,0],[24,24],[0,24],[0,0]]},{"type":"line","version":135,"versionNonce":436446930,"isDeleted":false,"id":"wlHvZ4LSAi4r3BK-vLgyD","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":809,"y":-51,"strokeColor":"#00000000","backgroundColor":"#000","width":18,"height":8,"seed":770179669,"groupIds":["Jbf22fz9yMXiC1ubsj_2S","yguxF3mVnOFUd_FM2jQMK","75Nv99fh5NG4XT8bER9n9"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829089,"link":null,"locked":false,"customData":{"boxId":"nzJ_25c0Si7oBha5KhwLl"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-16,0],[-16,0],[-16.706249952316284,0.2937498092651367],[-17,1],[-17,7],[-17,7],[-16.706249952316284,7.706249237060547],[-16,8],[0,8],[0,8],[0.7062492370605469,7.706249237060547],[1,7],[1,1],[1,1],[0.7062492370605469,0.2937498092651367],[0,0],[0,0]]},{"type":"line","version":135,"versionNonce":915171150,"isDeleted":false,"id":"ylIzp2Eezmmlh0RwF3ZVi","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":796,"y":-45,"strokeColor":"#00000000","backgroundColor":"#DEDEDE","width":4,"height":4,"seed":105888123,"groupIds":["EmUbO6aO22LluZ3wqXj_O","yguxF3mVnOFUd_FM2jQMK","75Nv99fh5NG4XT8bER9n9"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829089,"link":null,"locked":false,"customData":{"boxId":"nzJ_25c0Si7oBha5KhwLl"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.7765626907348633,-0.15781211853027344],[-1.4124999046325684,-0.5874996185302734],[-1.8421874046325684,-1.2234382629394531],[-2,-2],[-1.8421874046325684,-2.776561737060547],[-1.4124999046325684,-3.4125003814697266],[-0.7765626907348633,-3.8421878814697266],[0,-4],[0.7765626907348633,-3.8421878814697266],[1.4125003814697266,-3.4125003814697266],[1.8421878814697266,-2.776561737060547],[2,-2],[1.8421878814697266,-1.2234382629394531],[1.4125003814697266,-0.5874996185302734],[0.7765626907348633,-0.15781211853027344],[0,0],[0,0]]},{"type":"line","version":135,"versionNonce":340458642,"isDeleted":false,"id":"jPgq7Ia8mJmAz5yOlbphm","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":809,"y":-61,"strokeColor":"#00000000","backgroundColor":"#000","width":18,"height":8,"seed":314503093,"groupIds":["P4jn2wPlVKhM_hUjGCWP4","yguxF3mVnOFUd_FM2jQMK","75Nv99fh5NG4XT8bER9n9"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829089,"link":null,"locked":false,"customData":{"boxId":"nzJ_25c0Si7oBha5KhwLl"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-16,0],[-16,0],[-16.706249952316284,0.2937500476837158],[-17,1],[-17,7],[-17,7],[-16.706249952316284,7.706250190734863],[-16,8],[0,8],[0,8],[0.7062492370605469,7.706250190734863],[1,7],[1,1],[1,1],[0.7062492370605469,0.2937500476837158],[0,0],[0,0]]},{"type":"line","version":135,"versionNonce":1734233486,"isDeleted":false,"id":"YaKkJnzyElSr3DEv7pMMA","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":796,"y":-55,"strokeColor":"#00000000","backgroundColor":"#DEDEDE","width":4,"height":4,"seed":816894491,"groupIds":["rkc4VH_YM2y3YaMT91z59","yguxF3mVnOFUd_FM2jQMK","75Nv99fh5NG4XT8bER9n9"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829089,"link":null,"locked":false,"customData":{"boxId":"nzJ_25c0Si7oBha5KhwLl"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.7765626907348633,-0.15781211853027344],[-1.4124999046325684,-0.5874996185302734],[-1.8421874046325684,-1.2234373092651367],[-2,-2],[-1.8421874046325684,-2.7765626907348633],[-1.4124999046325684,-3.4124999046325684],[-0.7765626907348633,-3.8421874046325684],[0,-4],[0.7765626907348633,-3.8421874046325684],[1.4125003814697266,-3.4124999046325684],[1.8421878814697266,-2.7765626907348633],[2,-2],[1.8421878814697266,-1.2234373092651367],[1.4125003814697266,-0.5874996185302734],[0.7765626907348633,-0.15781211853027344],[0,0],[0,0]]},{"type":"rectangle","version":148,"versionNonce":2124520018,"isDeleted":false,"id":"fALOAYpAijhsAnDu3-DVT","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":310,"y":-80,"strokeColor":"#202124","backgroundColor":"#FFF","width":82,"height":82,"seed":2031041115,"groupIds":["hd_jQB4N-mRDQWEHuZikK","75Nv99fh5NG4XT8bER9n9"],"strokeSharpness":"round","boundElements":[{"id":"hUqCJsvkBD9w4QZujgUgf","type":"arrow"}],"updated":1697744829089,"link":null,"locked":false,"customData":{"boxId":"KVsxQsBWGQK92p6azZtXk"}},{"type":"text","version":152,"versionNonce":1771662286,"isDeleted":false,"id":"9GBTYJC8k_aJBUBp7amva","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":333.5,"y":-32,"strokeColor":"#202124","backgroundColor":"transparent","width":35,"height":19,"seed":1314680021,"groupIds":["hd_jQB4N-mRDQWEHuZikK","75Nv99fh5NG4XT8bER9n9"],"strokeSharpness":"round","boundElements":[],"updated":1697744829089,"link":null,"locked":false,"customData":{"boxId":"KVsxQsBWGQK92p6azZtXk"},"fontSize":16,"fontFamily":2,"text":"Data","baseline":15,"textAlign":"center","verticalAlign":"top","containerId":null,"originalText":"Data"},{"type":"line","version":147,"versionNonce":668893202,"isDeleted":false,"id":"GEexJN_Gvp_PYLCuoJS1a","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":339,"y":-64,"strokeColor":"#00000000","backgroundColor":"#00000000","width":24,"height":24,"seed":630011643,"groupIds":["yoA5ROLJnD-PCq8t_smt-","hd_jQB4N-mRDQWEHuZikK","75Nv99fh5NG4XT8bER9n9"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829089,"link":null,"locked":false,"customData":{"boxId":"KVsxQsBWGQK92p6azZtXk"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[24,0],[24,24],[0,24],[0,0]]},{"type":"line","version":147,"versionNonce":727106062,"isDeleted":false,"id":"fSw1fBjl3AlXK7cHVio23","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":359,"y":-51,"strokeColor":"#00000000","backgroundColor":"#000","width":18,"height":8,"seed":776079925,"groupIds":["bYq6X4M9ZHAKzB2X1pN5r","hd_jQB4N-mRDQWEHuZikK","75Nv99fh5NG4XT8bER9n9"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829089,"link":null,"locked":false,"customData":{"boxId":"KVsxQsBWGQK92p6azZtXk"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-16,0],[-16,0],[-16.706249952316284,0.2937498092651367],[-17,1],[-17,7],[-17,7],[-16.706249952316284,7.706249237060547],[-16,8],[0,8],[0,8],[0.7062492370605469,7.706249237060547],[1,7],[1,1],[1,1],[0.7062492370605469,0.2937498092651367],[0,0],[0,0]]},{"type":"line","version":147,"versionNonce":1811459538,"isDeleted":false,"id":"yNH0m7XuU8pgdHLlyzobp","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":346,"y":-45,"strokeColor":"#00000000","backgroundColor":"#DEDEDE","width":4,"height":4,"seed":1449303963,"groupIds":["Xa3xFwSSpv4CiiDWRi-3-","hd_jQB4N-mRDQWEHuZikK","75Nv99fh5NG4XT8bER9n9"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829089,"link":null,"locked":false,"customData":{"boxId":"KVsxQsBWGQK92p6azZtXk"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.7765626907348633,-0.15781211853027344],[-1.4124999046325684,-0.5874996185302734],[-1.8421874046325684,-1.2234382629394531],[-2,-2],[-1.8421874046325684,-2.776561737060547],[-1.4124999046325684,-3.4125003814697266],[-0.7765626907348633,-3.8421878814697266],[0,-4],[0.7765626907348633,-3.8421878814697266],[1.4125003814697266,-3.4125003814697266],[1.8421878814697266,-2.776561737060547],[2,-2],[1.8421878814697266,-1.2234382629394531],[1.4125003814697266,-0.5874996185302734],[0.7765626907348633,-0.15781211853027344],[0,0],[0,0]]},{"type":"line","version":147,"versionNonce":1871663182,"isDeleted":false,"id":"XT4e4fCi4OvBBjmPLda45","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":359,"y":-61,"strokeColor":"#00000000","backgroundColor":"#000","width":18,"height":8,"seed":776797077,"groupIds":["Gm8RNTJiGvoZ9maPO1D1N","hd_jQB4N-mRDQWEHuZikK","75Nv99fh5NG4XT8bER9n9"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829089,"link":null,"locked":false,"customData":{"boxId":"KVsxQsBWGQK92p6azZtXk"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-16,0],[-16,0],[-16.706249952316284,0.2937500476837158],[-17,1],[-17,7],[-17,7],[-16.706249952316284,7.706250190734863],[-16,8],[0,8],[0,8],[0.7062492370605469,7.706250190734863],[1,7],[1,1],[1,1],[0.7062492370605469,0.2937500476837158],[0,0],[0,0]]},{"type":"line","version":147,"versionNonce":268903314,"isDeleted":false,"id":"5ccj77XulXnyBFCXmxVro","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":346,"y":-55,"strokeColor":"#00000000","backgroundColor":"#DEDEDE","width":4,"height":4,"seed":1707209787,"groupIds":["kPLRJ_jci7LjGXdYQeUMi","hd_jQB4N-mRDQWEHuZikK","75Nv99fh5NG4XT8bER9n9"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829089,"link":null,"locked":false,"customData":{"boxId":"KVsxQsBWGQK92p6azZtXk"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.7765626907348633,-0.15781211853027344],[-1.4124999046325684,-0.5874996185302734],[-1.8421874046325684,-1.2234373092651367],[-2,-2],[-1.8421874046325684,-2.7765626907348633],[-1.4124999046325684,-3.4124999046325684],[-0.7765626907348633,-3.8421874046325684],[0,-4],[0.7765626907348633,-3.8421874046325684],[1.4125003814697266,-3.4124999046325684],[1.8421878814697266,-2.7765626907348633],[2,-2],[1.8421878814697266,-1.2234373092651367],[1.4125003814697266,-0.5874996185302734],[0.7765626907348633,-0.15781211853027344],[0,0],[0,0]]},{"type":"rectangle","version":155,"versionNonce":840701582,"isDeleted":false,"id":"z1aUKa29i0hpVCwcPP5YR","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":610,"y":-80,"strokeColor":"#202124","backgroundColor":"#FFF","width":82,"height":82,"seed":269607957,"groupIds":["V1kAMpnKyr4MFQjmjsevk","75Nv99fh5NG4XT8bER9n9"],"strokeSharpness":"round","boundElements":[],"updated":1697744829089,"link":null,"locked":false,"customData":{"boxId":"814KvQaFpnWrwrXJujLaq"}},{"type":"text","version":160,"versionNonce":507568466,"isDeleted":false,"id":"1PQm6f4Gw8dQbz9ACH4q0","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":633.5,"y":-32,"strokeColor":"#202124","backgroundColor":"transparent","width":35,"height":19,"seed":494785467,"groupIds":["V1kAMpnKyr4MFQjmjsevk","75Nv99fh5NG4XT8bER9n9"],"strokeSharpness":"round","boundElements":[],"updated":1697744829089,"link":null,"locked":false,"customData":{"boxId":"814KvQaFpnWrwrXJujLaq"},"fontSize":16,"fontFamily":2,"text":"Data","baseline":15,"textAlign":"center","verticalAlign":"top","containerId":null,"originalText":"Data"},{"type":"line","version":155,"versionNonce":196482254,"isDeleted":false,"id":"noCO1SjlkNBY_lxoLgsHl","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":639,"y":-64,"strokeColor":"#00000000","backgroundColor":"#00000000","width":24,"height":24,"seed":1623628149,"groupIds":["STvGEMt3hCpDrPIUg8z4H","V1kAMpnKyr4MFQjmjsevk","75Nv99fh5NG4XT8bER9n9"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829089,"link":null,"locked":false,"customData":{"boxId":"814KvQaFpnWrwrXJujLaq"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[24,0],[24,24],[0,24],[0,0]]},{"type":"line","version":155,"versionNonce":1107093266,"isDeleted":false,"id":"oeblVvHutARPQyJWLkWez","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":659,"y":-51,"strokeColor":"#00000000","backgroundColor":"#000","width":18,"height":8,"seed":1738646619,"groupIds":["Iq2t8xA4D2SLGAH2a7SdX","V1kAMpnKyr4MFQjmjsevk","75Nv99fh5NG4XT8bER9n9"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829089,"link":null,"locked":false,"customData":{"boxId":"814KvQaFpnWrwrXJujLaq"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-16,0],[-16,0],[-16.706249952316284,0.2937498092651367],[-17,1],[-17,7],[-17,7],[-16.706249952316284,7.706249237060547],[-16,8],[0,8],[0,8],[0.7062492370605469,7.706249237060547],[1,7],[1,1],[1,1],[0.7062492370605469,0.2937498092651367],[0,0],[0,0]]},{"type":"line","version":155,"versionNonce":368462606,"isDeleted":false,"id":"4WD4vXyRgJjVOUbPhge73","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":646,"y":-45,"strokeColor":"#00000000","backgroundColor":"#DEDEDE","width":4,"height":4,"seed":402498261,"groupIds":["tWsbRc0Vc4qlcKyESF34q","V1kAMpnKyr4MFQjmjsevk","75Nv99fh5NG4XT8bER9n9"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829089,"link":null,"locked":false,"customData":{"boxId":"814KvQaFpnWrwrXJujLaq"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.7765626907348633,-0.15781211853027344],[-1.4124999046325684,-0.5874996185302734],[-1.8421874046325684,-1.2234382629394531],[-2,-2],[-1.8421874046325684,-2.776561737060547],[-1.4124999046325684,-3.4125003814697266],[-0.7765626907348633,-3.8421878814697266],[0,-4],[0.7765626907348633,-3.8421878814697266],[1.4125003814697266,-3.4125003814697266],[1.8421878814697266,-2.776561737060547],[2,-2],[1.8421878814697266,-1.2234382629394531],[1.4125003814697266,-0.5874996185302734],[0.7765626907348633,-0.15781211853027344],[0,0],[0,0]]},{"type":"line","version":155,"versionNonce":598881490,"isDeleted":false,"id":"um6haNkR-HC7WYwq6vzd4","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":659,"y":-61,"strokeColor":"#00000000","backgroundColor":"#000","width":18,"height":8,"seed":708993275,"groupIds":["CIRmjND6w1mjYR7vfGawr","V1kAMpnKyr4MFQjmjsevk","75Nv99fh5NG4XT8bER9n9"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829089,"link":null,"locked":false,"customData":{"boxId":"814KvQaFpnWrwrXJujLaq"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-16,0],[-16,0],[-16.706249952316284,0.2937500476837158],[-17,1],[-17,7],[-17,7],[-16.706249952316284,7.706250190734863],[-16,8],[0,8],[0,8],[0.7062492370605469,7.706250190734863],[1,7],[1,1],[1,1],[0.7062492370605469,0.2937500476837158],[0,0],[0,0]]},{"type":"line","version":155,"versionNonce":1331018062,"isDeleted":false,"id":"pqqd0fZvW2nzSTuzwS1MX","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":646,"y":-55,"strokeColor":"#00000000","backgroundColor":"#DEDEDE","width":4,"height":4,"seed":1514962997,"groupIds":["pDhwuicnuQ6kbCJH5lD3M","V1kAMpnKyr4MFQjmjsevk","75Nv99fh5NG4XT8bER9n9"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829089,"link":null,"locked":false,"customData":{"boxId":"814KvQaFpnWrwrXJujLaq"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.7765626907348633,-0.15781211853027344],[-1.4124999046325684,-0.5874996185302734],[-1.8421874046325684,-1.2234373092651367],[-2,-2],[-1.8421874046325684,-2.7765626907348633],[-1.4124999046325684,-3.4124999046325684],[-0.7765626907348633,-3.8421874046325684],[0,-4],[0.7765626907348633,-3.8421874046325684],[1.4125003814697266,-3.4124999046325684],[1.8421878814697266,-2.7765626907348633],[2,-2],[1.8421878814697266,-1.2234373092651367],[1.4125003814697266,-0.5874996185302734],[0.7765626907348633,-0.15781211853027344],[0,0],[0,0]]},{"type":"text","version":471,"versionNonce":1157089938,"isDeleted":true,"id":"VErI30OpPSleODbvy9-A-","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":80,"angle":0,"x":700,"y":-120,"strokeColor":"#202124","backgroundColor":"transparent","width":127,"height":19,"seed":144782203,"groupIds":[],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829089,"link":null,"locked":false,"customData":{"boxId":"KdbyS0y_Vhwiuzl-dkmH3","label":"Region","resource":"region","type":"child"},"fontSize":16.444444444444446,"fontFamily":2,"text":"DATA SOURCES","baseline":15,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":"DATA SOURCES"},{"id":"mYjacvROuTi1LLYmgBNLN","type":"text","x":732.6666259765625,"y":-123.6666870117187,"width":7,"height":23,"angle":0,"strokeColor":"#000000","backgroundColor":"transparent","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"round","seed":580515355,"version":56,"versionNonce":2133680014,"isDeleted":true,"boundElements":null,"updated":1697744829089,"link":null,"locked":false,"text":"","fontSize":20,"fontFamily":2,"textAlign":"left","verticalAlign":"top","baseline":19,"containerId":null,"originalText":""},{"id":"VjGej67ajxrrtS-sRobOJ","type":"text","x":752.6666259765625,"y":-131.1666870117187,"width":7,"height":23,"angle":0,"strokeColor":"#000000","backgroundColor":"transparent","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"round","seed":836881365,"version":80,"versionNonce":1552197714,"isDeleted":true,"boundElements":null,"updated":1697744829089,"link":null,"locked":false,"text":"","fontSize":20,"fontFamily":2,"textAlign":"left","verticalAlign":"top","baseline":19,"containerId":null,"originalText":""},{"type":"text","version":510,"versionNonce":431373774,"isDeleted":true,"id":"TL6swRcJES8bhDW-DiZAw","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":80,"angle":0,"x":740,"y":-200,"strokeColor":"#202124","backgroundColor":"transparent","width":127,"height":19,"seed":578093845,"groupIds":[],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829089,"link":null,"locked":false,"customData":{"boxId":"8pNX46VkoXMp4RbBRMw3D","label":"Region","resource":"region","type":"child"},"fontSize":16.444444444444446,"fontFamily":2,"text":"DATA SOURCES","baseline":15,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":"DATA SOURCES"},{"id":"Zb8J1fljd-O1BVZKiNOtW","type":"freedraw","x":537.3001708984375,"y":24.373779296875,"width":9,"height":114.80517578125,"angle":0,"strokeColor":"#000000","backgroundColor":"transparent","fillStyle":"hachure","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"round","seed":903390997,"version":78,"versionNonce":841993746,"isDeleted":true,"boundElements":null,"updated":1697744829089,"link":null,"locked":false,"points":[[0,0],[0,0.32781982421875],[0,1.311279296875],[0,4.966552734375],[0,6.112548828125],[-2.0174560546875,23.12493896484375],[-2.9715576171875,32.775634765625],[-2.9715576171875,37.84698486328125],[-2.9715576171875,46.35333251953125],[-2.9715576171875,50.71624755859375],[-2.9715576171875,57.96917724609375],[-2.9715576171875,63.423583984375],[-2.9715576171875,69.03997802734375],[-2.535400390625,73.56768798828125],[-0.790283203125,84.474853515625],[-0.3538818359375,89.98370361328125],[2.017822265625,98.98046875],[4.281005859375,106.1787109375],[5.0450439453125,110.16156005859375],[5.0450439453125,111.52703857421875],[5.372802734375,112.51043701171875],[5.70068359375,113.493896484375],[6.0284423828125,114.47735595703125],[6.0284423828125,114.80517578125],[6.0284423828125,114.80517578125]],"pressures":[],"simulatePressure":true,"lastCommittedPoint":[6.0284423828125,114.80517578125],"endArrowhead":"triangle","fontFamily":2},{"id":"hUqCJsvkBD9w4QZujgUgf","type":"arrow","x":280,"y":21.000000000000014,"width":0,"height":138,"angle":0,"strokeColor":"#202124","backgroundColor":"#202124","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"sharp","seed":1771811515,"version":597,"versionNonce":604591118,"isDeleted":false,"boundElements":null,"updated":1697744829089,"link":null,"locked":false,"points":[[0,0],[0,138]],"lastCommittedPoint":null,"startBinding":{"elementId":"zyoEe3Q6a-__dhbaIc5rB","focus":0.4285714285714285,"gap":1.0000000000000142},"endBinding":{"elementId":"XGJiTHw2h99_Hrxjg4EQi","focus":0.8333333333333334,"gap":1},"startArrowhead":null,"endArrowhead":"triangle","fontFamily":2},{"type":"rectangle","version":571,"versionNonce":2062564306,"isDeleted":true,"id":"O5xNzyaWR5wEy9LBVN1Tw","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":280,"y":120,"strokeColor":"#F9AB00","backgroundColor":"#FDE293","width":280,"height":160,"seed":1608393499,"groupIds":["ImqOH48SI2zybs9Pj-_dD"],"strokeSharpness":"sharp","boundElements":[{"id":"u3MHsCfKj6joFmOvIyJhR","type":"arrow"},{"id":"3EleidzYjikUW9ZkNfEPT","type":"arrow"},{"id":"hUqCJsvkBD9w4QZujgUgf","type":"arrow"},{"id":"MBAzSf45lj2hPn8nr3IPf","type":"arrow"},{"id":"3exC9lat3uD7T7SlGlk-Z","type":"arrow"}],"updated":1697744829089,"link":null,"locked":false,"customData":{"boxId":"h3pxPecv7fjSj5K6Z5Gk2","label":"Virtual Private Cloud","resource":"google_compute_network","type":"container"}},{"type":"text","version":403,"versionNonce":404726350,"isDeleted":true,"id":"ZEH87_l-Jo8R0DxkT5EBI","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":80,"angle":0,"x":380,"y":140,"strokeColor":"#202124","backgroundColor":"transparent","width":86,"height":19,"seed":786264085,"groupIds":["ImqOH48SI2zybs9Pj-_dD"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829089,"link":null,"locked":false,"customData":{"boxId":"h3pxPecv7fjSj5K6Z5Gk2","label":"Virtual Private Cloud","resource":"google_compute_network","type":"child"},"fontSize":16,"fontFamily":2,"text":"DATA LAKE","baseline":15,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":"DATA LAKE"},{"type":"rectangle","version":192,"versionNonce":886894994,"isDeleted":true,"id":"kbrMClpQSq_PqEHMsgygU","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":300,"y":200,"strokeColor":"#202124","backgroundColor":"#FFF","width":240,"height":80,"seed":1123430043,"groupIds":["ADCdeveN3V9DPlHfZwq-X","P7ni3z6UUxyblSNV4vtAZ"],"strokeSharpness":"round","boundElements":[],"updated":1697744829089,"link":null,"locked":false,"customData":{"boxId":"qs-YJyCmmB9OUljffRRju","label":"Cloud Storage","resource":"google_storage_bucket","type":"container"}},{"type":"text","version":180,"versionNonce":1221732494,"isDeleted":true,"id":"Ta2uojOzj_-2r7C9gPCjY","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":316,"y":216,"strokeColor":"#1A73E8","backgroundColor":"transparent","width":160,"height":18,"seed":834526357,"groupIds":["ADCdeveN3V9DPlHfZwq-X","P7ni3z6UUxyblSNV4vtAZ"],"strokeSharpness":"round","boundElements":[],"updated":1697744829089,"link":null,"locked":false,"customData":{"boxId":"qs-YJyCmmB9OUljffRRju","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"},"fontSize":16,"fontFamily":5,"text":"Cloud Storage","baseline":16,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":"Cloud Storage"},{"type":"rectangle","version":180,"versionNonce":53276498,"isDeleted":true,"id":"tvBzUOMRrspXfN5O3uU7o","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":502,"y":220,"strokeColor":"transparent","backgroundColor":"#aecbfa","width":20,"height":7,"seed":923509563,"groupIds":["ADCdeveN3V9DPlHfZwq-X","P7ni3z6UUxyblSNV4vtAZ"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829089,"link":null,"locked":false,"customData":{"boxId":"qs-YJyCmmB9OUljffRRju","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"}},{"type":"rectangle","version":180,"versionNonce":1171908302,"isDeleted":true,"id":"ZIG66VewrYMd1LvGlqkEQ","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":520,"y":220,"strokeColor":"transparent","backgroundColor":"#669df6","width":2,"height":7,"seed":1264550389,"groupIds":["ADCdeveN3V9DPlHfZwq-X","P7ni3z6UUxyblSNV4vtAZ"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829089,"link":null,"locked":false,"customData":{"boxId":"qs-YJyCmmB9OUljffRRju","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"}},{"type":"line","version":180,"versionNonce":171390226,"isDeleted":true,"id":"Dp5nvcZsIQWTUZuyZGDIL","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":522,"y":220,"strokeColor":"#00000000","backgroundColor":"#4285f4","width":2,"height":7,"seed":1036616667,"groupIds":["YL5yRHLVRwcDXR_Pn6pvU","ADCdeveN3V9DPlHfZwq-X","P7ni3z6UUxyblSNV4vtAZ"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829089,"link":null,"locked":false,"customData":{"boxId":"qs-YJyCmmB9OUljffRRju","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-2,0],[-2,7],[0,0],[0,0]]},{"type":"rectangle","version":180,"versionNonce":1070587150,"isDeleted":true,"id":"ZRGa-ECYaHmHtWjg8ff2u","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":502,"y":220,"strokeColor":"transparent","backgroundColor":"#669df6","width":2,"height":7,"seed":6650709,"groupIds":["ADCdeveN3V9DPlHfZwq-X","P7ni3z6UUxyblSNV4vtAZ"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829089,"link":null,"locked":false,"customData":{"boxId":"qs-YJyCmmB9OUljffRRju","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"}},{"type":"rectangle","version":180,"versionNonce":1265812178,"isDeleted":true,"id":"OiNsmzVuzJgTbIb2qGs2A","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":506,"y":223,"strokeColor":"transparent","backgroundColor":"#fff","width":6,"height":1,"seed":1061310587,"groupIds":["ADCdeveN3V9DPlHfZwq-X","P7ni3z6UUxyblSNV4vtAZ"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829089,"link":null,"locked":false,"customData":{"boxId":"qs-YJyCmmB9OUljffRRju","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"}},{"type":"rectangle","version":180,"versionNonce":1814891342,"isDeleted":true,"id":"CYhWPNdgVb8WQq5sW0-qL","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":515,"y":222,"strokeColor":"transparent","backgroundColor":"#fff","width":3,"height":3,"seed":153438389,"groupIds":["ADCdeveN3V9DPlHfZwq-X","P7ni3z6UUxyblSNV4vtAZ"],"strokeSharpness":"round","boundElements":[],"updated":1697744829089,"link":null,"locked":false,"customData":{"boxId":"qs-YJyCmmB9OUljffRRju","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"}},{"type":"rectangle","version":180,"versionNonce":24549522,"isDeleted":true,"id":"yVMV-Ek5MlNG3c8-hi0Ie","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":502,"y":229,"strokeColor":"transparent","backgroundColor":"#aecbfa","width":20,"height":7,"seed":2100857115,"groupIds":["ADCdeveN3V9DPlHfZwq-X","P7ni3z6UUxyblSNV4vtAZ"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829089,"link":null,"locked":false,"customData":{"boxId":"qs-YJyCmmB9OUljffRRju","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"}},{"type":"rectangle","version":181,"versionNonce":1766486414,"isDeleted":true,"id":"y7Xx766C2zvyC0Efa4Txr","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":520,"y":220,"strokeColor":"transparent","backgroundColor":"#669df6","width":2,"height":7,"seed":2000972309,"groupIds":["ADCdeveN3V9DPlHfZwq-X","P7ni3z6UUxyblSNV4vtAZ"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829089,"link":null,"locked":false,"customData":{"boxId":"qs-YJyCmmB9OUljffRRju","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"}},{"type":"line","version":180,"versionNonce":2079962706,"isDeleted":true,"id":"F38mUwO3Ty_LKmYxf6QKk","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":522,"y":229,"strokeColor":"#00000000","backgroundColor":"#4285f4","width":2,"height":7,"seed":1562291643,"groupIds":["38QmZJ851TRf2Gpy7AtX0","ADCdeveN3V9DPlHfZwq-X","P7ni3z6UUxyblSNV4vtAZ"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829089,"link":null,"locked":false,"customData":{"boxId":"qs-YJyCmmB9OUljffRRju","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-2,0],[-2,7],[0,0],[0,0]]},{"type":"rectangle","version":180,"versionNonce":576786382,"isDeleted":true,"id":"K0rIXYxcF3R4wbroZBT29","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":502,"y":229,"strokeColor":"transparent","backgroundColor":"#669df6","width":2,"height":7,"seed":196632437,"groupIds":["ADCdeveN3V9DPlHfZwq-X","P7ni3z6UUxyblSNV4vtAZ"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829089,"link":null,"locked":false,"customData":{"boxId":"qs-YJyCmmB9OUljffRRju","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"}},{"type":"rectangle","version":180,"versionNonce":2077432850,"isDeleted":true,"id":"VRO5_lKGdCjqV_KNQ0rHn","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":506,"y":232,"strokeColor":"transparent","backgroundColor":"#fff","width":6,"height":1,"seed":1914125915,"groupIds":["ADCdeveN3V9DPlHfZwq-X","P7ni3z6UUxyblSNV4vtAZ"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829089,"link":null,"locked":false,"customData":{"boxId":"qs-YJyCmmB9OUljffRRju","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"}},{"type":"rectangle","version":180,"versionNonce":864675342,"isDeleted":true,"id":"laCPQEehQMDcng_kB3eKp","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":515,"y":231,"strokeColor":"transparent","backgroundColor":"#fff","width":3,"height":3,"seed":1288087765,"groupIds":["ADCdeveN3V9DPlHfZwq-X","P7ni3z6UUxyblSNV4vtAZ"],"strokeSharpness":"round","boundElements":[],"updated":1697744829089,"link":null,"locked":false,"customData":{"boxId":"qs-YJyCmmB9OUljffRRju","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"}},{"id":"Gg663axvYQotWVFbjMb8H","type":"ellipse","x":220,"y":60,"width":40,"height":42,"angle":0,"strokeColor":"#000000","backgroundColor":"#000000","fillStyle":"hachure","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"round","seed":1247806837,"version":125,"versionNonce":251251154,"isDeleted":true,"boundElements":[{"type":"text","id":"ymD52FAaOScsWvH10K2cL"}],"updated":1697744829089,"link":null,"locked":false,"endArrowhead":"triangle","fontFamily":2},{"id":"ymD52FAaOScsWvH10K2cL","type":"text","x":225,"y":65,"width":30,"height":32,"angle":0,"strokeColor":"#ffffff","backgroundColor":"#000000","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"round","seed":640855387,"version":120,"versionNonce":1304294478,"isDeleted":true,"boundElements":null,"updated":1697744829090,"link":null,"locked":false,"text":"1","fontSize":28,"fontFamily":2,"textAlign":"center","verticalAlign":"middle","baseline":25,"containerId":"Gg663axvYQotWVFbjMb8H","originalText":"1"},{"type":"rectangle","version":152,"versionNonce":1820639122,"isDeleted":true,"id":"0HyYxt8CD7LhJ0u5OdAxs","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":880,"y":200,"strokeColor":"#202124","backgroundColor":"#FFF","width":240,"height":80,"seed":51025691,"groupIds":["dqtFSxAtFJNWsIaMGlkHQ","rAQEApI4VEYwFhzxCF84e"],"strokeSharpness":"round","boundElements":[],"updated":1697744829090,"link":null,"locked":false,"customData":{"boxId":"ImdtOUe28RFC2SfSQM-ro","label":"Workflows","type":"container"}},{"type":"text","version":147,"versionNonce":450247310,"isDeleted":true,"id":"DZCEOLxL9oYImNcuRMu2T","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":896,"y":216,"strokeColor":"#1A73E8","backgroundColor":"transparent","width":160,"height":18,"seed":2044869653,"groupIds":["dqtFSxAtFJNWsIaMGlkHQ","rAQEApI4VEYwFhzxCF84e"],"strokeSharpness":"round","boundElements":[{"id":"mhvuWpnHjXBX9bdcUM46z","type":"arrow"}],"updated":1697744829090,"link":null,"locked":false,"customData":{"boxId":"ImdtOUe28RFC2SfSQM-ro","label":"Workflows","type":"child"},"fontSize":16,"fontFamily":5,"text":"Workflows","baseline":16,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":"Workflows"},{"type":"line","version":146,"versionNonce":1353383250,"isDeleted":true,"id":"HNggPBKlkk844zadUKKfF","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1087.712230205536,"y":235.10791397094727,"strokeColor":"#00000000","backgroundColor":"#8ab4f8","width":2.2503600120544434,"height":2.071941375732422,"seed":964623291,"groupIds":["l3PIE4eCdItMYvJOq5gt4","dqtFSxAtFJNWsIaMGlkHQ","rAQEApI4VEYwFhzxCF84e"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829090,"link":null,"locked":false,"customData":{"boxId":"ImdtOUe28RFC2SfSQM-ro","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.011690616607666016,0.2695140838623047],[-0.04604291915893555,0.5330944061279297],[-0.10197877883911133,0.7891197204589844],[-0.17841720581054688,1.035970687866211],[2.0719428062438965,1.035970687866211],[2.0719428062438965,-1.035970687866211],[-0.17841720581054688,-1.035970687866211],[-0.17841720581054688,-1.035970687866211],[-0.10197877883911133,-0.7891178131103516],[-0.04604291915893555,-0.5330944061279297],[-0.011690616607666016,-0.2695140838623047],[0,0],[0,0]]},{"type":"line","version":146,"versionNonce":562804942,"isDeleted":true,"id":"S5Yg7iGSADm9eCblmcpwY","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1096.1784172058105,"y":219.56834530830383,"strokeColor":"#00000000","backgroundColor":"#8ab4f8","width":2.250359535217285,"height":2.0719425678253174,"seed":1590423925,"groupIds":["l3PIE4eCdItMYvJOq5gt4","dqtFSxAtFJNWsIaMGlkHQ","rAQEApI4VEYwFhzxCF84e"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829090,"link":null,"locked":false,"customData":{"boxId":"ImdtOUe28RFC2SfSQM-ro","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-2.250359535217285,0],[-2.250359535217285,2.0719425678253174],[0,2.0719425678253174],[0,2.0719425678253174],[-0.07643890380859375,1.8250901699066162],[-0.13237380981445312,1.5690648555755615],[-0.16672706604003906,1.3054859638214111],[-0.17841720581054688,1.0359714031219482],[-0.16672706604003906,0.7664568424224854],[-0.13237380981445312,0.502877950668335],[-0.07643890380859375,0.24685263633728027],[0,0],[0,0]]},{"type":"line","version":146,"versionNonce":1489208082,"isDeleted":true,"id":"CaZgb9pF-ax_fLVK7i7Vi","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1099.1079139709473,"y":223.7122302055359,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":6.215827941894531,"height":6.2158273458480835,"seed":960351323,"groupIds":["lQwcOy-R466VzqD_mhicd","dqtFSxAtFJNWsIaMGlkHQ","rAQEApI4VEYwFhzxCF84e"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829090,"link":null,"locked":false,"customData":{"boxId":"ImdtOUe28RFC2SfSQM-ro","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.31754493713378906,-0.016060352325439453],[-0.6259651184082031,-0.06319713592529297],[-0.9236984252929688,-0.13984060287475586],[-1.2091712951660156,-0.24442386627197266],[-1.4808197021484375,-0.3753790855407715],[-1.7370719909667969,-0.5311374664306641],[-1.9763622283935547,-0.7101306915283203],[-2.1971206665039062,-0.9107909202575684],[-2.3977813720703125,-1.1315503120422363],[-2.5767765045166016,-1.3708405494689941],[-2.732534408569336,-1.6270933151245117],[-2.8634891510009766,-1.8987407684326172],[-2.9680728912353516,-2.1842145919799805],[-3.0447158813476562,-2.4819464683532715],[-3.0918521881103516,-2.7903690338134766],[-3.1079139709472656,-3.1079134941101074],[-3.0918521881103516,-3.4254579544067383],[-3.0447158813476562,-3.7338805198669434],[-2.9680728912353516,-4.031612396240234],[-2.8634891510009766,-4.317086219787598],[-2.732534408569336,-4.588733673095703],[-2.5767765045166016,-4.844986438751221],[-2.3977813720703125,-5.084276437759399],[-2.1971206665039062,-5.305035829544067],[-1.9763622283935547,-5.5056962966918945],[-1.7370719909667969,-5.68468976020813],[-1.4808197021484375,-5.840447902679443],[-1.2091712951660156,-5.9714027643203735],[-0.9236984252929688,-6.075986266136169],[-0.6259651184082031,-6.15263032913208],[-0.31754493713378906,-6.199766755104065],[0,-6.2158273458480835],[0.31754493713378906,-6.199766755104065],[0.6259670257568359,-6.15263032913208],[0.9236984252929688,-6.075986266136169],[1.2091732025146484,-5.9714027643203735],[1.4808197021484375,-5.840447902679443],[1.7370738983154297,-5.68468976020813],[1.9763622283935547,-5.5056962966918945],[2.197122573852539,-5.305035829544067],[2.3977832794189453,-5.084276437759399],[2.5767765045166016,-4.844986438751221],[2.732534408569336,-4.588733673095703],[2.8634891510009766,-4.317086219787598],[2.9680728912353516,-4.031612396240234],[3.0447158813476562,-3.7338805198669434],[3.0918540954589844,-3.4254579544067383],[3.1079139709472656,-3.1079134941101074],[3.0918540954589844,-2.7903690338134766],[3.0447158813476562,-2.4819464683532715],[2.9680728912353516,-2.1842145919799805],[2.8634891510009766,-1.8987407684326172],[2.732534408569336,-1.6270933151245117],[2.5767765045166016,-1.3708405494689941],[2.3977832794189453,-1.1315503120422363],[2.197122573852539,-0.9107909202575684],[1.9763622283935547,-0.7101306915283203],[1.7370738983154297,-0.5311374664306641],[1.4808197021484375,-0.3753790855407715],[1.2091732025146484,-0.24442386627197266],[0.9236984252929688,-0.13984060287475586],[0.6259670257568359,-0.06319713592529297],[0.31754493713378906,-0.016060352325439453],[0,0],[0,0]]},{"type":"line","version":146,"versionNonce":695693070,"isDeleted":true,"id":"wNV7IwNYb86OKAzgT3cWZ","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1099.1079139709473,"y":219.56834530830383,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":2.071941375732422,"height":2.0719425678253174,"seed":1536686805,"groupIds":["lQwcOy-R466VzqD_mhicd","dqtFSxAtFJNWsIaMGlkHQ","rAQEApI4VEYwFhzxCF84e"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829090,"link":null,"locked":false,"customData":{"boxId":"ImdtOUe28RFC2SfSQM-ro","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.20810508728027344,0.021144390106201172],[-0.4022483825683594,0.08174467086791992],[-0.5781803131103516,0.1775517463684082],[-0.7316551208496094,0.30431652069091797],[-0.8584194183349609,0.4577901363372803],[-0.9542255401611328,0.6337234973907471],[-1.0148277282714844,0.8278663158416748],[-1.035970687866211,1.0359714031219482],[-1.0148277282714844,1.2440760135650635],[-0.9542255401611328,1.4382193088531494],[-0.8584194183349609,1.6141526699066162],[-0.7316551208496094,1.7676260471343994],[-0.5781803131103516,1.8943908214569092],[-0.4022483825683594,1.9901978969573975],[-0.20810508728027344,2.050798177719116],[0,2.0719425678253174],[0.20810508728027344,2.050798177719116],[0.4022483825683594,1.9901978969573975],[0.5781822204589844,1.8943908214569092],[0.7316551208496094,1.7676260471343994],[0.8584194183349609,1.6141526699066162],[0.9542255401611328,1.4382193088531494],[1.0148277282714844,1.2440760135650635],[1.035970687866211,1.0359714031219482],[1.0148277282714844,0.8278663158416748],[0.9542255401611328,0.6337234973907471],[0.8584194183349609,0.4577901363372803],[0.7316551208496094,0.30431652069091797],[0.5781822204589844,0.1775517463684082],[0.4022483825683594,0.08174467086791992],[0.20810508728027344,0.021144390106201172],[0,0],[0,0]]},{"type":"line","version":146,"versionNonce":1598378194,"isDeleted":true,"id":"POdjMmMDuAs8HgSHJ4r50","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1084.6043167114258,"y":238.21582794189453,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":6.2158273458480835,"height":6.215827941894531,"seed":1176078587,"groupIds":["lQwcOy-R466VzqD_mhicd","dqtFSxAtFJNWsIaMGlkHQ","rAQEApI4VEYwFhzxCF84e"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829090,"link":null,"locked":false,"customData":{"boxId":"ImdtOUe28RFC2SfSQM-ro","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.31754446029663086,-0.01605987548828125],[-0.6259670257568359,-0.06319808959960938],[-0.923698902130127,-0.13984107971191406],[-1.2091727256774902,-0.24442481994628906],[-1.4808201789855957,-0.3753795623779297],[-1.7370729446411133,-0.5311374664306641],[-1.976362943649292,-0.7101306915283203],[-2.19712233543396,-0.9107913970947266],[-2.397782802581787,-1.131551742553711],[-2.5767762660980225,-1.370840072631836],[-2.732534408569336,-1.6270942687988281],[-2.863489270210266,-1.8987407684326172],[-2.968072772026062,-2.184215545654297],[-3.0447168350219727,-2.4819469451904297],[-3.0918532609939575,-2.7903690338134766],[-3.107913851737976,-3.1079139709472656],[-3.0918532609939575,-3.4254589080810547],[-3.0447168350219727,-3.7338790893554688],[-2.968072772026062,-4.031612396240234],[-2.863489270210266,-4.317085266113281],[-2.732534408569336,-4.588733673095703],[-2.5767762660980225,-4.8449859619140625],[-2.397782802581787,-5.08427619934082],[-2.19712233543396,-5.305034637451172],[-1.976362943649292,-5.505695343017578],[-1.7370729446411133,-5.684690475463867],[-1.4808201789855957,-5.840448379516602],[-1.2091727256774902,-5.971403121948242],[-0.923698902130127,-6.075986862182617],[-0.6259670257568359,-6.152629852294922],[-0.31754446029663086,-6.199766159057617],[0,-6.215827941894531],[0.31754446029663086,-6.199766159057617],[0.6259670257568359,-6.152629852294922],[0.923698902130127,-6.075986862182617],[1.2091727256774902,-5.971403121948242],[1.4808201789855957,-5.840448379516602],[1.7370729446411133,-5.684690475463867],[1.976363182067871,-5.505695343017578],[2.197122573852539,-5.305034637451172],[2.397782802581787,-5.08427619934082],[2.5767760276794434,-4.8449859619140625],[2.732534408569336,-4.588733673095703],[2.8634896278381348,-4.317085266113281],[2.9680728912353516,-4.031612396240234],[3.0447163581848145,-3.7338790893554688],[3.091853141784668,-3.4254589080810547],[3.1079134941101074,-3.1079139709472656],[3.091853141784668,-2.7903690338134766],[3.0447163581848145,-2.4819469451904297],[2.9680728912353516,-2.184215545654297],[2.8634896278381348,-1.8987407684326172],[2.732534408569336,-1.6270942687988281],[2.5767760276794434,-1.370840072631836],[2.397782802581787,-1.131551742553711],[2.197122573852539,-0.9107913970947266],[1.976363182067871,-0.7101306915283203],[1.7370729446411133,-0.5311374664306641],[1.4808201789855957,-0.3753795623779297],[1.2091727256774902,-0.24442481994628906],[0.923698902130127,-0.13984107971191406],[0.6259670257568359,-0.06319808959960938],[0.31754446029663086,-0.01605987548828125],[0,0],[0,0]]},{"type":"line","version":146,"versionNonce":521297230,"isDeleted":true,"id":"kHQvhu5Ra4ZEotekhugYi","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1084.6043167114258,"y":234.07194328308105,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":2.0719425678253174,"height":2.071941375732422,"seed":1759238197,"groupIds":["lQwcOy-R466VzqD_mhicd","dqtFSxAtFJNWsIaMGlkHQ","rAQEApI4VEYwFhzxCF84e"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829090,"link":null,"locked":false,"customData":{"boxId":"ImdtOUe28RFC2SfSQM-ro","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.20810508728027344,0.021142959594726562],[-0.40224790573120117,0.08174514770507812],[-0.578181266784668,0.17755126953125],[-0.7316548824310303,0.30431556701660156],[-0.85841965675354,0.4577903747558594],[-0.9542267322540283,0.6337223052978516],[-1.014827013015747,0.8278656005859375],[-1.0359714031219482,1.035970687866211],[-1.014827013015747,1.2440757751464844],[-0.9542267322540283,1.4382190704345703],[-0.85841965675354,1.6141529083251953],[-0.7316548824310303,1.7676258087158203],[-0.578181266784668,1.8943901062011719],[-0.40224790573120117,1.9901962280273438],[-0.20810508728027344,2.0507984161376953],[0,2.071941375732422],[0.20810461044311523,2.0507984161376953],[0.40224790573120117,1.9901962280273438],[0.578181266784668,1.8943901062011719],[0.7316546440124512,1.7676258087158203],[0.8584194183349609,1.6141529083251953],[0.9542264938354492,1.4382190704345703],[1.014826774597168,1.2440757751464844],[1.0359711647033691,1.035970687866211],[1.014826774597168,0.8278656005859375],[0.9542264938354492,0.6337223052978516],[0.8584194183349609,0.4577903747558594],[0.7316546440124512,0.30431556701660156],[0.578181266784668,0.17755126953125],[0.40224790573120117,0.08174514770507812],[0.20810461044311523,0.021142959594726562],[0,0],[0,0]]},{"type":"line","version":146,"versionNonce":1472685714,"isDeleted":true,"id":"OfY5JUMKazPNAg-bOUSDW","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1099.1079139709473,"y":219.56834530830383,"strokeColor":"#00000000","backgroundColor":"#fff","width":2.071941375732422,"height":2.0719425678253174,"seed":93630875,"groupIds":["3iXtGV8EvrQILsuD8ON7I","dqtFSxAtFJNWsIaMGlkHQ","rAQEApI4VEYwFhzxCF84e"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829090,"link":null,"locked":false,"customData":{"boxId":"ImdtOUe28RFC2SfSQM-ro","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.20810508728027344,0.021144390106201172],[-0.4022483825683594,0.08174467086791992],[-0.5781803131103516,0.1775517463684082],[-0.7316551208496094,0.30431652069091797],[-0.8584194183349609,0.4577901363372803],[-0.9542255401611328,0.6337234973907471],[-1.0148277282714844,0.8278663158416748],[-1.035970687866211,1.0359714031219482],[-1.0148277282714844,1.2440760135650635],[-0.9542255401611328,1.4382193088531494],[-0.8584194183349609,1.6141526699066162],[-0.7316551208496094,1.7676260471343994],[-0.5781803131103516,1.8943908214569092],[-0.4022483825683594,1.9901978969573975],[-0.20810508728027344,2.050798177719116],[0,2.0719425678253174],[0.20810508728027344,2.050798177719116],[0.4022483825683594,1.9901978969573975],[0.5781822204589844,1.8943908214569092],[0.7316551208496094,1.7676260471343994],[0.8584194183349609,1.6141526699066162],[0.9542255401611328,1.4382193088531494],[1.0148277282714844,1.2440760135650635],[1.035970687866211,1.0359714031219482],[1.0148277282714844,0.8278663158416748],[0.9542255401611328,0.6337234973907471],[0.8584194183349609,0.4577901363372803],[0.7316551208496094,0.30431652069091797],[0.5781822204589844,0.1775517463684082],[0.4022483825683594,0.08174467086791992],[0.20810508728027344,0.021144390106201172],[0,0],[0,0]]},{"type":"line","version":146,"versionNonce":2008384398,"isDeleted":true,"id":"TafPvceM89A1MqjZennA3","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1084.6043167114258,"y":234.07194328308105,"strokeColor":"#00000000","backgroundColor":"#fff","width":2.0719425678253174,"height":2.071941375732422,"seed":1350371733,"groupIds":["3iXtGV8EvrQILsuD8ON7I","dqtFSxAtFJNWsIaMGlkHQ","rAQEApI4VEYwFhzxCF84e"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829090,"link":null,"locked":false,"customData":{"boxId":"ImdtOUe28RFC2SfSQM-ro","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.20810508728027344,0.021142959594726562],[-0.40224790573120117,0.08174514770507812],[-0.578181266784668,0.17755126953125],[-0.7316548824310303,0.30431556701660156],[-0.85841965675354,0.4577903747558594],[-0.9542267322540283,0.6337223052978516],[-1.014827013015747,0.8278656005859375],[-1.0359714031219482,1.035970687866211],[-1.014827013015747,1.2440757751464844],[-0.9542267322540283,1.4382190704345703],[-0.85841965675354,1.6141529083251953],[-0.7316548824310303,1.7676258087158203],[-0.578181266784668,1.8943901062011719],[-0.40224790573120117,1.9901962280273438],[-0.20810508728027344,2.0507984161376953],[0,2.071941375732422],[0.20810461044311523,2.0507984161376953],[0.40224790573120117,1.9901962280273438],[0.578181266784668,1.8943901062011719],[0.7316546440124512,1.7676258087158203],[0.8584194183349609,1.6141529083251953],[0.9542264938354492,1.4382190704345703],[1.014826774597168,1.2440757751464844],[1.0359711647033691,1.035970687866211],[1.014826774597168,0.8278656005859375],[0.9542264938354492,0.6337223052978516],[0.8584194183349609,0.4577903747558594],[0.7316546440124512,0.30431556701660156],[0.578181266784668,0.17755126953125],[0.40224790573120117,0.08174514770507812],[0.20810461044311523,0.021142959594726562],[0,0],[0,0]]},{"type":"line","version":146,"versionNonce":721470546,"isDeleted":true,"id":"zuyRMtwpmFGP6zipsi44q","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1087.8906478881836,"y":226.820143699646,"strokeColor":"#00000000","backgroundColor":"#669df6","width":6.394245028495789,"height":9.225899696350098,"seed":1222755899,"groupIds":["o1wFCLkkrtwqOOn2kJebf","dqtFSxAtFJNWsIaMGlkHQ","rAQEApI4VEYwFhzxCF84e"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829090,"link":null,"locked":false,"customData":{"boxId":"ImdtOUe28RFC2SfSQM-ro","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-2.2503600120544434,0],[-2.2503600120544434,0],[-2.462372303009033,-0.010685920715332031],[-2.668221950531006,-0.042052268981933594],[-2.8668718338012695,-0.0930624008178711],[-3.057284355163574,-0.16267967224121094],[-3.2384233474731445,-0.24986648559570312],[-3.4092516899108887,-0.35358524322509766],[-3.568732261657715,-0.47280120849609375],[-3.7158279418945312,-0.6064748764038086],[-3.849501132965088,-0.753570556640625],[-3.968716621398926,-0.913050651550293],[-4.0724358558654785,-1.083878517150879],[-4.159622669219971,-1.2650175094604492],[-4.2292397022247314,-1.4554309844970703],[-4.280249834060669,-1.6540803909301758],[-4.31161642074585,-1.8599300384521484],[-4.322302579879761,-2.0719423294067383],[-4.322302579879761,-3.1079134941101074],[-4.322302579879761,-3.1079134941101074],[-4.316173315048218,-3.2672781944274902],[-4.298089265823364,-3.4234819412231445],[-4.268505811691284,-3.5760602951049805],[-4.227878093719482,-3.724550247192383],[-4.176661252975464,-3.8684868812561035],[-4.1153106689453125,-4.007407188415527],[-4.044281721115112,-4.140848159790039],[-3.96402907371521,-4.268344879150391],[-3.7776756286621094,-4.503653049468994],[-3.5598926544189453,-4.709621906280518],[-3.314321517944336,-4.882542610168457],[-3.182253360748291,-4.955450057983398],[-3.044604778289795,-5.018704414367676],[-3.1479320526123047,-5.301258563995361],[-3.223741054534912,-5.5956830978393555],[-3.270413875579834,-5.9008989334106445],[-3.2863311767578125,-6.215826988220215],[-3.276798725128174,-6.459532260894775],[-3.2489209175109863,-6.697841644287109],[-3.203777313232422,-6.929675817489624],[-3.142446517944336,-7.153956413269043],[-3.485318183898926,-7.062928199768066],[-3.815906524658203,-6.9439857006073],[-4.132853746414185,-6.798486232757568],[-4.434802532196045,-6.6277875900268555],[-4.720395803451538,-6.433246612548828],[-4.98827600479126,-6.216220378875732],[-5.237085819244385,-5.978066921234131],[-5.465467929840088,-5.7201433181762695],[-5.672065019607544,-5.443807601928711],[-5.855519771575928,-5.150415897369385],[-6.014474511146545,-4.841325759887695],[-6.14757227897644,-4.517895221710205],[-6.2534555196762085,-4.18148136138916],[-6.330767035484314,-3.833441734313965],[-6.3781492710113525,-3.4751334190368652],[-6.394245028495789,-3.1079134941101074],[-6.394245028495789,-2.0719423294067383],[-6.394245028495789,-2.0719423294067383],[-6.3728097677230835,-1.6488656997680664],[-6.3099037408828735,-1.2378711700439453],[-6.207625985145569,-0.8410558700561523],[-6.068075895309448,-0.46052074432373047],[-5.893352746963501,-0.09836578369140625],[-5.685555696487427,0.24331188201904297],[-5.446784019470215,0.5624113082885742],[-5.1791369915008545,0.8568344116210938],[-4.884714126586914,1.1244821548461914],[-4.5656139850616455,1.3632535934448242],[-4.223936557769775,1.5710506439208984],[-3.8617806434631348,1.7457733154296875],[-3.481245994567871,1.8853235244750977],[-3.0844311714172363,1.9876022338867188],[-2.673436164855957,2.0505075454711914],[-2.2503600120544434,2.0719432830810547],[0,2.0719432830810547],[0,2.0719432830810547],[-0.07643890380859375,1.8250904083251953],[-0.13237428665161133,1.5690650939941406],[-0.16672706604003906,1.3054866790771484],[-0.17841768264770508,1.0359716415405273],[-0.16672706604003906,0.7664575576782227],[-0.13237428665161133,0.5028781890869141],[-0.07643890380859375,0.24685287475585938],[0,0],[0,0]]},{"type":"line","version":146,"versionNonce":362406350,"isDeleted":true,"id":"k4zIvkJfKuzG-2GaQhLZC","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1098.0892086029053,"y":226.820143699646,"strokeColor":"#00000000","backgroundColor":"#4285f4","width":5.369785308837891,"height":9.231654167175293,"seed":61935349,"groupIds":["-3ckVtp7eIRynfrINmNKp","dqtFSxAtFJNWsIaMGlkHQ","rAQEApI4VEYwFhzxCF84e"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829090,"link":null,"locked":false,"customData":{"boxId":"ImdtOUe28RFC2SfSQM-ro","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-1.2316551208496094,0],[-1.2316551208496094,0],[-1.1552162170410156,0.24685287475585938],[-1.0992794036865234,0.5028781890869141],[-1.0649280548095703,0.7664575576782227],[-1.0532379150390625,1.0359716415405273],[-1.0649280548095703,1.3054866790771484],[-1.0992794036865234,1.5690650939941406],[-1.1552162170410156,1.8250904083251953],[-1.2316551208496094,2.0719432830810547],[0,2.0719432830810547],[0,2.0719432830810547],[0.21201133728027344,2.0826292037963867],[0.4178638458251953,2.1139955520629883],[0.6165122985839844,2.165006637573242],[0.8069248199462891,2.2346229553222656],[0.9880638122558594,2.321809768676758],[1.1588916778564453,2.4255285263061523],[1.3183727264404297,2.5447444915771484],[1.4654693603515625,2.6784181594848633],[1.599142074584961,2.8255138397216797],[1.7183570861816406,2.9849939346313477],[1.8220748901367188,3.1558218002319336],[1.9092636108398438,3.336960792541504],[1.9788799285888672,3.527374267578125],[2.0298900604248047,3.7260236740112305],[2.0612564086914062,3.931873321533203],[2.071941375732422,4.143885612487793],[2.071941375732422,5.179856300354004],[2.071941375732422,5.179856300354004],[2.065746307373047,5.341246604919434],[2.0474605560302734,5.499213218688965],[2.0175399780273438,5.653304100036621],[1.9764385223388672,5.803057670593262],[1.9246139526367188,5.948025703430176],[1.8625221252441406,6.087746620178223],[1.7906169891357422,6.221772193908691],[1.7093524932861328,6.349640846252441],[1.6191864013671875,6.470900535583496],[1.5205707550048828,6.585095405578613],[1.4139633178710938,6.691769599914551],[1.2998199462890625,6.790467262268066],[1.1785945892333984,6.880736351013184],[1.0507431030273438,6.962119102478027],[0.916717529296875,7.0341596603393555],[0.7769775390625,7.096402168273926],[0.8769798278808594,7.378058433532715],[0.951080322265625,7.670504570007324],[0.9971237182617188,7.973742485046387],[1.012948989868164,8.28777027130127],[1.0033283233642578,8.53156566619873],[0.9748191833496094,8.77050495147705],[0.9279670715332031,9.004048347473145],[0.8633098602294922,9.231654167175293],[1.2083377838134766,9.141573905944824],[1.5410652160644531,9.02332592010498],[1.8601150512695312,8.87828540802002],[2.1641178131103516,8.707823753356934],[2.4516983032226562,8.513319969177246],[2.7214832305908203,8.29614543914795],[2.9720935821533203,8.057673454284668],[3.202157974243164,7.799281120300293],[3.4103031158447266,7.522339820861816],[3.595155715942383,7.228226661682129],[3.755338668823242,6.918313026428223],[3.8894805908203125,6.593976020812988],[3.9962024688720703,6.256587028503418],[4.074134826660156,5.9075212478637695],[4.1219024658203125,5.548151969909668],[4.138130187988281,5.179856300354004],[4.138130187988281,4.143885612487793],[4.138130187988281,4.143885612487793],[4.117706298828125,3.720808982849121],[4.055688858032227,3.309814453125],[3.9541778564453125,2.912999153137207],[3.815288543701172,2.532464027404785],[3.641122817993164,2.170309066772461],[3.4337902069091797,1.8286314010620117],[3.1954002380371094,1.5095319747924805],[2.9280567169189453,1.215108871459961],[2.6338729858398438,0.9474611282348633],[2.314950942993164,0.7086896896362305],[1.9734001159667969,0.5008926391601562],[1.6113319396972656,0.3261699676513672],[1.2308483123779297,0.18661975860595703],[0.8340606689453125,0.08434104919433594],[0.4230766296386719,0.02143573760986328],[0,0],[0,0]]},{"type":"line","version":146,"versionNonce":315124242,"isDeleted":true,"id":"HCJR5WbjlPposnuGgLFel","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1090.820143699646,"y":223.7122302055359,"strokeColor":"#00000000","backgroundColor":"#669df6","width":9.32374095916748,"height":6.2158273458480835,"seed":383993563,"groupIds":["xQ25ui9De_djHUyr8bMNQ","dqtFSxAtFJNWsIaMGlkHQ","rAQEApI4VEYwFhzxCF84e"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829090,"link":null,"locked":false,"customData":{"boxId":"ImdtOUe28RFC2SfSQM-ro","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-3.1079134941101074,0],[-3.1079134941101074,0],[-3.4254579544067383,-0.016060352325439453],[-3.733880043029785,-0.06319713592529297],[-4.031612396240234,-0.13984060287475586],[-4.317086219787598,-0.24442386627197266],[-4.588733196258545,-0.3753790855407715],[-4.8449859619140625,-0.5311374664306641],[-5.0842766761779785,-0.7101306915283203],[-5.3050360679626465,-0.9107909202575684],[-5.5056962966918945,-1.1315503120422363],[-5.684689521789551,-1.3708405494689941],[-5.840447425842285,-1.6270933151245117],[-5.971402645111084,-1.8987407684326172],[-6.075986385345459,-2.1842145919799805],[-6.15263032913208,-2.4819464683532715],[-6.199766635894775,-2.7903690338134766],[-6.215826988220215,-3.1079134941101074],[-6.199766635894775,-3.4254579544067383],[-6.15263032913208,-3.7338805198669434],[-6.075986385345459,-4.031612396240234],[-5.971402645111084,-4.317086219787598],[-5.840447425842285,-4.588733673095703],[-5.684689521789551,-4.844986438751221],[-5.5056962966918945,-5.084276437759399],[-5.3050360679626465,-5.305035829544067],[-5.0842766761779785,-5.5056962966918945],[-4.8449859619140625,-5.68468976020813],[-4.588733196258545,-5.840447902679443],[-4.317086219787598,-5.9714027643203735],[-4.031612396240234,-6.075986266136169],[-3.733880043029785,-6.15263032913208],[-3.4254579544067383,-6.199766755104065],[-3.1079134941101074,-6.2158273458480835],[0,-6.2158273458480835],[0,-6.2158273458480835],[0.31754493713378906,-6.199766755104065],[0.6259670257568359,-6.15263032913208],[0.9236993789672852,-6.075986266136169],[1.2091732025146484,-5.9714027643203735],[1.480820655822754,-5.840447902679443],[1.7370729446411133,-5.68468976020813],[1.976363182067871,-5.5056962966918945],[2.197122573852539,-5.305035829544067],[2.3977832794189453,-5.084276437759399],[2.5767765045166016,-4.844986438751221],[2.732534408569336,-4.588733673095703],[2.863490104675293,-4.317086219787598],[2.968073844909668,-4.031612396240234],[3.0447168350219727,-3.7338805198669434],[3.091853141784668,-3.4254579544067383],[3.1079139709472656,-3.1079134941101074],[3.091853141784668,-2.7903690338134766],[3.0447168350219727,-2.4819464683532715],[2.968073844909668,-2.1842145919799805],[2.863490104675293,-1.8987407684326172],[2.732534408569336,-1.6270933151245117],[2.5767765045166016,-1.3708405494689941],[2.3977832794189453,-1.1315503120422363],[2.197122573852539,-0.9107909202575684],[1.976363182067871,-0.7101306915283203],[1.7370729446411133,-0.5311374664306641],[1.480820655822754,-0.3753790855407715],[1.2091732025146484,-0.24442386627197266],[0.9236993789672852,-0.13984060287475586],[0.6259670257568359,-0.06319713592529297],[0.31754493713378906,-0.016060352325439453],[0,0],[0,0]]},{"type":"line","version":146,"versionNonce":735606798,"isDeleted":true,"id":"4KyGFJg5m6R74WW-OP3DS","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1087.712230205536,"y":219.56834530830383,"strokeColor":"#00000000","backgroundColor":"#669df6","width":5.179856300354004,"height":2.0719425678253174,"seed":821913685,"groupIds":["xQ25ui9De_djHUyr8bMNQ","dqtFSxAtFJNWsIaMGlkHQ","rAQEApI4VEYwFhzxCF84e"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829090,"link":null,"locked":false,"customData":{"boxId":"ImdtOUe28RFC2SfSQM-ro","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.20810413360595703,0.021144390106201172],[-0.40224790573120117,0.08174467086791992],[-0.578181266784668,0.1775517463684082],[-0.7316546440124512,0.30431652069091797],[-0.8584194183349609,0.4577901363372803],[-0.9542264938354492,0.6337234973907471],[-1.014826774597168,0.8278663158416748],[-1.0359711647033691,1.0359714031219482],[-1.014826774597168,1.2440760135650635],[-0.9542264938354492,1.4382193088531494],[-0.8584194183349609,1.6141526699066162],[-0.7316546440124512,1.7676260471343994],[-0.578181266784668,1.8943908214569092],[-0.40224790573120117,1.9901978969573975],[-0.20810413360595703,2.050798177719116],[0,2.0719425678253174],[3.1079134941101074,2.0719425678253174],[3.1079134941101074,2.0719425678253174],[3.316018581390381,2.050798177719116],[3.510161876678467,1.9901978969573975],[3.6860947608947754,1.8943908214569092],[3.839568614959717,1.7676260471343994],[3.9663338661193848,1.6141526699066162],[4.062139987945557,1.4382193088531494],[4.122740268707275,1.2440760135650635],[4.143885135650635,1.0359714031219482],[4.122740268707275,0.8278663158416748],[4.062139987945557,0.6337234973907471],[3.9663338661193848,0.4577901363372803],[3.839568614959717,0.30431652069091797],[3.6860947608947754,0.1775517463684082],[3.510161876678467,0.08174467086791992],[3.316018581390381,0.021144390106201172],[3.1079134941101074,0],[0,0],[0,0]]},{"type":"line","version":146,"versionNonce":1981110226,"isDeleted":true,"id":"dtx3JUGi16eey7TrfgWja","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1093.9280576705933,"y":230.9640293121338,"strokeColor":"#00000000","backgroundColor":"#669df6","width":9.323740482330322,"height":6.215827941894531,"seed":1982575483,"groupIds":["xQ25ui9De_djHUyr8bMNQ","dqtFSxAtFJNWsIaMGlkHQ","rAQEApI4VEYwFhzxCF84e"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829090,"link":null,"locked":false,"customData":{"boxId":"ImdtOUe28RFC2SfSQM-ro","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-3.1079139709472656,0],[-3.1079139709472656,0],[-3.4254579544067383,-0.016060829162597656],[-3.733880043029785,-0.06319713592529297],[-4.031612396240234,-0.13984203338623047],[-4.317086219787598,-0.24442481994628906],[-4.588733673095703,-0.3753795623779297],[-4.8449859619140625,-0.5311374664306641],[-5.084277153015137,-0.7101316452026367],[-5.305035591125488,-0.9107913970947266],[-5.5056962966918945,-1.1315507888793945],[-5.684689521789551,-1.3708410263061523],[-5.840447425842285,-1.6270942687988281],[-5.971403121948242,-1.8987417221069336],[-6.075986385345459,-2.1842145919799805],[-6.152629852294922,-2.4819469451904297],[-6.199766635894775,-2.790369987487793],[-6.215827465057373,-3.1079139709472656],[-6.199766635894775,-3.4254579544067383],[-6.152629852294922,-3.7338809967041016],[-6.075986385345459,-4.031613349914551],[-5.971403121948242,-4.317086219787598],[-5.840447425842285,-4.588733673095703],[-5.684689521789551,-4.844986915588379],[-5.5056962966918945,-5.084277153015137],[-5.305035591125488,-5.305036544799805],[-5.084277153015137,-5.5056962966918945],[-4.8449859619140625,-5.684690475463867],[-4.588733673095703,-5.840448379516602],[-4.317086219787598,-5.971403121948242],[-4.031612396240234,-6.075986862182617],[-3.733880043029785,-6.152630805969238],[-3.4254579544067383,-6.199767112731934],[-3.1079139709472656,-6.215827941894531],[0,-6.215827941894531],[0,-6.215827941894531],[0.31754493713378906,-6.199767112731934],[0.6259670257568359,-6.152630805969238],[0.9236984252929688,-6.075986862182617],[1.209172248840332,-5.971403121948242],[1.480820655822754,-5.840448379516602],[1.7370729446411133,-5.684690475463867],[1.9763622283935547,-5.5056962966918945],[2.1971216201782227,-5.305036544799805],[2.397782325744629,-5.084277153015137],[2.576775550842285,-4.844986915588379],[2.7325353622436523,-4.588733673095703],[2.86348819732666,-4.317086219787598],[2.968071937561035,-4.031613349914551],[3.0447168350219727,-3.7338809967041016],[3.091853141784668,-3.4254579544067383],[3.107913017272949,-3.1079139709472656],[3.091853141784668,-2.790369987487793],[3.0447168350219727,-2.4819469451904297],[2.968071937561035,-2.1842145919799805],[2.86348819732666,-1.8987417221069336],[2.7325353622436523,-1.6270942687988281],[2.576775550842285,-1.3708410263061523],[2.397782325744629,-1.1315507888793945],[2.1971216201782227,-0.9107913970947266],[1.9763622283935547,-0.7101316452026367],[1.7370729446411133,-0.5311374664306641],[1.480820655822754,-0.3753795623779297],[1.209172248840332,-0.24442481994628906],[0.9236984252929688,-0.13984203338623047],[0.6259670257568359,-0.06319713592529297],[0.31754493713378906,-0.016060829162597656],[0,0],[0,0]]},{"type":"line","version":146,"versionNonce":577390158,"isDeleted":true,"id":"KZpkz7FkcxtDxLtV1QiQq","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1090.820143699646,"y":226.820143699646,"strokeColor":"#00000000","backgroundColor":"#669df6","width":5.179856300354004,"height":2.0719432830810547,"seed":439850421,"groupIds":["xQ25ui9De_djHUyr8bMNQ","dqtFSxAtFJNWsIaMGlkHQ","rAQEApI4VEYwFhzxCF84e"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829090,"link":null,"locked":false,"customData":{"boxId":"ImdtOUe28RFC2SfSQM-ro","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.20810413360595703,0.021144866943359375],[-0.40224742889404297,0.08174514770507812],[-0.5781803131103516,0.1775522232055664],[-0.731654167175293,0.3043174743652344],[-0.8584194183349609,0.4577903747558594],[-0.9542255401611328,0.633723258972168],[-1.014826774597168,0.8278675079345703],[-1.035970687866211,1.0359716415405273],[-1.014826774597168,1.2440757751464844],[-0.9542255401611328,1.4382200241088867],[-0.8584194183349609,1.6141529083251953],[-0.731654167175293,1.7676258087158203],[-0.5781803131103516,1.8943910598754883],[-0.40224742889404297,1.9901981353759766],[-0.20810413360595703,2.0507984161376953],[0,2.0719432830810547],[3.1079139709472656,2.0719432830810547],[3.1079139709472656,2.0719432830810547],[3.316019058227539,2.0507984161376953],[3.510162353515625,1.9901981353759766],[3.6860952377319336,1.8943910598754883],[3.8395681381225586,1.7676258087158203],[3.9663333892822266,1.6141529083251953],[4.062140464782715,1.4382200241088867],[4.12274169921875,1.2440757751464844],[4.143885612487793,1.0359716415405273],[4.12274169921875,0.8278675079345703],[4.062140464782715,0.633723258972168],[3.9663333892822266,0.4577903747558594],[3.8395681381225586,0.3043174743652344],[3.6860952377319336,0.1775522232055664],[3.510162353515625,0.08174514770507812],[3.316019058227539,0.021144866943359375],[3.1079139709472656,0],[0,0],[0,0]]},{"type":"line","version":146,"versionNonce":1157533074,"isDeleted":true,"id":"yHpek2XVR-vPJo7Dj4nBY","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1096,"y":238.21582794189453,"strokeColor":"#00000000","backgroundColor":"#669df6","width":9.32374095916748,"height":6.215827941894531,"seed":1996327963,"groupIds":["xQ25ui9De_djHUyr8bMNQ","dqtFSxAtFJNWsIaMGlkHQ","rAQEApI4VEYwFhzxCF84e"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829090,"link":null,"locked":false,"customData":{"boxId":"ImdtOUe28RFC2SfSQM-ro","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-3.107913017272949,0],[-3.107913017272949,0],[-3.4254579544067383,-0.01605987548828125],[-3.733880043029785,-0.06319808959960938],[-4.031612396240234,-0.13984107971191406],[-4.317085266113281,-0.24442481994628906],[-4.588733673095703,-0.3753795623779297],[-4.8449859619140625,-0.5311374664306641],[-5.08427619934082,-0.7101306915283203],[-5.305035591125488,-0.9107913970947266],[-5.505695343017578,-1.131551742553711],[-5.684689521789551,-1.370840072631836],[-5.840447425842285,-1.6270942687988281],[-5.971403121948242,-1.8987407684326172],[-6.075985908508301,-2.184215545654297],[-6.152629852294922,-2.4819469451904297],[-6.199766159057617,-2.7903690338134766],[-6.215826988220215,-3.1079139709472656],[-6.199766159057617,-3.4254589080810547],[-6.152629852294922,-3.7338790893554688],[-6.075985908508301,-4.031612396240234],[-5.971403121948242,-4.317085266113281],[-5.840447425842285,-4.588733673095703],[-5.684689521789551,-4.8449859619140625],[-5.505695343017578,-5.08427619934082],[-5.305035591125488,-5.305034637451172],[-5.08427619934082,-5.505695343017578],[-4.8449859619140625,-5.684690475463867],[-4.588733673095703,-5.840448379516602],[-4.317085266113281,-5.971403121948242],[-4.031612396240234,-6.075986862182617],[-3.733880043029785,-6.152629852294922],[-3.4254579544067383,-6.199766159057617],[-3.107913017272949,-6.215827941894531],[0,-6.215827941894531],[0,-6.215827941894531],[0.31754493713378906,-6.199766159057617],[0.6259670257568359,-6.152629852294922],[0.9236984252929688,-6.075986862182617],[1.2091732025146484,-5.971403121948242],[1.4808197021484375,-5.840448379516602],[1.7370738983154297,-5.684690475463867],[1.9763622283935547,-5.505695343017578],[2.197122573852539,-5.305034637451172],[2.3977832794189453,-5.08427619934082],[2.5767765045166016,-4.8449859619140625],[2.732534408569336,-4.588733673095703],[2.8634891510009766,-4.317085266113281],[2.9680728912353516,-4.031612396240234],[3.0447158813476562,-3.7338790893554688],[3.0918540954589844,-3.4254589080810547],[3.1079139709472656,-3.1079139709472656],[3.0918540954589844,-2.7903690338134766],[3.0447158813476562,-2.4819469451904297],[2.9680728912353516,-2.184215545654297],[2.8634891510009766,-1.8987407684326172],[2.732534408569336,-1.6270942687988281],[2.5767765045166016,-1.370840072631836],[2.3977832794189453,-1.131551742553711],[2.197122573852539,-0.9107913970947266],[1.9763622283935547,-0.7101306915283203],[1.7370738983154297,-0.5311374664306641],[1.4808197021484375,-0.3753795623779297],[1.2091732025146484,-0.24442481994628906],[0.9236984252929688,-0.13984107971191406],[0.6259670257568359,-0.06319808959960938],[0.31754493713378906,-0.01605987548828125],[0,0],[0,0]]},{"type":"line","version":146,"versionNonce":2049461390,"isDeleted":true,"id":"JnR5BMPOw-BSnPDrFv5Qu","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1092.892086982727,"y":234.07194328308105,"strokeColor":"#00000000","backgroundColor":"#669df6","width":5.1798553466796875,"height":2.071941375732422,"seed":713365269,"groupIds":["xQ25ui9De_djHUyr8bMNQ","dqtFSxAtFJNWsIaMGlkHQ","rAQEApI4VEYwFhzxCF84e"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829090,"link":null,"locked":false,"customData":{"boxId":"ImdtOUe28RFC2SfSQM-ro","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.20810508728027344,0.021142959594726562],[-0.4022483825683594,0.08174514770507812],[-0.578181266784668,0.17755126953125],[-0.7316551208496094,0.30431556701660156],[-0.8584194183349609,0.4577903747558594],[-0.9542264938354492,0.6337223052978516],[-1.014826774597168,0.8278656005859375],[-1.0359716415405273,1.035970687866211],[-1.014826774597168,1.2440757751464844],[-0.9542264938354492,1.4382190704345703],[-0.8584194183349609,1.6141529083251953],[-0.7316551208496094,1.7676258087158203],[-0.578181266784668,1.8943901062011719],[-0.4022483825683594,1.9901962280273438],[-0.20810508728027344,2.0507984161376953],[0,2.071941375732422],[3.107913017272949,2.071941375732422],[3.107913017272949,2.071941375732422],[3.3160181045532227,2.0507984161376953],[3.5101613998413086,1.9901962280273438],[3.6860952377319336,1.8943901062011719],[3.8395681381225586,1.7676258087158203],[3.96633243560791,1.6141529083251953],[4.062140464782715,1.4382190704345703],[4.122740745544434,1.2440757751464844],[4.14388370513916,1.035970687866211],[4.122740745544434,0.8278656005859375],[4.062140464782715,0.6337223052978516],[3.96633243560791,0.4577903747558594],[3.8395681381225586,0.30431556701660156],[3.6860952377319336,0.17755126953125],[3.5101613998413086,0.08174514770507812],[3.3160181045532227,0.021142959594726562],[3.107913017272949,0],[0,0],[0,0]]},{"type":"line","version":146,"versionNonce":1421544274,"isDeleted":true,"id":"Wcn2L9lmS2677ygypz38l","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1089.7841730117798,"y":223.7122302055359,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":5.179856300354004,"height":6.2158273458480835,"seed":2102087867,"groupIds":["yjMGzdnTaGdMpfmFS52mZ","dqtFSxAtFJNWsIaMGlkHQ","rAQEApI4VEYwFhzxCF84e"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829090,"link":null,"locked":false,"customData":{"boxId":"ImdtOUe28RFC2SfSQM-ro","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,-2.0719423294067383],[-2.0719428062438965,-2.0719423294067383],[-2.0719428062438965,-2.0719423294067383],[-2.2800469398498535,-2.0930867195129395],[-2.4741907119750977,-2.153687000274658],[-2.6501240730285645,-2.2494940757751465],[-2.8035974502563477,-2.3762588500976562],[-2.9303622245788574,-2.5297322273254395],[-3.0261693000793457,-2.7056655883789062],[-3.0867695808410645,-2.899808883666992],[-3.1079139709472656,-3.1079134941101074],[-3.0867695808410645,-3.316018581390381],[-3.0261693000793457,-3.5101613998413086],[-2.9303622245788574,-3.6860947608947754],[-2.8035974502563477,-3.8395683765411377],[-2.6501240730285645,-3.9663331508636475],[-2.4741907119750977,-4.062140226364136],[-2.2800469398498535,-4.1227405071258545],[-2.0719428062438965,-4.143884897232056],[0,-4.143884897232056],[0,-6.2158273458480835],[-2.0719428062438965,-6.2158273458480835],[-2.0719428062438965,-6.2158273458480835],[-2.3894872665405273,-6.199766755104065],[-2.697909355163574,-6.15263032913208],[-2.9956417083740234,-6.075986266136169],[-3.2811155319213867,-5.9714027643203735],[-3.552762508392334,-5.840447902679443],[-3.8090152740478516,-5.68468976020813],[-4.048305988311768,-5.5056962966918945],[-4.2690653800964355,-5.305035829544067],[-4.469725608825684,-5.084276437759399],[-4.64871883392334,-4.844986438751221],[-4.804476737976074,-4.588733673095703],[-4.935431957244873,-4.317086219787598],[-5.040015697479248,-4.031612396240234],[-5.116659641265869,-3.7338805198669434],[-5.1637959480285645,-3.4254579544067383],[-5.179856300354004,-3.1079134941101074],[-5.1637959480285645,-2.7903690338134766],[-5.116659641265869,-2.4819464683532715],[-5.040015697479248,-2.1842145919799805],[-4.935431957244873,-1.8987407684326172],[-4.804476737976074,-1.6270933151245117],[-4.64871883392334,-1.3708405494689941],[-4.469725608825684,-1.1315503120422363],[-4.2690653800964355,-0.9107909202575684],[-4.048305988311768,-0.7101306915283203],[-3.8090152740478516,-0.5311374664306641],[-3.552762508392334,-0.3753790855407715],[-3.2811155319213867,-0.24442386627197266],[-2.9956417083740234,-0.13984060287475586],[-2.697909355163574,-0.06319713592529297],[-2.3894872665405273,-0.016060352325439453],[-2.0719428062438965,0],[0,0],[0,0]]},{"type":"line","version":146,"versionNonce":818645710,"isDeleted":true,"id":"BpdSlVfE4fCReX-cLFpvM","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1092.892086982727,"y":230.9640293121338,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":5.179856777191162,"height":6.215827941894531,"seed":1281059957,"groupIds":["yjMGzdnTaGdMpfmFS52mZ","dqtFSxAtFJNWsIaMGlkHQ","rAQEApI4VEYwFhzxCF84e"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829090,"link":null,"locked":false,"customData":{"boxId":"ImdtOUe28RFC2SfSQM-ro","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,-2.0719423294067383],[-2.0719432830810547,-2.0719423294067383],[-2.0719432830810547,-2.0719423294067383],[-2.2800474166870117,-2.0930871963500977],[-2.4741907119750977,-2.1536874771118164],[-2.6501235961914062,-2.2494945526123047],[-2.8035974502563477,-2.3762598037719727],[-2.9303627014160156,-2.5297327041625977],[-3.0261688232421875,-2.7056655883789062],[-3.0867700576782227,-2.8998098373413086],[-3.1079139709472656,-3.1079139709472656],[-3.0867700576782227,-3.3160181045532227],[-3.0261688232421875,-3.510162353515625],[-2.9303627014160156,-3.6860952377319336],[-2.8035974502563477,-3.8395681381225586],[-2.6501235961914062,-3.9663333892822266],[-2.4741907119750977,-4.062140464782715],[-2.2800474166870117,-4.122740745544434],[-2.0719432830810547,-4.143885612487793],[0,-4.143885612487793],[0,-6.215827941894531],[-2.0719432830810547,-6.215827941894531],[-2.0719432830810547,-6.215827941894531],[-2.3894872665405273,-6.199767112731934],[-2.697909355163574,-6.152630805969238],[-2.9956417083740234,-6.075986862182617],[-3.2811155319213867,-5.971403121948242],[-3.552762985229492,-5.840448379516602],[-3.8090152740478516,-5.684690475463867],[-4.048306465148926,-5.5056962966918945],[-4.269064903259277,-5.305036544799805],[-4.469725608825684,-5.084277153015137],[-4.64871883392334,-4.844986915588379],[-4.804476737976074,-4.588733673095703],[-4.935432434082031,-4.317086219787598],[-5.040015697479248,-4.031613349914551],[-5.116659164428711,-3.7338809967041016],[-5.1637959480285645,-3.4254579544067383],[-5.179856777191162,-3.1079139709472656],[-5.1637959480285645,-2.790369987487793],[-5.116659164428711,-2.4819469451904297],[-5.040015697479248,-2.1842145919799805],[-4.935432434082031,-1.8987417221069336],[-4.804476737976074,-1.6270942687988281],[-4.64871883392334,-1.3708410263061523],[-4.469725608825684,-1.1315507888793945],[-4.269064903259277,-0.9107913970947266],[-4.048306465148926,-0.7101316452026367],[-3.8090152740478516,-0.5311374664306641],[-3.552762985229492,-0.3753795623779297],[-3.2811155319213867,-0.24442481994628906],[-2.9956417083740234,-0.13984203338623047],[-2.697909355163574,-0.06319713592529297],[-2.3894872665405273,-0.016060829162597656],[-2.0719432830810547,0],[0,0],[0,0]]},{"type":"line","version":146,"versionNonce":1000460562,"isDeleted":true,"id":"3wl9Z1pk5qjj_O7P3i8Oe","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1092.892086982727,"y":236.14388465881348,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":5.179856300354004,"height":6.215827941894531,"seed":1253540187,"groupIds":["yjMGzdnTaGdMpfmFS52mZ","dqtFSxAtFJNWsIaMGlkHQ","rAQEApI4VEYwFhzxCF84e"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829090,"link":null,"locked":false,"customData":{"boxId":"ImdtOUe28RFC2SfSQM-ro","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.20810508728027344,-0.021142959594726562],[-0.4022483825683594,-0.08174514770507812],[-0.578181266784668,-0.17755126953125],[-0.7316551208496094,-0.30431556701660156],[-0.8584194183349609,-0.45778846740722656],[-0.9542264938354492,-0.6337223052978516],[-1.014826774597168,-0.8278656005859375],[-1.0359716415405273,-1.035970687866211],[-1.014826774597168,-1.2440757751464844],[-0.9542264938354492,-1.4382190704345703],[-0.8584194183349609,-1.6141510009765625],[-0.7316551208496094,-1.7676258087158203],[-0.578181266784668,-1.8943901062011719],[-0.4022483825683594,-1.9901962280273438],[-0.20810508728027344,-2.0507984161376953],[0,-2.071941375732422],[2.0719423294067383,-2.071941375732422],[2.0719423294067383,-4.143884658813477],[0,-4.143884658813477],[0,-4.143884658813477],[-0.31754493713378906,-4.1278228759765625],[-0.6259670257568359,-4.080686569213867],[-0.9236993789672852,-4.0040435791015625],[-1.209172248840332,-3.8994598388671875],[-1.480820655822754,-3.768505096435547],[-1.7370729446411133,-3.6127471923828125],[-1.976363182067871,-3.4337520599365234],[-2.197122573852539,-3.233091354370117],[-2.397782325744629,-3.0123329162597656],[-2.5767765045166016,-2.773042678833008],[-2.732534408569336,-2.5167903900146484],[-2.863490104675293,-2.2451419830322266],[-2.9680728912353516,-1.9596691131591797],[-3.0447168350219727,-1.661935806274414],[-3.091853141784668,-1.353515625],[-3.1079139709472656,-1.035970687866211],[-3.091853141784668,-0.7184257507324219],[-3.0447168350219727,-0.410003662109375],[-2.9680728912353516,-0.11227226257324219],[-2.863490104675293,0.1732025146484375],[-2.732534408569336,0.44484901428222656],[-2.5767765045166016,0.7011032104492188],[-2.397782325744629,0.9403915405273438],[-2.197122573852539,1.1611518859863281],[-1.976363182067871,1.3618125915527344],[-1.7370729446411133,1.5408058166503906],[-1.480820655822754,1.696563720703125],[-1.209172248840332,1.8275184631347656],[-0.9236993789672852,1.9321022033691406],[-0.6259670257568359,2.0087451934814453],[-0.31754493713378906,2.0558834075927734],[0,2.0719432830810547],[2.0719423294067383,2.0719432830810547],[2.0719423294067383,0],[0,0],[0,0]]},{"type":"line","version":146,"versionNonce":619512078,"isDeleted":true,"id":"3h8ikeTCcb49_QVbz51Cv","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1087.712230205536,"y":219.56834530830383,"strokeColor":"#00000000","backgroundColor":"#fff","width":5.179856300354004,"height":2.0719425678253174,"seed":2139100629,"groupIds":["vLYyKSH2-m2DEwn4thyjx","dqtFSxAtFJNWsIaMGlkHQ","rAQEApI4VEYwFhzxCF84e"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829090,"link":null,"locked":false,"customData":{"boxId":"ImdtOUe28RFC2SfSQM-ro","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.20810413360595703,0.021144390106201172],[-0.40224790573120117,0.08174467086791992],[-0.578181266784668,0.1775517463684082],[-0.7316546440124512,0.30431652069091797],[-0.8584194183349609,0.4577901363372803],[-0.9542264938354492,0.6337234973907471],[-1.014826774597168,0.8278663158416748],[-1.0359711647033691,1.0359714031219482],[-1.014826774597168,1.2440760135650635],[-0.9542264938354492,1.4382193088531494],[-0.8584194183349609,1.6141526699066162],[-0.7316546440124512,1.7676260471343994],[-0.578181266784668,1.8943908214569092],[-0.40224790573120117,1.9901978969573975],[-0.20810413360595703,2.050798177719116],[0,2.0719425678253174],[3.1079134941101074,2.0719425678253174],[3.1079134941101074,2.0719425678253174],[3.316018581390381,2.050798177719116],[3.510161876678467,1.9901978969573975],[3.6860947608947754,1.8943908214569092],[3.839568614959717,1.7676260471343994],[3.9663338661193848,1.6141526699066162],[4.062139987945557,1.4382193088531494],[4.122740268707275,1.2440760135650635],[4.143885135650635,1.0359714031219482],[4.122740268707275,0.8278663158416748],[4.062139987945557,0.6337234973907471],[3.9663338661193848,0.4577901363372803],[3.839568614959717,0.30431652069091797],[3.6860947608947754,0.1775517463684082],[3.510161876678467,0.08174467086791992],[3.316018581390381,0.021144390106201172],[3.1079134941101074,0],[0,0],[0,0]]},{"type":"line","version":146,"versionNonce":757718738,"isDeleted":true,"id":"jmBBnk5nPF_Es4devtWts","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1090.820143699646,"y":226.820143699646,"strokeColor":"#00000000","backgroundColor":"#fff","width":5.179856300354004,"height":2.0719432830810547,"seed":1217699323,"groupIds":["vLYyKSH2-m2DEwn4thyjx","dqtFSxAtFJNWsIaMGlkHQ","rAQEApI4VEYwFhzxCF84e"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829090,"link":null,"locked":false,"customData":{"boxId":"ImdtOUe28RFC2SfSQM-ro","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.20810413360595703,0.021144866943359375],[-0.40224742889404297,0.08174514770507812],[-0.5781803131103516,0.1775522232055664],[-0.731654167175293,0.3043174743652344],[-0.8584194183349609,0.4577903747558594],[-0.9542255401611328,0.633723258972168],[-1.014826774597168,0.8278675079345703],[-1.035970687866211,1.0359716415405273],[-1.014826774597168,1.2440757751464844],[-0.9542255401611328,1.4382200241088867],[-0.8584194183349609,1.6141529083251953],[-0.731654167175293,1.7676258087158203],[-0.5781803131103516,1.8943910598754883],[-0.40224742889404297,1.9901981353759766],[-0.20810413360595703,2.0507984161376953],[0,2.0719432830810547],[3.1079139709472656,2.0719432830810547],[3.1079139709472656,2.0719432830810547],[3.316019058227539,2.0507984161376953],[3.510162353515625,1.9901981353759766],[3.6860952377319336,1.8943910598754883],[3.8395681381225586,1.7676258087158203],[3.9663333892822266,1.6141529083251953],[4.062140464782715,1.4382200241088867],[4.12274169921875,1.2440757751464844],[4.143885612487793,1.0359716415405273],[4.12274169921875,0.8278675079345703],[4.062140464782715,0.633723258972168],[3.9663333892822266,0.4577903747558594],[3.8395681381225586,0.3043174743652344],[3.6860952377319336,0.1775522232055664],[3.510162353515625,0.08174514770507812],[3.316019058227539,0.021144866943359375],[3.1079139709472656,0],[0,0],[0,0]]},{"type":"line","version":146,"versionNonce":2047192910,"isDeleted":true,"id":"Tefeywu-DcfhtILoPsNK-","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1092.892086982727,"y":234.07194328308105,"strokeColor":"#00000000","backgroundColor":"#fff","width":5.1798553466796875,"height":2.071941375732422,"seed":789091125,"groupIds":["vLYyKSH2-m2DEwn4thyjx","dqtFSxAtFJNWsIaMGlkHQ","rAQEApI4VEYwFhzxCF84e"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829090,"link":null,"locked":false,"customData":{"boxId":"ImdtOUe28RFC2SfSQM-ro","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.20810508728027344,0.021142959594726562],[-0.4022483825683594,0.08174514770507812],[-0.578181266784668,0.17755126953125],[-0.7316551208496094,0.30431556701660156],[-0.8584194183349609,0.4577903747558594],[-0.9542264938354492,0.6337223052978516],[-1.014826774597168,0.8278656005859375],[-1.0359716415405273,1.035970687866211],[-1.014826774597168,1.2440757751464844],[-0.9542264938354492,1.4382190704345703],[-0.8584194183349609,1.6141529083251953],[-0.7316551208496094,1.7676258087158203],[-0.578181266784668,1.8943901062011719],[-0.4022483825683594,1.9901962280273438],[-0.20810508728027344,2.0507984161376953],[0,2.071941375732422],[3.107913017272949,2.071941375732422],[3.107913017272949,2.071941375732422],[3.3160181045532227,2.0507984161376953],[3.5101613998413086,1.9901962280273438],[3.6860952377319336,1.8943901062011719],[3.8395681381225586,1.7676258087158203],[3.96633243560791,1.6141529083251953],[4.062140464782715,1.4382190704345703],[4.122740745544434,1.2440757751464844],[4.14388370513916,1.035970687866211],[4.122740745544434,0.8278656005859375],[4.062140464782715,0.6337223052978516],[3.96633243560791,0.4577903747558594],[3.8395681381225586,0.30431556701660156],[3.6860952377319336,0.17755126953125],[3.5101613998413086,0.08174514770507812],[3.3160181045532227,0.021142959594726562],[3.107913017272949,0],[0,0],[0,0]]},{"type":"text","version":365,"versionNonce":1441412242,"isDeleted":true,"id":"eH5JxwZ3f0MMV05PwEoa1","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":80,"angle":0,"x":700,"y":120,"strokeColor":"#202124","backgroundColor":"transparent","width":106,"height":19,"seed":226394837,"groupIds":[],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829090,"link":null,"locked":false,"customData":{"boxId":"rkmLEAcAmdweSG5IfBg2F","label":"Region","resource":"region","type":"child"},"fontSize":16,"fontFamily":2,"text":"APPLICATION","baseline":15,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":"APPLICATION"},{"id":"VpuOcW1azC9zYtWU9miBc","type":"text","x":1758.6666259765625,"y":56.83331298828125,"width":7,"height":23,"angle":0,"strokeColor":"#ffffff","backgroundColor":"#000000","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"round","seed":1288383611,"version":53,"versionNonce":2087622030,"isDeleted":true,"boundElements":null,"updated":1697744829090,"link":null,"locked":false,"text":"","fontSize":20,"fontFamily":2,"textAlign":"left","verticalAlign":"top","baseline":19,"containerId":null,"originalText":""},{"id":"0w9uKRU4ae9BhRCDPWUxO","type":"text","x":1366.6666259765625,"y":392.83331298828114,"width":7,"height":23,"angle":0,"strokeColor":"#ffffff","backgroundColor":"#000000","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"round","seed":414777243,"version":53,"versionNonce":932827730,"isDeleted":true,"boundElements":null,"updated":1697744829090,"link":null,"locked":false,"text":"","fontSize":20,"fontFamily":2,"textAlign":"left","verticalAlign":"top","baseline":19,"containerId":null,"originalText":""},{"id":"XQUwPJg-53Vf-0Her7bfg","type":"text","x":1560.6666259765625,"y":-114.1666870117187,"width":162,"height":25,"angle":0,"strokeColor":"#ffffff","backgroundColor":"#000000","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"round","seed":1606134037,"version":85,"versionNonce":90223566,"isDeleted":true,"boundElements":null,"updated":1697744829090,"link":null,"locked":false,"text":"DATA SOURCES","fontSize":20,"fontFamily":2,"textAlign":"left","verticalAlign":"top","baseline":18,"containerId":null,"originalText":"DATA SOURCES"},{"id":"T4_CS8SI02vx60WHHfyRH","type":"text","x":714.1666259765625,"y":-120.6666870117187,"width":9,"height":32,"angle":0,"strokeColor":"transparent","backgroundColor":"#000000","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"round","seed":1461796603,"version":47,"versionNonce":84916242,"isDeleted":true,"boundElements":null,"updated":1697744829090,"link":null,"locked":false,"text":"","fontSize":28,"fontFamily":2,"textAlign":"center","verticalAlign":"top","baseline":25,"containerId":null,"originalText":""},{"id":"S2oEd0g3dA-Yibu5sSGIY","type":"text","x":234.45007324218773,"y":-152.52001953124994,"width":9,"height":32,"angle":0,"strokeColor":"transparent","backgroundColor":"#000000","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"round","seed":938736699,"version":47,"versionNonce":1593117198,"isDeleted":true,"boundElements":null,"updated":1697744829090,"link":null,"locked":false,"text":"","fontSize":28,"fontFamily":2,"textAlign":"center","verticalAlign":"top","baseline":25,"containerId":null,"originalText":""},{"id":"ByZUz7OsnLZyMGaXR54bZ","type":"text","x":1304.4708251953125,"y":-265.0095214843749,"width":9,"height":32,"angle":0,"strokeColor":"transparent","backgroundColor":"#000000","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"round","seed":1136415317,"version":47,"versionNonce":2118313426,"isDeleted":true,"boundElements":null,"updated":1697744829090,"link":null,"locked":false,"text":"","fontSize":28,"fontFamily":2,"textAlign":"center","verticalAlign":"top","baseline":25,"containerId":null,"originalText":""},{"id":"lgfJk0P6i9eXl3YciIq39","type":"text","x":1269.6895751953125,"y":-288.9431152343749,"width":9,"height":32,"angle":0,"strokeColor":"transparent","backgroundColor":"#000000","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"round","seed":510886427,"version":47,"versionNonce":673486926,"isDeleted":true,"boundElements":null,"updated":1697744829090,"link":null,"locked":false,"text":"","fontSize":28,"fontFamily":2,"textAlign":"center","verticalAlign":"top","baseline":25,"containerId":null,"originalText":""},{"id":"-i_Q4qdWQuv24PFNTNFMU","type":"text","x":417.37255859375,"y":-130.46209270633443,"width":167.25488281249997,"height":31.29915935672512,"angle":0,"strokeColor":"#202124","backgroundColor":"#000000","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"round","seed":1590335093,"version":119,"versionNonce":1279941522,"isDeleted":false,"boundElements":null,"updated":1697744829090,"link":null,"locked":false,"text":"Data Sources","fontSize":27.386764437134495,"fontFamily":2,"textAlign":"center","verticalAlign":"top","baseline":25.29915935672512,"containerId":null,"originalText":"Data Sources"},{"type":"text","version":131,"versionNonce":952655502,"isDeleted":false,"id":"AgxBzdZeNJKsBNMdE8kZY","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":433.5,"y":120,"strokeColor":"#202124","backgroundColor":"#000000","width":135,"height":31,"seed":53659099,"groupIds":[],"strokeSharpness":"round","boundElements":[],"updated":1697744829090,"link":null,"locked":false,"fontSize":27.386764437134495,"fontFamily":2,"text":"Application","baseline":25,"textAlign":"center","verticalAlign":"top","containerId":null,"originalText":"Application"},{"id":"AuelmtjOcSqckUccqTN-A","type":"text","x":534.1666259765625,"y":245.33331298828125,"width":9,"height":32,"angle":0,"strokeColor":"#202124","backgroundColor":"#000000","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"round","seed":2018323029,"version":47,"versionNonce":1566382418,"isDeleted":true,"boundElements":null,"updated":1697744829090,"link":null,"locked":false,"text":"","fontSize":28,"fontFamily":2,"textAlign":"center","verticalAlign":"top","baseline":25,"containerId":null,"originalText":""},{"id":"mhvuWpnHjXBX9bdcUM46z","type":"arrow","x":540,"y":243.0579990548685,"width":337.66666666666663,"height":3.057999054868503,"angle":0,"strokeColor":"#202124","backgroundColor":"#202124","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"sharp","seed":821148277,"version":227,"versionNonce":93936846,"isDeleted":true,"boundElements":null,"updated":1697744829090,"link":null,"locked":false,"points":[[0,0],[337.66666666666663,-3.057999054868503]],"lastCommittedPoint":null,"startBinding":{"elementId":"kbrMClpQSq_PqEHMsgygU","focus":0.10087803853878002,"gap":1},"endBinding":null,"startArrowhead":null,"endArrowhead":"triangle","fontFamily":2},{"type":"rectangle","version":117,"versionNonce":1087512338,"isDeleted":true,"id":"daO8VXmCSu7_jc0xgT1qX","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":300,"y":180,"strokeColor":"#202124","backgroundColor":"#FFF","width":240,"height":80,"seed":525735035,"groupIds":["SCwI3xYl9p1h8mKQEAfKP","6RIMraVWZYW8oOTnVU4v3"],"strokeSharpness":"round","boundElements":[{"id":"3exC9lat3uD7T7SlGlk-Z","type":"arrow"}],"updated":1697744829090,"link":null,"locked":false,"customData":{"boxId":"bJnODD4H6mYBEBOuchIfG","label":"Cloud Storage","resource":"google_storage_bucket","type":"container"}},{"type":"text","version":103,"versionNonce":70292238,"isDeleted":true,"id":"mGDgx93_GOKflv7JrRila","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":316,"y":196,"strokeColor":"#1A73E8","backgroundColor":"transparent","width":160,"height":18,"seed":941606069,"groupIds":["SCwI3xYl9p1h8mKQEAfKP","6RIMraVWZYW8oOTnVU4v3"],"strokeSharpness":"round","boundElements":[],"updated":1697744829090,"link":null,"locked":false,"customData":{"boxId":"bJnODD4H6mYBEBOuchIfG","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"},"fontSize":16,"fontFamily":5,"text":"Cloud Storage","baseline":16,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":"Cloud Storage"},{"type":"text","version":68,"versionNonce":52456658,"isDeleted":true,"id":"wbUCITfAO3jWfof4z6Vng","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1156,"y":-242,"strokeColor":"#202124","backgroundColor":"transparent","width":160,"height":18,"seed":775146779,"groupIds":["SCwI3xYl9p1h8mKQEAfKP","6RIMraVWZYW8oOTnVU4v3"],"strokeSharpness":"round","boundElements":[],"updated":1697744829090,"link":null,"locked":false,"customData":{"boxId":"bJnODD4H6mYBEBOuchIfG","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"},"fontSize":16,"fontFamily":5,"text":"","baseline":16,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":""},{"type":"line","version":69,"versionNonce":252117326,"isDeleted":true,"id":"TD2WFRkvfGNWeqBHl6P_S","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1156,"y":-216,"strokeColor":"#202124","backgroundColor":"transparent","width":208,"height":0,"seed":1502570005,"groupIds":["SCwI3xYl9p1h8mKQEAfKP","6RIMraVWZYW8oOTnVU4v3"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829090,"link":null,"locked":false,"customData":{"boxId":"bJnODD4H6mYBEBOuchIfG","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"},"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[208,0]]},{"type":"text","version":68,"versionNonce":165610130,"isDeleted":true,"id":"g_QNjF2dRoCAa2vahDifr","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1156,"y":-207,"strokeColor":"#202124","backgroundColor":"transparent","width":160,"height":14,"seed":1443983803,"groupIds":["SCwI3xYl9p1h8mKQEAfKP","6RIMraVWZYW8oOTnVU4v3"],"strokeSharpness":"round","boundElements":[],"updated":1697744829090,"link":null,"locked":false,"customData":{"boxId":"bJnODD4H6mYBEBOuchIfG","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"},"fontSize":12,"fontFamily":4,"text":"","baseline":12,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":""},{"type":"rectangle","version":103,"versionNonce":1232447374,"isDeleted":true,"id":"okMMoSake9k2d4xn6dcKD","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":502,"y":200,"strokeColor":"transparent","backgroundColor":"#aecbfa","width":20,"height":7,"seed":1665391477,"groupIds":["SCwI3xYl9p1h8mKQEAfKP","6RIMraVWZYW8oOTnVU4v3"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829090,"link":null,"locked":false,"customData":{"boxId":"bJnODD4H6mYBEBOuchIfG","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"}},{"type":"rectangle","version":103,"versionNonce":1875173458,"isDeleted":true,"id":"_qZM-RFbSkBQtQFNLWMqH","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":520,"y":200,"strokeColor":"transparent","backgroundColor":"#669df6","width":2,"height":7,"seed":1209107035,"groupIds":["SCwI3xYl9p1h8mKQEAfKP","6RIMraVWZYW8oOTnVU4v3"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829090,"link":null,"locked":false,"customData":{"boxId":"bJnODD4H6mYBEBOuchIfG","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"}},{"type":"line","version":103,"versionNonce":62227918,"isDeleted":true,"id":"YToAIrBrs5CqO7APIzqp_","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":522,"y":200,"strokeColor":"#00000000","backgroundColor":"#4285f4","width":2,"height":7,"seed":495101141,"groupIds":["0Pb1QKiNogylcgjajnBoT","SCwI3xYl9p1h8mKQEAfKP","6RIMraVWZYW8oOTnVU4v3"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829090,"link":null,"locked":false,"customData":{"boxId":"bJnODD4H6mYBEBOuchIfG","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-2,0],[-2,7],[0,0],[0,0]]},{"type":"rectangle","version":103,"versionNonce":1621689874,"isDeleted":true,"id":"jqBuQ73y2VO2bd17X02nM","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":502,"y":200,"strokeColor":"transparent","backgroundColor":"#669df6","width":2,"height":7,"seed":1829142267,"groupIds":["SCwI3xYl9p1h8mKQEAfKP","6RIMraVWZYW8oOTnVU4v3"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829090,"link":null,"locked":false,"customData":{"boxId":"bJnODD4H6mYBEBOuchIfG","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"}},{"type":"rectangle","version":103,"versionNonce":517970958,"isDeleted":true,"id":"p3UdD2CQm-ofJg1qJYZf8","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":506,"y":203,"strokeColor":"transparent","backgroundColor":"#fff","width":6,"height":1,"seed":736182837,"groupIds":["SCwI3xYl9p1h8mKQEAfKP","6RIMraVWZYW8oOTnVU4v3"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829090,"link":null,"locked":false,"customData":{"boxId":"bJnODD4H6mYBEBOuchIfG","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"}},{"type":"rectangle","version":103,"versionNonce":1971483602,"isDeleted":true,"id":"GKZWoo1FpYM41FBmG0WtY","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":515,"y":202,"strokeColor":"transparent","backgroundColor":"#fff","width":3,"height":3,"seed":1869801371,"groupIds":["SCwI3xYl9p1h8mKQEAfKP","6RIMraVWZYW8oOTnVU4v3"],"strokeSharpness":"round","boundElements":[],"updated":1697744829090,"link":null,"locked":false,"customData":{"boxId":"bJnODD4H6mYBEBOuchIfG","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"}},{"type":"rectangle","version":103,"versionNonce":1894574670,"isDeleted":true,"id":"PwK06_7w7B87dAaooC-rG","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":502,"y":209,"strokeColor":"transparent","backgroundColor":"#aecbfa","width":20,"height":7,"seed":591737749,"groupIds":["SCwI3xYl9p1h8mKQEAfKP","6RIMraVWZYW8oOTnVU4v3"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829090,"link":null,"locked":false,"customData":{"boxId":"bJnODD4H6mYBEBOuchIfG","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"}},{"type":"rectangle","version":103,"versionNonce":275261842,"isDeleted":true,"id":"FzGEiR9_u81MFjiF7XO1Y","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":520,"y":209,"strokeColor":"transparent","backgroundColor":"#669df6","width":2,"height":7,"seed":92879931,"groupIds":["SCwI3xYl9p1h8mKQEAfKP","6RIMraVWZYW8oOTnVU4v3"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829090,"link":null,"locked":false,"customData":{"boxId":"bJnODD4H6mYBEBOuchIfG","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"}},{"type":"line","version":103,"versionNonce":683045006,"isDeleted":true,"id":"w86JHLM2KEP_7wrMSsoiE","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":522,"y":209,"strokeColor":"#00000000","backgroundColor":"#4285f4","width":2,"height":7,"seed":1608775925,"groupIds":["MmCIyY55zbfDnwwUdMnEG","SCwI3xYl9p1h8mKQEAfKP","6RIMraVWZYW8oOTnVU4v3"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829090,"link":null,"locked":false,"customData":{"boxId":"bJnODD4H6mYBEBOuchIfG","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-2,0],[-2,7],[0,0],[0,0]]},{"type":"rectangle","version":103,"versionNonce":949036882,"isDeleted":true,"id":"Q4J_Cjr8Ug7lvGNB82Ge0","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":502,"y":209,"strokeColor":"transparent","backgroundColor":"#669df6","width":2,"height":7,"seed":2066480347,"groupIds":["SCwI3xYl9p1h8mKQEAfKP","6RIMraVWZYW8oOTnVU4v3"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829091,"link":null,"locked":false,"customData":{"boxId":"bJnODD4H6mYBEBOuchIfG","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"}},{"type":"rectangle","version":103,"versionNonce":838151886,"isDeleted":true,"id":"T0GzpAwb5CH9-PvHacgFQ","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":506,"y":212,"strokeColor":"transparent","backgroundColor":"#fff","width":6,"height":1,"seed":457380437,"groupIds":["SCwI3xYl9p1h8mKQEAfKP","6RIMraVWZYW8oOTnVU4v3"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829091,"link":null,"locked":false,"customData":{"boxId":"bJnODD4H6mYBEBOuchIfG","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"}},{"type":"rectangle","version":103,"versionNonce":1985244434,"isDeleted":true,"id":"3HCCo0yFBN4bpkHic8ra3","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":515,"y":211,"strokeColor":"transparent","backgroundColor":"#fff","width":3,"height":3,"seed":2079172987,"groupIds":["SCwI3xYl9p1h8mKQEAfKP","6RIMraVWZYW8oOTnVU4v3"],"strokeSharpness":"round","boundElements":[],"updated":1697744829091,"link":null,"locked":false,"customData":{"boxId":"bJnODD4H6mYBEBOuchIfG","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"}},{"type":"rectangle","version":207,"versionNonce":423765262,"isDeleted":true,"id":"3eA7opV4aWR5OKiCYAQPp","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":860,"y":180,"strokeColor":"#202124","backgroundColor":"#FFF","width":240,"height":80,"seed":1603865659,"groupIds":["b_f8flvgiAs4Yb16cNzRG","FO1ithvKmf5wC0DY4tdLe"],"strokeSharpness":"round","boundElements":[{"id":"MBAzSf45lj2hPn8nr3IPf","type":"arrow"},{"id":"5E3kX_JSrqhbcM4pOzi92","type":"arrow"}],"updated":1697744829091,"link":null,"locked":false,"customData":{"boxId":"owdbN6MpKfZ05OtTV9_Zd","label":"Workflows","type":"container"}},{"type":"text","version":183,"versionNonce":791214802,"isDeleted":true,"id":"wdf0LczGPcY5oIYj0ZK5F","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":876,"y":196,"strokeColor":"#1A73E8","backgroundColor":"transparent","width":160,"height":18,"seed":1266231541,"groupIds":["b_f8flvgiAs4Yb16cNzRG","FO1ithvKmf5wC0DY4tdLe"],"strokeSharpness":"round","boundElements":[{"id":"MBAzSf45lj2hPn8nr3IPf","type":"arrow"}],"updated":1697744829091,"link":null,"locked":false,"customData":{"boxId":"owdbN6MpKfZ05OtTV9_Zd","label":"Workflows","type":"child"},"fontSize":16,"fontFamily":5,"text":"Workflows","baseline":16,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":"Workflows"},{"type":"text","version":54,"versionNonce":1880511310,"isDeleted":true,"id":"SxoQoQCavS4Nvwxfrsw3m","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1276,"y":-242,"strokeColor":"#202124","backgroundColor":"transparent","width":160,"height":18,"seed":583126235,"groupIds":["b_f8flvgiAs4Yb16cNzRG","FO1ithvKmf5wC0DY4tdLe"],"strokeSharpness":"round","boundElements":[],"updated":1697744829091,"link":null,"locked":false,"customData":{"boxId":"owdbN6MpKfZ05OtTV9_Zd","label":"Workflows","type":"child"},"fontSize":16,"fontFamily":5,"text":"","baseline":16,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":""},{"type":"line","version":51,"versionNonce":27644050,"isDeleted":true,"id":"vhVXiCECoDVQDdMUP3FvW","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1196,"y":-276,"strokeColor":"#202124","backgroundColor":"transparent","width":208,"height":1,"seed":1018315349,"groupIds":["b_f8flvgiAs4Yb16cNzRG","FO1ithvKmf5wC0DY4tdLe"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829091,"link":null,"locked":false,"customData":{"boxId":"owdbN6MpKfZ05OtTV9_Zd","label":"Workflows","type":"child"},"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[208,0]]},{"type":"text","version":51,"versionNonce":818592142,"isDeleted":true,"id":"dYkhb3tbDI0bHJ6kPIE8h","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1196,"y":-267,"strokeColor":"#202124","backgroundColor":"transparent","width":160,"height":14,"seed":1346992507,"groupIds":["b_f8flvgiAs4Yb16cNzRG","FO1ithvKmf5wC0DY4tdLe"],"strokeSharpness":"round","boundElements":[],"updated":1697744829091,"link":null,"locked":false,"customData":{"boxId":"owdbN6MpKfZ05OtTV9_Zd","label":"Workflows","type":"child"},"fontSize":12,"fontFamily":4,"text":"","baseline":12,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":""},{"type":"line","version":182,"versionNonce":562163282,"isDeleted":true,"id":"pOjHLK9LYO_mEKwou6nI2","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1067.712230205536,"y":215.10791397094727,"strokeColor":"#00000000","backgroundColor":"#8ab4f8","width":2.2503600120544434,"height":2.071941375732422,"seed":1312894901,"groupIds":["kkyCj28Hdfg9x60F2NY65","b_f8flvgiAs4Yb16cNzRG","FO1ithvKmf5wC0DY4tdLe"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829091,"link":null,"locked":false,"customData":{"boxId":"owdbN6MpKfZ05OtTV9_Zd","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.011690616607666016,0.2695140838623047],[-0.04604291915893555,0.5330944061279297],[-0.10197877883911133,0.7891197204589844],[-0.17841720581054688,1.035970687866211],[2.0719428062438965,1.035970687866211],[2.0719428062438965,-1.035970687866211],[-0.17841720581054688,-1.035970687866211],[-0.17841720581054688,-1.035970687866211],[-0.10197877883911133,-0.7891178131103516],[-0.04604291915893555,-0.5330944061279297],[-0.011690616607666016,-0.2695140838623047],[0,0],[0,0]]},{"type":"line","version":182,"versionNonce":580409294,"isDeleted":true,"id":"w1VPidyn2VgY2rbF05wX1","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1076.1784172058105,"y":199.56834530830383,"strokeColor":"#00000000","backgroundColor":"#8ab4f8","width":2.250359535217285,"height":2.0719425678253174,"seed":359830043,"groupIds":["kkyCj28Hdfg9x60F2NY65","b_f8flvgiAs4Yb16cNzRG","FO1ithvKmf5wC0DY4tdLe"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829091,"link":null,"locked":false,"customData":{"boxId":"owdbN6MpKfZ05OtTV9_Zd","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-2.250359535217285,0],[-2.250359535217285,2.0719425678253174],[0,2.0719425678253174],[0,2.0719425678253174],[-0.07643890380859375,1.8250901699066162],[-0.13237380981445312,1.5690648555755615],[-0.16672706604003906,1.3054859638214111],[-0.17841720581054688,1.0359714031219482],[-0.16672706604003906,0.7664568424224854],[-0.13237380981445312,0.502877950668335],[-0.07643890380859375,0.24685263633728027],[0,0],[0,0]]},{"type":"line","version":182,"versionNonce":865358866,"isDeleted":true,"id":"1u0N2VlhgG_twJNLRJTnR","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1079.1079139709473,"y":203.7122302055359,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":6.215827941894531,"height":6.2158273458480835,"seed":508260629,"groupIds":["DeAMdfbKbZu65D9d2iotQ","b_f8flvgiAs4Yb16cNzRG","FO1ithvKmf5wC0DY4tdLe"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829091,"link":null,"locked":false,"customData":{"boxId":"owdbN6MpKfZ05OtTV9_Zd","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.31754493713378906,-0.016060352325439453],[-0.6259651184082031,-0.06319713592529297],[-0.9236984252929688,-0.13984060287475586],[-1.2091712951660156,-0.24442386627197266],[-1.4808197021484375,-0.3753790855407715],[-1.7370719909667969,-0.5311374664306641],[-1.9763622283935547,-0.7101306915283203],[-2.1971206665039062,-0.9107909202575684],[-2.3977813720703125,-1.1315503120422363],[-2.5767765045166016,-1.3708405494689941],[-2.732534408569336,-1.6270933151245117],[-2.8634891510009766,-1.8987407684326172],[-2.9680728912353516,-2.1842145919799805],[-3.0447158813476562,-2.4819464683532715],[-3.0918521881103516,-2.7903690338134766],[-3.1079139709472656,-3.1079134941101074],[-3.0918521881103516,-3.4254579544067383],[-3.0447158813476562,-3.7338805198669434],[-2.9680728912353516,-4.031612396240234],[-2.8634891510009766,-4.317086219787598],[-2.732534408569336,-4.588733673095703],[-2.5767765045166016,-4.844986438751221],[-2.3977813720703125,-5.084276437759399],[-2.1971206665039062,-5.305035829544067],[-1.9763622283935547,-5.5056962966918945],[-1.7370719909667969,-5.68468976020813],[-1.4808197021484375,-5.840447902679443],[-1.2091712951660156,-5.9714027643203735],[-0.9236984252929688,-6.075986266136169],[-0.6259651184082031,-6.15263032913208],[-0.31754493713378906,-6.199766755104065],[0,-6.2158273458480835],[0.31754493713378906,-6.199766755104065],[0.6259670257568359,-6.15263032913208],[0.9236984252929688,-6.075986266136169],[1.2091732025146484,-5.9714027643203735],[1.4808197021484375,-5.840447902679443],[1.7370738983154297,-5.68468976020813],[1.9763622283935547,-5.5056962966918945],[2.197122573852539,-5.305035829544067],[2.3977832794189453,-5.084276437759399],[2.5767765045166016,-4.844986438751221],[2.732534408569336,-4.588733673095703],[2.8634891510009766,-4.317086219787598],[2.9680728912353516,-4.031612396240234],[3.0447158813476562,-3.7338805198669434],[3.0918540954589844,-3.4254579544067383],[3.1079139709472656,-3.1079134941101074],[3.0918540954589844,-2.7903690338134766],[3.0447158813476562,-2.4819464683532715],[2.9680728912353516,-2.1842145919799805],[2.8634891510009766,-1.8987407684326172],[2.732534408569336,-1.6270933151245117],[2.5767765045166016,-1.3708405494689941],[2.3977832794189453,-1.1315503120422363],[2.197122573852539,-0.9107909202575684],[1.9763622283935547,-0.7101306915283203],[1.7370738983154297,-0.5311374664306641],[1.4808197021484375,-0.3753790855407715],[1.2091732025146484,-0.24442386627197266],[0.9236984252929688,-0.13984060287475586],[0.6259670257568359,-0.06319713592529297],[0.31754493713378906,-0.016060352325439453],[0,0],[0,0]]},{"type":"line","version":182,"versionNonce":1033383438,"isDeleted":true,"id":"6izR9HktactxRYVxqNU6H","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1079.1079139709473,"y":199.56834530830383,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":2.071941375732422,"height":2.0719425678253174,"seed":1395627707,"groupIds":["DeAMdfbKbZu65D9d2iotQ","b_f8flvgiAs4Yb16cNzRG","FO1ithvKmf5wC0DY4tdLe"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829091,"link":null,"locked":false,"customData":{"boxId":"owdbN6MpKfZ05OtTV9_Zd","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.20810508728027344,0.021144390106201172],[-0.4022483825683594,0.08174467086791992],[-0.5781803131103516,0.1775517463684082],[-0.7316551208496094,0.30431652069091797],[-0.8584194183349609,0.4577901363372803],[-0.9542255401611328,0.6337234973907471],[-1.0148277282714844,0.8278663158416748],[-1.035970687866211,1.0359714031219482],[-1.0148277282714844,1.2440760135650635],[-0.9542255401611328,1.4382193088531494],[-0.8584194183349609,1.6141526699066162],[-0.7316551208496094,1.7676260471343994],[-0.5781803131103516,1.8943908214569092],[-0.4022483825683594,1.9901978969573975],[-0.20810508728027344,2.050798177719116],[0,2.0719425678253174],[0.20810508728027344,2.050798177719116],[0.4022483825683594,1.9901978969573975],[0.5781822204589844,1.8943908214569092],[0.7316551208496094,1.7676260471343994],[0.8584194183349609,1.6141526699066162],[0.9542255401611328,1.4382193088531494],[1.0148277282714844,1.2440760135650635],[1.035970687866211,1.0359714031219482],[1.0148277282714844,0.8278663158416748],[0.9542255401611328,0.6337234973907471],[0.8584194183349609,0.4577901363372803],[0.7316551208496094,0.30431652069091797],[0.5781822204589844,0.1775517463684082],[0.4022483825683594,0.08174467086791992],[0.20810508728027344,0.021144390106201172],[0,0],[0,0]]},{"type":"line","version":182,"versionNonce":701759954,"isDeleted":true,"id":"7ioK-QFvMM712h76E7oDe","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1064.6043167114258,"y":218.21582794189453,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":6.2158273458480835,"height":6.215827941894531,"seed":1783006837,"groupIds":["DeAMdfbKbZu65D9d2iotQ","b_f8flvgiAs4Yb16cNzRG","FO1ithvKmf5wC0DY4tdLe"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829091,"link":null,"locked":false,"customData":{"boxId":"owdbN6MpKfZ05OtTV9_Zd","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.31754446029663086,-0.01605987548828125],[-0.6259670257568359,-0.06319808959960938],[-0.923698902130127,-0.13984107971191406],[-1.2091727256774902,-0.24442481994628906],[-1.4808201789855957,-0.3753795623779297],[-1.7370729446411133,-0.5311374664306641],[-1.976362943649292,-0.7101306915283203],[-2.19712233543396,-0.9107913970947266],[-2.397782802581787,-1.131551742553711],[-2.5767762660980225,-1.370840072631836],[-2.732534408569336,-1.6270942687988281],[-2.863489270210266,-1.8987407684326172],[-2.968072772026062,-2.184215545654297],[-3.0447168350219727,-2.4819469451904297],[-3.0918532609939575,-2.7903690338134766],[-3.107913851737976,-3.1079139709472656],[-3.0918532609939575,-3.4254589080810547],[-3.0447168350219727,-3.7338790893554688],[-2.968072772026062,-4.031612396240234],[-2.863489270210266,-4.317085266113281],[-2.732534408569336,-4.588733673095703],[-2.5767762660980225,-4.8449859619140625],[-2.397782802581787,-5.08427619934082],[-2.19712233543396,-5.305034637451172],[-1.976362943649292,-5.505695343017578],[-1.7370729446411133,-5.684690475463867],[-1.4808201789855957,-5.840448379516602],[-1.2091727256774902,-5.971403121948242],[-0.923698902130127,-6.075986862182617],[-0.6259670257568359,-6.152629852294922],[-0.31754446029663086,-6.199766159057617],[0,-6.215827941894531],[0.31754446029663086,-6.199766159057617],[0.6259670257568359,-6.152629852294922],[0.923698902130127,-6.075986862182617],[1.2091727256774902,-5.971403121948242],[1.4808201789855957,-5.840448379516602],[1.7370729446411133,-5.684690475463867],[1.976363182067871,-5.505695343017578],[2.197122573852539,-5.305034637451172],[2.397782802581787,-5.08427619934082],[2.5767760276794434,-4.8449859619140625],[2.732534408569336,-4.588733673095703],[2.8634896278381348,-4.317085266113281],[2.9680728912353516,-4.031612396240234],[3.0447163581848145,-3.7338790893554688],[3.091853141784668,-3.4254589080810547],[3.1079134941101074,-3.1079139709472656],[3.091853141784668,-2.7903690338134766],[3.0447163581848145,-2.4819469451904297],[2.9680728912353516,-2.184215545654297],[2.8634896278381348,-1.8987407684326172],[2.732534408569336,-1.6270942687988281],[2.5767760276794434,-1.370840072631836],[2.397782802581787,-1.131551742553711],[2.197122573852539,-0.9107913970947266],[1.976363182067871,-0.7101306915283203],[1.7370729446411133,-0.5311374664306641],[1.4808201789855957,-0.3753795623779297],[1.2091727256774902,-0.24442481994628906],[0.923698902130127,-0.13984107971191406],[0.6259670257568359,-0.06319808959960938],[0.31754446029663086,-0.01605987548828125],[0,0],[0,0]]},{"type":"line","version":182,"versionNonce":247675982,"isDeleted":true,"id":"yAR9vNGn85XnrT-5G9z3z","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1064.6043167114258,"y":214.07194328308105,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":2.0719425678253174,"height":2.071941375732422,"seed":673384283,"groupIds":["DeAMdfbKbZu65D9d2iotQ","b_f8flvgiAs4Yb16cNzRG","FO1ithvKmf5wC0DY4tdLe"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829091,"link":null,"locked":false,"customData":{"boxId":"owdbN6MpKfZ05OtTV9_Zd","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.20810508728027344,0.021142959594726562],[-0.40224790573120117,0.08174514770507812],[-0.578181266784668,0.17755126953125],[-0.7316548824310303,0.30431556701660156],[-0.85841965675354,0.4577903747558594],[-0.9542267322540283,0.6337223052978516],[-1.014827013015747,0.8278656005859375],[-1.0359714031219482,1.035970687866211],[-1.014827013015747,1.2440757751464844],[-0.9542267322540283,1.4382190704345703],[-0.85841965675354,1.6141529083251953],[-0.7316548824310303,1.7676258087158203],[-0.578181266784668,1.8943901062011719],[-0.40224790573120117,1.9901962280273438],[-0.20810508728027344,2.0507984161376953],[0,2.071941375732422],[0.20810461044311523,2.0507984161376953],[0.40224790573120117,1.9901962280273438],[0.578181266784668,1.8943901062011719],[0.7316546440124512,1.7676258087158203],[0.8584194183349609,1.6141529083251953],[0.9542264938354492,1.4382190704345703],[1.014826774597168,1.2440757751464844],[1.0359711647033691,1.035970687866211],[1.014826774597168,0.8278656005859375],[0.9542264938354492,0.6337223052978516],[0.8584194183349609,0.4577903747558594],[0.7316546440124512,0.30431556701660156],[0.578181266784668,0.17755126953125],[0.40224790573120117,0.08174514770507812],[0.20810461044311523,0.021142959594726562],[0,0],[0,0]]},{"type":"line","version":182,"versionNonce":525858706,"isDeleted":true,"id":"mXY69phcP9ETAK-3tuzqt","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1079.1079139709473,"y":199.56834530830383,"strokeColor":"#00000000","backgroundColor":"#fff","width":2.071941375732422,"height":2.0719425678253174,"seed":620228565,"groupIds":["ePG8b5OeosztA0T9Og2p-","b_f8flvgiAs4Yb16cNzRG","FO1ithvKmf5wC0DY4tdLe"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829091,"link":null,"locked":false,"customData":{"boxId":"owdbN6MpKfZ05OtTV9_Zd","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.20810508728027344,0.021144390106201172],[-0.4022483825683594,0.08174467086791992],[-0.5781803131103516,0.1775517463684082],[-0.7316551208496094,0.30431652069091797],[-0.8584194183349609,0.4577901363372803],[-0.9542255401611328,0.6337234973907471],[-1.0148277282714844,0.8278663158416748],[-1.035970687866211,1.0359714031219482],[-1.0148277282714844,1.2440760135650635],[-0.9542255401611328,1.4382193088531494],[-0.8584194183349609,1.6141526699066162],[-0.7316551208496094,1.7676260471343994],[-0.5781803131103516,1.8943908214569092],[-0.4022483825683594,1.9901978969573975],[-0.20810508728027344,2.050798177719116],[0,2.0719425678253174],[0.20810508728027344,2.050798177719116],[0.4022483825683594,1.9901978969573975],[0.5781822204589844,1.8943908214569092],[0.7316551208496094,1.7676260471343994],[0.8584194183349609,1.6141526699066162],[0.9542255401611328,1.4382193088531494],[1.0148277282714844,1.2440760135650635],[1.035970687866211,1.0359714031219482],[1.0148277282714844,0.8278663158416748],[0.9542255401611328,0.6337234973907471],[0.8584194183349609,0.4577901363372803],[0.7316551208496094,0.30431652069091797],[0.5781822204589844,0.1775517463684082],[0.4022483825683594,0.08174467086791992],[0.20810508728027344,0.021144390106201172],[0,0],[0,0]]},{"type":"line","version":182,"versionNonce":468877966,"isDeleted":true,"id":"ow-XqFWjvv1AX3-gJlc0F","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1064.6043167114258,"y":214.07194328308105,"strokeColor":"#00000000","backgroundColor":"#fff","width":2.0719425678253174,"height":2.071941375732422,"seed":983524347,"groupIds":["ePG8b5OeosztA0T9Og2p-","b_f8flvgiAs4Yb16cNzRG","FO1ithvKmf5wC0DY4tdLe"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829091,"link":null,"locked":false,"customData":{"boxId":"owdbN6MpKfZ05OtTV9_Zd","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.20810508728027344,0.021142959594726562],[-0.40224790573120117,0.08174514770507812],[-0.578181266784668,0.17755126953125],[-0.7316548824310303,0.30431556701660156],[-0.85841965675354,0.4577903747558594],[-0.9542267322540283,0.6337223052978516],[-1.014827013015747,0.8278656005859375],[-1.0359714031219482,1.035970687866211],[-1.014827013015747,1.2440757751464844],[-0.9542267322540283,1.4382190704345703],[-0.85841965675354,1.6141529083251953],[-0.7316548824310303,1.7676258087158203],[-0.578181266784668,1.8943901062011719],[-0.40224790573120117,1.9901962280273438],[-0.20810508728027344,2.0507984161376953],[0,2.071941375732422],[0.20810461044311523,2.0507984161376953],[0.40224790573120117,1.9901962280273438],[0.578181266784668,1.8943901062011719],[0.7316546440124512,1.7676258087158203],[0.8584194183349609,1.6141529083251953],[0.9542264938354492,1.4382190704345703],[1.014826774597168,1.2440757751464844],[1.0359711647033691,1.035970687866211],[1.014826774597168,0.8278656005859375],[0.9542264938354492,0.6337223052978516],[0.8584194183349609,0.4577903747558594],[0.7316546440124512,0.30431556701660156],[0.578181266784668,0.17755126953125],[0.40224790573120117,0.08174514770507812],[0.20810461044311523,0.021142959594726562],[0,0],[0,0]]},{"type":"line","version":182,"versionNonce":878130514,"isDeleted":true,"id":"msVkwsSVlQFPwAYCwEgqh","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1067.8906478881836,"y":206.820143699646,"strokeColor":"#00000000","backgroundColor":"#669df6","width":6.394245028495789,"height":9.225899696350098,"seed":1282747701,"groupIds":["Hbw2Cyn0kzbjc8kswQClY","b_f8flvgiAs4Yb16cNzRG","FO1ithvKmf5wC0DY4tdLe"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829091,"link":null,"locked":false,"customData":{"boxId":"owdbN6MpKfZ05OtTV9_Zd","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-2.2503600120544434,0],[-2.2503600120544434,0],[-2.462372303009033,-0.010685920715332031],[-2.668221950531006,-0.042052268981933594],[-2.8668718338012695,-0.0930624008178711],[-3.057284355163574,-0.16267967224121094],[-3.2384233474731445,-0.24986648559570312],[-3.4092516899108887,-0.35358524322509766],[-3.568732261657715,-0.47280120849609375],[-3.7158279418945312,-0.6064748764038086],[-3.849501132965088,-0.753570556640625],[-3.968716621398926,-0.913050651550293],[-4.0724358558654785,-1.083878517150879],[-4.159622669219971,-1.2650175094604492],[-4.2292397022247314,-1.4554309844970703],[-4.280249834060669,-1.6540803909301758],[-4.31161642074585,-1.8599300384521484],[-4.322302579879761,-2.0719423294067383],[-4.322302579879761,-3.1079134941101074],[-4.322302579879761,-3.1079134941101074],[-4.316173315048218,-3.2672781944274902],[-4.298089265823364,-3.4234819412231445],[-4.268505811691284,-3.5760602951049805],[-4.227878093719482,-3.724550247192383],[-4.176661252975464,-3.8684868812561035],[-4.1153106689453125,-4.007407188415527],[-4.044281721115112,-4.140848159790039],[-3.96402907371521,-4.268344879150391],[-3.7776756286621094,-4.503653049468994],[-3.5598926544189453,-4.709621906280518],[-3.314321517944336,-4.882542610168457],[-3.182253360748291,-4.955450057983398],[-3.044604778289795,-5.018704414367676],[-3.1479320526123047,-5.301258563995361],[-3.223741054534912,-5.5956830978393555],[-3.270413875579834,-5.9008989334106445],[-3.2863311767578125,-6.215826988220215],[-3.276798725128174,-6.459532260894775],[-3.2489209175109863,-6.697841644287109],[-3.203777313232422,-6.929675817489624],[-3.142446517944336,-7.153956413269043],[-3.485318183898926,-7.062928199768066],[-3.815906524658203,-6.9439857006073],[-4.132853746414185,-6.798486232757568],[-4.434802532196045,-6.6277875900268555],[-4.720395803451538,-6.433246612548828],[-4.98827600479126,-6.216220378875732],[-5.237085819244385,-5.978066921234131],[-5.465467929840088,-5.7201433181762695],[-5.672065019607544,-5.443807601928711],[-5.855519771575928,-5.150415897369385],[-6.014474511146545,-4.841325759887695],[-6.14757227897644,-4.517895221710205],[-6.2534555196762085,-4.18148136138916],[-6.330767035484314,-3.833441734313965],[-6.3781492710113525,-3.4751334190368652],[-6.394245028495789,-3.1079134941101074],[-6.394245028495789,-2.0719423294067383],[-6.394245028495789,-2.0719423294067383],[-6.3728097677230835,-1.6488656997680664],[-6.3099037408828735,-1.2378711700439453],[-6.207625985145569,-0.8410558700561523],[-6.068075895309448,-0.46052074432373047],[-5.893352746963501,-0.09836578369140625],[-5.685555696487427,0.24331188201904297],[-5.446784019470215,0.5624113082885742],[-5.1791369915008545,0.8568344116210938],[-4.884714126586914,1.1244821548461914],[-4.5656139850616455,1.3632535934448242],[-4.223936557769775,1.5710506439208984],[-3.8617806434631348,1.7457733154296875],[-3.481245994567871,1.8853235244750977],[-3.0844311714172363,1.9876022338867188],[-2.673436164855957,2.0505075454711914],[-2.2503600120544434,2.0719432830810547],[0,2.0719432830810547],[0,2.0719432830810547],[-0.07643890380859375,1.8250904083251953],[-0.13237428665161133,1.5690650939941406],[-0.16672706604003906,1.3054866790771484],[-0.17841768264770508,1.0359716415405273],[-0.16672706604003906,0.7664575576782227],[-0.13237428665161133,0.5028781890869141],[-0.07643890380859375,0.24685287475585938],[0,0],[0,0]]},{"type":"line","version":182,"versionNonce":1205797070,"isDeleted":true,"id":"PmUUYeCrICWvxs1IWn_RS","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1078.0892086029053,"y":206.820143699646,"strokeColor":"#00000000","backgroundColor":"#4285f4","width":5.369785308837891,"height":9.231654167175293,"seed":1118252187,"groupIds":["w6mrpM_e7ax-CU5MeMn-a","b_f8flvgiAs4Yb16cNzRG","FO1ithvKmf5wC0DY4tdLe"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829091,"link":null,"locked":false,"customData":{"boxId":"owdbN6MpKfZ05OtTV9_Zd","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-1.2316551208496094,0],[-1.2316551208496094,0],[-1.1552162170410156,0.24685287475585938],[-1.0992794036865234,0.5028781890869141],[-1.0649280548095703,0.7664575576782227],[-1.0532379150390625,1.0359716415405273],[-1.0649280548095703,1.3054866790771484],[-1.0992794036865234,1.5690650939941406],[-1.1552162170410156,1.8250904083251953],[-1.2316551208496094,2.0719432830810547],[0,2.0719432830810547],[0,2.0719432830810547],[0.21201133728027344,2.0826292037963867],[0.4178638458251953,2.1139955520629883],[0.6165122985839844,2.165006637573242],[0.8069248199462891,2.2346229553222656],[0.9880638122558594,2.321809768676758],[1.1588916778564453,2.4255285263061523],[1.3183727264404297,2.5447444915771484],[1.4654693603515625,2.6784181594848633],[1.599142074584961,2.8255138397216797],[1.7183570861816406,2.9849939346313477],[1.8220748901367188,3.1558218002319336],[1.9092636108398438,3.336960792541504],[1.9788799285888672,3.527374267578125],[2.0298900604248047,3.7260236740112305],[2.0612564086914062,3.931873321533203],[2.071941375732422,4.143885612487793],[2.071941375732422,5.179856300354004],[2.071941375732422,5.179856300354004],[2.065746307373047,5.341246604919434],[2.0474605560302734,5.499213218688965],[2.0175399780273438,5.653304100036621],[1.9764385223388672,5.803057670593262],[1.9246139526367188,5.948025703430176],[1.8625221252441406,6.087746620178223],[1.7906169891357422,6.221772193908691],[1.7093524932861328,6.349640846252441],[1.6191864013671875,6.470900535583496],[1.5205707550048828,6.585095405578613],[1.4139633178710938,6.691769599914551],[1.2998199462890625,6.790467262268066],[1.1785945892333984,6.880736351013184],[1.0507431030273438,6.962119102478027],[0.916717529296875,7.0341596603393555],[0.7769775390625,7.096402168273926],[0.8769798278808594,7.378058433532715],[0.951080322265625,7.670504570007324],[0.9971237182617188,7.973742485046387],[1.012948989868164,8.28777027130127],[1.0033283233642578,8.53156566619873],[0.9748191833496094,8.77050495147705],[0.9279670715332031,9.004048347473145],[0.8633098602294922,9.231654167175293],[1.2083377838134766,9.141573905944824],[1.5410652160644531,9.02332592010498],[1.8601150512695312,8.87828540802002],[2.1641178131103516,8.707823753356934],[2.4516983032226562,8.513319969177246],[2.7214832305908203,8.29614543914795],[2.9720935821533203,8.057673454284668],[3.202157974243164,7.799281120300293],[3.4103031158447266,7.522339820861816],[3.595155715942383,7.228226661682129],[3.755338668823242,6.918313026428223],[3.8894805908203125,6.593976020812988],[3.9962024688720703,6.256587028503418],[4.074134826660156,5.9075212478637695],[4.1219024658203125,5.548151969909668],[4.138130187988281,5.179856300354004],[4.138130187988281,4.143885612487793],[4.138130187988281,4.143885612487793],[4.117706298828125,3.720808982849121],[4.055688858032227,3.309814453125],[3.9541778564453125,2.912999153137207],[3.815288543701172,2.532464027404785],[3.641122817993164,2.170309066772461],[3.4337902069091797,1.8286314010620117],[3.1954002380371094,1.5095319747924805],[2.9280567169189453,1.215108871459961],[2.6338729858398438,0.9474611282348633],[2.314950942993164,0.7086896896362305],[1.9734001159667969,0.5008926391601562],[1.6113319396972656,0.3261699676513672],[1.2308483123779297,0.18661975860595703],[0.8340606689453125,0.08434104919433594],[0.4230766296386719,0.02143573760986328],[0,0],[0,0]]},{"type":"line","version":182,"versionNonce":1781054226,"isDeleted":true,"id":"T_j2KLKwjFGUvKVRmFcY3","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1070.820143699646,"y":203.7122302055359,"strokeColor":"#00000000","backgroundColor":"#669df6","width":9.32374095916748,"height":6.2158273458480835,"seed":2342549,"groupIds":["UqgJ-DvMYchUNoF9YNqlb","b_f8flvgiAs4Yb16cNzRG","FO1ithvKmf5wC0DY4tdLe"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829091,"link":null,"locked":false,"customData":{"boxId":"owdbN6MpKfZ05OtTV9_Zd","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-3.1079134941101074,0],[-3.1079134941101074,0],[-3.4254579544067383,-0.016060352325439453],[-3.733880043029785,-0.06319713592529297],[-4.031612396240234,-0.13984060287475586],[-4.317086219787598,-0.24442386627197266],[-4.588733196258545,-0.3753790855407715],[-4.8449859619140625,-0.5311374664306641],[-5.0842766761779785,-0.7101306915283203],[-5.3050360679626465,-0.9107909202575684],[-5.5056962966918945,-1.1315503120422363],[-5.684689521789551,-1.3708405494689941],[-5.840447425842285,-1.6270933151245117],[-5.971402645111084,-1.8987407684326172],[-6.075986385345459,-2.1842145919799805],[-6.15263032913208,-2.4819464683532715],[-6.199766635894775,-2.7903690338134766],[-6.215826988220215,-3.1079134941101074],[-6.199766635894775,-3.4254579544067383],[-6.15263032913208,-3.7338805198669434],[-6.075986385345459,-4.031612396240234],[-5.971402645111084,-4.317086219787598],[-5.840447425842285,-4.588733673095703],[-5.684689521789551,-4.844986438751221],[-5.5056962966918945,-5.084276437759399],[-5.3050360679626465,-5.305035829544067],[-5.0842766761779785,-5.5056962966918945],[-4.8449859619140625,-5.68468976020813],[-4.588733196258545,-5.840447902679443],[-4.317086219787598,-5.9714027643203735],[-4.031612396240234,-6.075986266136169],[-3.733880043029785,-6.15263032913208],[-3.4254579544067383,-6.199766755104065],[-3.1079134941101074,-6.2158273458480835],[0,-6.2158273458480835],[0,-6.2158273458480835],[0.31754493713378906,-6.199766755104065],[0.6259670257568359,-6.15263032913208],[0.9236993789672852,-6.075986266136169],[1.2091732025146484,-5.9714027643203735],[1.480820655822754,-5.840447902679443],[1.7370729446411133,-5.68468976020813],[1.976363182067871,-5.5056962966918945],[2.197122573852539,-5.305035829544067],[2.3977832794189453,-5.084276437759399],[2.5767765045166016,-4.844986438751221],[2.732534408569336,-4.588733673095703],[2.863490104675293,-4.317086219787598],[2.968073844909668,-4.031612396240234],[3.0447168350219727,-3.7338805198669434],[3.091853141784668,-3.4254579544067383],[3.1079139709472656,-3.1079134941101074],[3.091853141784668,-2.7903690338134766],[3.0447168350219727,-2.4819464683532715],[2.968073844909668,-2.1842145919799805],[2.863490104675293,-1.8987407684326172],[2.732534408569336,-1.6270933151245117],[2.5767765045166016,-1.3708405494689941],[2.3977832794189453,-1.1315503120422363],[2.197122573852539,-0.9107909202575684],[1.976363182067871,-0.7101306915283203],[1.7370729446411133,-0.5311374664306641],[1.480820655822754,-0.3753790855407715],[1.2091732025146484,-0.24442386627197266],[0.9236993789672852,-0.13984060287475586],[0.6259670257568359,-0.06319713592529297],[0.31754493713378906,-0.016060352325439453],[0,0],[0,0]]},{"type":"line","version":182,"versionNonce":908179214,"isDeleted":true,"id":"YbafnlWbw_VjHmSQISnZc","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1067.712230205536,"y":199.56834530830383,"strokeColor":"#00000000","backgroundColor":"#669df6","width":5.179856300354004,"height":2.0719425678253174,"seed":1408033083,"groupIds":["UqgJ-DvMYchUNoF9YNqlb","b_f8flvgiAs4Yb16cNzRG","FO1ithvKmf5wC0DY4tdLe"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829091,"link":null,"locked":false,"customData":{"boxId":"owdbN6MpKfZ05OtTV9_Zd","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.20810413360595703,0.021144390106201172],[-0.40224790573120117,0.08174467086791992],[-0.578181266784668,0.1775517463684082],[-0.7316546440124512,0.30431652069091797],[-0.8584194183349609,0.4577901363372803],[-0.9542264938354492,0.6337234973907471],[-1.014826774597168,0.8278663158416748],[-1.0359711647033691,1.0359714031219482],[-1.014826774597168,1.2440760135650635],[-0.9542264938354492,1.4382193088531494],[-0.8584194183349609,1.6141526699066162],[-0.7316546440124512,1.7676260471343994],[-0.578181266784668,1.8943908214569092],[-0.40224790573120117,1.9901978969573975],[-0.20810413360595703,2.050798177719116],[0,2.0719425678253174],[3.1079134941101074,2.0719425678253174],[3.1079134941101074,2.0719425678253174],[3.316018581390381,2.050798177719116],[3.510161876678467,1.9901978969573975],[3.6860947608947754,1.8943908214569092],[3.839568614959717,1.7676260471343994],[3.9663338661193848,1.6141526699066162],[4.062139987945557,1.4382193088531494],[4.122740268707275,1.2440760135650635],[4.143885135650635,1.0359714031219482],[4.122740268707275,0.8278663158416748],[4.062139987945557,0.6337234973907471],[3.9663338661193848,0.4577901363372803],[3.839568614959717,0.30431652069091797],[3.6860947608947754,0.1775517463684082],[3.510161876678467,0.08174467086791992],[3.316018581390381,0.021144390106201172],[3.1079134941101074,0],[0,0],[0,0]]},{"type":"line","version":182,"versionNonce":2135132370,"isDeleted":true,"id":"jbUePvpib2jWCzAXcNe34","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1073.9280576705933,"y":210.9640293121338,"strokeColor":"#00000000","backgroundColor":"#669df6","width":9.323740482330322,"height":6.215827941894531,"seed":1454973941,"groupIds":["UqgJ-DvMYchUNoF9YNqlb","b_f8flvgiAs4Yb16cNzRG","FO1ithvKmf5wC0DY4tdLe"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829091,"link":null,"locked":false,"customData":{"boxId":"owdbN6MpKfZ05OtTV9_Zd","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-3.1079139709472656,0],[-3.1079139709472656,0],[-3.4254579544067383,-0.016060829162597656],[-3.733880043029785,-0.06319713592529297],[-4.031612396240234,-0.13984203338623047],[-4.317086219787598,-0.24442481994628906],[-4.588733673095703,-0.3753795623779297],[-4.8449859619140625,-0.5311374664306641],[-5.084277153015137,-0.7101316452026367],[-5.305035591125488,-0.9107913970947266],[-5.5056962966918945,-1.1315507888793945],[-5.684689521789551,-1.3708410263061523],[-5.840447425842285,-1.6270942687988281],[-5.971403121948242,-1.8987417221069336],[-6.075986385345459,-2.1842145919799805],[-6.152629852294922,-2.4819469451904297],[-6.199766635894775,-2.790369987487793],[-6.215827465057373,-3.1079139709472656],[-6.199766635894775,-3.4254579544067383],[-6.152629852294922,-3.7338809967041016],[-6.075986385345459,-4.031613349914551],[-5.971403121948242,-4.317086219787598],[-5.840447425842285,-4.588733673095703],[-5.684689521789551,-4.844986915588379],[-5.5056962966918945,-5.084277153015137],[-5.305035591125488,-5.305036544799805],[-5.084277153015137,-5.5056962966918945],[-4.8449859619140625,-5.684690475463867],[-4.588733673095703,-5.840448379516602],[-4.317086219787598,-5.971403121948242],[-4.031612396240234,-6.075986862182617],[-3.733880043029785,-6.152630805969238],[-3.4254579544067383,-6.199767112731934],[-3.1079139709472656,-6.215827941894531],[0,-6.215827941894531],[0,-6.215827941894531],[0.31754493713378906,-6.199767112731934],[0.6259670257568359,-6.152630805969238],[0.9236984252929688,-6.075986862182617],[1.209172248840332,-5.971403121948242],[1.480820655822754,-5.840448379516602],[1.7370729446411133,-5.684690475463867],[1.9763622283935547,-5.5056962966918945],[2.1971216201782227,-5.305036544799805],[2.397782325744629,-5.084277153015137],[2.576775550842285,-4.844986915588379],[2.7325353622436523,-4.588733673095703],[2.86348819732666,-4.317086219787598],[2.968071937561035,-4.031613349914551],[3.0447168350219727,-3.7338809967041016],[3.091853141784668,-3.4254579544067383],[3.107913017272949,-3.1079139709472656],[3.091853141784668,-2.790369987487793],[3.0447168350219727,-2.4819469451904297],[2.968071937561035,-2.1842145919799805],[2.86348819732666,-1.8987417221069336],[2.7325353622436523,-1.6270942687988281],[2.576775550842285,-1.3708410263061523],[2.397782325744629,-1.1315507888793945],[2.1971216201782227,-0.9107913970947266],[1.9763622283935547,-0.7101316452026367],[1.7370729446411133,-0.5311374664306641],[1.480820655822754,-0.3753795623779297],[1.209172248840332,-0.24442481994628906],[0.9236984252929688,-0.13984203338623047],[0.6259670257568359,-0.06319713592529297],[0.31754493713378906,-0.016060829162597656],[0,0],[0,0]]},{"type":"line","version":182,"versionNonce":791913806,"isDeleted":true,"id":"srUqZ72NYK6ttW0csJfrQ","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1070.820143699646,"y":206.820143699646,"strokeColor":"#00000000","backgroundColor":"#669df6","width":5.179856300354004,"height":2.0719432830810547,"seed":1741881819,"groupIds":["UqgJ-DvMYchUNoF9YNqlb","b_f8flvgiAs4Yb16cNzRG","FO1ithvKmf5wC0DY4tdLe"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829091,"link":null,"locked":false,"customData":{"boxId":"owdbN6MpKfZ05OtTV9_Zd","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.20810413360595703,0.021144866943359375],[-0.40224742889404297,0.08174514770507812],[-0.5781803131103516,0.1775522232055664],[-0.731654167175293,0.3043174743652344],[-0.8584194183349609,0.4577903747558594],[-0.9542255401611328,0.633723258972168],[-1.014826774597168,0.8278675079345703],[-1.035970687866211,1.0359716415405273],[-1.014826774597168,1.2440757751464844],[-0.9542255401611328,1.4382200241088867],[-0.8584194183349609,1.6141529083251953],[-0.731654167175293,1.7676258087158203],[-0.5781803131103516,1.8943910598754883],[-0.40224742889404297,1.9901981353759766],[-0.20810413360595703,2.0507984161376953],[0,2.0719432830810547],[3.1079139709472656,2.0719432830810547],[3.1079139709472656,2.0719432830810547],[3.316019058227539,2.0507984161376953],[3.510162353515625,1.9901981353759766],[3.6860952377319336,1.8943910598754883],[3.8395681381225586,1.7676258087158203],[3.9663333892822266,1.6141529083251953],[4.062140464782715,1.4382200241088867],[4.12274169921875,1.2440757751464844],[4.143885612487793,1.0359716415405273],[4.12274169921875,0.8278675079345703],[4.062140464782715,0.633723258972168],[3.9663333892822266,0.4577903747558594],[3.8395681381225586,0.3043174743652344],[3.6860952377319336,0.1775522232055664],[3.510162353515625,0.08174514770507812],[3.316019058227539,0.021144866943359375],[3.1079139709472656,0],[0,0],[0,0]]},{"type":"line","version":182,"versionNonce":1262395026,"isDeleted":true,"id":"hONnkf_nP26D37D-zYh0b","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1076,"y":218.21582794189453,"strokeColor":"#00000000","backgroundColor":"#669df6","width":9.32374095916748,"height":6.215827941894531,"seed":1950014805,"groupIds":["UqgJ-DvMYchUNoF9YNqlb","b_f8flvgiAs4Yb16cNzRG","FO1ithvKmf5wC0DY4tdLe"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829091,"link":null,"locked":false,"customData":{"boxId":"owdbN6MpKfZ05OtTV9_Zd","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-3.107913017272949,0],[-3.107913017272949,0],[-3.4254579544067383,-0.01605987548828125],[-3.733880043029785,-0.06319808959960938],[-4.031612396240234,-0.13984107971191406],[-4.317085266113281,-0.24442481994628906],[-4.588733673095703,-0.3753795623779297],[-4.8449859619140625,-0.5311374664306641],[-5.08427619934082,-0.7101306915283203],[-5.305035591125488,-0.9107913970947266],[-5.505695343017578,-1.131551742553711],[-5.684689521789551,-1.370840072631836],[-5.840447425842285,-1.6270942687988281],[-5.971403121948242,-1.8987407684326172],[-6.075985908508301,-2.184215545654297],[-6.152629852294922,-2.4819469451904297],[-6.199766159057617,-2.7903690338134766],[-6.215826988220215,-3.1079139709472656],[-6.199766159057617,-3.4254589080810547],[-6.152629852294922,-3.7338790893554688],[-6.075985908508301,-4.031612396240234],[-5.971403121948242,-4.317085266113281],[-5.840447425842285,-4.588733673095703],[-5.684689521789551,-4.8449859619140625],[-5.505695343017578,-5.08427619934082],[-5.305035591125488,-5.305034637451172],[-5.08427619934082,-5.505695343017578],[-4.8449859619140625,-5.684690475463867],[-4.588733673095703,-5.840448379516602],[-4.317085266113281,-5.971403121948242],[-4.031612396240234,-6.075986862182617],[-3.733880043029785,-6.152629852294922],[-3.4254579544067383,-6.199766159057617],[-3.107913017272949,-6.215827941894531],[0,-6.215827941894531],[0,-6.215827941894531],[0.31754493713378906,-6.199766159057617],[0.6259670257568359,-6.152629852294922],[0.9236984252929688,-6.075986862182617],[1.2091732025146484,-5.971403121948242],[1.4808197021484375,-5.840448379516602],[1.7370738983154297,-5.684690475463867],[1.9763622283935547,-5.505695343017578],[2.197122573852539,-5.305034637451172],[2.3977832794189453,-5.08427619934082],[2.5767765045166016,-4.8449859619140625],[2.732534408569336,-4.588733673095703],[2.8634891510009766,-4.317085266113281],[2.9680728912353516,-4.031612396240234],[3.0447158813476562,-3.7338790893554688],[3.0918540954589844,-3.4254589080810547],[3.1079139709472656,-3.1079139709472656],[3.0918540954589844,-2.7903690338134766],[3.0447158813476562,-2.4819469451904297],[2.9680728912353516,-2.184215545654297],[2.8634891510009766,-1.8987407684326172],[2.732534408569336,-1.6270942687988281],[2.5767765045166016,-1.370840072631836],[2.3977832794189453,-1.131551742553711],[2.197122573852539,-0.9107913970947266],[1.9763622283935547,-0.7101306915283203],[1.7370738983154297,-0.5311374664306641],[1.4808197021484375,-0.3753795623779297],[1.2091732025146484,-0.24442481994628906],[0.9236984252929688,-0.13984107971191406],[0.6259670257568359,-0.06319808959960938],[0.31754493713378906,-0.01605987548828125],[0,0],[0,0]]},{"type":"line","version":182,"versionNonce":74304398,"isDeleted":true,"id":"7MAZwkvUkamwRZ0PzCVgQ","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1072.892086982727,"y":214.07194328308105,"strokeColor":"#00000000","backgroundColor":"#669df6","width":5.1798553466796875,"height":2.071941375732422,"seed":661393019,"groupIds":["UqgJ-DvMYchUNoF9YNqlb","b_f8flvgiAs4Yb16cNzRG","FO1ithvKmf5wC0DY4tdLe"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829091,"link":null,"locked":false,"customData":{"boxId":"owdbN6MpKfZ05OtTV9_Zd","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.20810508728027344,0.021142959594726562],[-0.4022483825683594,0.08174514770507812],[-0.578181266784668,0.17755126953125],[-0.7316551208496094,0.30431556701660156],[-0.8584194183349609,0.4577903747558594],[-0.9542264938354492,0.6337223052978516],[-1.014826774597168,0.8278656005859375],[-1.0359716415405273,1.035970687866211],[-1.014826774597168,1.2440757751464844],[-0.9542264938354492,1.4382190704345703],[-0.8584194183349609,1.6141529083251953],[-0.7316551208496094,1.7676258087158203],[-0.578181266784668,1.8943901062011719],[-0.4022483825683594,1.9901962280273438],[-0.20810508728027344,2.0507984161376953],[0,2.071941375732422],[3.107913017272949,2.071941375732422],[3.107913017272949,2.071941375732422],[3.3160181045532227,2.0507984161376953],[3.5101613998413086,1.9901962280273438],[3.6860952377319336,1.8943901062011719],[3.8395681381225586,1.7676258087158203],[3.96633243560791,1.6141529083251953],[4.062140464782715,1.4382190704345703],[4.122740745544434,1.2440757751464844],[4.14388370513916,1.035970687866211],[4.122740745544434,0.8278656005859375],[4.062140464782715,0.6337223052978516],[3.96633243560791,0.4577903747558594],[3.8395681381225586,0.30431556701660156],[3.6860952377319336,0.17755126953125],[3.5101613998413086,0.08174514770507812],[3.3160181045532227,0.021142959594726562],[3.107913017272949,0],[0,0],[0,0]]},{"type":"line","version":182,"versionNonce":449903698,"isDeleted":true,"id":"igrhCpmT5EwrQDeI6uqkZ","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1069.7841730117798,"y":203.7122302055359,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":5.179856300354004,"height":6.2158273458480835,"seed":1610508981,"groupIds":["U9SeKZgBfT-T8Mw3VgQC6","b_f8flvgiAs4Yb16cNzRG","FO1ithvKmf5wC0DY4tdLe"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829091,"link":null,"locked":false,"customData":{"boxId":"owdbN6MpKfZ05OtTV9_Zd","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,-2.0719423294067383],[-2.0719428062438965,-2.0719423294067383],[-2.0719428062438965,-2.0719423294067383],[-2.2800469398498535,-2.0930867195129395],[-2.4741907119750977,-2.153687000274658],[-2.6501240730285645,-2.2494940757751465],[-2.8035974502563477,-2.3762588500976562],[-2.9303622245788574,-2.5297322273254395],[-3.0261693000793457,-2.7056655883789062],[-3.0867695808410645,-2.899808883666992],[-3.1079139709472656,-3.1079134941101074],[-3.0867695808410645,-3.316018581390381],[-3.0261693000793457,-3.5101613998413086],[-2.9303622245788574,-3.6860947608947754],[-2.8035974502563477,-3.8395683765411377],[-2.6501240730285645,-3.9663331508636475],[-2.4741907119750977,-4.062140226364136],[-2.2800469398498535,-4.1227405071258545],[-2.0719428062438965,-4.143884897232056],[0,-4.143884897232056],[0,-6.2158273458480835],[-2.0719428062438965,-6.2158273458480835],[-2.0719428062438965,-6.2158273458480835],[-2.3894872665405273,-6.199766755104065],[-2.697909355163574,-6.15263032913208],[-2.9956417083740234,-6.075986266136169],[-3.2811155319213867,-5.9714027643203735],[-3.552762508392334,-5.840447902679443],[-3.8090152740478516,-5.68468976020813],[-4.048305988311768,-5.5056962966918945],[-4.2690653800964355,-5.305035829544067],[-4.469725608825684,-5.084276437759399],[-4.64871883392334,-4.844986438751221],[-4.804476737976074,-4.588733673095703],[-4.935431957244873,-4.317086219787598],[-5.040015697479248,-4.031612396240234],[-5.116659641265869,-3.7338805198669434],[-5.1637959480285645,-3.4254579544067383],[-5.179856300354004,-3.1079134941101074],[-5.1637959480285645,-2.7903690338134766],[-5.116659641265869,-2.4819464683532715],[-5.040015697479248,-2.1842145919799805],[-4.935431957244873,-1.8987407684326172],[-4.804476737976074,-1.6270933151245117],[-4.64871883392334,-1.3708405494689941],[-4.469725608825684,-1.1315503120422363],[-4.2690653800964355,-0.9107909202575684],[-4.048305988311768,-0.7101306915283203],[-3.8090152740478516,-0.5311374664306641],[-3.552762508392334,-0.3753790855407715],[-3.2811155319213867,-0.24442386627197266],[-2.9956417083740234,-0.13984060287475586],[-2.697909355163574,-0.06319713592529297],[-2.3894872665405273,-0.016060352325439453],[-2.0719428062438965,0],[0,0],[0,0]]},{"type":"line","version":182,"versionNonce":1946757582,"isDeleted":true,"id":"y7SxVVmiku9UUObbD6HsO","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1072.892086982727,"y":210.9640293121338,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":5.179856777191162,"height":6.215827941894531,"seed":1970964251,"groupIds":["U9SeKZgBfT-T8Mw3VgQC6","b_f8flvgiAs4Yb16cNzRG","FO1ithvKmf5wC0DY4tdLe"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829091,"link":null,"locked":false,"customData":{"boxId":"owdbN6MpKfZ05OtTV9_Zd","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,-2.0719423294067383],[-2.0719432830810547,-2.0719423294067383],[-2.0719432830810547,-2.0719423294067383],[-2.2800474166870117,-2.0930871963500977],[-2.4741907119750977,-2.1536874771118164],[-2.6501235961914062,-2.2494945526123047],[-2.8035974502563477,-2.3762598037719727],[-2.9303627014160156,-2.5297327041625977],[-3.0261688232421875,-2.7056655883789062],[-3.0867700576782227,-2.8998098373413086],[-3.1079139709472656,-3.1079139709472656],[-3.0867700576782227,-3.3160181045532227],[-3.0261688232421875,-3.510162353515625],[-2.9303627014160156,-3.6860952377319336],[-2.8035974502563477,-3.8395681381225586],[-2.6501235961914062,-3.9663333892822266],[-2.4741907119750977,-4.062140464782715],[-2.2800474166870117,-4.122740745544434],[-2.0719432830810547,-4.143885612487793],[0,-4.143885612487793],[0,-6.215827941894531],[-2.0719432830810547,-6.215827941894531],[-2.0719432830810547,-6.215827941894531],[-2.3894872665405273,-6.199767112731934],[-2.697909355163574,-6.152630805969238],[-2.9956417083740234,-6.075986862182617],[-3.2811155319213867,-5.971403121948242],[-3.552762985229492,-5.840448379516602],[-3.8090152740478516,-5.684690475463867],[-4.048306465148926,-5.5056962966918945],[-4.269064903259277,-5.305036544799805],[-4.469725608825684,-5.084277153015137],[-4.64871883392334,-4.844986915588379],[-4.804476737976074,-4.588733673095703],[-4.935432434082031,-4.317086219787598],[-5.040015697479248,-4.031613349914551],[-5.116659164428711,-3.7338809967041016],[-5.1637959480285645,-3.4254579544067383],[-5.179856777191162,-3.1079139709472656],[-5.1637959480285645,-2.790369987487793],[-5.116659164428711,-2.4819469451904297],[-5.040015697479248,-2.1842145919799805],[-4.935432434082031,-1.8987417221069336],[-4.804476737976074,-1.6270942687988281],[-4.64871883392334,-1.3708410263061523],[-4.469725608825684,-1.1315507888793945],[-4.269064903259277,-0.9107913970947266],[-4.048306465148926,-0.7101316452026367],[-3.8090152740478516,-0.5311374664306641],[-3.552762985229492,-0.3753795623779297],[-3.2811155319213867,-0.24442481994628906],[-2.9956417083740234,-0.13984203338623047],[-2.697909355163574,-0.06319713592529297],[-2.3894872665405273,-0.016060829162597656],[-2.0719432830810547,0],[0,0],[0,0]]},{"type":"line","version":182,"versionNonce":198287890,"isDeleted":true,"id":"PgYmnfDXf_l8sCrkzzvjc","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1072.892086982727,"y":216.14388465881348,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":5.179856300354004,"height":6.215827941894531,"seed":447302677,"groupIds":["U9SeKZgBfT-T8Mw3VgQC6","b_f8flvgiAs4Yb16cNzRG","FO1ithvKmf5wC0DY4tdLe"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829091,"link":null,"locked":false,"customData":{"boxId":"owdbN6MpKfZ05OtTV9_Zd","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.20810508728027344,-0.021142959594726562],[-0.4022483825683594,-0.08174514770507812],[-0.578181266784668,-0.17755126953125],[-0.7316551208496094,-0.30431556701660156],[-0.8584194183349609,-0.45778846740722656],[-0.9542264938354492,-0.6337223052978516],[-1.014826774597168,-0.8278656005859375],[-1.0359716415405273,-1.035970687866211],[-1.014826774597168,-1.2440757751464844],[-0.9542264938354492,-1.4382190704345703],[-0.8584194183349609,-1.6141510009765625],[-0.7316551208496094,-1.7676258087158203],[-0.578181266784668,-1.8943901062011719],[-0.4022483825683594,-1.9901962280273438],[-0.20810508728027344,-2.0507984161376953],[0,-2.071941375732422],[2.0719423294067383,-2.071941375732422],[2.0719423294067383,-4.143884658813477],[0,-4.143884658813477],[0,-4.143884658813477],[-0.31754493713378906,-4.1278228759765625],[-0.6259670257568359,-4.080686569213867],[-0.9236993789672852,-4.0040435791015625],[-1.209172248840332,-3.8994598388671875],[-1.480820655822754,-3.768505096435547],[-1.7370729446411133,-3.6127471923828125],[-1.976363182067871,-3.4337520599365234],[-2.197122573852539,-3.233091354370117],[-2.397782325744629,-3.0123329162597656],[-2.5767765045166016,-2.773042678833008],[-2.732534408569336,-2.5167903900146484],[-2.863490104675293,-2.2451419830322266],[-2.9680728912353516,-1.9596691131591797],[-3.0447168350219727,-1.661935806274414],[-3.091853141784668,-1.353515625],[-3.1079139709472656,-1.035970687866211],[-3.091853141784668,-0.7184257507324219],[-3.0447168350219727,-0.410003662109375],[-2.9680728912353516,-0.11227226257324219],[-2.863490104675293,0.1732025146484375],[-2.732534408569336,0.44484901428222656],[-2.5767765045166016,0.7011032104492188],[-2.397782325744629,0.9403915405273438],[-2.197122573852539,1.1611518859863281],[-1.976363182067871,1.3618125915527344],[-1.7370729446411133,1.5408058166503906],[-1.480820655822754,1.696563720703125],[-1.209172248840332,1.8275184631347656],[-0.9236993789672852,1.9321022033691406],[-0.6259670257568359,2.0087451934814453],[-0.31754493713378906,2.0558834075927734],[0,2.0719432830810547],[2.0719423294067383,2.0719432830810547],[2.0719423294067383,0],[0,0],[0,0]]},{"type":"line","version":182,"versionNonce":220119054,"isDeleted":true,"id":"AFY9CYvsnjuuNNaoXQ2XT","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1067.712230205536,"y":199.56834530830383,"strokeColor":"#00000000","backgroundColor":"#fff","width":5.179856300354004,"height":2.0719425678253174,"seed":946924475,"groupIds":["d1xf-DDGAd5-w1W19LKXr","b_f8flvgiAs4Yb16cNzRG","FO1ithvKmf5wC0DY4tdLe"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829091,"link":null,"locked":false,"customData":{"boxId":"owdbN6MpKfZ05OtTV9_Zd","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.20810413360595703,0.021144390106201172],[-0.40224790573120117,0.08174467086791992],[-0.578181266784668,0.1775517463684082],[-0.7316546440124512,0.30431652069091797],[-0.8584194183349609,0.4577901363372803],[-0.9542264938354492,0.6337234973907471],[-1.014826774597168,0.8278663158416748],[-1.0359711647033691,1.0359714031219482],[-1.014826774597168,1.2440760135650635],[-0.9542264938354492,1.4382193088531494],[-0.8584194183349609,1.6141526699066162],[-0.7316546440124512,1.7676260471343994],[-0.578181266784668,1.8943908214569092],[-0.40224790573120117,1.9901978969573975],[-0.20810413360595703,2.050798177719116],[0,2.0719425678253174],[3.1079134941101074,2.0719425678253174],[3.1079134941101074,2.0719425678253174],[3.316018581390381,2.050798177719116],[3.510161876678467,1.9901978969573975],[3.6860947608947754,1.8943908214569092],[3.839568614959717,1.7676260471343994],[3.9663338661193848,1.6141526699066162],[4.062139987945557,1.4382193088531494],[4.122740268707275,1.2440760135650635],[4.143885135650635,1.0359714031219482],[4.122740268707275,0.8278663158416748],[4.062139987945557,0.6337234973907471],[3.9663338661193848,0.4577901363372803],[3.839568614959717,0.30431652069091797],[3.6860947608947754,0.1775517463684082],[3.510161876678467,0.08174467086791992],[3.316018581390381,0.021144390106201172],[3.1079134941101074,0],[0,0],[0,0]]},{"type":"line","version":182,"versionNonce":1765248978,"isDeleted":true,"id":"qhahuvEoBBd7jwaboNYv5","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1070.820143699646,"y":206.820143699646,"strokeColor":"#00000000","backgroundColor":"#fff","width":5.179856300354004,"height":2.0719432830810547,"seed":1949368693,"groupIds":["d1xf-DDGAd5-w1W19LKXr","b_f8flvgiAs4Yb16cNzRG","FO1ithvKmf5wC0DY4tdLe"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829091,"link":null,"locked":false,"customData":{"boxId":"owdbN6MpKfZ05OtTV9_Zd","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.20810413360595703,0.021144866943359375],[-0.40224742889404297,0.08174514770507812],[-0.5781803131103516,0.1775522232055664],[-0.731654167175293,0.3043174743652344],[-0.8584194183349609,0.4577903747558594],[-0.9542255401611328,0.633723258972168],[-1.014826774597168,0.8278675079345703],[-1.035970687866211,1.0359716415405273],[-1.014826774597168,1.2440757751464844],[-0.9542255401611328,1.4382200241088867],[-0.8584194183349609,1.6141529083251953],[-0.731654167175293,1.7676258087158203],[-0.5781803131103516,1.8943910598754883],[-0.40224742889404297,1.9901981353759766],[-0.20810413360595703,2.0507984161376953],[0,2.0719432830810547],[3.1079139709472656,2.0719432830810547],[3.1079139709472656,2.0719432830810547],[3.316019058227539,2.0507984161376953],[3.510162353515625,1.9901981353759766],[3.6860952377319336,1.8943910598754883],[3.8395681381225586,1.7676258087158203],[3.9663333892822266,1.6141529083251953],[4.062140464782715,1.4382200241088867],[4.12274169921875,1.2440757751464844],[4.143885612487793,1.0359716415405273],[4.12274169921875,0.8278675079345703],[4.062140464782715,0.633723258972168],[3.9663333892822266,0.4577903747558594],[3.8395681381225586,0.3043174743652344],[3.6860952377319336,0.1775522232055664],[3.510162353515625,0.08174514770507812],[3.316019058227539,0.021144866943359375],[3.1079139709472656,0],[0,0],[0,0]]},{"type":"line","version":182,"versionNonce":329748046,"isDeleted":true,"id":"lipkfDzsR0j8Ng85IbPxn","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1072.892086982727,"y":214.07194328308105,"strokeColor":"#00000000","backgroundColor":"#fff","width":5.1798553466796875,"height":2.071941375732422,"seed":1685175387,"groupIds":["d1xf-DDGAd5-w1W19LKXr","b_f8flvgiAs4Yb16cNzRG","FO1ithvKmf5wC0DY4tdLe"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829091,"link":null,"locked":false,"customData":{"boxId":"owdbN6MpKfZ05OtTV9_Zd","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.20810508728027344,0.021142959594726562],[-0.4022483825683594,0.08174514770507812],[-0.578181266784668,0.17755126953125],[-0.7316551208496094,0.30431556701660156],[-0.8584194183349609,0.4577903747558594],[-0.9542264938354492,0.6337223052978516],[-1.014826774597168,0.8278656005859375],[-1.0359716415405273,1.035970687866211],[-1.014826774597168,1.2440757751464844],[-0.9542264938354492,1.4382190704345703],[-0.8584194183349609,1.6141529083251953],[-0.7316551208496094,1.7676258087158203],[-0.578181266784668,1.8943901062011719],[-0.4022483825683594,1.9901962280273438],[-0.20810508728027344,2.0507984161376953],[0,2.071941375732422],[3.107913017272949,2.071941375732422],[3.107913017272949,2.071941375732422],[3.3160181045532227,2.0507984161376953],[3.5101613998413086,1.9901962280273438],[3.6860952377319336,1.8943901062011719],[3.8395681381225586,1.7676258087158203],[3.96633243560791,1.6141529083251953],[4.062140464782715,1.4382190704345703],[4.122740745544434,1.2440757751464844],[4.14388370513916,1.035970687866211],[4.122740745544434,0.8278656005859375],[4.062140464782715,0.6337223052978516],[3.96633243560791,0.4577903747558594],[3.8395681381225586,0.30431556701660156],[3.6860952377319336,0.17755126953125],[3.5101613998413086,0.08174514770507812],[3.3160181045532227,0.021142959594726562],[3.107913017272949,0],[0,0],[0,0]]},{"id":"NP1O-S54hx-V8jgJQnB3Z","type":"text","x":448.1666259765625,"y":229.33331298828125,"width":9,"height":32,"angle":0,"strokeColor":"#202124","backgroundColor":"#000000","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"round","seed":1491372725,"version":44,"versionNonce":119129490,"isDeleted":true,"boundElements":null,"updated":1697744829091,"link":null,"locked":false,"text":"","fontSize":28,"fontFamily":2,"textAlign":"center","verticalAlign":"top","baseline":25,"containerId":null,"originalText":""},{"id":"nSM1udZXDrkSqwAsibEQO","type":"arrow","x":400,"y":320,"width":0,"height":77.70391845703114,"angle":0,"strokeColor":"#202124","backgroundColor":"#202124","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"sharp","seed":455804149,"version":80,"versionNonce":1685886094,"isDeleted":true,"boundElements":null,"updated":1697744829091,"link":null,"locked":false,"points":[[0,0],[0,77.70391845703114]],"lastCommittedPoint":null,"startBinding":null,"endBinding":{"elementId":"3eA7opV4aWR5OKiCYAQPp","focus":-0.16666666666666669,"gap":2.2960815429688637},"startArrowhead":null,"endArrowhead":"triangle","fontFamily":2},{"id":"MBAzSf45lj2hPn8nr3IPf","type":"arrow","x":301,"y":220,"width":318,"height":0,"angle":0,"strokeColor":"#202124","backgroundColor":"#202124","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"sharp","seed":1030741819,"version":579,"versionNonce":514802514,"isDeleted":false,"boundElements":null,"updated":1697744829091,"link":null,"locked":false,"points":[[0,0],[318,0]],"lastCommittedPoint":null,"startBinding":{"elementId":"XGJiTHw2h99_Hrxjg4EQi","focus":0.1320754716981132,"gap":1},"endBinding":{"elementId":"cNmhzVV34StKRJzlCzGP0","focus":-0.1320754716981132,"gap":1},"startArrowhead":null,"endArrowhead":"triangle","fontFamily":2},{"id":"1QnVkTtxCUaktd23tLcOc","type":"text","x":-157.83337402343727,"y":415.33331298828114,"width":9,"height":32,"angle":0,"strokeColor":"#202124","backgroundColor":"#000000","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"round","seed":2086129525,"version":43,"versionNonce":1498862286,"isDeleted":true,"boundElements":null,"updated":1697744829091,"link":null,"locked":false,"text":"","fontSize":28,"fontFamily":2,"textAlign":"center","verticalAlign":"top","baseline":25,"containerId":null,"originalText":""},{"type":"rectangle","version":1364,"versionNonce":709822738,"isDeleted":false,"id":"PTc4lWZHMDIBXHllvnEfM","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":40,"y":360,"strokeColor":"#34a853","backgroundColor":"#ceead6","width":899.9999999999999,"height":180,"seed":1602762293,"groupIds":[],"strokeSharpness":"sharp","boundElements":[{"id":"PiqrL0eWlHBfTKdGN3bVH","type":"arrow"},{"id":"8-TssCdzfk8wVOoQfRqdV","type":"arrow"}],"updated":1697744829091,"link":null,"locked":false,"customData":{"boxId":"rCN2dA6OQ5J36e7vnIvfV","label":"Region","resource":"region","type":"container"}},{"id":"bopRas-IC4GfRCV_W90YJ","type":"text","x":662.1666259765625,"y":653.3333129882811,"width":9,"height":32,"angle":0,"strokeColor":"#202124","backgroundColor":"#000000","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"round","seed":1267588027,"version":43,"versionNonce":751782158,"isDeleted":true,"boundElements":null,"updated":1697744829091,"link":null,"locked":false,"text":"","fontSize":28,"fontFamily":2,"textAlign":"center","verticalAlign":"top","baseline":25,"containerId":null,"originalText":""},{"type":"rectangle","version":86,"versionNonce":1097864914,"isDeleted":true,"id":"XiBnra7eOZmRuFrTLLgAV","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":300,"y":420,"strokeColor":"#202124","backgroundColor":"#FFF","width":240,"height":80,"seed":965785973,"groupIds":["iylysA24f0ify2oGKelIs","D7OfDfNwbvz8C8f3NntlA"],"strokeSharpness":"round","boundElements":[{"id":"5E3kX_JSrqhbcM4pOzi92","type":"arrow"},{"id":"3exC9lat3uD7T7SlGlk-Z","type":"arrow"}],"updated":1697744829091,"link":null,"locked":false,"customData":{"boxId":"3gFsZXR9GmruBeduu2j_0","label":"BigQuery","resource":"google_bigquery_dataset","type":"container"}},{"type":"text","version":79,"versionNonce":1583281998,"isDeleted":true,"id":"-wawLTlbqIhf9pUlbPCm2","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":316,"y":436,"strokeColor":"#1A73E8","backgroundColor":"transparent","width":160,"height":18,"seed":1879671899,"groupIds":["iylysA24f0ify2oGKelIs","D7OfDfNwbvz8C8f3NntlA"],"strokeSharpness":"round","boundElements":[],"updated":1697744829091,"link":null,"locked":false,"customData":{"boxId":"3gFsZXR9GmruBeduu2j_0","label":"BigQuery","resource":"google_bigquery_dataset","type":"child"},"fontSize":16,"fontFamily":5,"text":"BigQuery","baseline":16,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":"BigQuery"},{"type":"text","version":53,"versionNonce":1957260434,"isDeleted":true,"id":"lPEuQoTp4eQ4rnNODG9qX","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1136,"y":-282,"strokeColor":"#202124","backgroundColor":"transparent","width":160,"height":18,"seed":310624981,"groupIds":["iylysA24f0ify2oGKelIs","D7OfDfNwbvz8C8f3NntlA"],"strokeSharpness":"round","boundElements":[],"updated":1697744829091,"link":null,"locked":false,"customData":{"boxId":"3gFsZXR9GmruBeduu2j_0","label":"BigQuery","resource":"google_bigquery_dataset","type":"child"},"fontSize":16,"fontFamily":5,"text":"","baseline":16,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":""},{"type":"line","version":54,"versionNonce":375315854,"isDeleted":true,"id":"DT694dCoXDndmKqUfPaoG","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1136,"y":-256,"strokeColor":"#202124","backgroundColor":"transparent","width":208,"height":0,"seed":447627515,"groupIds":["iylysA24f0ify2oGKelIs","D7OfDfNwbvz8C8f3NntlA"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829091,"link":null,"locked":false,"customData":{"boxId":"3gFsZXR9GmruBeduu2j_0","label":"BigQuery","resource":"google_bigquery_dataset","type":"child"},"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[208,0]]},{"type":"text","version":53,"versionNonce":699533906,"isDeleted":true,"id":"QdtiVw3KO7CExr_deQAfc","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1136,"y":-247,"strokeColor":"#202124","backgroundColor":"transparent","width":160,"height":14,"seed":1594794037,"groupIds":["iylysA24f0ify2oGKelIs","D7OfDfNwbvz8C8f3NntlA"],"strokeSharpness":"round","boundElements":[],"updated":1697744829091,"link":null,"locked":false,"customData":{"boxId":"3gFsZXR9GmruBeduu2j_0","label":"BigQuery","resource":"google_bigquery_dataset","type":"child"},"fontSize":12,"fontFamily":4,"text":"","baseline":12,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":""},{"type":"line","version":76,"versionNonce":168295374,"isDeleted":true,"id":"z0LOsY3BB3E-UNNdUjNL2","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":518.421215057373,"y":452.79999923706055,"strokeColor":"transparent","backgroundColor":"#4285f4","width":6.175506591796875,"height":6.175506591796875,"seed":1456630171,"groupIds":["iylysA24f0ify2oGKelIs","D7OfDfNwbvz8C8f3NntlA"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829091,"link":null,"locked":false,"customData":{"boxId":"3gFsZXR9GmruBeduu2j_0","label":"BigQuery","resource":"google_bigquery_dataset","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-1.508890151977539,1.5088920593261719],[-1.508890151977539,1.5088920593261719],[-1.5668010711669922,1.5783119201660156],[-1.6085205078125,1.6556739807128906],[-1.6340065002441406,1.7383899688720703],[-1.6432132720947266,1.8238697052001953],[-1.6360969543457031,1.9095230102539062],[-1.6126155853271484,1.9927654266357422],[-1.5727252960205078,2.071004867553711],[-1.5163803100585938,2.141653060913086],[-1.508890151977539,2.149141311645508],[2.253978729248047,5.912012100219727],[2.253978729248047,5.912012100219727],[2.3232383728027344,5.968524932861328],[2.400175094604492,6.008892059326172],[2.4822921752929688,6.033111572265625],[2.5670833587646484,6.04118537902832],[2.6520519256591797,6.033111572265625],[2.7346935272216797,6.008892059326172],[2.8125076293945312,5.968524932861328],[2.88299560546875,5.912012100219727],[4.403120040893555,4.391887664794922],[4.403120040893555,4.391887664794922],[4.459634780883789,4.322628021240234],[4.5,4.245691299438477],[4.524219512939453,4.16357421875],[4.532293319702148,4.07878303527832],[4.524219512939453,3.993816375732422],[4.5,3.911174774169922],[4.459634780883789,3.8333587646484375],[4.403120040893555,3.7628707885742188],[0.6365070343017578,0],[0.6365070343017578,0],[0.5670852661132812,-0.057910919189453125],[0.48972320556640625,-0.09963035583496094],[0.4070091247558594,-0.12511444091796875],[0.3215293884277344,-0.1343212127685547],[0.23587417602539062,-0.12720489501953125],[0.1526336669921875,-0.10372543334960938],[0.07439422607421875,-0.06383323669433594],[0.00374603271484375,-0.007488250732421875],[0,0]]},{"type":"line","version":76,"versionNonce":2002841618,"isDeleted":true,"id":"9cG5Y_yKZn6ZNsCbR1TiO","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":511.25491428375244,"y":437.5725427865982,"strokeColor":"transparent","backgroundColor":"#669df6","width":19.140093445777893,"height":19.140092253684998,"seed":85381525,"groupIds":["iylysA24f0ify2oGKelIs","D7OfDfNwbvz8C8f3NntlA"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829091,"link":null,"locked":false,"customData":{"boxId":"3gFsZXR9GmruBeduu2j_0","label":"BigQuery","resource":"google_bigquery_dataset","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.49259281158447266,0.012448668479919434],[-0.9787044525146484,0.04939424991607666],[-1.4577360153198242,0.1102362871170044],[-1.9290857315063477,0.19437408447265625],[-2.392153739929199,0.3012070655822754],[-2.8463401794433594,0.430134654045105],[-3.291043758392334,0.5805565118789673],[-3.725663661956787,0.7518719434738159],[-4.149599075317383,0.943480372428894],[-4.562250137329102,1.1547812223434448],[-4.963016510009766,1.3851739168167114],[-5.351297378540039,1.6340581178665161],[-5.726491451263428,1.900833010673523],[-6.087998867034912,2.184897780418396],[-6.435218811035156,2.4856523275375366],[-6.767550945281982,2.802495837211609],[-7.084394454956055,3.134827971458435],[-7.385149240493774,3.4820483922958374],[-7.6692140102386475,3.8435558080673218],[-7.935988903045654,4.2187498807907104],[-8.184873104095459,4.607030749320984],[-8.415265798568726,5.00779664516449],[-8.626566410064697,5.4204477071762085],[-8.818174839019775,5.844383597373962],[-8.989490509033203,6.2790035009384155],[-9.139912366867065,6.723706603050232],[-9.268839955329895,7.177893042564392],[-9.375672936439514,7.640961050987244],[-9.459810733795166,8.112310767173767],[-9.520652770996094,8.591342329978943],[-9.557598352432251,9.077454924583435],[-9.57004702091217,9.570046782493591],[-9.557598352432251,10.062638640403748],[-9.520652770996094,10.548750281333923],[-9.459810733795166,11.0277818441391],[-9.375672936439514,11.499131560325623],[-9.268839955329895,11.96220052242279],[-9.139912366867065,12.416386008262634],[-8.989490509033203,12.861090064048767],[-8.818174839019775,13.29570996761322],[-8.626566410064697,13.719644904136658],[-8.415265798568726,14.132296919822693],[-8.184873104095459,14.533063292503357],[-7.935988903045654,14.92134416103363],[-7.6692140102386475,15.296536803245544],[-7.385149240493774,15.658044219017029],[-7.084394454956055,16.005265593528748],[-6.767550945281982,16.3375962972641],[-6.435218811035156,16.654441237449646],[-6.087998867034912,16.955195784568787],[-5.726491451263428,17.239259123802185],[-5.351297378540039,17.50603425502777],[-4.963016510009766,17.754918456077576],[-4.562250137329102,17.985310912132263],[-4.149599075317383,18.19661271572113],[-3.725663661956787,18.38822114467621],[-3.291043758392334,18.55953538417816],[-2.8463401794433594,18.709956526756287],[-2.392153739929199,18.83888566493988],[-1.9290857315063477,18.945720076560974],[-1.4577360153198242,19.0298570394516],[-0.9787044525146484,19.090697646141052],[-0.49259281158447266,19.12764298915863],[0,19.140092253684998],[0.49259185791015625,19.12764298915863],[0.978703498840332,19.090697646141052],[1.4577350616455078,19.0298570394516],[1.9290847778320312,18.945720076560974],[2.392153739929199,18.83888566493988],[2.846339225769043,18.709956526756287],[3.291043281555176,18.55953538417816],[3.7256622314453125,18.38822114467621],[4.149598121643066,18.19661271572113],[4.562249183654785,17.985310912132263],[4.963015556335449,17.754918456077576],[5.351296424865723,17.50603425502777],[5.7264909744262695,17.239259123802185],[6.087996482849121,16.955195784568787],[6.43521785736084,16.654441237449646],[6.767550468444824,16.3375962972641],[7.084393501281738,16.005265593528748],[7.385148048400879,15.658044219017029],[7.66921329498291,15.296536803245544],[7.935986518859863,14.92134416103363],[8.184870719909668,14.533063292503357],[8.415265083312988,14.132296919822693],[8.626564979553223,13.719644904136658],[8.818175315856934,13.29570996761322],[8.989487648010254,12.861090064048767],[9.139910697937012,12.416386008262634],[9.268839836120605,11.96220052242279],[9.375672340393066,11.499131560325623],[9.459811210632324,11.0277818441391],[9.520649909973145,10.548750281333923],[9.557595252990723,10.062638640403748],[9.570046424865723,9.570046782493591],[9.557587623596191,9.077454924583435],[9.520609855651855,8.591342329978943],[9.45971965789795,8.112310767173767],[9.375519752502441,7.640961050987244],[9.268609046936035,7.177893042564392],[9.1395902633667,6.723706603050232],[8.989069938659668,6.2790035009384155],[8.817646980285645,5.844383597373962],[8.62592601776123,5.4204477071762085],[8.414509773254395,5.00779664516449],[8.184000968933105,4.607030749320984],[7.935000419616699,4.2187498807907104],[7.668112754821777,3.8435558080673218],[7.383938789367676,3.4820483922958374],[7.083081245422363,3.134827971458435],[6.766144752502441,2.802495837211609],[6.433732032775879,2.4856523275375366],[6.086441993713379,2.184897780418396],[5.724881172180176,1.900833010673523],[5.3496503829956055,1.6340581178665161],[4.961352348327637,1.3851739168167114],[4.560590744018555,1.1547812223434448],[4.147966384887695,0.943480372428894],[3.7240819931030273,0.7518719434738159],[3.2895421981811523,0.5805565118789673],[2.8449487686157227,0.430134654045105],[2.3909034729003906,0.3012070655822754],[1.928009033203125,0.19437408447265625],[1.4568700790405273,0.1102362871170044],[0.9780864715576172,0.04939424991607666],[0.4922628402709961,0.012448668479919434],[0,0]]},{"type":"line","version":76,"versionNonce":1601393166,"isDeleted":true,"id":"uXxLgDsIp_RiSU4Fd3VqY","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":511.25491428375244,"y":454.25647354125977,"strokeColor":"transparent","backgroundColor":"#669df6","width":14.205303192138672,"height":14.20530366897583,"seed":430472763,"groupIds":["iylysA24f0ify2oGKelIs","D7OfDfNwbvz8C8f3NntlA"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829091,"link":null,"locked":false,"customData":{"boxId":"3gFsZXR9GmruBeduu2j_0","label":"BigQuery","resource":"google_bigquery_dataset","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.36559581756591797,-0.009929656982421875],[-0.7263565063476562,-0.03801727294921875],[-1.081838607788086,-0.08381843566894531],[-1.4315967559814453,-0.14688491821289062],[-1.7751836776733398,-0.22677230834960938],[-2.112156867980957,-0.32303619384765625],[-2.4420671463012695,-0.4352302551269531],[-2.764470100402832,-0.5629100799560547],[-3.078920364379883,-0.70562744140625],[-3.3849730491638184,-0.8629360198974609],[-3.6821823120117188,-1.0343952178955078],[-3.9701008796691895,-1.2195549011230469],[-4.248284816741943,-1.4179706573486328],[-4.516287803649902,-1.6291980743408203],[-4.773664474487305,-1.8527889251708984],[-5.019969463348389,-2.088298797607422],[-5.254756450653076,-2.3352842330932617],[-5.4775800704956055,-2.5932979583740234],[-5.687994480133057,-2.8618927001953125],[-5.885554790496826,-3.140625],[-6.069815635681152,-3.429048538208008],[-6.240329742431641,-3.726717948913574],[-6.396652698516846,-4.0331878662109375],[-6.538338661193848,-4.348011016845703],[-6.664942264556885,-4.670742988586426],[-6.776017189025879,-5.000938415527344],[-6.871118545532227,-5.338151931762695],[-6.949800491333008,-5.681938171386719],[-7.0116167068481445,-6.031848907470703],[-7.056122779846191,-6.3874406814575195],[-7.08287239074707,-6.74826717376709],[-7.0914201736450195,-7.113883972167969],[-7.081490516662598,-7.47947883605957],[-7.053402900695801,-7.840239524841309],[-7.007602214813232,-8.195722579956055],[-6.944535255432129,-8.545480728149414],[-6.864646911621094,-8.889067649841309],[-6.768383026123047,-9.22603988647461],[-6.65618896484375,-9.555950164794922],[-6.528510570526123,-9.8783540725708],[-6.385793209075928,-10.192804336547852],[-6.228483200073242,-10.498857021331787],[-6.057024955749512,-10.79606580734253],[-5.871865749359131,-11.083984851837158],[-5.673449516296387,-11.362168312072754],[-5.462223052978516,-11.630171298980713],[-5.238631725311279,-11.887547969818115],[-5.003120422363281,-12.1338529586792],[-4.756135940551758,-12.368639945983887],[-4.498122692108154,-12.591463565826416],[-4.229527473449707,-12.801878452301025],[-3.9507951736450195,-12.999438762664795],[-3.6623711585998535,-13.183699131011963],[-3.3647022247314453,-13.35421371459961],[-3.0582332611083984,-13.510536670684814],[-2.7434091567993164,-13.652222633361816],[-2.4206771850585938,-13.778826236724854],[-2.0904808044433594,-13.889901161193848],[-1.7532682418823242,-13.985002517700195],[-1.4094829559326172,-14.063683986663818],[-1.0595712661743164,-14.125500679016113],[-0.7039785385131836,-14.17000675201416],[-0.3431520462036133,-14.196756362915039],[0.022464752197265625,-14.20530366897583],[0.3870382308959961,-14.195406913757324],[0.7468461990356445,-14.167415142059326],[1.1014394760131836,-14.121772766113281],[1.4503746032714844,-14.058923244476318],[1.7932062149047852,-13.979310512542725],[2.129486083984375,-13.883377075195312],[2.4587717056274414,-13.771567344665527],[2.78061580657959,-13.644324779510498],[3.094572067260742,-13.502092361450195],[3.400197982788086,-13.345314979553223],[3.6970434188842773,-13.174434185028076],[3.9846668243408203,-12.989895343780518],[4.262619972229004,-12.792141437530518],[4.530458450317383,-12.581615924835205],[4.787737846374512,-12.358762741088867],[5.0340070724487305,-12.124024391174316],[5.268828392028809,-11.877845287322998],[5.491751670837402,-11.6206693649292],[5.702330589294434,-11.35293960571289],[5.900120735168457,-11.075099468231201],[6.084677696228027,-10.787592887878418],[6.255553245544434,-10.490862846374512],[6.412304878234863,-10.185354232788086],[6.5544843673706055,-9.871508598327637],[6.681647300720215,-9.549772262573242],[6.793347358703613,-9.220584869384766],[6.8891401290893555,-8.884393692016602],[6.968579292297363,-8.541641235351562],[7.031216621398926,-8.192770004272461],[7.076613426208496,-7.838224411010742],[7.104315757751465,-7.478448867797852],[7.113883018493652,-7.113883972167969],[7.1053361892700195,-6.74826717376709],[7.078587532043457,-6.3874406814575195],[7.03408145904541,-6.031848907470703],[6.972264289855957,-5.681938171386719],[6.893582344055176,-5.338151931762695],[6.798480033874512,-5.000938415527344],[6.687405586242676,-4.670742988586426],[6.560803413391113,-4.348011016845703],[6.419116020202637,-4.0331878662109375],[6.26279354095459,-3.726717948913574],[6.092278480529785,-3.429048538208008],[5.908019065856934,-3.140625],[5.710457801818848,-2.8618927001953125],[5.500042915344238,-2.5932979583740234],[5.277220726013184,-2.3352842330932617],[5.042431831359863,-2.088298797607422],[4.796128273010254,-1.8527889251708984],[4.538751602172852,-1.6291980743408203],[4.270748138427734,-1.4179706573486328],[3.992565155029297,-1.2195549011230469],[3.7046451568603516,-1.0343952178955078],[3.407437324523926,-0.8629360198974609],[3.101384162902832,-0.70562744140625],[2.786932945251465,-0.5629100799560547],[2.4645309448242188,-0.4352302551269531],[2.13461971282959,-0.32303619384765625],[1.7976484298706055,-0.22677230834960938],[1.4540605545043945,-0.14688491821289062],[1.1043024063110352,-0.08381843566894531],[0.7488203048706055,-0.03801727294921875],[0.3880586624145508,-0.009929656982421875],[0.022464752197265625,0],[0,0]]},{"type":"line","version":76,"versionNonce":28122578,"isDeleted":true,"id":"DL5DsPDKZfS17DHNn7qyV","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":511.25491428375244,"y":454.25647354125977,"strokeColor":"transparent","backgroundColor":"#fff","width":14.205303192138672,"height":14.20530366897583,"seed":298964725,"groupIds":["iylysA24f0ify2oGKelIs","D7OfDfNwbvz8C8f3NntlA"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829091,"link":null,"locked":false,"customData":{"boxId":"3gFsZXR9GmruBeduu2j_0","label":"BigQuery","resource":"google_bigquery_dataset","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.36559581756591797,-0.009929656982421875],[-0.7263565063476562,-0.03801727294921875],[-1.081838607788086,-0.08381843566894531],[-1.4315967559814453,-0.14688491821289062],[-1.7751836776733398,-0.22677230834960938],[-2.112156867980957,-0.32303619384765625],[-2.4420671463012695,-0.4352302551269531],[-2.764470100402832,-0.5629100799560547],[-3.078920364379883,-0.70562744140625],[-3.3849730491638184,-0.8629360198974609],[-3.6821823120117188,-1.0343952178955078],[-3.9701008796691895,-1.2195549011230469],[-4.248284816741943,-1.4179706573486328],[-4.516287803649902,-1.6291980743408203],[-4.773664474487305,-1.8527889251708984],[-5.019969463348389,-2.088298797607422],[-5.254756450653076,-2.3352842330932617],[-5.4775800704956055,-2.5932979583740234],[-5.687994480133057,-2.8618927001953125],[-5.885554790496826,-3.140625],[-6.069815635681152,-3.429048538208008],[-6.240329742431641,-3.726717948913574],[-6.396652698516846,-4.0331878662109375],[-6.538338661193848,-4.348011016845703],[-6.664942264556885,-4.670742988586426],[-6.776017189025879,-5.000938415527344],[-6.871118545532227,-5.338151931762695],[-6.949800491333008,-5.681938171386719],[-7.0116167068481445,-6.031848907470703],[-7.056122779846191,-6.3874406814575195],[-7.08287239074707,-6.74826717376709],[-7.0914201736450195,-7.113883972167969],[-7.081490516662598,-7.47947883605957],[-7.053402900695801,-7.840239524841309],[-7.007602214813232,-8.195722579956055],[-6.944535255432129,-8.545480728149414],[-6.864646911621094,-8.889067649841309],[-6.768383026123047,-9.22603988647461],[-6.65618896484375,-9.555950164794922],[-6.528510570526123,-9.8783540725708],[-6.385793209075928,-10.192804336547852],[-6.228483200073242,-10.498857021331787],[-6.057024955749512,-10.79606580734253],[-5.871865749359131,-11.083984851837158],[-5.673449516296387,-11.362168312072754],[-5.462223052978516,-11.630171298980713],[-5.238631725311279,-11.887547969818115],[-5.003120422363281,-12.1338529586792],[-4.756135940551758,-12.368639945983887],[-4.498122692108154,-12.591463565826416],[-4.229527473449707,-12.801878452301025],[-3.9507951736450195,-12.999438762664795],[-3.6623711585998535,-13.183699131011963],[-3.3647022247314453,-13.35421371459961],[-3.0582332611083984,-13.510536670684814],[-2.7434091567993164,-13.652222633361816],[-2.4206771850585938,-13.778826236724854],[-2.0904808044433594,-13.889901161193848],[-1.7532682418823242,-13.985002517700195],[-1.4094829559326172,-14.063683986663818],[-1.0595712661743164,-14.125500679016113],[-0.7039785385131836,-14.17000675201416],[-0.3431520462036133,-14.196756362915039],[0.022464752197265625,-14.20530366897583],[0.3870382308959961,-14.195406913757324],[0.7468461990356445,-14.167415142059326],[1.1014394760131836,-14.121772766113281],[1.4503746032714844,-14.058923244476318],[1.7932062149047852,-13.979310512542725],[2.129486083984375,-13.883377075195312],[2.4587717056274414,-13.771567344665527],[2.78061580657959,-13.644324779510498],[3.094572067260742,-13.502092361450195],[3.400197982788086,-13.345314979553223],[3.6970434188842773,-13.174434185028076],[3.9846668243408203,-12.989895343780518],[4.262619972229004,-12.792141437530518],[4.530458450317383,-12.581615924835205],[4.787737846374512,-12.358762741088867],[5.0340070724487305,-12.124024391174316],[5.268828392028809,-11.877845287322998],[5.491751670837402,-11.6206693649292],[5.702330589294434,-11.35293960571289],[5.900120735168457,-11.075099468231201],[6.084677696228027,-10.787592887878418],[6.255553245544434,-10.490862846374512],[6.412304878234863,-10.185354232788086],[6.5544843673706055,-9.871508598327637],[6.681647300720215,-9.549772262573242],[6.793347358703613,-9.220584869384766],[6.8891401290893555,-8.884393692016602],[6.968579292297363,-8.541641235351562],[7.031216621398926,-8.192770004272461],[7.076613426208496,-7.838224411010742],[7.104315757751465,-7.478448867797852],[7.113883018493652,-7.113883972167969],[7.1053361892700195,-6.74826717376709],[7.078587532043457,-6.3874406814575195],[7.03408145904541,-6.031848907470703],[6.972264289855957,-5.681938171386719],[6.893582344055176,-5.338151931762695],[6.798480033874512,-5.000938415527344],[6.687405586242676,-4.670742988586426],[6.560803413391113,-4.348011016845703],[6.419116020202637,-4.0331878662109375],[6.26279354095459,-3.726717948913574],[6.092278480529785,-3.429048538208008],[5.908019065856934,-3.140625],[5.710457801818848,-2.8618927001953125],[5.500042915344238,-2.5932979583740234],[5.277220726013184,-2.3352842330932617],[5.042431831359863,-2.088298797607422],[4.796128273010254,-1.8527889251708984],[4.538751602172852,-1.6291980743408203],[4.270748138427734,-1.4179706573486328],[3.992565155029297,-1.2195549011230469],[3.7046451568603516,-1.0343952178955078],[3.407437324523926,-0.8629360198974609],[3.101384162902832,-0.70562744140625],[2.786932945251465,-0.5629100799560547],[2.4645309448242188,-0.4352302551269531],[2.13461971282959,-0.32303619384765625],[1.7976484298706055,-0.22677230834960938],[1.4540605545043945,-0.14688491821289062],[1.1043024063110352,-0.08381843566894531],[0.7488203048706055,-0.03801727294921875],[0.3880586624145508,-0.009929656982421875],[0.022464752197265625,0],[0,0]]},{"type":"line","version":76,"versionNonce":295297102,"isDeleted":true,"id":"7kuEqZYRV6N5UcpjZxCv_","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":506.7132601737976,"y":446.96286964416504,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":1.8196568489074707,"height":4.646490097045898,"seed":236125915,"groupIds":["FDq9te7Jrpg3goRZ32kgP","iylysA24f0ify2oGKelIs","D7OfDfNwbvz8C8f3NntlA"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829091,"link":null,"locked":false,"customData":{"boxId":"3gFsZXR9GmruBeduu2j_0","label":"BigQuery","resource":"google_bigquery_dataset","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,2.796879768371582],[0,2.796879768371582],[0.17416858673095703,3.0759944915771484],[0.36487913131713867,3.342823028564453],[0.5714726448059082,3.596665382385254],[0.7932920455932617,3.836817741394043],[1.0296778678894043,4.062578201293945],[1.2799725532531738,4.273244857788086],[1.5435185432434082,4.46811580657959],[1.8196568489074707,4.646490097045898],[1.8196568489074707,0],[0,0],[0,0]]},{"type":"line","version":76,"versionNonce":1437438866,"isDeleted":true,"id":"R1_-ChG4Xy5gK3y7A6e0A","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":510.07550716400146,"y":444.38689517974854,"strokeColor":"#00000000","backgroundColor":"#669df6","width":2.2427453994750977,"height":8.085492134094238,"seed":1338323029,"groupIds":["qId957ALB8mHRJPn5Vu1a","iylysA24f0ify2oGKelIs","D7OfDfNwbvz8C8f3NntlA"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829091,"link":null,"locked":false,"customData":{"boxId":"3gFsZXR9GmruBeduu2j_0","label":"BigQuery","resource":"google_bigquery_dataset","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,8.004990577697754],[0,8.004990577697754],[0.29485130310058594,8.036524772644043],[0.5897035598754883,8.057877540588379],[0.8845548629760742,8.068699836730957],[1.1794071197509766,8.068642616271973],[1.445591926574707,8.081278800964355],[1.7110748291015625,8.085492134094238],[1.9765596389770508,8.081278800964355],[2.2427453994750977,8.068642616271973],[2.2427453994750977,0],[0,0],[0,0]]},{"type":"line","version":76,"versionNonce":1414833806,"isDeleted":true,"id":"6EucC-9lvwEuxn0lh3qy7","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":514.0630264282227,"y":448.05616188049316,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":1.8084230422973633,"height":3.497035026550293,"seed":1587833723,"groupIds":["rarXb9n0jx2eWoSoRuPuS","iylysA24f0ify2oGKelIs","D7OfDfNwbvz8C8f3NntlA"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829091,"link":null,"locked":false,"customData":{"boxId":"3gFsZXR9GmruBeduu2j_0","label":"BigQuery","resource":"google_bigquery_dataset","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,3.497035026550293],[0,3.497035026550293],[0.2770538330078125,3.307438850402832],[0.5408821105957031,3.1014394760131836],[0.7908115386962891,2.879755973815918],[1.026169776916504,2.6431102752685547],[1.2462835311889648,2.392223358154297],[1.4504785537719727,2.1278133392333984],[1.6380834579467773,1.850602149963379],[1.8084230422973633,1.5613107681274414],[1.8084230422973633,0],[0,0],[0,0]]},{"type":"text","version":242,"versionNonce":1167675730,"isDeleted":true,"id":"NI1rC3o95Jv2Mq1kKpdZg","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":660,"y":380,"strokeColor":"#202124","backgroundColor":"transparent","width":121,"height":19,"seed":700928411,"groupIds":[],"strokeSharpness":"round","boundElements":[],"updated":1697744829091,"link":null,"locked":false,"fontSize":16,"fontFamily":2,"text":"DATA ANALYSIS","baseline":15,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":"DATA ANALYSIS"},{"type":"text","version":160,"versionNonce":2019337422,"isDeleted":false,"id":"PBeO4J33q9RHT9i1PnE-m","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":424,"y":380,"strokeColor":"#202124","backgroundColor":"#000000","width":167,"height":31,"seed":708031957,"groupIds":[],"strokeSharpness":"round","boundElements":[],"updated":1697744829091,"link":null,"locked":false,"fontSize":27.386764437134495,"fontFamily":2,"text":"Data Analysis","baseline":25,"textAlign":"center","verticalAlign":"top","containerId":null,"originalText":"Data Analysis"},{"id":"BqVuebsL1p7CFFD1_SeuX","type":"arrow","x":980,"y":280,"width":580,"height":140,"angle":0,"strokeColor":"#202124","backgroundColor":"#202124","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"sharp","seed":253749371,"version":82,"versionNonce":1153914642,"isDeleted":true,"boundElements":null,"updated":1697744829091,"link":null,"locked":false,"points":[[0,0],[-580,60],[-580,140]],"lastCommittedPoint":null,"startBinding":{"elementId":"3eA7opV4aWR5OKiCYAQPp","focus":-0.763157894736842,"gap":1},"endBinding":{"elementId":"XiBnra7eOZmRuFrTLLgAV","focus":-0.16666666666666666,"gap":1},"startArrowhead":null,"endArrowhead":"triangle","fontFamily":2},{"type":"line","version":101,"versionNonce":1330305806,"isDeleted":true,"id":"pemo_jT5pZgdC4rCcJ0GQ","fillStyle":"hachure","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":600,"y":320,"strokeColor":"#000000","backgroundColor":"transparent","width":400,"height":0,"seed":821861019,"groupIds":[],"strokeSharpness":"round","boundElements":[],"updated":1697744829092,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[400,0]],"fontFamily":2},{"id":"5E3kX_JSrqhbcM4pOzi92","type":"arrow","x":740,"y":261,"width":560,"height":158,"angle":0,"strokeColor":"#202124","backgroundColor":"#202124","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"sharp","seed":1977482453,"version":201,"versionNonce":1135518930,"isDeleted":false,"boundElements":null,"updated":1697744829092,"link":null,"locked":false,"points":[[0,0],[0,59],[-560,59],[-560,158]],"lastCommittedPoint":[-560,140],"startBinding":null,"endBinding":{"elementId":"nj3n8sIQkvq3qsdVAf1o9","focus":0,"gap":1},"startArrowhead":null,"endArrowhead":"triangle","fontFamily":2},{"id":"4wrNfn0f9SEKg0ES1Hg39","type":"arrow","x":420,"y":281,"width":0,"height":142.2,"angle":0,"strokeColor":"#202124","backgroundColor":"#202124","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"sharp","seed":1618800059,"version":78,"versionNonce":261638478,"isDeleted":true,"boundElements":null,"updated":1697744829092,"link":null,"locked":false,"points":[[0,0],[0,142.2]],"lastCommittedPoint":null,"startBinding":{"elementId":"O5xNzyaWR5wEy9LBVN1Tw","gap":1,"focus":0},"endBinding":{"elementId":"-wawLTlbqIhf9pUlbPCm2","gap":12.799999999999999,"focus":0.3},"startArrowhead":null,"endArrowhead":"triangle","fontFamily":2},{"type":"ellipse","version":173,"versionNonce":199637650,"isDeleted":true,"id":"KWJ9il19DwMC2jCc_WHjZ","fillStyle":"hachure","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":60,"y":300,"strokeColor":"#000000","backgroundColor":"#000000","width":40,"height":42,"seed":600785845,"groupIds":[],"strokeSharpness":"round","boundElements":[{"id":"RCH2dQ-huybwttIHIDEoq","type":"text"},{"id":"RCH2dQ-huybwttIHIDEoq","type":"text"},{"type":"text","id":"RCH2dQ-huybwttIHIDEoq"}],"updated":1697744829092,"link":null,"locked":false,"endArrowhead":"triangle","fontFamily":2},{"type":"text","version":166,"versionNonce":949874574,"isDeleted":true,"id":"RCH2dQ-huybwttIHIDEoq","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":65,"y":305,"strokeColor":"#ffffff","backgroundColor":"#000000","width":30,"height":32,"seed":914341403,"groupIds":[],"strokeSharpness":"round","boundElements":[],"updated":1697744829092,"link":null,"locked":false,"fontSize":28,"fontFamily":2,"text":"3","baseline":25,"textAlign":"center","verticalAlign":"middle","containerId":"KWJ9il19DwMC2jCc_WHjZ","originalText":"3"},{"id":"3exC9lat3uD7T7SlGlk-Z","type":"arrow","x":120,"y":260,"width":0,"height":159,"angle":0,"strokeColor":"#202124","backgroundColor":"#202124","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"sharp","seed":272738683,"version":149,"versionNonce":472193106,"isDeleted":false,"boundElements":null,"updated":1697744829092,"link":null,"locked":false,"points":[[0,0],[0,159]],"lastCommittedPoint":null,"startBinding":null,"endBinding":{"elementId":"nj3n8sIQkvq3qsdVAf1o9","focus":-0.5,"gap":1},"startArrowhead":null,"endArrowhead":"triangle","fontFamily":2},{"type":"rectangle","version":67,"versionNonce":1989463502,"isDeleted":true,"id":"37kV3Z-oEPXqsrWDhc0uz","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":860,"y":420,"strokeColor":"#202124","backgroundColor":"#FFF","width":240,"height":100,"seed":1547742107,"groupIds":["mV1C0rbIvuNU_EmTLoe0S","bgN5wG7Ppq-fPnKFhXFnH"],"strokeSharpness":"round","boundElements":[],"updated":1697744829092,"link":null,"locked":false,"customData":{"boxId":"m87DS5VejltA6mLCWV3Pr","label":"Data Studio","type":"container"}},{"type":"text","version":71,"versionNonce":71450130,"isDeleted":true,"id":"52Lyym9pZMrFaIXOvfPFO","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":876,"y":436,"strokeColor":"#1A73E8","backgroundColor":"transparent","width":103,"height":20,"seed":103133077,"groupIds":["mV1C0rbIvuNU_EmTLoe0S","bgN5wG7Ppq-fPnKFhXFnH"],"strokeSharpness":"round","boundElements":[],"updated":1697744829092,"link":null,"locked":false,"customData":{"boxId":"m87DS5VejltA6mLCWV3Pr","label":"Data Studio","type":"child"},"fontSize":16,"fontFamily":5,"text":"Looker Studio","baseline":15,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":"Looker Studio"},{"type":"text","version":31,"versionNonce":110486542,"isDeleted":true,"id":"1IY8fhezkySxZ833FJ6YM","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1316,"y":158,"strokeColor":"#202124","backgroundColor":"transparent","width":160,"height":18,"seed":469663803,"groupIds":["mV1C0rbIvuNU_EmTLoe0S","bgN5wG7Ppq-fPnKFhXFnH"],"strokeSharpness":"round","boundElements":[],"updated":1697744829092,"link":null,"locked":false,"customData":{"boxId":"m87DS5VejltA6mLCWV3Pr","label":"Data Studio","type":"child"},"fontSize":16,"fontFamily":5,"text":"","baseline":16,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":""},{"type":"line","version":31,"versionNonce":1093970898,"isDeleted":true,"id":"zSW3cZlwpU-NoyZkuXtHB","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1316,"y":184,"strokeColor":"#202124","backgroundColor":"transparent","width":208,"height":1,"seed":156562677,"groupIds":["mV1C0rbIvuNU_EmTLoe0S","bgN5wG7Ppq-fPnKFhXFnH"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829092,"link":null,"locked":false,"customData":{"boxId":"m87DS5VejltA6mLCWV3Pr","label":"Data Studio","type":"child"},"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[208,0]]},{"type":"text","version":31,"versionNonce":446313038,"isDeleted":true,"id":"coG2dkcKJSJor0YzY6CEm","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1316,"y":193,"strokeColor":"#202124","backgroundColor":"transparent","width":160,"height":14,"seed":442024155,"groupIds":["mV1C0rbIvuNU_EmTLoe0S","bgN5wG7Ppq-fPnKFhXFnH"],"strokeSharpness":"round","boundElements":[],"updated":1697744829092,"link":null,"locked":false,"customData":{"boxId":"m87DS5VejltA6mLCWV3Pr","label":"Data Studio","type":"child"},"fontSize":12,"fontFamily":4,"text":"","baseline":12,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":""},{"type":"line","version":64,"versionNonce":420700562,"isDeleted":true,"id":"PFSslUoBghfGqOdeMHYr5","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1079.5,"y":452.17000007629395,"strokeColor":"#00000000","backgroundColor":"#669df6","width":10,"height":5,"seed":1697943125,"groupIds":["q1vdAZDBr9hGMVAo0Bhvi","mV1C0rbIvuNU_EmTLoe0S","bgN5wG7Ppq-fPnKFhXFnH"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829092,"link":null,"locked":false,"customData":{"boxId":"m87DS5VejltA6mLCWV3Pr","label":"Data Studio","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-7.260000228881836,0],[-7.260000228881836,0],[-8.305115699768066,0.13211822509765625],[-9.17534351348877,0.6523036956787109],[-9.772900581359863,1.4713363647460938],[-10,2.5],[-9.781946182250977,3.535045623779297],[-9.185060501098633,4.358346939086914],[-8.31064510345459,4.877473831176758],[-7.260000228881836,5],[0,5],[0,0]]},{"type":"ellipse","version":64,"versionNonce":1031452814,"isDeleted":true,"id":"Hj__gDxUxzSUfzxFKiUa-","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1077,"y":452.17000007629395,"strokeColor":"transparent","backgroundColor":"#4285f4","width":5,"height":5,"seed":551677307,"groupIds":["ZiPOxsZN_Ii5uXtgK7HXl","7g7dF9JSOAvGt9Z9qpG6X","mV1C0rbIvuNU_EmTLoe0S","bgN5wG7Ppq-fPnKFhXFnH"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829092,"link":null,"locked":false,"customData":{"boxId":"m87DS5VejltA6mLCWV3Pr","label":"Data Studio","type":"child"}},{"type":"line","version":64,"versionNonce":1997889362,"isDeleted":true,"id":"fQMbvAS_jhFj_9dQFTKaC","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1072,"y":445.5,"strokeColor":"#00000000","backgroundColor":"#669df6","width":10,"height":5,"seed":1218050997,"groupIds":["8QG-La-MogXEC2AQyImte","mV1C0rbIvuNU_EmTLoe0S","bgN5wG7Ppq-fPnKFhXFnH"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829092,"link":null,"locked":false,"customData":{"boxId":"m87DS5VejltA6mLCWV3Pr","label":"Data Studio","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-7.260000228881836,0],[-7.260000228881836,0],[-8.305115222930908,0.13211727142333984],[-9.175343751907349,0.6523027420043945],[-9.772900342941284,1.4713373184204102],[-10,2.5],[-9.781945943832397,3.535045623779297],[-9.185060739517212,4.358346939086914],[-8.31064510345459,4.877473831176758],[-7.260000228881836,5],[0,5],[0,0]]},{"type":"ellipse","version":64,"versionNonce":921728718,"isDeleted":true,"id":"zednEFujEaXpMFTUQGNmY","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1069.5,"y":445.5,"strokeColor":"transparent","backgroundColor":"#4285f4","width":5,"height":5,"seed":584877595,"groupIds":["ZiPOxsZN_Ii5uXtgK7HXl","Oj4Eu47qUxqWzj_p4vPaZ","mV1C0rbIvuNU_EmTLoe0S","bgN5wG7Ppq-fPnKFhXFnH"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829092,"link":null,"locked":false,"customData":{"boxId":"m87DS5VejltA6mLCWV3Pr","label":"Data Studio","type":"child"}},{"type":"line","version":64,"versionNonce":1200727314,"isDeleted":true,"id":"xkUOQLWUbFH2cR2h8uIB4","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1079.5,"y":438.82999992370605,"strokeColor":"#00000000","backgroundColor":"#669df6","width":10,"height":5,"seed":1806351637,"groupIds":["LlusdJjmZ5i1wPMYUcgwH","mV1C0rbIvuNU_EmTLoe0S","bgN5wG7Ppq-fPnKFhXFnH"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829092,"link":null,"locked":false,"customData":{"boxId":"m87DS5VejltA6mLCWV3Pr","label":"Data Studio","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-7.260000228881836,0],[-7.260000228881836,0],[-8.30331802368164,0.13521718978881836],[-9.172197341918945,0.6557517051696777],[-9.769977569580078,1.4734106063842773],[-10,2.5],[-9.781946182250977,3.535046100616455],[-9.185060501098633,4.358346462249756],[-8.31064510345459,4.877473831176758],[-7.260000228881836,5],[0,5],[0,0]]},{"type":"ellipse","version":64,"versionNonce":1871998222,"isDeleted":true,"id":"deO5UqGPl8mb7TIAKh916","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1077,"y":438.82999992370605,"strokeColor":"transparent","backgroundColor":"#4285f4","width":5,"height":5,"seed":121309883,"groupIds":["ZiPOxsZN_Ii5uXtgK7HXl","LrFZEGfDBVa8a1B-iBuL5","mV1C0rbIvuNU_EmTLoe0S","bgN5wG7Ppq-fPnKFhXFnH"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829092,"link":null,"locked":false,"customData":{"boxId":"m87DS5VejltA6mLCWV3Pr","label":"Data Studio","type":"child"}},{"type":"line","version":32,"versionNonce":1409233618,"isDeleted":true,"id":"3163Df_wfqo2xnkFWJGT4","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1096,"y":-256,"strokeColor":"#202124","backgroundColor":"transparent","width":208,"height":0,"seed":385519861,"groupIds":["QNb9nixoAY8IdFnI-nTV4","iQN6LoGvHWCGW_4ivwegy"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829092,"link":null,"locked":false,"customData":{"boxId":"tEHMDJW1BQg7FaZVYB0Mv","label":"BigQuery","resource":"google_bigquery_dataset","type":"child"},"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[208,0]]},{"type":"text","version":31,"versionNonce":1423940430,"isDeleted":true,"id":"Bhsbztj4eASY5QsDP3hd-","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1096,"y":-247,"strokeColor":"#202124","backgroundColor":"transparent","width":160,"height":14,"seed":1483400411,"groupIds":["QNb9nixoAY8IdFnI-nTV4","iQN6LoGvHWCGW_4ivwegy"],"strokeSharpness":"round","boundElements":[],"updated":1697744829092,"link":null,"locked":false,"customData":{"boxId":"tEHMDJW1BQg7FaZVYB0Mv","label":"BigQuery","resource":"google_bigquery_dataset","type":"child"},"fontSize":12,"fontFamily":4,"text":"","baseline":12,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":""},{"id":"sOXqd7djIKmPX5Ms5aXeQ","type":"text","x":1236.1666259765625,"y":-260.66668701171864,"width":9,"height":32,"angle":0,"strokeColor":"#202124","backgroundColor":"#000000","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"round","seed":1780264379,"version":32,"versionNonce":519374994,"isDeleted":true,"boundElements":null,"updated":1697744829092,"link":null,"locked":false,"text":"","fontSize":28,"fontFamily":2,"textAlign":"center","verticalAlign":"top","baseline":25,"containerId":null,"originalText":""},{"id":"hWstQM_jIo-DeLD6w15uZ","type":"text","x":1230.1666259765625,"y":-280.66668701171864,"width":9,"height":32,"angle":0,"strokeColor":"#202124","backgroundColor":"#000000","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"round","seed":1255900085,"version":32,"versionNonce":1026228622,"isDeleted":true,"boundElements":null,"updated":1697744829092,"link":null,"locked":false,"text":"","fontSize":28,"fontFamily":2,"textAlign":"center","verticalAlign":"top","baseline":25,"containerId":null,"originalText":""},{"type":"line","version":32,"versionNonce":1076504146,"isDeleted":true,"id":"WbcikA5MjNMsnAWbasTLo","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1356,"y":144,"strokeColor":"#202124","backgroundColor":"transparent","width":208,"height":0,"seed":1675846197,"groupIds":["9J8mRdwRGjgwVzaaBm08s","6fvBdX2y9cFgPC8ndbfF0"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829092,"link":null,"locked":false,"customData":{"boxId":"WPlpwy-w4Zza9lSkgYca3","label":"Data Studio","type":"child"},"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[208,0]]},{"type":"text","version":46,"versionNonce":1269800910,"isDeleted":true,"id":"o1_c8dGQCPnTTmoUOEK-D","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1156,"y":-227,"strokeColor":"#202124","backgroundColor":"transparent","width":160,"height":14,"seed":1210238875,"groupIds":["9J8mRdwRGjgwVzaaBm08s","6fvBdX2y9cFgPC8ndbfF0"],"strokeSharpness":"round","boundElements":[],"updated":1697744829092,"link":null,"locked":false,"customData":{"boxId":"WPlpwy-w4Zza9lSkgYca3","label":"Data Studio","type":"child"},"fontSize":12,"fontFamily":4,"text":"","baseline":12,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":""},{"id":"FJLWOTX8AjNuo3XPEDjUm","type":"text","x":1394.1666259765625,"y":155.33331298828125,"width":9,"height":32,"angle":0,"strokeColor":"#202124","backgroundColor":"#000000","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"round","seed":1954364571,"version":32,"versionNonce":1081445394,"isDeleted":true,"boundElements":null,"updated":1697744829092,"link":null,"locked":false,"text":"","fontSize":28,"fontFamily":2,"textAlign":"center","verticalAlign":"top","baseline":25,"containerId":null,"originalText":""},{"type":"rectangle","version":81,"versionNonce":1418098190,"isDeleted":false,"id":"nj3n8sIQkvq3qsdVAf1o9","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":60,"y":420,"strokeColor":"#202124","backgroundColor":"#FFF","width":240,"height":100,"seed":801886107,"groupIds":["QNb9nixoAY8IdFnI-nTV4","iQN6LoGvHWCGW_4ivwegy","SiMhKVR8rFv9e2NIdJ_oi"],"strokeSharpness":"round","boundElements":[{"id":"5E3kX_JSrqhbcM4pOzi92","type":"arrow"},{"id":"3exC9lat3uD7T7SlGlk-Z","type":"arrow"},{"id":"YMZc3qh-zTgnXg9S9t6Yn","type":"arrow"},{"id":"8-TssCdzfk8wVOoQfRqdV","type":"arrow"},{"id":"IBu8BzlAjwDWVETPdkOxn","type":"arrow"}],"updated":1697744829092,"link":null,"locked":false,"customData":{"boxId":"tEHMDJW1BQg7FaZVYB0Mv","label":"BigQuery","resource":"google_bigquery_dataset","type":"container"}},{"type":"text","version":78,"versionNonce":1976449490,"isDeleted":false,"id":"GscW5ARiSu3EOUGikT6lf","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":76,"y":433.5,"strokeColor":"#1A73E8","backgroundColor":"transparent","width":84,"height":23,"seed":1598999445,"groupIds":["QNb9nixoAY8IdFnI-nTV4","iQN6LoGvHWCGW_4ivwegy","SiMhKVR8rFv9e2NIdJ_oi"],"strokeSharpness":"round","boundElements":[],"updated":1697744829092,"link":null,"locked":false,"customData":{"boxId":"tEHMDJW1BQg7FaZVYB0Mv","label":"BigQuery","resource":"google_bigquery_dataset","type":"child"},"fontSize":20,"fontFamily":2,"text":"BigQuery","baseline":19,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":"BigQuery"},{"type":"text","version":92,"versionNonce":1084785742,"isDeleted":false,"id":"CVsjz5y5THUKMl4x2wORD","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":76,"y":458,"strokeColor":"#202124","backgroundColor":"transparent","width":118,"height":37,"seed":444933179,"groupIds":["QNb9nixoAY8IdFnI-nTV4","iQN6LoGvHWCGW_4ivwegy","SiMhKVR8rFv9e2NIdJ_oi"],"strokeSharpness":"round","boundElements":[],"updated":1697744829092,"link":null,"locked":false,"customData":{"boxId":"tEHMDJW1BQg7FaZVYB0Mv","label":"BigQuery","resource":"google_bigquery_dataset","type":"child"},"fontSize":16,"fontFamily":2,"text":"\nData warehouse","baseline":33,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":"\nData warehouse"},{"type":"line","version":72,"versionNonce":1598762898,"isDeleted":false,"id":"D1uiEsWdSRIont18S4buR","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":278.42121505737305,"y":452.79999923706055,"strokeColor":"transparent","backgroundColor":"#4285f4","width":6.175506591796875,"height":6.175506591796875,"seed":1673964117,"groupIds":["QNb9nixoAY8IdFnI-nTV4","iQN6LoGvHWCGW_4ivwegy","SiMhKVR8rFv9e2NIdJ_oi"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829092,"link":null,"locked":false,"customData":{"boxId":"tEHMDJW1BQg7FaZVYB0Mv","label":"BigQuery","resource":"google_bigquery_dataset","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-1.508890151977539,1.5088920593261719],[-1.508890151977539,1.5088920593261719],[-1.5668010711669922,1.5783119201660156],[-1.6085205078125,1.6556739807128906],[-1.6340065002441406,1.7383899688720703],[-1.6432132720947266,1.8238697052001953],[-1.6360969543457031,1.9095230102539062],[-1.6126155853271484,1.9927654266357422],[-1.5727252960205078,2.071004867553711],[-1.5163803100585938,2.141653060913086],[-1.508890151977539,2.149141311645508],[2.253978729248047,5.912012100219727],[2.253978729248047,5.912012100219727],[2.3232383728027344,5.968524932861328],[2.400175094604492,6.008892059326172],[2.4822921752929688,6.033111572265625],[2.5670833587646484,6.04118537902832],[2.6520519256591797,6.033111572265625],[2.7346935272216797,6.008892059326172],[2.8125076293945312,5.968524932861328],[2.88299560546875,5.912012100219727],[4.403120040893555,4.391887664794922],[4.403120040893555,4.391887664794922],[4.459634780883789,4.322628021240234],[4.5,4.245691299438477],[4.524219512939453,4.16357421875],[4.532293319702148,4.07878303527832],[4.524219512939453,3.993816375732422],[4.5,3.911174774169922],[4.459634780883789,3.8333587646484375],[4.403120040893555,3.7628707885742188],[0.6365070343017578,0],[0.6365070343017578,0],[0.5670852661132812,-0.057910919189453125],[0.48972320556640625,-0.09963035583496094],[0.4070091247558594,-0.12511444091796875],[0.3215293884277344,-0.1343212127685547],[0.23587417602539062,-0.12720489501953125],[0.1526336669921875,-0.10372543334960938],[0.07439422607421875,-0.06383323669433594],[0.00374603271484375,-0.007488250732421875],[0,0]]},{"type":"line","version":72,"versionNonce":1911474830,"isDeleted":false,"id":"NyBrSkFAmbSByaauFkJn7","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":271.25491428375244,"y":437.5725427865982,"strokeColor":"transparent","backgroundColor":"#669df6","width":19.140093445777893,"height":19.140092253684998,"seed":554668411,"groupIds":["QNb9nixoAY8IdFnI-nTV4","iQN6LoGvHWCGW_4ivwegy","SiMhKVR8rFv9e2NIdJ_oi"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829092,"link":null,"locked":false,"customData":{"boxId":"tEHMDJW1BQg7FaZVYB0Mv","label":"BigQuery","resource":"google_bigquery_dataset","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.49259281158447266,0.012448668479919434],[-0.9787044525146484,0.04939424991607666],[-1.4577360153198242,0.1102362871170044],[-1.9290857315063477,0.19437408447265625],[-2.392153739929199,0.3012070655822754],[-2.8463401794433594,0.430134654045105],[-3.291043758392334,0.5805565118789673],[-3.725663661956787,0.7518719434738159],[-4.149599075317383,0.943480372428894],[-4.562250137329102,1.1547812223434448],[-4.963016510009766,1.3851739168167114],[-5.351297378540039,1.6340581178665161],[-5.726491451263428,1.900833010673523],[-6.087998867034912,2.184897780418396],[-6.435218811035156,2.4856523275375366],[-6.767550945281982,2.802495837211609],[-7.084394454956055,3.134827971458435],[-7.385149240493774,3.4820483922958374],[-7.6692140102386475,3.8435558080673218],[-7.935988903045654,4.2187498807907104],[-8.184873104095459,4.607030749320984],[-8.415265798568726,5.00779664516449],[-8.626566410064697,5.4204477071762085],[-8.818174839019775,5.844383597373962],[-8.989490509033203,6.2790035009384155],[-9.139912366867065,6.723706603050232],[-9.268839955329895,7.177893042564392],[-9.375672936439514,7.640961050987244],[-9.459810733795166,8.112310767173767],[-9.520652770996094,8.591342329978943],[-9.557598352432251,9.077454924583435],[-9.57004702091217,9.570046782493591],[-9.557598352432251,10.062638640403748],[-9.520652770996094,10.548750281333923],[-9.459810733795166,11.0277818441391],[-9.375672936439514,11.499131560325623],[-9.268839955329895,11.96220052242279],[-9.139912366867065,12.416386008262634],[-8.989490509033203,12.861090064048767],[-8.818174839019775,13.29570996761322],[-8.626566410064697,13.719644904136658],[-8.415265798568726,14.132296919822693],[-8.184873104095459,14.533063292503357],[-7.935988903045654,14.92134416103363],[-7.6692140102386475,15.296536803245544],[-7.385149240493774,15.658044219017029],[-7.084394454956055,16.005265593528748],[-6.767550945281982,16.3375962972641],[-6.435218811035156,16.654441237449646],[-6.087998867034912,16.955195784568787],[-5.726491451263428,17.239259123802185],[-5.351297378540039,17.50603425502777],[-4.963016510009766,17.754918456077576],[-4.562250137329102,17.985310912132263],[-4.149599075317383,18.19661271572113],[-3.725663661956787,18.38822114467621],[-3.291043758392334,18.55953538417816],[-2.8463401794433594,18.709956526756287],[-2.392153739929199,18.83888566493988],[-1.9290857315063477,18.945720076560974],[-1.4577360153198242,19.0298570394516],[-0.9787044525146484,19.090697646141052],[-0.49259281158447266,19.12764298915863],[0,19.140092253684998],[0.49259185791015625,19.12764298915863],[0.978703498840332,19.090697646141052],[1.4577350616455078,19.0298570394516],[1.9290847778320312,18.945720076560974],[2.392153739929199,18.83888566493988],[2.846339225769043,18.709956526756287],[3.291043281555176,18.55953538417816],[3.7256622314453125,18.38822114467621],[4.149598121643066,18.19661271572113],[4.562249183654785,17.985310912132263],[4.963015556335449,17.754918456077576],[5.351296424865723,17.50603425502777],[5.7264909744262695,17.239259123802185],[6.087996482849121,16.955195784568787],[6.43521785736084,16.654441237449646],[6.767550468444824,16.3375962972641],[7.084393501281738,16.005265593528748],[7.385148048400879,15.658044219017029],[7.66921329498291,15.296536803245544],[7.935986518859863,14.92134416103363],[8.184870719909668,14.533063292503357],[8.415265083312988,14.132296919822693],[8.626564979553223,13.719644904136658],[8.818175315856934,13.29570996761322],[8.989487648010254,12.861090064048767],[9.139910697937012,12.416386008262634],[9.268839836120605,11.96220052242279],[9.375672340393066,11.499131560325623],[9.459811210632324,11.0277818441391],[9.520649909973145,10.548750281333923],[9.557595252990723,10.062638640403748],[9.570046424865723,9.570046782493591],[9.557587623596191,9.077454924583435],[9.520609855651855,8.591342329978943],[9.45971965789795,8.112310767173767],[9.375519752502441,7.640961050987244],[9.268609046936035,7.177893042564392],[9.1395902633667,6.723706603050232],[8.989069938659668,6.2790035009384155],[8.817646980285645,5.844383597373962],[8.62592601776123,5.4204477071762085],[8.414509773254395,5.00779664516449],[8.184000968933105,4.607030749320984],[7.935000419616699,4.2187498807907104],[7.668112754821777,3.8435558080673218],[7.383938789367676,3.4820483922958374],[7.083081245422363,3.134827971458435],[6.766144752502441,2.802495837211609],[6.433732032775879,2.4856523275375366],[6.086441993713379,2.184897780418396],[5.724881172180176,1.900833010673523],[5.3496503829956055,1.6340581178665161],[4.961352348327637,1.3851739168167114],[4.560590744018555,1.1547812223434448],[4.147966384887695,0.943480372428894],[3.7240819931030273,0.7518719434738159],[3.2895421981811523,0.5805565118789673],[2.8449487686157227,0.430134654045105],[2.3909034729003906,0.3012070655822754],[1.928009033203125,0.19437408447265625],[1.4568700790405273,0.1102362871170044],[0.9780864715576172,0.04939424991607666],[0.4922628402709961,0.012448668479919434],[0,0]]},{"type":"line","version":72,"versionNonce":19098962,"isDeleted":false,"id":"BOc-mEHfOptusmz4dzy4M","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":271.25491428375244,"y":454.25647354125977,"strokeColor":"transparent","backgroundColor":"#669df6","width":14.205303192138672,"height":14.20530366897583,"seed":1720227765,"groupIds":["QNb9nixoAY8IdFnI-nTV4","iQN6LoGvHWCGW_4ivwegy","SiMhKVR8rFv9e2NIdJ_oi"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829092,"link":null,"locked":false,"customData":{"boxId":"tEHMDJW1BQg7FaZVYB0Mv","label":"BigQuery","resource":"google_bigquery_dataset","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.36559581756591797,-0.009929656982421875],[-0.7263565063476562,-0.03801727294921875],[-1.081838607788086,-0.08381843566894531],[-1.4315967559814453,-0.14688491821289062],[-1.7751836776733398,-0.22677230834960938],[-2.112156867980957,-0.32303619384765625],[-2.4420671463012695,-0.4352302551269531],[-2.764470100402832,-0.5629100799560547],[-3.078920364379883,-0.70562744140625],[-3.3849730491638184,-0.8629360198974609],[-3.6821823120117188,-1.0343952178955078],[-3.9701008796691895,-1.2195549011230469],[-4.248284816741943,-1.4179706573486328],[-4.516287803649902,-1.6291980743408203],[-4.773664474487305,-1.8527889251708984],[-5.019969463348389,-2.088298797607422],[-5.254756450653076,-2.3352842330932617],[-5.4775800704956055,-2.5932979583740234],[-5.687994480133057,-2.8618927001953125],[-5.885554790496826,-3.140625],[-6.069815635681152,-3.429048538208008],[-6.240329742431641,-3.726717948913574],[-6.396652698516846,-4.0331878662109375],[-6.538338661193848,-4.348011016845703],[-6.664942264556885,-4.670742988586426],[-6.776017189025879,-5.000938415527344],[-6.871118545532227,-5.338151931762695],[-6.949800491333008,-5.681938171386719],[-7.0116167068481445,-6.031848907470703],[-7.056122779846191,-6.3874406814575195],[-7.08287239074707,-6.74826717376709],[-7.0914201736450195,-7.113883972167969],[-7.081490516662598,-7.47947883605957],[-7.053402900695801,-7.840239524841309],[-7.007602214813232,-8.195722579956055],[-6.944535255432129,-8.545480728149414],[-6.864646911621094,-8.889067649841309],[-6.768383026123047,-9.22603988647461],[-6.65618896484375,-9.555950164794922],[-6.528510570526123,-9.8783540725708],[-6.385793209075928,-10.192804336547852],[-6.228483200073242,-10.498857021331787],[-6.057024955749512,-10.79606580734253],[-5.871865749359131,-11.083984851837158],[-5.673449516296387,-11.362168312072754],[-5.462223052978516,-11.630171298980713],[-5.238631725311279,-11.887547969818115],[-5.003120422363281,-12.1338529586792],[-4.756135940551758,-12.368639945983887],[-4.498122692108154,-12.591463565826416],[-4.229527473449707,-12.801878452301025],[-3.9507951736450195,-12.999438762664795],[-3.6623711585998535,-13.183699131011963],[-3.3647022247314453,-13.35421371459961],[-3.0582332611083984,-13.510536670684814],[-2.7434091567993164,-13.652222633361816],[-2.4206771850585938,-13.778826236724854],[-2.0904808044433594,-13.889901161193848],[-1.7532682418823242,-13.985002517700195],[-1.4094829559326172,-14.063683986663818],[-1.0595712661743164,-14.125500679016113],[-0.7039785385131836,-14.17000675201416],[-0.3431520462036133,-14.196756362915039],[0.022464752197265625,-14.20530366897583],[0.3870382308959961,-14.195406913757324],[0.7468461990356445,-14.167415142059326],[1.1014394760131836,-14.121772766113281],[1.4503746032714844,-14.058923244476318],[1.7932062149047852,-13.979310512542725],[2.129486083984375,-13.883377075195312],[2.4587717056274414,-13.771567344665527],[2.78061580657959,-13.644324779510498],[3.094572067260742,-13.502092361450195],[3.400197982788086,-13.345314979553223],[3.6970434188842773,-13.174434185028076],[3.9846668243408203,-12.989895343780518],[4.262619972229004,-12.792141437530518],[4.530458450317383,-12.581615924835205],[4.787737846374512,-12.358762741088867],[5.0340070724487305,-12.124024391174316],[5.268828392028809,-11.877845287322998],[5.491751670837402,-11.6206693649292],[5.702330589294434,-11.35293960571289],[5.900120735168457,-11.075099468231201],[6.084677696228027,-10.787592887878418],[6.255553245544434,-10.490862846374512],[6.412304878234863,-10.185354232788086],[6.5544843673706055,-9.871508598327637],[6.681647300720215,-9.549772262573242],[6.793347358703613,-9.220584869384766],[6.8891401290893555,-8.884393692016602],[6.968579292297363,-8.541641235351562],[7.031216621398926,-8.192770004272461],[7.076613426208496,-7.838224411010742],[7.104315757751465,-7.478448867797852],[7.113883018493652,-7.113883972167969],[7.1053361892700195,-6.74826717376709],[7.078587532043457,-6.3874406814575195],[7.03408145904541,-6.031848907470703],[6.972264289855957,-5.681938171386719],[6.893582344055176,-5.338151931762695],[6.798480033874512,-5.000938415527344],[6.687405586242676,-4.670742988586426],[6.560803413391113,-4.348011016845703],[6.419116020202637,-4.0331878662109375],[6.26279354095459,-3.726717948913574],[6.092278480529785,-3.429048538208008],[5.908019065856934,-3.140625],[5.710457801818848,-2.8618927001953125],[5.500042915344238,-2.5932979583740234],[5.277220726013184,-2.3352842330932617],[5.042431831359863,-2.088298797607422],[4.796128273010254,-1.8527889251708984],[4.538751602172852,-1.6291980743408203],[4.270748138427734,-1.4179706573486328],[3.992565155029297,-1.2195549011230469],[3.7046451568603516,-1.0343952178955078],[3.407437324523926,-0.8629360198974609],[3.101384162902832,-0.70562744140625],[2.786932945251465,-0.5629100799560547],[2.4645309448242188,-0.4352302551269531],[2.13461971282959,-0.32303619384765625],[1.7976484298706055,-0.22677230834960938],[1.4540605545043945,-0.14688491821289062],[1.1043024063110352,-0.08381843566894531],[0.7488203048706055,-0.03801727294921875],[0.3880586624145508,-0.009929656982421875],[0.022464752197265625,0],[0,0]]},{"type":"line","version":72,"versionNonce":655509710,"isDeleted":false,"id":"ou0cvvozWXPwEpd9tdddd","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":271.25491428375244,"y":454.25647354125977,"strokeColor":"transparent","backgroundColor":"#fff","width":14.205303192138672,"height":14.20530366897583,"seed":364227099,"groupIds":["QNb9nixoAY8IdFnI-nTV4","iQN6LoGvHWCGW_4ivwegy","SiMhKVR8rFv9e2NIdJ_oi"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829092,"link":null,"locked":false,"customData":{"boxId":"tEHMDJW1BQg7FaZVYB0Mv","label":"BigQuery","resource":"google_bigquery_dataset","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.36559581756591797,-0.009929656982421875],[-0.7263565063476562,-0.03801727294921875],[-1.081838607788086,-0.08381843566894531],[-1.4315967559814453,-0.14688491821289062],[-1.7751836776733398,-0.22677230834960938],[-2.112156867980957,-0.32303619384765625],[-2.4420671463012695,-0.4352302551269531],[-2.764470100402832,-0.5629100799560547],[-3.078920364379883,-0.70562744140625],[-3.3849730491638184,-0.8629360198974609],[-3.6821823120117188,-1.0343952178955078],[-3.9701008796691895,-1.2195549011230469],[-4.248284816741943,-1.4179706573486328],[-4.516287803649902,-1.6291980743408203],[-4.773664474487305,-1.8527889251708984],[-5.019969463348389,-2.088298797607422],[-5.254756450653076,-2.3352842330932617],[-5.4775800704956055,-2.5932979583740234],[-5.687994480133057,-2.8618927001953125],[-5.885554790496826,-3.140625],[-6.069815635681152,-3.429048538208008],[-6.240329742431641,-3.726717948913574],[-6.396652698516846,-4.0331878662109375],[-6.538338661193848,-4.348011016845703],[-6.664942264556885,-4.670742988586426],[-6.776017189025879,-5.000938415527344],[-6.871118545532227,-5.338151931762695],[-6.949800491333008,-5.681938171386719],[-7.0116167068481445,-6.031848907470703],[-7.056122779846191,-6.3874406814575195],[-7.08287239074707,-6.74826717376709],[-7.0914201736450195,-7.113883972167969],[-7.081490516662598,-7.47947883605957],[-7.053402900695801,-7.840239524841309],[-7.007602214813232,-8.195722579956055],[-6.944535255432129,-8.545480728149414],[-6.864646911621094,-8.889067649841309],[-6.768383026123047,-9.22603988647461],[-6.65618896484375,-9.555950164794922],[-6.528510570526123,-9.8783540725708],[-6.385793209075928,-10.192804336547852],[-6.228483200073242,-10.498857021331787],[-6.057024955749512,-10.79606580734253],[-5.871865749359131,-11.083984851837158],[-5.673449516296387,-11.362168312072754],[-5.462223052978516,-11.630171298980713],[-5.238631725311279,-11.887547969818115],[-5.003120422363281,-12.1338529586792],[-4.756135940551758,-12.368639945983887],[-4.498122692108154,-12.591463565826416],[-4.229527473449707,-12.801878452301025],[-3.9507951736450195,-12.999438762664795],[-3.6623711585998535,-13.183699131011963],[-3.3647022247314453,-13.35421371459961],[-3.0582332611083984,-13.510536670684814],[-2.7434091567993164,-13.652222633361816],[-2.4206771850585938,-13.778826236724854],[-2.0904808044433594,-13.889901161193848],[-1.7532682418823242,-13.985002517700195],[-1.4094829559326172,-14.063683986663818],[-1.0595712661743164,-14.125500679016113],[-0.7039785385131836,-14.17000675201416],[-0.3431520462036133,-14.196756362915039],[0.022464752197265625,-14.20530366897583],[0.3870382308959961,-14.195406913757324],[0.7468461990356445,-14.167415142059326],[1.1014394760131836,-14.121772766113281],[1.4503746032714844,-14.058923244476318],[1.7932062149047852,-13.979310512542725],[2.129486083984375,-13.883377075195312],[2.4587717056274414,-13.771567344665527],[2.78061580657959,-13.644324779510498],[3.094572067260742,-13.502092361450195],[3.400197982788086,-13.345314979553223],[3.6970434188842773,-13.174434185028076],[3.9846668243408203,-12.989895343780518],[4.262619972229004,-12.792141437530518],[4.530458450317383,-12.581615924835205],[4.787737846374512,-12.358762741088867],[5.0340070724487305,-12.124024391174316],[5.268828392028809,-11.877845287322998],[5.491751670837402,-11.6206693649292],[5.702330589294434,-11.35293960571289],[5.900120735168457,-11.075099468231201],[6.084677696228027,-10.787592887878418],[6.255553245544434,-10.490862846374512],[6.412304878234863,-10.185354232788086],[6.5544843673706055,-9.871508598327637],[6.681647300720215,-9.549772262573242],[6.793347358703613,-9.220584869384766],[6.8891401290893555,-8.884393692016602],[6.968579292297363,-8.541641235351562],[7.031216621398926,-8.192770004272461],[7.076613426208496,-7.838224411010742],[7.104315757751465,-7.478448867797852],[7.113883018493652,-7.113883972167969],[7.1053361892700195,-6.74826717376709],[7.078587532043457,-6.3874406814575195],[7.03408145904541,-6.031848907470703],[6.972264289855957,-5.681938171386719],[6.893582344055176,-5.338151931762695],[6.798480033874512,-5.000938415527344],[6.687405586242676,-4.670742988586426],[6.560803413391113,-4.348011016845703],[6.419116020202637,-4.0331878662109375],[6.26279354095459,-3.726717948913574],[6.092278480529785,-3.429048538208008],[5.908019065856934,-3.140625],[5.710457801818848,-2.8618927001953125],[5.500042915344238,-2.5932979583740234],[5.277220726013184,-2.3352842330932617],[5.042431831359863,-2.088298797607422],[4.796128273010254,-1.8527889251708984],[4.538751602172852,-1.6291980743408203],[4.270748138427734,-1.4179706573486328],[3.992565155029297,-1.2195549011230469],[3.7046451568603516,-1.0343952178955078],[3.407437324523926,-0.8629360198974609],[3.101384162902832,-0.70562744140625],[2.786932945251465,-0.5629100799560547],[2.4645309448242188,-0.4352302551269531],[2.13461971282959,-0.32303619384765625],[1.7976484298706055,-0.22677230834960938],[1.4540605545043945,-0.14688491821289062],[1.1043024063110352,-0.08381843566894531],[0.7488203048706055,-0.03801727294921875],[0.3880586624145508,-0.009929656982421875],[0.022464752197265625,0],[0,0]]},{"type":"line","version":72,"versionNonce":1085141778,"isDeleted":false,"id":"JepEq0DLmBDU9nYwq1wXb","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":266.7132601737976,"y":446.96286964416504,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":1.8196568489074707,"height":4.646490097045898,"seed":157669653,"groupIds":["Hw7h-V3OyvBXuEMkkp6nF","QNb9nixoAY8IdFnI-nTV4","iQN6LoGvHWCGW_4ivwegy","SiMhKVR8rFv9e2NIdJ_oi"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829092,"link":null,"locked":false,"customData":{"boxId":"tEHMDJW1BQg7FaZVYB0Mv","label":"BigQuery","resource":"google_bigquery_dataset","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,2.796879768371582],[0,2.796879768371582],[0.17416858673095703,3.0759944915771484],[0.36487913131713867,3.342823028564453],[0.5714726448059082,3.596665382385254],[0.7932920455932617,3.836817741394043],[1.0296778678894043,4.062578201293945],[1.2799725532531738,4.273244857788086],[1.5435185432434082,4.46811580657959],[1.8196568489074707,4.646490097045898],[1.8196568489074707,0],[0,0],[0,0]]},{"type":"line","version":72,"versionNonce":1605107470,"isDeleted":false,"id":"d9WZiSOl45ElNBMfllKgi","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":270.07550716400146,"y":444.38689517974854,"strokeColor":"#00000000","backgroundColor":"#669df6","width":2.2427453994750977,"height":8.085492134094238,"seed":189771451,"groupIds":["_0peeMHhnZu3o5YmxSbsZ","QNb9nixoAY8IdFnI-nTV4","iQN6LoGvHWCGW_4ivwegy","SiMhKVR8rFv9e2NIdJ_oi"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829092,"link":null,"locked":false,"customData":{"boxId":"tEHMDJW1BQg7FaZVYB0Mv","label":"BigQuery","resource":"google_bigquery_dataset","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,8.004990577697754],[0,8.004990577697754],[0.29485130310058594,8.036524772644043],[0.5897035598754883,8.057877540588379],[0.8845548629760742,8.068699836730957],[1.1794071197509766,8.068642616271973],[1.445591926574707,8.081278800964355],[1.7110748291015625,8.085492134094238],[1.9765596389770508,8.081278800964355],[2.2427453994750977,8.068642616271973],[2.2427453994750977,0],[0,0],[0,0]]},{"type":"line","version":72,"versionNonce":1080148178,"isDeleted":false,"id":"rfiKaNR5qwQMpjKNyZWf4","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":274.06302642822266,"y":448.05616188049316,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":1.8084230422973633,"height":3.497035026550293,"seed":1439952501,"groupIds":["iPHqckK3HpF_1jwDPXJ6d","QNb9nixoAY8IdFnI-nTV4","iQN6LoGvHWCGW_4ivwegy","SiMhKVR8rFv9e2NIdJ_oi"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829092,"link":null,"locked":false,"customData":{"boxId":"tEHMDJW1BQg7FaZVYB0Mv","label":"BigQuery","resource":"google_bigquery_dataset","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,3.497035026550293],[0,3.497035026550293],[0.2770538330078125,3.307438850402832],[0.5408821105957031,3.1014394760131836],[0.7908115386962891,2.879755973815918],[1.026169776916504,2.6431102752685547],[1.2462835311889648,2.392223358154297],[1.4504785537719727,2.1278133392333984],[1.6380834579467773,1.850602149963379],[1.8084230422973633,1.5613107681274414],[1.8084230422973633,0],[0,0],[0,0]]},{"type":"ellipse","version":182,"versionNonce":1077210446,"isDeleted":true,"id":"aLOosmqOEhwrbed0nd_PX","fillStyle":"hachure","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":300,"y":380,"strokeColor":"#000000","backgroundColor":"#000000","width":40,"height":42,"seed":169041973,"groupIds":["SiMhKVR8rFv9e2NIdJ_oi"],"strokeSharpness":"round","boundElements":[{"id":"fpRNWgJf1XeXZDtPOjx8C","type":"text"},{"id":"fpRNWgJf1XeXZDtPOjx8C","type":"text"},{"id":"fpRNWgJf1XeXZDtPOjx8C","type":"text"},{"type":"text","id":"fpRNWgJf1XeXZDtPOjx8C"}],"updated":1697744829092,"link":null,"locked":false,"endArrowhead":"triangle","fontFamily":2},{"type":"text","version":172,"versionNonce":1003869842,"isDeleted":true,"id":"fpRNWgJf1XeXZDtPOjx8C","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":305,"y":385,"strokeColor":"#ffffff","backgroundColor":"#000000","width":30,"height":32,"seed":1534699931,"groupIds":["SiMhKVR8rFv9e2NIdJ_oi"],"strokeSharpness":"round","boundElements":[],"updated":1697744829092,"link":null,"locked":false,"fontSize":28,"fontFamily":2,"text":"4","baseline":25,"textAlign":"center","verticalAlign":"middle","containerId":"aLOosmqOEhwrbed0nd_PX","originalText":"4"},{"type":"rectangle","version":88,"versionNonce":1980109710,"isDeleted":false,"id":"2aq2Jyu1CMMJ8iRT-oXU-","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":620,"y":420,"strokeColor":"#202124","backgroundColor":"#FFF","width":240,"height":100,"seed":557408859,"groupIds":["9J8mRdwRGjgwVzaaBm08s","6fvBdX2y9cFgPC8ndbfF0"],"strokeSharpness":"round","boundElements":[{"id":"IBu8BzlAjwDWVETPdkOxn","type":"arrow"}],"updated":1697744829092,"link":null,"locked":false,"customData":{"boxId":"WPlpwy-w4Zza9lSkgYca3","label":"Data Studio","type":"container"}},{"type":"text","version":89,"versionNonce":1673606226,"isDeleted":false,"id":"lNToFJrHjCIbffKduVg4g","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":636,"y":434,"strokeColor":"#1A73E8","backgroundColor":"transparent","width":106,"height":23,"seed":860406997,"groupIds":["9J8mRdwRGjgwVzaaBm08s","6fvBdX2y9cFgPC8ndbfF0"],"strokeSharpness":"round","boundElements":[],"updated":1697744829092,"link":null,"locked":false,"customData":{"boxId":"WPlpwy-w4Zza9lSkgYca3","label":"Data Studio","type":"child"},"fontSize":20,"fontFamily":2,"text":"Data Studio","baseline":19,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":"Data Studio"},{"type":"text","version":100,"versionNonce":458781134,"isDeleted":false,"id":"XQRi8bWvrXwUx4S8xVmqt","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":636,"y":458,"strokeColor":"#202124","backgroundColor":"transparent","width":91,"height":37,"seed":372399867,"groupIds":["9J8mRdwRGjgwVzaaBm08s","6fvBdX2y9cFgPC8ndbfF0"],"strokeSharpness":"round","boundElements":[],"updated":1697744829092,"link":null,"locked":false,"customData":{"boxId":"WPlpwy-w4Zza9lSkgYca3","label":"Data Studio","type":"child"},"fontSize":16,"fontFamily":2,"text":"\nVisualization","baseline":33,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":"\nVisualization"},{"type":"line","version":83,"versionNonce":972741138,"isDeleted":false,"id":"xnUZal30zQCmnNEQl8qqf","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":839.5,"y":452.17000007629395,"strokeColor":"#00000000","backgroundColor":"#669df6","width":10,"height":5,"seed":1443058581,"groupIds":["pnXASUKtkPLD8SoLSEscY","9J8mRdwRGjgwVzaaBm08s","6fvBdX2y9cFgPC8ndbfF0"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829092,"link":null,"locked":false,"customData":{"boxId":"WPlpwy-w4Zza9lSkgYca3","label":"Data Studio","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-7.260000228881836,0],[-7.260000228881836,0],[-8.305115699768066,0.13211822509765625],[-9.17534351348877,0.6523036956787109],[-9.772900581359863,1.4713363647460938],[-10,2.5],[-9.781946182250977,3.535045623779297],[-9.185060501098633,4.358346939086914],[-8.31064510345459,4.877473831176758],[-7.260000228881836,5],[0,5],[0,0]]},{"type":"ellipse","version":83,"versionNonce":457508878,"isDeleted":false,"id":"PxPLUjtYcUlij6Zeb5ohX","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":837,"y":452.17000007629395,"strokeColor":"transparent","backgroundColor":"#4285f4","width":5,"height":5,"seed":2101156923,"groupIds":["F7ajN1t61SmwwVxN36SVH","vRUO4_mmwRyE9P4JWAmF7","9J8mRdwRGjgwVzaaBm08s","6fvBdX2y9cFgPC8ndbfF0"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829092,"link":null,"locked":false,"customData":{"boxId":"WPlpwy-w4Zza9lSkgYca3","label":"Data Studio","type":"child"}},{"type":"line","version":83,"versionNonce":1836697554,"isDeleted":false,"id":"jFoO_8h53a_-y_QbxJrx5","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":832,"y":445.5,"strokeColor":"#00000000","backgroundColor":"#669df6","width":10,"height":5,"seed":1440618741,"groupIds":["X014t-dHnVsIqqCYlfzL9","9J8mRdwRGjgwVzaaBm08s","6fvBdX2y9cFgPC8ndbfF0"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829092,"link":null,"locked":false,"customData":{"boxId":"WPlpwy-w4Zza9lSkgYca3","label":"Data Studio","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-7.260000228881836,0],[-7.260000228881836,0],[-8.305115222930908,0.13211727142333984],[-9.175343751907349,0.6523027420043945],[-9.772900342941284,1.4713373184204102],[-10,2.5],[-9.781945943832397,3.535045623779297],[-9.185060739517212,4.358346939086914],[-8.31064510345459,4.877473831176758],[-7.260000228881836,5],[0,5],[0,0]]},{"type":"ellipse","version":83,"versionNonce":365221454,"isDeleted":false,"id":"YKJ_nEO64hy25T_wloP_q","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":829.5,"y":445.5,"strokeColor":"transparent","backgroundColor":"#4285f4","width":5,"height":5,"seed":291757275,"groupIds":["F7ajN1t61SmwwVxN36SVH","XyBo86d9tLAuzl5A9DW_A","9J8mRdwRGjgwVzaaBm08s","6fvBdX2y9cFgPC8ndbfF0"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829092,"link":null,"locked":false,"customData":{"boxId":"WPlpwy-w4Zza9lSkgYca3","label":"Data Studio","type":"child"}},{"type":"line","version":83,"versionNonce":911539602,"isDeleted":false,"id":"szZNotPAPK5c2VQEn6Y2V","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":839.5,"y":438.82999992370605,"strokeColor":"#00000000","backgroundColor":"#669df6","width":10,"height":5,"seed":217657941,"groupIds":["SwhalKsSehfLqFJomRiB7","9J8mRdwRGjgwVzaaBm08s","6fvBdX2y9cFgPC8ndbfF0"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829092,"link":null,"locked":false,"customData":{"boxId":"WPlpwy-w4Zza9lSkgYca3","label":"Data Studio","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-7.260000228881836,0],[-7.260000228881836,0],[-8.30331802368164,0.13521718978881836],[-9.172197341918945,0.6557517051696777],[-9.769977569580078,1.4734106063842773],[-10,2.5],[-9.781946182250977,3.535046100616455],[-9.185060501098633,4.358346462249756],[-8.31064510345459,4.877473831176758],[-7.260000228881836,5],[0,5],[0,0]]},{"type":"ellipse","version":83,"versionNonce":1135664270,"isDeleted":false,"id":"lepDqzVGKMe3lC1ohO3qk","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":837,"y":438.82999992370605,"strokeColor":"transparent","backgroundColor":"#4285f4","width":5,"height":5,"seed":1076463995,"groupIds":["F7ajN1t61SmwwVxN36SVH","CFz8wIcd3DSKy_EKjIH-m","9J8mRdwRGjgwVzaaBm08s","6fvBdX2y9cFgPC8ndbfF0"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829092,"link":null,"locked":false,"customData":{"boxId":"WPlpwy-w4Zza9lSkgYca3","label":"Data Studio","type":"child"}},{"type":"ellipse","version":190,"versionNonce":834894674,"isDeleted":true,"id":"r1il6uZbAo3IYVcPC6Ea-","fillStyle":"hachure","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":860,"y":380,"strokeColor":"#000000","backgroundColor":"#000000","width":40,"height":45,"seed":1440958357,"groupIds":[],"strokeSharpness":"round","boundElements":[{"id":"2504Vxxb1Oey8gpBPVwwJ","type":"text"},{"id":"2504Vxxb1Oey8gpBPVwwJ","type":"text"},{"id":"2504Vxxb1Oey8gpBPVwwJ","type":"text"},{"id":"2504Vxxb1Oey8gpBPVwwJ","type":"text"},{"type":"text","id":"2504Vxxb1Oey8gpBPVwwJ"}],"updated":1697744829092,"link":null,"locked":false,"endArrowhead":"triangle","fontFamily":2},{"type":"text","version":183,"versionNonce":1522670286,"isDeleted":true,"id":"2504Vxxb1Oey8gpBPVwwJ","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":865,"y":386.5,"strokeColor":"#ffffff","backgroundColor":"#000000","width":30,"height":32,"seed":1652975675,"groupIds":[],"strokeSharpness":"round","boundElements":[],"updated":1697744829092,"link":null,"locked":false,"fontSize":28,"fontFamily":2,"text":"5","baseline":25,"textAlign":"center","verticalAlign":"middle","containerId":"r1il6uZbAo3IYVcPC6Ea-","originalText":"5"},{"id":"IBu8BzlAjwDWVETPdkOxn","type":"arrow","x":300,"y":480,"width":318.9517822265625,"height":0,"angle":0,"strokeColor":"#202124","backgroundColor":"#202124","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"sharp","seed":416334165,"version":191,"versionNonce":1042039058,"isDeleted":false,"boundElements":null,"updated":1697744829092,"link":null,"locked":false,"points":[[0,0],[318.9517822265625,0]],"lastCommittedPoint":null,"startBinding":{"elementId":"nj3n8sIQkvq3qsdVAf1o9","focus":0.2,"gap":1},"endBinding":{"elementId":"2aq2Jyu1CMMJ8iRT-oXU-","focus":-0.2,"gap":1.0482177734375},"startArrowhead":null,"endArrowhead":"triangle","fontFamily":2},{"type":"rectangle","version":71,"versionNonce":1905365262,"isDeleted":false,"id":"XGJiTHw2h99_Hrxjg4EQi","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":60,"y":160,"strokeColor":"#202124","backgroundColor":"#FFF","width":240,"height":106,"seed":2128355675,"groupIds":["xx8SlsO-NDoe5ujPloJ2N","dEYQi3Q-1ZQj5jkNTPY3L"],"strokeSharpness":"round","boundElements":[{"id":"hUqCJsvkBD9w4QZujgUgf","type":"arrow"},{"id":"MBAzSf45lj2hPn8nr3IPf","type":"arrow"}],"updated":1697744829092,"link":null,"locked":false,"customData":{"boxId":"dEjwXMcHNQX6p0ysPgXGU","label":"Cloud Storage","resource":"google_storage_bucket","type":"container"}},{"type":"text","version":76,"versionNonce":1456885458,"isDeleted":false,"id":"UsGAV5fcCpZn7_KotBps-","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":76,"y":174,"strokeColor":"#1A73E8","backgroundColor":"transparent","width":129,"height":23,"seed":91583957,"groupIds":["xx8SlsO-NDoe5ujPloJ2N","dEYQi3Q-1ZQj5jkNTPY3L"],"strokeSharpness":"round","boundElements":[],"updated":1697744829092,"link":null,"locked":false,"customData":{"boxId":"dEjwXMcHNQX6p0ysPgXGU","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"},"fontSize":20,"fontFamily":2,"text":"Cloud Storage","baseline":19,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":"Cloud Storage"},{"type":"text","version":80,"versionNonce":1670922062,"isDeleted":false,"id":"pV5icKbFgSWQIIjNoRP8n","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":76,"y":198,"strokeColor":"#202124","backgroundColor":"transparent","width":69,"height":37,"seed":1327840763,"groupIds":["xx8SlsO-NDoe5ujPloJ2N","dEYQi3Q-1ZQj5jkNTPY3L"],"strokeSharpness":"round","boundElements":[],"updated":1697744829093,"link":null,"locked":false,"customData":{"boxId":"dEjwXMcHNQX6p0ysPgXGU","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"},"fontSize":16,"fontFamily":2,"text":"\nData lake","baseline":33,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":"\nData lake"},{"type":"line","version":32,"versionNonce":1888003218,"isDeleted":true,"id":"vHNVy4vCYA-HVE2PCbx1a","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":956,"y":-196,"strokeColor":"#202124","backgroundColor":"transparent","width":208,"height":0,"seed":257028917,"groupIds":["xx8SlsO-NDoe5ujPloJ2N","dEYQi3Q-1ZQj5jkNTPY3L"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829093,"link":null,"locked":false,"customData":{"boxId":"dEjwXMcHNQX6p0ysPgXGU","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"},"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[208,0]]},{"type":"text","version":31,"versionNonce":892282254,"isDeleted":true,"id":"BQKFKSoFIJ4i6LfKVbjGo","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":956,"y":-187,"strokeColor":"#202124","backgroundColor":"transparent","width":160,"height":14,"seed":1029818011,"groupIds":["xx8SlsO-NDoe5ujPloJ2N","dEYQi3Q-1ZQj5jkNTPY3L"],"strokeSharpness":"round","boundElements":[],"updated":1697744829093,"link":null,"locked":false,"customData":{"boxId":"dEjwXMcHNQX6p0ysPgXGU","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"},"fontSize":12,"fontFamily":4,"text":"","baseline":12,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":""},{"type":"rectangle","version":66,"versionNonce":1424638546,"isDeleted":false,"id":"pI2C4Bc1eEKQe2WIifW-Z","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":262,"y":180,"strokeColor":"transparent","backgroundColor":"#aecbfa","width":20,"height":7,"seed":393725077,"groupIds":["xx8SlsO-NDoe5ujPloJ2N","dEYQi3Q-1ZQj5jkNTPY3L"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829093,"link":null,"locked":false,"customData":{"boxId":"dEjwXMcHNQX6p0ysPgXGU","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"}},{"type":"rectangle","version":66,"versionNonce":2005877710,"isDeleted":false,"id":"yKGfqO6S_Vnyij2jIm0By","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":280,"y":180,"strokeColor":"transparent","backgroundColor":"#669df6","width":2,"height":7,"seed":272907067,"groupIds":["xx8SlsO-NDoe5ujPloJ2N","dEYQi3Q-1ZQj5jkNTPY3L"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829093,"link":null,"locked":false,"customData":{"boxId":"dEjwXMcHNQX6p0ysPgXGU","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"}},{"type":"line","version":66,"versionNonce":2127702034,"isDeleted":false,"id":"I41-VEPh0Izfksw4QktNX","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":282,"y":180,"strokeColor":"#00000000","backgroundColor":"#4285f4","width":2,"height":7,"seed":832334325,"groupIds":["kL799zADC2tQ-NJdXb7hd","xx8SlsO-NDoe5ujPloJ2N","dEYQi3Q-1ZQj5jkNTPY3L"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829093,"link":null,"locked":false,"customData":{"boxId":"dEjwXMcHNQX6p0ysPgXGU","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-2,0],[-2,7],[0,0],[0,0]]},{"type":"rectangle","version":66,"versionNonce":751933966,"isDeleted":false,"id":"kirMOWSF7UBh3urgReT6K","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":262,"y":180,"strokeColor":"transparent","backgroundColor":"#669df6","width":2,"height":7,"seed":338631643,"groupIds":["xx8SlsO-NDoe5ujPloJ2N","dEYQi3Q-1ZQj5jkNTPY3L"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829093,"link":null,"locked":false,"customData":{"boxId":"dEjwXMcHNQX6p0ysPgXGU","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"}},{"type":"rectangle","version":66,"versionNonce":1983337938,"isDeleted":false,"id":"adBm8M7uz63pUJMBYl-2Q","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":266,"y":183,"strokeColor":"transparent","backgroundColor":"#fff","width":6,"height":1,"seed":1589994325,"groupIds":["xx8SlsO-NDoe5ujPloJ2N","dEYQi3Q-1ZQj5jkNTPY3L"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829093,"link":null,"locked":false,"customData":{"boxId":"dEjwXMcHNQX6p0ysPgXGU","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"}},{"type":"rectangle","version":66,"versionNonce":737093710,"isDeleted":false,"id":"YiGL6PYyUTJel0KE0YMZV","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":275,"y":182,"strokeColor":"transparent","backgroundColor":"#fff","width":3,"height":3,"seed":1697966203,"groupIds":["xx8SlsO-NDoe5ujPloJ2N","dEYQi3Q-1ZQj5jkNTPY3L"],"strokeSharpness":"round","boundElements":[],"updated":1697744829093,"link":null,"locked":false,"customData":{"boxId":"dEjwXMcHNQX6p0ysPgXGU","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"}},{"type":"rectangle","version":66,"versionNonce":741395346,"isDeleted":false,"id":"7I24dRXuNfknJa1Id8hR2","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":262,"y":189,"strokeColor":"transparent","backgroundColor":"#aecbfa","width":20,"height":7,"seed":1665675445,"groupIds":["xx8SlsO-NDoe5ujPloJ2N","dEYQi3Q-1ZQj5jkNTPY3L"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829093,"link":null,"locked":false,"customData":{"boxId":"dEjwXMcHNQX6p0ysPgXGU","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"}},{"type":"rectangle","version":66,"versionNonce":79752846,"isDeleted":false,"id":"mdXytGLzOSpEKQUCiBsaO","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":280,"y":189,"strokeColor":"transparent","backgroundColor":"#669df6","width":2,"height":7,"seed":2031624475,"groupIds":["xx8SlsO-NDoe5ujPloJ2N","dEYQi3Q-1ZQj5jkNTPY3L"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829093,"link":null,"locked":false,"customData":{"boxId":"dEjwXMcHNQX6p0ysPgXGU","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"}},{"type":"line","version":66,"versionNonce":1458932050,"isDeleted":false,"id":"GfqN4F97USnNBpExejuoa","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":282,"y":189,"strokeColor":"#00000000","backgroundColor":"#4285f4","width":2,"height":7,"seed":1556763157,"groupIds":["9ScBfurrn1fNBCkDxDTN2","xx8SlsO-NDoe5ujPloJ2N","dEYQi3Q-1ZQj5jkNTPY3L"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829093,"link":null,"locked":false,"customData":{"boxId":"dEjwXMcHNQX6p0ysPgXGU","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-2,0],[-2,7],[0,0],[0,0]]},{"type":"rectangle","version":66,"versionNonce":1677716686,"isDeleted":false,"id":"jXq015rlnbuyAEuqGoTW0","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":262,"y":189,"strokeColor":"transparent","backgroundColor":"#669df6","width":2,"height":7,"seed":1766540731,"groupIds":["xx8SlsO-NDoe5ujPloJ2N","dEYQi3Q-1ZQj5jkNTPY3L"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829093,"link":null,"locked":false,"customData":{"boxId":"dEjwXMcHNQX6p0ysPgXGU","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"}},{"type":"rectangle","version":66,"versionNonce":1306300178,"isDeleted":false,"id":"DqRohkGkNGUr9L-MnjbYP","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":266,"y":192,"strokeColor":"transparent","backgroundColor":"#fff","width":6,"height":1,"seed":406931317,"groupIds":["xx8SlsO-NDoe5ujPloJ2N","dEYQi3Q-1ZQj5jkNTPY3L"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829093,"link":null,"locked":false,"customData":{"boxId":"dEjwXMcHNQX6p0ysPgXGU","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"}},{"type":"rectangle","version":66,"versionNonce":2001019662,"isDeleted":false,"id":"uSkzvOHhZvjWDTt_4vs3O","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":275,"y":191,"strokeColor":"transparent","backgroundColor":"#fff","width":3,"height":3,"seed":2096158299,"groupIds":["xx8SlsO-NDoe5ujPloJ2N","dEYQi3Q-1ZQj5jkNTPY3L"],"strokeSharpness":"round","boundElements":[],"updated":1697744829093,"link":null,"locked":false,"customData":{"boxId":"dEjwXMcHNQX6p0ysPgXGU","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"}},{"id":"nsGhH3Xmv7e7knUYZ-LrL","type":"text","x":998.1666259765625,"y":-198.6666870117187,"width":9,"height":32,"angle":0,"strokeColor":"#202124","backgroundColor":"#000000","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"round","seed":1750924885,"version":32,"versionNonce":1700584658,"isDeleted":true,"boundElements":null,"updated":1697744829093,"link":null,"locked":false,"text":"","fontSize":28,"fontFamily":2,"textAlign":"center","verticalAlign":"top","baseline":25,"containerId":null,"originalText":""},{"type":"line","version":34,"versionNonce":1359581518,"isDeleted":true,"id":"cm-66F8VL9RZ-LBEvPKv2","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1356,"y":44,"strokeColor":"#202124","backgroundColor":"transparent","width":208,"height":0,"seed":480271957,"groupIds":["0jf-U7BSFJpgQqhNc0KpD","UMItHcH8iTgHzr7gsFUkN"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829093,"link":null,"locked":false,"customData":{"boxId":"mFf9JRw4dAzXDtzrsLPr4","label":"Workflows","type":"child"},"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[208,0]]},{"type":"text","version":32,"versionNonce":1259172498,"isDeleted":true,"id":"5vesM5mT8t3kO7-ChjOLK","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1356,"y":53,"strokeColor":"#202124","backgroundColor":"transparent","width":91,"height":15,"seed":1121656187,"groupIds":["0jf-U7BSFJpgQqhNc0KpD","UMItHcH8iTgHzr7gsFUkN"],"strokeSharpness":"round","boundElements":[],"updated":1697744829093,"link":null,"locked":false,"customData":{"boxId":"mFf9JRw4dAzXDtzrsLPr4","label":"Workflows","type":"child"},"fontSize":12,"fontFamily":4,"text":"","baseline":11,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":""},{"type":"ellipse","version":144,"versionNonce":1285961614,"isDeleted":true,"id":"iWNde8Lr70cK5jYXgor9X","fillStyle":"hachure","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":860,"y":120,"strokeColor":"#000000","backgroundColor":"#000000","width":40,"height":42,"seed":1096657371,"groupIds":["Yoi9152wKReA_rvCRx3So"],"strokeSharpness":"round","boundElements":[{"id":"Osl76D1AO6bSh5BEWAkyb","type":"text"},{"type":"text","id":"Osl76D1AO6bSh5BEWAkyb"}],"updated":1697744829093,"link":null,"locked":false,"endArrowhead":"triangle","fontFamily":2},{"type":"text","version":134,"versionNonce":1638223954,"isDeleted":true,"id":"Osl76D1AO6bSh5BEWAkyb","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":865,"y":125,"strokeColor":"#ffffff","backgroundColor":"#000000","width":30,"height":32,"seed":1276032341,"groupIds":["Yoi9152wKReA_rvCRx3So"],"strokeSharpness":"round","boundElements":[],"updated":1697744829093,"link":null,"locked":false,"fontSize":28,"fontFamily":2,"text":"2","baseline":25,"textAlign":"center","verticalAlign":"middle","containerId":"iWNde8Lr70cK5jYXgor9X","originalText":"2"},{"type":"rectangle","version":63,"versionNonce":1918113230,"isDeleted":false,"id":"cNmhzVV34StKRJzlCzGP0","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":620,"y":160,"strokeColor":"#202124","backgroundColor":"#FFF","width":240,"height":106,"seed":1501802555,"groupIds":["0jf-U7BSFJpgQqhNc0KpD","UMItHcH8iTgHzr7gsFUkN","Yoi9152wKReA_rvCRx3So"],"strokeSharpness":"round","boundElements":[{"id":"MBAzSf45lj2hPn8nr3IPf","type":"arrow"}],"updated":1697744829093,"link":null,"locked":false,"customData":{"boxId":"mFf9JRw4dAzXDtzrsLPr4","label":"Workflows","type":"container"}},{"type":"text","version":73,"versionNonce":486241810,"isDeleted":false,"id":"Bl0aSFLHXhYF5T6xRNFnA","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":636,"y":174,"strokeColor":"#1A73E8","backgroundColor":"transparent","width":93,"height":23,"seed":905626869,"groupIds":["0jf-U7BSFJpgQqhNc0KpD","UMItHcH8iTgHzr7gsFUkN","Yoi9152wKReA_rvCRx3So"],"strokeSharpness":"round","boundElements":[],"updated":1697744829093,"link":null,"locked":false,"customData":{"boxId":"mFf9JRw4dAzXDtzrsLPr4","label":"Workflows","type":"child"},"fontSize":20,"fontFamily":2,"text":"Workflows","baseline":19,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":"Workflows"},{"type":"text","version":78,"versionNonce":1529621518,"isDeleted":false,"id":"t_QgAhhNrnTbr8mxIvBBJ","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":636,"y":198,"strokeColor":"#202124","backgroundColor":"transparent","width":114,"height":37,"seed":1337454811,"groupIds":["0jf-U7BSFJpgQqhNc0KpD","UMItHcH8iTgHzr7gsFUkN","Yoi9152wKReA_rvCRx3So"],"strokeSharpness":"round","boundElements":[],"updated":1697744829093,"link":null,"locked":false,"customData":{"boxId":"mFf9JRw4dAzXDtzrsLPr4","label":"Workflows","type":"child"},"fontSize":16,"fontFamily":2,"text":"\nData movement","baseline":33,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":"\nData movement"},{"type":"line","version":61,"versionNonce":1577509842,"isDeleted":false,"id":"49sX4bgQ-HLWyIIQF543W","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":827.7122302055359,"y":195.10791397094727,"strokeColor":"#00000000","backgroundColor":"#8ab4f8","width":2.2503600120544434,"height":2.071941375732422,"seed":1108069301,"groupIds":["U-J-Up0nLm8X3lEMyys_w","0jf-U7BSFJpgQqhNc0KpD","UMItHcH8iTgHzr7gsFUkN","Yoi9152wKReA_rvCRx3So"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829093,"link":null,"locked":false,"customData":{"boxId":"mFf9JRw4dAzXDtzrsLPr4","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.011690616607666016,0.2695140838623047],[-0.04604291915893555,0.5330944061279297],[-0.10197877883911133,0.7891197204589844],[-0.17841720581054688,1.035970687866211],[2.0719428062438965,1.035970687866211],[2.0719428062438965,-1.035970687866211],[-0.17841720581054688,-1.035970687866211],[-0.17841720581054688,-1.035970687866211],[-0.10197877883911133,-0.7891178131103516],[-0.04604291915893555,-0.5330944061279297],[-0.011690616607666016,-0.2695140838623047],[0,0],[0,0]]},{"type":"line","version":61,"versionNonce":354908750,"isDeleted":false,"id":"DL4wGyUBHL_YBks1S7Sei","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":836.1784172058105,"y":179.56834530830383,"strokeColor":"#00000000","backgroundColor":"#8ab4f8","width":2.250359535217285,"height":2.0719425678253174,"seed":238007835,"groupIds":["U-J-Up0nLm8X3lEMyys_w","0jf-U7BSFJpgQqhNc0KpD","UMItHcH8iTgHzr7gsFUkN","Yoi9152wKReA_rvCRx3So"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829093,"link":null,"locked":false,"customData":{"boxId":"mFf9JRw4dAzXDtzrsLPr4","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-2.250359535217285,0],[-2.250359535217285,2.0719425678253174],[0,2.0719425678253174],[0,2.0719425678253174],[-0.07643890380859375,1.8250901699066162],[-0.13237380981445312,1.5690648555755615],[-0.16672706604003906,1.3054859638214111],[-0.17841720581054688,1.0359714031219482],[-0.16672706604003906,0.7664568424224854],[-0.13237380981445312,0.502877950668335],[-0.07643890380859375,0.24685263633728027],[0,0],[0,0]]},{"type":"line","version":61,"versionNonce":1323211154,"isDeleted":false,"id":"wSbwY1nYqWqUeiUnIEMwp","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":839.1079139709473,"y":183.7122302055359,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":6.215827941894531,"height":6.2158273458480835,"seed":1986170133,"groupIds":["bLsQwGGASM-ZYqBOKPZXJ","0jf-U7BSFJpgQqhNc0KpD","UMItHcH8iTgHzr7gsFUkN","Yoi9152wKReA_rvCRx3So"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829093,"link":null,"locked":false,"customData":{"boxId":"mFf9JRw4dAzXDtzrsLPr4","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.31754493713378906,-0.016060352325439453],[-0.6259651184082031,-0.06319713592529297],[-0.9236984252929688,-0.13984060287475586],[-1.2091712951660156,-0.24442386627197266],[-1.4808197021484375,-0.3753790855407715],[-1.7370719909667969,-0.5311374664306641],[-1.9763622283935547,-0.7101306915283203],[-2.1971206665039062,-0.9107909202575684],[-2.3977813720703125,-1.1315503120422363],[-2.5767765045166016,-1.3708405494689941],[-2.732534408569336,-1.6270933151245117],[-2.8634891510009766,-1.8987407684326172],[-2.9680728912353516,-2.1842145919799805],[-3.0447158813476562,-2.4819464683532715],[-3.0918521881103516,-2.7903690338134766],[-3.1079139709472656,-3.1079134941101074],[-3.0918521881103516,-3.4254579544067383],[-3.0447158813476562,-3.7338805198669434],[-2.9680728912353516,-4.031612396240234],[-2.8634891510009766,-4.317086219787598],[-2.732534408569336,-4.588733673095703],[-2.5767765045166016,-4.844986438751221],[-2.3977813720703125,-5.084276437759399],[-2.1971206665039062,-5.305035829544067],[-1.9763622283935547,-5.5056962966918945],[-1.7370719909667969,-5.68468976020813],[-1.4808197021484375,-5.840447902679443],[-1.2091712951660156,-5.9714027643203735],[-0.9236984252929688,-6.075986266136169],[-0.6259651184082031,-6.15263032913208],[-0.31754493713378906,-6.199766755104065],[0,-6.2158273458480835],[0.31754493713378906,-6.199766755104065],[0.6259670257568359,-6.15263032913208],[0.9236984252929688,-6.075986266136169],[1.2091732025146484,-5.9714027643203735],[1.4808197021484375,-5.840447902679443],[1.7370738983154297,-5.68468976020813],[1.9763622283935547,-5.5056962966918945],[2.197122573852539,-5.305035829544067],[2.3977832794189453,-5.084276437759399],[2.5767765045166016,-4.844986438751221],[2.732534408569336,-4.588733673095703],[2.8634891510009766,-4.317086219787598],[2.9680728912353516,-4.031612396240234],[3.0447158813476562,-3.7338805198669434],[3.0918540954589844,-3.4254579544067383],[3.1079139709472656,-3.1079134941101074],[3.0918540954589844,-2.7903690338134766],[3.0447158813476562,-2.4819464683532715],[2.9680728912353516,-2.1842145919799805],[2.8634891510009766,-1.8987407684326172],[2.732534408569336,-1.6270933151245117],[2.5767765045166016,-1.3708405494689941],[2.3977832794189453,-1.1315503120422363],[2.197122573852539,-0.9107909202575684],[1.9763622283935547,-0.7101306915283203],[1.7370738983154297,-0.5311374664306641],[1.4808197021484375,-0.3753790855407715],[1.2091732025146484,-0.24442386627197266],[0.9236984252929688,-0.13984060287475586],[0.6259670257568359,-0.06319713592529297],[0.31754493713378906,-0.016060352325439453],[0,0],[0,0]]},{"type":"line","version":61,"versionNonce":119472270,"isDeleted":false,"id":"tlKrM68d35_KhFotyAY7h","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":839.1079139709473,"y":179.56834530830383,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":2.071941375732422,"height":2.0719425678253174,"seed":11025083,"groupIds":["bLsQwGGASM-ZYqBOKPZXJ","0jf-U7BSFJpgQqhNc0KpD","UMItHcH8iTgHzr7gsFUkN","Yoi9152wKReA_rvCRx3So"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829093,"link":null,"locked":false,"customData":{"boxId":"mFf9JRw4dAzXDtzrsLPr4","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.20810508728027344,0.021144390106201172],[-0.4022483825683594,0.08174467086791992],[-0.5781803131103516,0.1775517463684082],[-0.7316551208496094,0.30431652069091797],[-0.8584194183349609,0.4577901363372803],[-0.9542255401611328,0.6337234973907471],[-1.0148277282714844,0.8278663158416748],[-1.035970687866211,1.0359714031219482],[-1.0148277282714844,1.2440760135650635],[-0.9542255401611328,1.4382193088531494],[-0.8584194183349609,1.6141526699066162],[-0.7316551208496094,1.7676260471343994],[-0.5781803131103516,1.8943908214569092],[-0.4022483825683594,1.9901978969573975],[-0.20810508728027344,2.050798177719116],[0,2.0719425678253174],[0.20810508728027344,2.050798177719116],[0.4022483825683594,1.9901978969573975],[0.5781822204589844,1.8943908214569092],[0.7316551208496094,1.7676260471343994],[0.8584194183349609,1.6141526699066162],[0.9542255401611328,1.4382193088531494],[1.0148277282714844,1.2440760135650635],[1.035970687866211,1.0359714031219482],[1.0148277282714844,0.8278663158416748],[0.9542255401611328,0.6337234973907471],[0.8584194183349609,0.4577901363372803],[0.7316551208496094,0.30431652069091797],[0.5781822204589844,0.1775517463684082],[0.4022483825683594,0.08174467086791992],[0.20810508728027344,0.021144390106201172],[0,0],[0,0]]},{"type":"line","version":61,"versionNonce":1052350290,"isDeleted":false,"id":"wJJeYXiPUPpyHGSDdcNyT","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":824.6043167114258,"y":198.21582794189453,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":6.2158273458480835,"height":6.215827941894531,"seed":1763320437,"groupIds":["bLsQwGGASM-ZYqBOKPZXJ","0jf-U7BSFJpgQqhNc0KpD","UMItHcH8iTgHzr7gsFUkN","Yoi9152wKReA_rvCRx3So"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829093,"link":null,"locked":false,"customData":{"boxId":"mFf9JRw4dAzXDtzrsLPr4","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.31754446029663086,-0.01605987548828125],[-0.6259670257568359,-0.06319808959960938],[-0.923698902130127,-0.13984107971191406],[-1.2091727256774902,-0.24442481994628906],[-1.4808201789855957,-0.3753795623779297],[-1.7370729446411133,-0.5311374664306641],[-1.976362943649292,-0.7101306915283203],[-2.19712233543396,-0.9107913970947266],[-2.397782802581787,-1.131551742553711],[-2.5767762660980225,-1.370840072631836],[-2.732534408569336,-1.6270942687988281],[-2.863489270210266,-1.8987407684326172],[-2.968072772026062,-2.184215545654297],[-3.0447168350219727,-2.4819469451904297],[-3.0918532609939575,-2.7903690338134766],[-3.107913851737976,-3.1079139709472656],[-3.0918532609939575,-3.4254589080810547],[-3.0447168350219727,-3.7338790893554688],[-2.968072772026062,-4.031612396240234],[-2.863489270210266,-4.317085266113281],[-2.732534408569336,-4.588733673095703],[-2.5767762660980225,-4.8449859619140625],[-2.397782802581787,-5.08427619934082],[-2.19712233543396,-5.305034637451172],[-1.976362943649292,-5.505695343017578],[-1.7370729446411133,-5.684690475463867],[-1.4808201789855957,-5.840448379516602],[-1.2091727256774902,-5.971403121948242],[-0.923698902130127,-6.075986862182617],[-0.6259670257568359,-6.152629852294922],[-0.31754446029663086,-6.199766159057617],[0,-6.215827941894531],[0.31754446029663086,-6.199766159057617],[0.6259670257568359,-6.152629852294922],[0.923698902130127,-6.075986862182617],[1.2091727256774902,-5.971403121948242],[1.4808201789855957,-5.840448379516602],[1.7370729446411133,-5.684690475463867],[1.976363182067871,-5.505695343017578],[2.197122573852539,-5.305034637451172],[2.397782802581787,-5.08427619934082],[2.5767760276794434,-4.8449859619140625],[2.732534408569336,-4.588733673095703],[2.8634896278381348,-4.317085266113281],[2.9680728912353516,-4.031612396240234],[3.0447163581848145,-3.7338790893554688],[3.091853141784668,-3.4254589080810547],[3.1079134941101074,-3.1079139709472656],[3.091853141784668,-2.7903690338134766],[3.0447163581848145,-2.4819469451904297],[2.9680728912353516,-2.184215545654297],[2.8634896278381348,-1.8987407684326172],[2.732534408569336,-1.6270942687988281],[2.5767760276794434,-1.370840072631836],[2.397782802581787,-1.131551742553711],[2.197122573852539,-0.9107913970947266],[1.976363182067871,-0.7101306915283203],[1.7370729446411133,-0.5311374664306641],[1.4808201789855957,-0.3753795623779297],[1.2091727256774902,-0.24442481994628906],[0.923698902130127,-0.13984107971191406],[0.6259670257568359,-0.06319808959960938],[0.31754446029663086,-0.01605987548828125],[0,0],[0,0]]},{"type":"line","version":61,"versionNonce":1422638798,"isDeleted":false,"id":"vfa4ERsfToRaQAVYLssZN","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":824.6043167114258,"y":194.07194328308105,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":2.0719425678253174,"height":2.071941375732422,"seed":1726425947,"groupIds":["bLsQwGGASM-ZYqBOKPZXJ","0jf-U7BSFJpgQqhNc0KpD","UMItHcH8iTgHzr7gsFUkN","Yoi9152wKReA_rvCRx3So"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829093,"link":null,"locked":false,"customData":{"boxId":"mFf9JRw4dAzXDtzrsLPr4","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.20810508728027344,0.021142959594726562],[-0.40224790573120117,0.08174514770507812],[-0.578181266784668,0.17755126953125],[-0.7316548824310303,0.30431556701660156],[-0.85841965675354,0.4577903747558594],[-0.9542267322540283,0.6337223052978516],[-1.014827013015747,0.8278656005859375],[-1.0359714031219482,1.035970687866211],[-1.014827013015747,1.2440757751464844],[-0.9542267322540283,1.4382190704345703],[-0.85841965675354,1.6141529083251953],[-0.7316548824310303,1.7676258087158203],[-0.578181266784668,1.8943901062011719],[-0.40224790573120117,1.9901962280273438],[-0.20810508728027344,2.0507984161376953],[0,2.071941375732422],[0.20810461044311523,2.0507984161376953],[0.40224790573120117,1.9901962280273438],[0.578181266784668,1.8943901062011719],[0.7316546440124512,1.7676258087158203],[0.8584194183349609,1.6141529083251953],[0.9542264938354492,1.4382190704345703],[1.014826774597168,1.2440757751464844],[1.0359711647033691,1.035970687866211],[1.014826774597168,0.8278656005859375],[0.9542264938354492,0.6337223052978516],[0.8584194183349609,0.4577903747558594],[0.7316546440124512,0.30431556701660156],[0.578181266784668,0.17755126953125],[0.40224790573120117,0.08174514770507812],[0.20810461044311523,0.021142959594726562],[0,0],[0,0]]},{"type":"line","version":61,"versionNonce":2112806162,"isDeleted":false,"id":"SUlxOtIM2K1lZ5FA6olUN","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":839.1079139709473,"y":179.56834530830383,"strokeColor":"#00000000","backgroundColor":"#fff","width":2.071941375732422,"height":2.0719425678253174,"seed":1056443349,"groupIds":["Imlm7lma3kh6nm0GbqnYM","0jf-U7BSFJpgQqhNc0KpD","UMItHcH8iTgHzr7gsFUkN","Yoi9152wKReA_rvCRx3So"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829093,"link":null,"locked":false,"customData":{"boxId":"mFf9JRw4dAzXDtzrsLPr4","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.20810508728027344,0.021144390106201172],[-0.4022483825683594,0.08174467086791992],[-0.5781803131103516,0.1775517463684082],[-0.7316551208496094,0.30431652069091797],[-0.8584194183349609,0.4577901363372803],[-0.9542255401611328,0.6337234973907471],[-1.0148277282714844,0.8278663158416748],[-1.035970687866211,1.0359714031219482],[-1.0148277282714844,1.2440760135650635],[-0.9542255401611328,1.4382193088531494],[-0.8584194183349609,1.6141526699066162],[-0.7316551208496094,1.7676260471343994],[-0.5781803131103516,1.8943908214569092],[-0.4022483825683594,1.9901978969573975],[-0.20810508728027344,2.050798177719116],[0,2.0719425678253174],[0.20810508728027344,2.050798177719116],[0.4022483825683594,1.9901978969573975],[0.5781822204589844,1.8943908214569092],[0.7316551208496094,1.7676260471343994],[0.8584194183349609,1.6141526699066162],[0.9542255401611328,1.4382193088531494],[1.0148277282714844,1.2440760135650635],[1.035970687866211,1.0359714031219482],[1.0148277282714844,0.8278663158416748],[0.9542255401611328,0.6337234973907471],[0.8584194183349609,0.4577901363372803],[0.7316551208496094,0.30431652069091797],[0.5781822204589844,0.1775517463684082],[0.4022483825683594,0.08174467086791992],[0.20810508728027344,0.021144390106201172],[0,0],[0,0]]},{"type":"line","version":61,"versionNonce":1120318734,"isDeleted":false,"id":"r__v-ZM6DDdGaZ2AduBI6","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":824.6043167114258,"y":194.07194328308105,"strokeColor":"#00000000","backgroundColor":"#fff","width":2.0719425678253174,"height":2.071941375732422,"seed":1430194171,"groupIds":["Imlm7lma3kh6nm0GbqnYM","0jf-U7BSFJpgQqhNc0KpD","UMItHcH8iTgHzr7gsFUkN","Yoi9152wKReA_rvCRx3So"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829093,"link":null,"locked":false,"customData":{"boxId":"mFf9JRw4dAzXDtzrsLPr4","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.20810508728027344,0.021142959594726562],[-0.40224790573120117,0.08174514770507812],[-0.578181266784668,0.17755126953125],[-0.7316548824310303,0.30431556701660156],[-0.85841965675354,0.4577903747558594],[-0.9542267322540283,0.6337223052978516],[-1.014827013015747,0.8278656005859375],[-1.0359714031219482,1.035970687866211],[-1.014827013015747,1.2440757751464844],[-0.9542267322540283,1.4382190704345703],[-0.85841965675354,1.6141529083251953],[-0.7316548824310303,1.7676258087158203],[-0.578181266784668,1.8943901062011719],[-0.40224790573120117,1.9901962280273438],[-0.20810508728027344,2.0507984161376953],[0,2.071941375732422],[0.20810461044311523,2.0507984161376953],[0.40224790573120117,1.9901962280273438],[0.578181266784668,1.8943901062011719],[0.7316546440124512,1.7676258087158203],[0.8584194183349609,1.6141529083251953],[0.9542264938354492,1.4382190704345703],[1.014826774597168,1.2440757751464844],[1.0359711647033691,1.035970687866211],[1.014826774597168,0.8278656005859375],[0.9542264938354492,0.6337223052978516],[0.8584194183349609,0.4577903747558594],[0.7316546440124512,0.30431556701660156],[0.578181266784668,0.17755126953125],[0.40224790573120117,0.08174514770507812],[0.20810461044311523,0.021142959594726562],[0,0],[0,0]]},{"type":"line","version":61,"versionNonce":972384978,"isDeleted":false,"id":"22a1g2CAalVJ3Pv0IPrV7","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":827.8906478881836,"y":186.820143699646,"strokeColor":"#00000000","backgroundColor":"#669df6","width":6.394245028495789,"height":9.225899696350098,"seed":1745996085,"groupIds":["hzEwgkzL2L5ZAVOU-8IgX","0jf-U7BSFJpgQqhNc0KpD","UMItHcH8iTgHzr7gsFUkN","Yoi9152wKReA_rvCRx3So"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829093,"link":null,"locked":false,"customData":{"boxId":"mFf9JRw4dAzXDtzrsLPr4","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-2.2503600120544434,0],[-2.2503600120544434,0],[-2.462372303009033,-0.010685920715332031],[-2.668221950531006,-0.042052268981933594],[-2.8668718338012695,-0.0930624008178711],[-3.057284355163574,-0.16267967224121094],[-3.2384233474731445,-0.24986648559570312],[-3.4092516899108887,-0.35358524322509766],[-3.568732261657715,-0.47280120849609375],[-3.7158279418945312,-0.6064748764038086],[-3.849501132965088,-0.753570556640625],[-3.968716621398926,-0.913050651550293],[-4.0724358558654785,-1.083878517150879],[-4.159622669219971,-1.2650175094604492],[-4.2292397022247314,-1.4554309844970703],[-4.280249834060669,-1.6540803909301758],[-4.31161642074585,-1.8599300384521484],[-4.322302579879761,-2.0719423294067383],[-4.322302579879761,-3.1079134941101074],[-4.322302579879761,-3.1079134941101074],[-4.316173315048218,-3.2672781944274902],[-4.298089265823364,-3.4234819412231445],[-4.268505811691284,-3.5760602951049805],[-4.227878093719482,-3.724550247192383],[-4.176661252975464,-3.8684868812561035],[-4.1153106689453125,-4.007407188415527],[-4.044281721115112,-4.140848159790039],[-3.96402907371521,-4.268344879150391],[-3.7776756286621094,-4.503653049468994],[-3.5598926544189453,-4.709621906280518],[-3.314321517944336,-4.882542610168457],[-3.182253360748291,-4.955450057983398],[-3.044604778289795,-5.018704414367676],[-3.1479320526123047,-5.301258563995361],[-3.223741054534912,-5.5956830978393555],[-3.270413875579834,-5.9008989334106445],[-3.2863311767578125,-6.215826988220215],[-3.276798725128174,-6.459532260894775],[-3.2489209175109863,-6.697841644287109],[-3.203777313232422,-6.929675817489624],[-3.142446517944336,-7.153956413269043],[-3.485318183898926,-7.062928199768066],[-3.815906524658203,-6.9439857006073],[-4.132853746414185,-6.798486232757568],[-4.434802532196045,-6.6277875900268555],[-4.720395803451538,-6.433246612548828],[-4.98827600479126,-6.216220378875732],[-5.237085819244385,-5.978066921234131],[-5.465467929840088,-5.7201433181762695],[-5.672065019607544,-5.443807601928711],[-5.855519771575928,-5.150415897369385],[-6.014474511146545,-4.841325759887695],[-6.14757227897644,-4.517895221710205],[-6.2534555196762085,-4.18148136138916],[-6.330767035484314,-3.833441734313965],[-6.3781492710113525,-3.4751334190368652],[-6.394245028495789,-3.1079134941101074],[-6.394245028495789,-2.0719423294067383],[-6.394245028495789,-2.0719423294067383],[-6.3728097677230835,-1.6488656997680664],[-6.3099037408828735,-1.2378711700439453],[-6.207625985145569,-0.8410558700561523],[-6.068075895309448,-0.46052074432373047],[-5.893352746963501,-0.09836578369140625],[-5.685555696487427,0.24331188201904297],[-5.446784019470215,0.5624113082885742],[-5.1791369915008545,0.8568344116210938],[-4.884714126586914,1.1244821548461914],[-4.5656139850616455,1.3632535934448242],[-4.223936557769775,1.5710506439208984],[-3.8617806434631348,1.7457733154296875],[-3.481245994567871,1.8853235244750977],[-3.0844311714172363,1.9876022338867188],[-2.673436164855957,2.0505075454711914],[-2.2503600120544434,2.0719432830810547],[0,2.0719432830810547],[0,2.0719432830810547],[-0.07643890380859375,1.8250904083251953],[-0.13237428665161133,1.5690650939941406],[-0.16672706604003906,1.3054866790771484],[-0.17841768264770508,1.0359716415405273],[-0.16672706604003906,0.7664575576782227],[-0.13237428665161133,0.5028781890869141],[-0.07643890380859375,0.24685287475585938],[0,0],[0,0]]},{"type":"line","version":61,"versionNonce":445178702,"isDeleted":false,"id":"xOnvdHgMw4rXM3tfCZW1I","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":838.0892086029053,"y":186.820143699646,"strokeColor":"#00000000","backgroundColor":"#4285f4","width":5.369785308837891,"height":9.231654167175293,"seed":833769627,"groupIds":["0k3BKTxDP3GNOFRxykTmG","0jf-U7BSFJpgQqhNc0KpD","UMItHcH8iTgHzr7gsFUkN","Yoi9152wKReA_rvCRx3So"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829093,"link":null,"locked":false,"customData":{"boxId":"mFf9JRw4dAzXDtzrsLPr4","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-1.2316551208496094,0],[-1.2316551208496094,0],[-1.1552162170410156,0.24685287475585938],[-1.0992794036865234,0.5028781890869141],[-1.0649280548095703,0.7664575576782227],[-1.0532379150390625,1.0359716415405273],[-1.0649280548095703,1.3054866790771484],[-1.0992794036865234,1.5690650939941406],[-1.1552162170410156,1.8250904083251953],[-1.2316551208496094,2.0719432830810547],[0,2.0719432830810547],[0,2.0719432830810547],[0.21201133728027344,2.0826292037963867],[0.4178638458251953,2.1139955520629883],[0.6165122985839844,2.165006637573242],[0.8069248199462891,2.2346229553222656],[0.9880638122558594,2.321809768676758],[1.1588916778564453,2.4255285263061523],[1.3183727264404297,2.5447444915771484],[1.4654693603515625,2.6784181594848633],[1.599142074584961,2.8255138397216797],[1.7183570861816406,2.9849939346313477],[1.8220748901367188,3.1558218002319336],[1.9092636108398438,3.336960792541504],[1.9788799285888672,3.527374267578125],[2.0298900604248047,3.7260236740112305],[2.0612564086914062,3.931873321533203],[2.071941375732422,4.143885612487793],[2.071941375732422,5.179856300354004],[2.071941375732422,5.179856300354004],[2.065746307373047,5.341246604919434],[2.0474605560302734,5.499213218688965],[2.0175399780273438,5.653304100036621],[1.9764385223388672,5.803057670593262],[1.9246139526367188,5.948025703430176],[1.8625221252441406,6.087746620178223],[1.7906169891357422,6.221772193908691],[1.7093524932861328,6.349640846252441],[1.6191864013671875,6.470900535583496],[1.5205707550048828,6.585095405578613],[1.4139633178710938,6.691769599914551],[1.2998199462890625,6.790467262268066],[1.1785945892333984,6.880736351013184],[1.0507431030273438,6.962119102478027],[0.916717529296875,7.0341596603393555],[0.7769775390625,7.096402168273926],[0.8769798278808594,7.378058433532715],[0.951080322265625,7.670504570007324],[0.9971237182617188,7.973742485046387],[1.012948989868164,8.28777027130127],[1.0033283233642578,8.53156566619873],[0.9748191833496094,8.77050495147705],[0.9279670715332031,9.004048347473145],[0.8633098602294922,9.231654167175293],[1.2083377838134766,9.141573905944824],[1.5410652160644531,9.02332592010498],[1.8601150512695312,8.87828540802002],[2.1641178131103516,8.707823753356934],[2.4516983032226562,8.513319969177246],[2.7214832305908203,8.29614543914795],[2.9720935821533203,8.057673454284668],[3.202157974243164,7.799281120300293],[3.4103031158447266,7.522339820861816],[3.595155715942383,7.228226661682129],[3.755338668823242,6.918313026428223],[3.8894805908203125,6.593976020812988],[3.9962024688720703,6.256587028503418],[4.074134826660156,5.9075212478637695],[4.1219024658203125,5.548151969909668],[4.138130187988281,5.179856300354004],[4.138130187988281,4.143885612487793],[4.138130187988281,4.143885612487793],[4.117706298828125,3.720808982849121],[4.055688858032227,3.309814453125],[3.9541778564453125,2.912999153137207],[3.815288543701172,2.532464027404785],[3.641122817993164,2.170309066772461],[3.4337902069091797,1.8286314010620117],[3.1954002380371094,1.5095319747924805],[2.9280567169189453,1.215108871459961],[2.6338729858398438,0.9474611282348633],[2.314950942993164,0.7086896896362305],[1.9734001159667969,0.5008926391601562],[1.6113319396972656,0.3261699676513672],[1.2308483123779297,0.18661975860595703],[0.8340606689453125,0.08434104919433594],[0.4230766296386719,0.02143573760986328],[0,0],[0,0]]},{"type":"line","version":61,"versionNonce":1499742354,"isDeleted":false,"id":"Pha6_rrf2jyAkYber6lwo","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":830.820143699646,"y":183.7122302055359,"strokeColor":"#00000000","backgroundColor":"#669df6","width":9.32374095916748,"height":6.2158273458480835,"seed":902617749,"groupIds":["i5AMZ8vmi5dvu1cdufARt","0jf-U7BSFJpgQqhNc0KpD","UMItHcH8iTgHzr7gsFUkN","Yoi9152wKReA_rvCRx3So"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829093,"link":null,"locked":false,"customData":{"boxId":"mFf9JRw4dAzXDtzrsLPr4","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-3.1079134941101074,0],[-3.1079134941101074,0],[-3.4254579544067383,-0.016060352325439453],[-3.733880043029785,-0.06319713592529297],[-4.031612396240234,-0.13984060287475586],[-4.317086219787598,-0.24442386627197266],[-4.588733196258545,-0.3753790855407715],[-4.8449859619140625,-0.5311374664306641],[-5.0842766761779785,-0.7101306915283203],[-5.3050360679626465,-0.9107909202575684],[-5.5056962966918945,-1.1315503120422363],[-5.684689521789551,-1.3708405494689941],[-5.840447425842285,-1.6270933151245117],[-5.971402645111084,-1.8987407684326172],[-6.075986385345459,-2.1842145919799805],[-6.15263032913208,-2.4819464683532715],[-6.199766635894775,-2.7903690338134766],[-6.215826988220215,-3.1079134941101074],[-6.199766635894775,-3.4254579544067383],[-6.15263032913208,-3.7338805198669434],[-6.075986385345459,-4.031612396240234],[-5.971402645111084,-4.317086219787598],[-5.840447425842285,-4.588733673095703],[-5.684689521789551,-4.844986438751221],[-5.5056962966918945,-5.084276437759399],[-5.3050360679626465,-5.305035829544067],[-5.0842766761779785,-5.5056962966918945],[-4.8449859619140625,-5.68468976020813],[-4.588733196258545,-5.840447902679443],[-4.317086219787598,-5.9714027643203735],[-4.031612396240234,-6.075986266136169],[-3.733880043029785,-6.15263032913208],[-3.4254579544067383,-6.199766755104065],[-3.1079134941101074,-6.2158273458480835],[0,-6.2158273458480835],[0,-6.2158273458480835],[0.31754493713378906,-6.199766755104065],[0.6259670257568359,-6.15263032913208],[0.9236993789672852,-6.075986266136169],[1.2091732025146484,-5.9714027643203735],[1.480820655822754,-5.840447902679443],[1.7370729446411133,-5.68468976020813],[1.976363182067871,-5.5056962966918945],[2.197122573852539,-5.305035829544067],[2.3977832794189453,-5.084276437759399],[2.5767765045166016,-4.844986438751221],[2.732534408569336,-4.588733673095703],[2.863490104675293,-4.317086219787598],[2.968073844909668,-4.031612396240234],[3.0447168350219727,-3.7338805198669434],[3.091853141784668,-3.4254579544067383],[3.1079139709472656,-3.1079134941101074],[3.091853141784668,-2.7903690338134766],[3.0447168350219727,-2.4819464683532715],[2.968073844909668,-2.1842145919799805],[2.863490104675293,-1.8987407684326172],[2.732534408569336,-1.6270933151245117],[2.5767765045166016,-1.3708405494689941],[2.3977832794189453,-1.1315503120422363],[2.197122573852539,-0.9107909202575684],[1.976363182067871,-0.7101306915283203],[1.7370729446411133,-0.5311374664306641],[1.480820655822754,-0.3753790855407715],[1.2091732025146484,-0.24442386627197266],[0.9236993789672852,-0.13984060287475586],[0.6259670257568359,-0.06319713592529297],[0.31754493713378906,-0.016060352325439453],[0,0],[0,0]]},{"type":"line","version":61,"versionNonce":241912206,"isDeleted":false,"id":"sj7VlqgOhoxh5Jv_PgLaF","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":827.7122302055359,"y":179.56834530830383,"strokeColor":"#00000000","backgroundColor":"#669df6","width":5.179856300354004,"height":2.0719425678253174,"seed":2113111355,"groupIds":["i5AMZ8vmi5dvu1cdufARt","0jf-U7BSFJpgQqhNc0KpD","UMItHcH8iTgHzr7gsFUkN","Yoi9152wKReA_rvCRx3So"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829093,"link":null,"locked":false,"customData":{"boxId":"mFf9JRw4dAzXDtzrsLPr4","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.20810413360595703,0.021144390106201172],[-0.40224790573120117,0.08174467086791992],[-0.578181266784668,0.1775517463684082],[-0.7316546440124512,0.30431652069091797],[-0.8584194183349609,0.4577901363372803],[-0.9542264938354492,0.6337234973907471],[-1.014826774597168,0.8278663158416748],[-1.0359711647033691,1.0359714031219482],[-1.014826774597168,1.2440760135650635],[-0.9542264938354492,1.4382193088531494],[-0.8584194183349609,1.6141526699066162],[-0.7316546440124512,1.7676260471343994],[-0.578181266784668,1.8943908214569092],[-0.40224790573120117,1.9901978969573975],[-0.20810413360595703,2.050798177719116],[0,2.0719425678253174],[3.1079134941101074,2.0719425678253174],[3.1079134941101074,2.0719425678253174],[3.316018581390381,2.050798177719116],[3.510161876678467,1.9901978969573975],[3.6860947608947754,1.8943908214569092],[3.839568614959717,1.7676260471343994],[3.9663338661193848,1.6141526699066162],[4.062139987945557,1.4382193088531494],[4.122740268707275,1.2440760135650635],[4.143885135650635,1.0359714031219482],[4.122740268707275,0.8278663158416748],[4.062139987945557,0.6337234973907471],[3.9663338661193848,0.4577901363372803],[3.839568614959717,0.30431652069091797],[3.6860947608947754,0.1775517463684082],[3.510161876678467,0.08174467086791992],[3.316018581390381,0.021144390106201172],[3.1079134941101074,0],[0,0],[0,0]]},{"type":"line","version":61,"versionNonce":1475501650,"isDeleted":false,"id":"HHg9hefQ3CY87i4fyL2oK","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":833.9280576705933,"y":190.9640293121338,"strokeColor":"#00000000","backgroundColor":"#669df6","width":9.323740482330322,"height":6.215827941894531,"seed":819904501,"groupIds":["i5AMZ8vmi5dvu1cdufARt","0jf-U7BSFJpgQqhNc0KpD","UMItHcH8iTgHzr7gsFUkN","Yoi9152wKReA_rvCRx3So"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829093,"link":null,"locked":false,"customData":{"boxId":"mFf9JRw4dAzXDtzrsLPr4","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-3.1079139709472656,0],[-3.1079139709472656,0],[-3.4254579544067383,-0.016060829162597656],[-3.733880043029785,-0.06319713592529297],[-4.031612396240234,-0.13984203338623047],[-4.317086219787598,-0.24442481994628906],[-4.588733673095703,-0.3753795623779297],[-4.8449859619140625,-0.5311374664306641],[-5.084277153015137,-0.7101316452026367],[-5.305035591125488,-0.9107913970947266],[-5.5056962966918945,-1.1315507888793945],[-5.684689521789551,-1.3708410263061523],[-5.840447425842285,-1.6270942687988281],[-5.971403121948242,-1.8987417221069336],[-6.075986385345459,-2.1842145919799805],[-6.152629852294922,-2.4819469451904297],[-6.199766635894775,-2.790369987487793],[-6.215827465057373,-3.1079139709472656],[-6.199766635894775,-3.4254579544067383],[-6.152629852294922,-3.7338809967041016],[-6.075986385345459,-4.031613349914551],[-5.971403121948242,-4.317086219787598],[-5.840447425842285,-4.588733673095703],[-5.684689521789551,-4.844986915588379],[-5.5056962966918945,-5.084277153015137],[-5.305035591125488,-5.305036544799805],[-5.084277153015137,-5.5056962966918945],[-4.8449859619140625,-5.684690475463867],[-4.588733673095703,-5.840448379516602],[-4.317086219787598,-5.971403121948242],[-4.031612396240234,-6.075986862182617],[-3.733880043029785,-6.152630805969238],[-3.4254579544067383,-6.199767112731934],[-3.1079139709472656,-6.215827941894531],[0,-6.215827941894531],[0,-6.215827941894531],[0.31754493713378906,-6.199767112731934],[0.6259670257568359,-6.152630805969238],[0.9236984252929688,-6.075986862182617],[1.209172248840332,-5.971403121948242],[1.480820655822754,-5.840448379516602],[1.7370729446411133,-5.684690475463867],[1.9763622283935547,-5.5056962966918945],[2.1971216201782227,-5.305036544799805],[2.397782325744629,-5.084277153015137],[2.576775550842285,-4.844986915588379],[2.7325353622436523,-4.588733673095703],[2.86348819732666,-4.317086219787598],[2.968071937561035,-4.031613349914551],[3.0447168350219727,-3.7338809967041016],[3.091853141784668,-3.4254579544067383],[3.107913017272949,-3.1079139709472656],[3.091853141784668,-2.790369987487793],[3.0447168350219727,-2.4819469451904297],[2.968071937561035,-2.1842145919799805],[2.86348819732666,-1.8987417221069336],[2.7325353622436523,-1.6270942687988281],[2.576775550842285,-1.3708410263061523],[2.397782325744629,-1.1315507888793945],[2.1971216201782227,-0.9107913970947266],[1.9763622283935547,-0.7101316452026367],[1.7370729446411133,-0.5311374664306641],[1.480820655822754,-0.3753795623779297],[1.209172248840332,-0.24442481994628906],[0.9236984252929688,-0.13984203338623047],[0.6259670257568359,-0.06319713592529297],[0.31754493713378906,-0.016060829162597656],[0,0],[0,0]]},{"type":"line","version":61,"versionNonce":497477582,"isDeleted":false,"id":"4PAZtPIbyJtcHr6X2Fvgo","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":830.820143699646,"y":186.820143699646,"strokeColor":"#00000000","backgroundColor":"#669df6","width":5.179856300354004,"height":2.0719432830810547,"seed":1634018779,"groupIds":["i5AMZ8vmi5dvu1cdufARt","0jf-U7BSFJpgQqhNc0KpD","UMItHcH8iTgHzr7gsFUkN","Yoi9152wKReA_rvCRx3So"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829093,"link":null,"locked":false,"customData":{"boxId":"mFf9JRw4dAzXDtzrsLPr4","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.20810413360595703,0.021144866943359375],[-0.40224742889404297,0.08174514770507812],[-0.5781803131103516,0.1775522232055664],[-0.731654167175293,0.3043174743652344],[-0.8584194183349609,0.4577903747558594],[-0.9542255401611328,0.633723258972168],[-1.014826774597168,0.8278675079345703],[-1.035970687866211,1.0359716415405273],[-1.014826774597168,1.2440757751464844],[-0.9542255401611328,1.4382200241088867],[-0.8584194183349609,1.6141529083251953],[-0.731654167175293,1.7676258087158203],[-0.5781803131103516,1.8943910598754883],[-0.40224742889404297,1.9901981353759766],[-0.20810413360595703,2.0507984161376953],[0,2.0719432830810547],[3.1079139709472656,2.0719432830810547],[3.1079139709472656,2.0719432830810547],[3.316019058227539,2.0507984161376953],[3.510162353515625,1.9901981353759766],[3.6860952377319336,1.8943910598754883],[3.8395681381225586,1.7676258087158203],[3.9663333892822266,1.6141529083251953],[4.062140464782715,1.4382200241088867],[4.12274169921875,1.2440757751464844],[4.143885612487793,1.0359716415405273],[4.12274169921875,0.8278675079345703],[4.062140464782715,0.633723258972168],[3.9663333892822266,0.4577903747558594],[3.8395681381225586,0.3043174743652344],[3.6860952377319336,0.1775522232055664],[3.510162353515625,0.08174514770507812],[3.316019058227539,0.021144866943359375],[3.1079139709472656,0],[0,0],[0,0]]},{"type":"line","version":61,"versionNonce":578208786,"isDeleted":false,"id":"qOr0mYh-AkNzifRKgyVVA","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":836,"y":198.21582794189453,"strokeColor":"#00000000","backgroundColor":"#669df6","width":9.32374095916748,"height":6.215827941894531,"seed":793573717,"groupIds":["i5AMZ8vmi5dvu1cdufARt","0jf-U7BSFJpgQqhNc0KpD","UMItHcH8iTgHzr7gsFUkN","Yoi9152wKReA_rvCRx3So"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829093,"link":null,"locked":false,"customData":{"boxId":"mFf9JRw4dAzXDtzrsLPr4","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-3.107913017272949,0],[-3.107913017272949,0],[-3.4254579544067383,-0.01605987548828125],[-3.733880043029785,-0.06319808959960938],[-4.031612396240234,-0.13984107971191406],[-4.317085266113281,-0.24442481994628906],[-4.588733673095703,-0.3753795623779297],[-4.8449859619140625,-0.5311374664306641],[-5.08427619934082,-0.7101306915283203],[-5.305035591125488,-0.9107913970947266],[-5.505695343017578,-1.131551742553711],[-5.684689521789551,-1.370840072631836],[-5.840447425842285,-1.6270942687988281],[-5.971403121948242,-1.8987407684326172],[-6.075985908508301,-2.184215545654297],[-6.152629852294922,-2.4819469451904297],[-6.199766159057617,-2.7903690338134766],[-6.215826988220215,-3.1079139709472656],[-6.199766159057617,-3.4254589080810547],[-6.152629852294922,-3.7338790893554688],[-6.075985908508301,-4.031612396240234],[-5.971403121948242,-4.317085266113281],[-5.840447425842285,-4.588733673095703],[-5.684689521789551,-4.8449859619140625],[-5.505695343017578,-5.08427619934082],[-5.305035591125488,-5.305034637451172],[-5.08427619934082,-5.505695343017578],[-4.8449859619140625,-5.684690475463867],[-4.588733673095703,-5.840448379516602],[-4.317085266113281,-5.971403121948242],[-4.031612396240234,-6.075986862182617],[-3.733880043029785,-6.152629852294922],[-3.4254579544067383,-6.199766159057617],[-3.107913017272949,-6.215827941894531],[0,-6.215827941894531],[0,-6.215827941894531],[0.31754493713378906,-6.199766159057617],[0.6259670257568359,-6.152629852294922],[0.9236984252929688,-6.075986862182617],[1.2091732025146484,-5.971403121948242],[1.4808197021484375,-5.840448379516602],[1.7370738983154297,-5.684690475463867],[1.9763622283935547,-5.505695343017578],[2.197122573852539,-5.305034637451172],[2.3977832794189453,-5.08427619934082],[2.5767765045166016,-4.8449859619140625],[2.732534408569336,-4.588733673095703],[2.8634891510009766,-4.317085266113281],[2.9680728912353516,-4.031612396240234],[3.0447158813476562,-3.7338790893554688],[3.0918540954589844,-3.4254589080810547],[3.1079139709472656,-3.1079139709472656],[3.0918540954589844,-2.7903690338134766],[3.0447158813476562,-2.4819469451904297],[2.9680728912353516,-2.184215545654297],[2.8634891510009766,-1.8987407684326172],[2.732534408569336,-1.6270942687988281],[2.5767765045166016,-1.370840072631836],[2.3977832794189453,-1.131551742553711],[2.197122573852539,-0.9107913970947266],[1.9763622283935547,-0.7101306915283203],[1.7370738983154297,-0.5311374664306641],[1.4808197021484375,-0.3753795623779297],[1.2091732025146484,-0.24442481994628906],[0.9236984252929688,-0.13984107971191406],[0.6259670257568359,-0.06319808959960938],[0.31754493713378906,-0.01605987548828125],[0,0],[0,0]]},{"type":"line","version":61,"versionNonce":2018819598,"isDeleted":false,"id":"Wxw-3uF6lqGiZ4f1yU54B","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":832.892086982727,"y":194.07194328308105,"strokeColor":"#00000000","backgroundColor":"#669df6","width":5.1798553466796875,"height":2.071941375732422,"seed":1931063931,"groupIds":["i5AMZ8vmi5dvu1cdufARt","0jf-U7BSFJpgQqhNc0KpD","UMItHcH8iTgHzr7gsFUkN","Yoi9152wKReA_rvCRx3So"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829093,"link":null,"locked":false,"customData":{"boxId":"mFf9JRw4dAzXDtzrsLPr4","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.20810508728027344,0.021142959594726562],[-0.4022483825683594,0.08174514770507812],[-0.578181266784668,0.17755126953125],[-0.7316551208496094,0.30431556701660156],[-0.8584194183349609,0.4577903747558594],[-0.9542264938354492,0.6337223052978516],[-1.014826774597168,0.8278656005859375],[-1.0359716415405273,1.035970687866211],[-1.014826774597168,1.2440757751464844],[-0.9542264938354492,1.4382190704345703],[-0.8584194183349609,1.6141529083251953],[-0.7316551208496094,1.7676258087158203],[-0.578181266784668,1.8943901062011719],[-0.4022483825683594,1.9901962280273438],[-0.20810508728027344,2.0507984161376953],[0,2.071941375732422],[3.107913017272949,2.071941375732422],[3.107913017272949,2.071941375732422],[3.3160181045532227,2.0507984161376953],[3.5101613998413086,1.9901962280273438],[3.6860952377319336,1.8943901062011719],[3.8395681381225586,1.7676258087158203],[3.96633243560791,1.6141529083251953],[4.062140464782715,1.4382190704345703],[4.122740745544434,1.2440757751464844],[4.14388370513916,1.035970687866211],[4.122740745544434,0.8278656005859375],[4.062140464782715,0.6337223052978516],[3.96633243560791,0.4577903747558594],[3.8395681381225586,0.30431556701660156],[3.6860952377319336,0.17755126953125],[3.5101613998413086,0.08174514770507812],[3.3160181045532227,0.021142959594726562],[3.107913017272949,0],[0,0],[0,0]]},{"type":"line","version":61,"versionNonce":1927836114,"isDeleted":false,"id":"mMsb0UxjqcuIii1AOiyDu","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":829.7841730117798,"y":183.7122302055359,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":5.179856300354004,"height":6.2158273458480835,"seed":711788213,"groupIds":["QwT6gQulnk9jTSXJU4mzC","0jf-U7BSFJpgQqhNc0KpD","UMItHcH8iTgHzr7gsFUkN","Yoi9152wKReA_rvCRx3So"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829093,"link":null,"locked":false,"customData":{"boxId":"mFf9JRw4dAzXDtzrsLPr4","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,-2.0719423294067383],[-2.0719428062438965,-2.0719423294067383],[-2.0719428062438965,-2.0719423294067383],[-2.2800469398498535,-2.0930867195129395],[-2.4741907119750977,-2.153687000274658],[-2.6501240730285645,-2.2494940757751465],[-2.8035974502563477,-2.3762588500976562],[-2.9303622245788574,-2.5297322273254395],[-3.0261693000793457,-2.7056655883789062],[-3.0867695808410645,-2.899808883666992],[-3.1079139709472656,-3.1079134941101074],[-3.0867695808410645,-3.316018581390381],[-3.0261693000793457,-3.5101613998413086],[-2.9303622245788574,-3.6860947608947754],[-2.8035974502563477,-3.8395683765411377],[-2.6501240730285645,-3.9663331508636475],[-2.4741907119750977,-4.062140226364136],[-2.2800469398498535,-4.1227405071258545],[-2.0719428062438965,-4.143884897232056],[0,-4.143884897232056],[0,-6.2158273458480835],[-2.0719428062438965,-6.2158273458480835],[-2.0719428062438965,-6.2158273458480835],[-2.3894872665405273,-6.199766755104065],[-2.697909355163574,-6.15263032913208],[-2.9956417083740234,-6.075986266136169],[-3.2811155319213867,-5.9714027643203735],[-3.552762508392334,-5.840447902679443],[-3.8090152740478516,-5.68468976020813],[-4.048305988311768,-5.5056962966918945],[-4.2690653800964355,-5.305035829544067],[-4.469725608825684,-5.084276437759399],[-4.64871883392334,-4.844986438751221],[-4.804476737976074,-4.588733673095703],[-4.935431957244873,-4.317086219787598],[-5.040015697479248,-4.031612396240234],[-5.116659641265869,-3.7338805198669434],[-5.1637959480285645,-3.4254579544067383],[-5.179856300354004,-3.1079134941101074],[-5.1637959480285645,-2.7903690338134766],[-5.116659641265869,-2.4819464683532715],[-5.040015697479248,-2.1842145919799805],[-4.935431957244873,-1.8987407684326172],[-4.804476737976074,-1.6270933151245117],[-4.64871883392334,-1.3708405494689941],[-4.469725608825684,-1.1315503120422363],[-4.2690653800964355,-0.9107909202575684],[-4.048305988311768,-0.7101306915283203],[-3.8090152740478516,-0.5311374664306641],[-3.552762508392334,-0.3753790855407715],[-3.2811155319213867,-0.24442386627197266],[-2.9956417083740234,-0.13984060287475586],[-2.697909355163574,-0.06319713592529297],[-2.3894872665405273,-0.016060352325439453],[-2.0719428062438965,0],[0,0],[0,0]]},{"type":"line","version":61,"versionNonce":1668140110,"isDeleted":false,"id":"0T5OV0eyBKJbOsvZz-eZE","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":832.892086982727,"y":190.9640293121338,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":5.179856777191162,"height":6.215827941894531,"seed":1137945371,"groupIds":["QwT6gQulnk9jTSXJU4mzC","0jf-U7BSFJpgQqhNc0KpD","UMItHcH8iTgHzr7gsFUkN","Yoi9152wKReA_rvCRx3So"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829093,"link":null,"locked":false,"customData":{"boxId":"mFf9JRw4dAzXDtzrsLPr4","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,-2.0719423294067383],[-2.0719432830810547,-2.0719423294067383],[-2.0719432830810547,-2.0719423294067383],[-2.2800474166870117,-2.0930871963500977],[-2.4741907119750977,-2.1536874771118164],[-2.6501235961914062,-2.2494945526123047],[-2.8035974502563477,-2.3762598037719727],[-2.9303627014160156,-2.5297327041625977],[-3.0261688232421875,-2.7056655883789062],[-3.0867700576782227,-2.8998098373413086],[-3.1079139709472656,-3.1079139709472656],[-3.0867700576782227,-3.3160181045532227],[-3.0261688232421875,-3.510162353515625],[-2.9303627014160156,-3.6860952377319336],[-2.8035974502563477,-3.8395681381225586],[-2.6501235961914062,-3.9663333892822266],[-2.4741907119750977,-4.062140464782715],[-2.2800474166870117,-4.122740745544434],[-2.0719432830810547,-4.143885612487793],[0,-4.143885612487793],[0,-6.215827941894531],[-2.0719432830810547,-6.215827941894531],[-2.0719432830810547,-6.215827941894531],[-2.3894872665405273,-6.199767112731934],[-2.697909355163574,-6.152630805969238],[-2.9956417083740234,-6.075986862182617],[-3.2811155319213867,-5.971403121948242],[-3.552762985229492,-5.840448379516602],[-3.8090152740478516,-5.684690475463867],[-4.048306465148926,-5.5056962966918945],[-4.269064903259277,-5.305036544799805],[-4.469725608825684,-5.084277153015137],[-4.64871883392334,-4.844986915588379],[-4.804476737976074,-4.588733673095703],[-4.935432434082031,-4.317086219787598],[-5.040015697479248,-4.031613349914551],[-5.116659164428711,-3.7338809967041016],[-5.1637959480285645,-3.4254579544067383],[-5.179856777191162,-3.1079139709472656],[-5.1637959480285645,-2.790369987487793],[-5.116659164428711,-2.4819469451904297],[-5.040015697479248,-2.1842145919799805],[-4.935432434082031,-1.8987417221069336],[-4.804476737976074,-1.6270942687988281],[-4.64871883392334,-1.3708410263061523],[-4.469725608825684,-1.1315507888793945],[-4.269064903259277,-0.9107913970947266],[-4.048306465148926,-0.7101316452026367],[-3.8090152740478516,-0.5311374664306641],[-3.552762985229492,-0.3753795623779297],[-3.2811155319213867,-0.24442481994628906],[-2.9956417083740234,-0.13984203338623047],[-2.697909355163574,-0.06319713592529297],[-2.3894872665405273,-0.016060829162597656],[-2.0719432830810547,0],[0,0],[0,0]]},{"type":"line","version":61,"versionNonce":744384402,"isDeleted":false,"id":"ApXxHUw9tC0SwU61_Fp5_","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":832.892086982727,"y":196.14388465881348,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":5.179856300354004,"height":6.215827941894531,"seed":1424254997,"groupIds":["QwT6gQulnk9jTSXJU4mzC","0jf-U7BSFJpgQqhNc0KpD","UMItHcH8iTgHzr7gsFUkN","Yoi9152wKReA_rvCRx3So"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829093,"link":null,"locked":false,"customData":{"boxId":"mFf9JRw4dAzXDtzrsLPr4","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.20810508728027344,-0.021142959594726562],[-0.4022483825683594,-0.08174514770507812],[-0.578181266784668,-0.17755126953125],[-0.7316551208496094,-0.30431556701660156],[-0.8584194183349609,-0.45778846740722656],[-0.9542264938354492,-0.6337223052978516],[-1.014826774597168,-0.8278656005859375],[-1.0359716415405273,-1.035970687866211],[-1.014826774597168,-1.2440757751464844],[-0.9542264938354492,-1.4382190704345703],[-0.8584194183349609,-1.6141510009765625],[-0.7316551208496094,-1.7676258087158203],[-0.578181266784668,-1.8943901062011719],[-0.4022483825683594,-1.9901962280273438],[-0.20810508728027344,-2.0507984161376953],[0,-2.071941375732422],[2.0719423294067383,-2.071941375732422],[2.0719423294067383,-4.143884658813477],[0,-4.143884658813477],[0,-4.143884658813477],[-0.31754493713378906,-4.1278228759765625],[-0.6259670257568359,-4.080686569213867],[-0.9236993789672852,-4.0040435791015625],[-1.209172248840332,-3.8994598388671875],[-1.480820655822754,-3.768505096435547],[-1.7370729446411133,-3.6127471923828125],[-1.976363182067871,-3.4337520599365234],[-2.197122573852539,-3.233091354370117],[-2.397782325744629,-3.0123329162597656],[-2.5767765045166016,-2.773042678833008],[-2.732534408569336,-2.5167903900146484],[-2.863490104675293,-2.2451419830322266],[-2.9680728912353516,-1.9596691131591797],[-3.0447168350219727,-1.661935806274414],[-3.091853141784668,-1.353515625],[-3.1079139709472656,-1.035970687866211],[-3.091853141784668,-0.7184257507324219],[-3.0447168350219727,-0.410003662109375],[-2.9680728912353516,-0.11227226257324219],[-2.863490104675293,0.1732025146484375],[-2.732534408569336,0.44484901428222656],[-2.5767765045166016,0.7011032104492188],[-2.397782325744629,0.9403915405273438],[-2.197122573852539,1.1611518859863281],[-1.976363182067871,1.3618125915527344],[-1.7370729446411133,1.5408058166503906],[-1.480820655822754,1.696563720703125],[-1.209172248840332,1.8275184631347656],[-0.9236993789672852,1.9321022033691406],[-0.6259670257568359,2.0087451934814453],[-0.31754493713378906,2.0558834075927734],[0,2.0719432830810547],[2.0719423294067383,2.0719432830810547],[2.0719423294067383,0],[0,0],[0,0]]},{"type":"line","version":61,"versionNonce":483070606,"isDeleted":false,"id":"A-pjtFAafa-3Ya9uFOIVI","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":827.7122302055359,"y":179.56834530830383,"strokeColor":"#00000000","backgroundColor":"#fff","width":5.179856300354004,"height":2.0719425678253174,"seed":671453115,"groupIds":["vIr2szevGEhF_raCjaPmU","0jf-U7BSFJpgQqhNc0KpD","UMItHcH8iTgHzr7gsFUkN","Yoi9152wKReA_rvCRx3So"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829093,"link":null,"locked":false,"customData":{"boxId":"mFf9JRw4dAzXDtzrsLPr4","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.20810413360595703,0.021144390106201172],[-0.40224790573120117,0.08174467086791992],[-0.578181266784668,0.1775517463684082],[-0.7316546440124512,0.30431652069091797],[-0.8584194183349609,0.4577901363372803],[-0.9542264938354492,0.6337234973907471],[-1.014826774597168,0.8278663158416748],[-1.0359711647033691,1.0359714031219482],[-1.014826774597168,1.2440760135650635],[-0.9542264938354492,1.4382193088531494],[-0.8584194183349609,1.6141526699066162],[-0.7316546440124512,1.7676260471343994],[-0.578181266784668,1.8943908214569092],[-0.40224790573120117,1.9901978969573975],[-0.20810413360595703,2.050798177719116],[0,2.0719425678253174],[3.1079134941101074,2.0719425678253174],[3.1079134941101074,2.0719425678253174],[3.316018581390381,2.050798177719116],[3.510161876678467,1.9901978969573975],[3.6860947608947754,1.8943908214569092],[3.839568614959717,1.7676260471343994],[3.9663338661193848,1.6141526699066162],[4.062139987945557,1.4382193088531494],[4.122740268707275,1.2440760135650635],[4.143885135650635,1.0359714031219482],[4.122740268707275,0.8278663158416748],[4.062139987945557,0.6337234973907471],[3.9663338661193848,0.4577901363372803],[3.839568614959717,0.30431652069091797],[3.6860947608947754,0.1775517463684082],[3.510161876678467,0.08174467086791992],[3.316018581390381,0.021144390106201172],[3.1079134941101074,0],[0,0],[0,0]]},{"type":"line","version":61,"versionNonce":923772242,"isDeleted":false,"id":"sEOj2emtOPp_IHeQOnQj5","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":830.820143699646,"y":186.820143699646,"strokeColor":"#00000000","backgroundColor":"#fff","width":5.179856300354004,"height":2.0719432830810547,"seed":1890098549,"groupIds":["vIr2szevGEhF_raCjaPmU","0jf-U7BSFJpgQqhNc0KpD","UMItHcH8iTgHzr7gsFUkN","Yoi9152wKReA_rvCRx3So"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829093,"link":null,"locked":false,"customData":{"boxId":"mFf9JRw4dAzXDtzrsLPr4","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.20810413360595703,0.021144866943359375],[-0.40224742889404297,0.08174514770507812],[-0.5781803131103516,0.1775522232055664],[-0.731654167175293,0.3043174743652344],[-0.8584194183349609,0.4577903747558594],[-0.9542255401611328,0.633723258972168],[-1.014826774597168,0.8278675079345703],[-1.035970687866211,1.0359716415405273],[-1.014826774597168,1.2440757751464844],[-0.9542255401611328,1.4382200241088867],[-0.8584194183349609,1.6141529083251953],[-0.731654167175293,1.7676258087158203],[-0.5781803131103516,1.8943910598754883],[-0.40224742889404297,1.9901981353759766],[-0.20810413360595703,2.0507984161376953],[0,2.0719432830810547],[3.1079139709472656,2.0719432830810547],[3.1079139709472656,2.0719432830810547],[3.316019058227539,2.0507984161376953],[3.510162353515625,1.9901981353759766],[3.6860952377319336,1.8943910598754883],[3.8395681381225586,1.7676258087158203],[3.9663333892822266,1.6141529083251953],[4.062140464782715,1.4382200241088867],[4.12274169921875,1.2440757751464844],[4.143885612487793,1.0359716415405273],[4.12274169921875,0.8278675079345703],[4.062140464782715,0.633723258972168],[3.9663333892822266,0.4577903747558594],[3.8395681381225586,0.3043174743652344],[3.6860952377319336,0.1775522232055664],[3.510162353515625,0.08174514770507812],[3.316019058227539,0.021144866943359375],[3.1079139709472656,0],[0,0],[0,0]]},{"type":"line","version":61,"versionNonce":1059426510,"isDeleted":false,"id":"MpWvNtGWXGZtCon4tW0tq","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":832.892086982727,"y":194.07194328308105,"strokeColor":"#00000000","backgroundColor":"#fff","width":5.1798553466796875,"height":2.071941375732422,"seed":1104273499,"groupIds":["vIr2szevGEhF_raCjaPmU","0jf-U7BSFJpgQqhNc0KpD","UMItHcH8iTgHzr7gsFUkN","Yoi9152wKReA_rvCRx3So"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829093,"link":null,"locked":false,"customData":{"boxId":"mFf9JRw4dAzXDtzrsLPr4","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.20810508728027344,0.021142959594726562],[-0.4022483825683594,0.08174514770507812],[-0.578181266784668,0.17755126953125],[-0.7316551208496094,0.30431556701660156],[-0.8584194183349609,0.4577903747558594],[-0.9542264938354492,0.6337223052978516],[-1.014826774597168,0.8278656005859375],[-1.0359716415405273,1.035970687866211],[-1.014826774597168,1.2440757751464844],[-0.9542264938354492,1.4382190704345703],[-0.8584194183349609,1.6141529083251953],[-0.7316551208496094,1.7676258087158203],[-0.578181266784668,1.8943901062011719],[-0.4022483825683594,1.9901962280273438],[-0.20810508728027344,2.0507984161376953],[0,2.071941375732422],[3.107913017272949,2.071941375732422],[3.107913017272949,2.071941375732422],[3.3160181045532227,2.0507984161376953],[3.5101613998413086,1.9901962280273438],[3.6860952377319336,1.8943901062011719],[3.8395681381225586,1.7676258087158203],[3.96633243560791,1.6141529083251953],[4.062140464782715,1.4382190704345703],[4.122740745544434,1.2440757751464844],[4.14388370513916,1.035970687866211],[4.122740745544434,0.8278656005859375],[4.062140464782715,0.6337223052978516],[3.96633243560791,0.4577903747558594],[3.8395681381225586,0.30431556701660156],[3.6860952377319336,0.17755126953125],[3.5101613998413086,0.08174514770507812],[3.3160181045532227,0.021142959594726562],[3.107913017272949,0],[0,0],[0,0]]},{"type":"line","version":30,"versionNonce":1548954386,"isDeleted":true,"id":"k6klevnhMcunbRx_RmoAa","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1376,"y":124,"strokeColor":"#202124","backgroundColor":"transparent","width":208,"height":4,"seed":1076187067,"groupIds":["AzPA9An__d6O1UFM0dOL6","obvkXP-RtXlSw-r57bcUf"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829093,"link":null,"locked":false,"customData":{"boxId":"DHD8lZmI5nWWTfwiOXDm8","label":"Vertex AI","type":"child"},"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[104,-4],[208,0]]},{"type":"text","version":29,"versionNonce":638994190,"isDeleted":true,"id":"cyPwroL_9zMsl150Fpotd","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1376,"y":133,"strokeColor":"#202124","backgroundColor":"transparent","width":91,"height":15,"seed":996466037,"groupIds":["AzPA9An__d6O1UFM0dOL6","obvkXP-RtXlSw-r57bcUf"],"strokeSharpness":"round","boundElements":[],"updated":1697744829093,"link":null,"locked":false,"customData":{"boxId":"DHD8lZmI5nWWTfwiOXDm8","label":"Vertex AI","type":"child"},"fontSize":12,"fontFamily":4,"text":"","baseline":11,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":""},{"id":"YMZc3qh-zTgnXg9S9t6Yn","type":"arrow","x":180,"y":521,"width":1.1368683772161603e-13,"height":79.79815673828114,"angle":0,"strokeColor":"#202124","backgroundColor":"#202124","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"sharp","seed":1457531125,"version":300,"versionNonce":580909266,"isDeleted":false,"boundElements":null,"updated":1697744829093,"link":null,"locked":false,"points":[[0,0],[-1.1368683772161603e-13,79.79815673828114]],"lastCommittedPoint":null,"startBinding":{"elementId":"nj3n8sIQkvq3qsdVAf1o9","focus":-4.841462769537617e-16,"gap":1},"endBinding":{"elementId":"aBkOKaVcG_fxXG48rXo6-","focus":0.2999999999999982,"gap":15.201843261718864},"startArrowhead":null,"endArrowhead":"triangle","fontFamily":2},{"id":"8-TssCdzfk8wVOoQfRqdV","type":"arrow","x":180,"y":580,"width":0,"height":59,"angle":0,"strokeColor":"#202124","backgroundColor":"#202124","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"sharp","seed":1400184565,"version":349,"versionNonce":1377187150,"isDeleted":false,"boundElements":null,"updated":1697744829093,"link":null,"locked":false,"points":[[0,0],[0,-59]],"lastCommittedPoint":null,"startBinding":{"elementId":"mRifKViYW2QOIeaEO8xr-","focus":0,"gap":20},"endBinding":{"elementId":"nj3n8sIQkvq3qsdVAf1o9","focus":0,"gap":1},"startArrowhead":null,"endArrowhead":"triangle","fontFamily":2},{"type":"rectangle","version":69,"versionNonce":697110162,"isDeleted":false,"id":"mRifKViYW2QOIeaEO8xr-","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":60,"y":600,"strokeColor":"#202124","backgroundColor":"#FFF","width":240,"height":106,"seed":188303029,"groupIds":["AzPA9An__d6O1UFM0dOL6","obvkXP-RtXlSw-r57bcUf","TW3-8nxeZVade15VCPkaJ"],"strokeSharpness":"round","boundElements":[{"id":"8-TssCdzfk8wVOoQfRqdV","type":"arrow"}],"updated":1697744829093,"link":null,"locked":false,"customData":{"boxId":"DHD8lZmI5nWWTfwiOXDm8","label":"Vertex AI","type":"container"}},{"type":"text","version":76,"versionNonce":1283349390,"isDeleted":false,"id":"aBkOKaVcG_fxXG48rXo6-","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":76,"y":614,"strokeColor":"#1A73E8","backgroundColor":"transparent","width":81,"height":23,"seed":1424714523,"groupIds":["AzPA9An__d6O1UFM0dOL6","obvkXP-RtXlSw-r57bcUf","TW3-8nxeZVade15VCPkaJ"],"strokeSharpness":"round","boundElements":[{"id":"YMZc3qh-zTgnXg9S9t6Yn","type":"arrow"}],"updated":1697744829093,"link":null,"locked":false,"customData":{"boxId":"DHD8lZmI5nWWTfwiOXDm8","label":"Vertex AI","type":"child"},"fontSize":20,"fontFamily":2,"text":"Vertex AI","baseline":19,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":"Vertex AI"},{"type":"text","version":84,"versionNonce":97610834,"isDeleted":false,"id":"UId68GHaCaIauY3ZE3YFp","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":76,"y":638,"strokeColor":"#202124","backgroundColor":"transparent","width":98,"height":37,"seed":1378396181,"groupIds":["AzPA9An__d6O1UFM0dOL6","obvkXP-RtXlSw-r57bcUf","TW3-8nxeZVade15VCPkaJ"],"strokeSharpness":"round","boundElements":[],"updated":1697744829093,"link":null,"locked":false,"customData":{"boxId":"DHD8lZmI5nWWTfwiOXDm8","label":"Vertex AI","type":"child"},"fontSize":16,"fontFamily":2,"text":"\nGenerative AI","baseline":33,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":"\nGenerative AI"},{"type":"line","version":67,"versionNonce":193444302,"isDeleted":false,"id":"RleDjHWSPdZ5vLs8xK9KU","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":281.9633045196533,"y":630.2981653213501,"strokeColor":"#00000000","backgroundColor":"#669df6","width":10.129972457885742,"height":8.601454734802246,"seed":1073324123,"groupIds":["Dw_6ytlpVTBJ6lNM2L85C","AzPA9An__d6O1UFM0dOL6","obvkXP-RtXlSw-r57bcUf","TW3-8nxeZVade15VCPkaJ"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829094,"link":null,"locked":false,"customData":{"boxId":"DHD8lZmI5nWWTfwiOXDm8","label":"Vertex AI","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.12380027770996094,-0.12568092346191406],[-0.2653388977050781,-0.22362327575683594],[-0.4204254150390625,-0.2931833267211914],[-0.5848636627197266,-0.33371543884277344],[-0.7544612884521484,-0.344573974609375],[-0.9250297546386719,-0.32511425018310547],[-1.0923709869384766,-0.2746915817260742],[-1.2522945404052734,-0.19266033172607422],[-9.96330451965332,6.206421852111816],[-9.96330451965332,6.48165225982666],[-9.96330451965332,6.48165225982666],[-9.780749320983887,6.479231834411621],[-9.607226371765137,6.511324882507324],[-9.446603775024414,6.575024604797363],[-9.302753448486328,6.667431831359863],[-9.179546356201172,6.785639762878418],[-9.080849647521973,6.926749229431152],[-9.010538101196289,7.087855339050293],[-8.972477912902832,7.266055107116699],[-8.970059394836426,7.448609352111816],[-9.002152442932129,7.622134208679199],[-9.065852165222168,7.782753944396973],[-9.158257484436035,7.926606178283691],[-9.276467323303223,8.049813270568848],[-9.41757583618164,8.14850902557373],[-9.578681945800781,8.218823432922363],[-9.756882667541504,8.256880760192871],[-9.96330451965332,8.256880760192871],[-9.665712356567383,8.206995964050293],[-9.399083137512207,8.064221382141113],[-0.16514015197753906,1.252293586730957],[-0.16514015197753906,1.252293586730957],[-0.04007530212402344,1.1279296875],[0.05611991882324219,0.985020637512207],[0.12296676635742188,0.828242301940918],[0.1599750518798828,0.6622714996337891],[0.16666793823242188,0.49178409576416016],[0.14255905151367188,0.3214597702026367],[0.08716392517089844,0.15597248077392578],[0,0],[0,0]]},{"type":"line","version":67,"versionNonce":491000338,"isDeleted":false,"id":"dnWYrfMeBDcPXGgMb15iT","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":271.8348627090454,"y":638.4587154388428,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":10.1350257396698,"height":8.601454734802246,"seed":238249685,"groupIds":["_Ip_8d5IIMt821GBi_8XJ","AzPA9An__d6O1UFM0dOL6","obvkXP-RtXlSw-r57bcUf","TW3-8nxeZVade15VCPkaJ"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829094,"link":null,"locked":false,"customData":{"boxId":"DHD8lZmI5nWWTfwiOXDm8","label":"Vertex AI","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.17820072174072266,-0.03862190246582031],[-0.3393058776855469,-0.1103057861328125],[-0.48041439056396484,-0.2106952667236328],[-0.5986232757568359,-0.3354358673095703],[-0.6910295486450195,-0.48017311096191406],[-0.754730224609375,-0.6405525207519531],[-0.7868223190307617,-0.8122215270996094],[-0.7844028472900391,-0.9908256530761719],[-0.6966743469238281,-1.2817497253417969],[-0.5263757705688477,-1.5223617553710938],[-0.28899097442626953,-1.6933059692382812],[-0.1499786376953125,-1.746603012084961],[0,-1.775228500366211],[0,-2.050457000732422],[-8.724770784378052,-8.449540138244629],[-8.724770784378052,-8.449540138244629],[-8.880178689956665,-8.531572341918945],[-9.044294834136963,-8.581995010375977],[-9.212926626205444,-8.601454734802246],[-9.38188099861145,-8.590595245361328],[-9.546964883804321,-8.550063133239746],[-9.703985452651978,-8.480504035949707],[-9.84874963760376,-8.382560729980469],[-9.977064490318298,-8.256880760192871],[-10.06304681301117,-8.100908279418945],[-10.115324258804321,-7.935420989990234],[-10.1350257396698,-7.7650957107543945],[-10.123280048370361,-7.594610214233398],[-10.081216216087341,-7.4286394119262695],[-10.009963035583496,-7.271860122680664],[-9.910649299621582,-7.128951072692871],[-9.784404039382935,-7.004586219787598],[-0.5504589080810547,-0.1926593780517578],[-0.5504589080810547,-0.1926593780517578],[-0.2855501174926758,-0.06020545959472656],[0,0],[0,0]]},{"type":"line","version":67,"versionNonce":1447776270,"isDeleted":false,"id":"t24XZRfgwWTDt66m5kNtH","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":272,"y":635.8440361022949,"strokeColor":"#00000000","backgroundColor":"#4285f4","width":3.660550117492676,"height":3.660552978515625,"seed":775609595,"groupIds":["fT8OS0SIAkNoTYqlawKMx","AzPA9An__d6O1UFM0dOL6","obvkXP-RtXlSw-r57bcUf","TW3-8nxeZVade15VCPkaJ"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829094,"link":null,"locked":false,"customData":{"boxId":"DHD8lZmI5nWWTfwiOXDm8","label":"Vertex AI","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.36707115173339844,0.03744316101074219],[-0.7097902297973633,0.14471054077148438],[-1.0205793380737305,0.31422996520996094],[-1.2918577194213867,0.5384197235107422],[-1.5160465240478516,0.8096961975097656],[-1.6855649948120117,1.1204872131347656],[-1.7928333282470703,1.463205337524414],[-1.8302745819091797,1.8302764892578125],[-1.7928333282470703,2.197347640991211],[-1.6855649948120117,2.5400657653808594],[-1.5160465240478516,2.8508567810058594],[-1.2918577194213867,3.122133255004883],[-1.0205793380737305,3.346323013305664],[-0.7097902297973633,3.5158424377441406],[-0.36707115173339844,3.623109817504883],[0,3.660552978515625],[0.36707210540771484,3.623109817504883],[0.7097911834716797,3.5158424377441406],[1.0205793380737305,3.346323013305664],[1.2918586730957031,3.122133255004883],[1.5160455703735352,2.8508567810058594],[1.6855659484863281,2.5400657653808594],[1.7928342819213867,2.197347640991211],[1.830275535583496,1.8302764892578125],[1.7933998107910156,1.463205337524414],[1.6875009536743164,1.1204872131347656],[1.519674301147461,0.8096961975097656],[1.2970190048217773,0.5384197235107422],[1.026627540588379,0.31422996520996094],[0.7155971527099609,0.14471054077148438],[0.37102222442626953,0.03744316101074219],[0,0],[0,0]]},{"type":"line","version":67,"versionNonce":47972306,"isDeleted":false,"id":"JN3nYPiGQ9IlHgC1gay9k","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":272,"y":638.555046081543,"strokeColor":"#00000000","backgroundColor":"#4285f4","width":1.7889909744262695,"height":1.788991928100586,"seed":220841013,"groupIds":["fT8OS0SIAkNoTYqlawKMx","AzPA9An__d6O1UFM0dOL6","obvkXP-RtXlSw-r57bcUf","TW3-8nxeZVade15VCPkaJ"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829094,"link":null,"locked":false,"customData":{"boxId":"DHD8lZmI5nWWTfwiOXDm8","label":"Vertex AI","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.18067264556884766,-0.018115997314453125],[-0.3487663269042969,-0.07009696960449219],[-0.5007343292236328,-0.15239715576171875],[-0.6330270767211914,-0.26146697998046875],[-0.7420978546142578,-0.39376068115234375],[-0.8243980407714844,-0.5457286834716797],[-0.8763790130615234,-0.7138214111328125],[-0.894495964050293,-0.8944950103759766],[-0.8763790130615234,-1.0751686096191406],[-0.8243980407714844,-1.2432613372802734],[-0.7420978546142578,-1.3952312469482422],[-0.6330270767211914,-1.5275230407714844],[-0.5007343292236328,-1.6365947723388672],[-0.3487663269042969,-1.718893051147461],[-0.18067264556884766,-1.7708740234375],[0,-1.788991928100586],[0.18067359924316406,-1.7708740234375],[0.3487672805786133,-1.718893051147461],[0.5007343292236328,-1.6365947723388672],[0.6330280303955078,-1.5275230407714844],[0.7420978546142578,-1.3952312469482422],[0.8243989944458008,-1.2432613372802734],[0.8763799667358398,-1.0751686096191406],[0.8944950103759766,-0.8944950103759766],[0.8944950103759766,-0.8807334899902344],[0.8944950103759766,-0.8807334899902344],[0.8769445419311523,-0.7006511688232422],[0.8263339996337891,-0.5341167449951172],[0.7457265853881836,-0.3843536376953125],[0.638188362121582,-0.25458717346191406],[0.5067825317382812,-0.1480426788330078],[0.35457324981689453,-0.0679473876953125],[0.18462467193603516,-0.017522811889648438],[0,0],[0,0],[0,0]]},{"type":"line","version":67,"versionNonce":683810382,"isDeleted":false,"id":"LaZwui6OVRp0af7tja-gk","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":272,"y":638.555046081543,"strokeColor":"#00000000","backgroundColor":"#fff","width":1.7889909744262695,"height":1.788991928100586,"seed":107709851,"groupIds":["cEzi49hUg5ek1UyElRaJX","AzPA9An__d6O1UFM0dOL6","obvkXP-RtXlSw-r57bcUf","TW3-8nxeZVade15VCPkaJ"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829094,"link":null,"locked":false,"customData":{"boxId":"DHD8lZmI5nWWTfwiOXDm8","label":"Vertex AI","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.18067264556884766,-0.018115997314453125],[-0.3487663269042969,-0.07009696960449219],[-0.5007343292236328,-0.15239715576171875],[-0.6330270767211914,-0.26146697998046875],[-0.7420978546142578,-0.39376068115234375],[-0.8243980407714844,-0.5457286834716797],[-0.8763790130615234,-0.7138214111328125],[-0.894495964050293,-0.8944950103759766],[-0.8763790130615234,-1.0751686096191406],[-0.8243980407714844,-1.2432613372802734],[-0.7420978546142578,-1.3952312469482422],[-0.6330270767211914,-1.5275230407714844],[-0.5007343292236328,-1.6365947723388672],[-0.3487663269042969,-1.718893051147461],[-0.18067264556884766,-1.7708740234375],[0,-1.788991928100586],[0.18067359924316406,-1.7708740234375],[0.3487672805786133,-1.718893051147461],[0.5007343292236328,-1.6365947723388672],[0.6330280303955078,-1.5275230407714844],[0.7420978546142578,-1.3952312469482422],[0.8243989944458008,-1.2432613372802734],[0.8763799667358398,-1.0751686096191406],[0.8944950103759766,-0.8944950103759766],[0.8944950103759766,-0.8807334899902344],[0.8944950103759766,-0.8807334899902344],[0.8769445419311523,-0.7006511688232422],[0.8263339996337891,-0.5341167449951172],[0.7457265853881836,-0.3843536376953125],[0.638188362121582,-0.25458717346191406],[0.5067825317382812,-0.1480426788330078],[0.35457324981689453,-0.0679473876953125],[0.18462467193603516,-0.017522811889648438],[0,0],[0,0],[0,0]]},{"type":"line","version":67,"versionNonce":1387279762,"isDeleted":false,"id":"jouIBE4LfdmaFlEu9N9rx","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":264.5275230407715,"y":620.6100916862488,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":1.8727693557739258,"height":4.322310358285904,"seed":204305813,"groupIds":["EQTZGybAUJkO5fRBYiinq","AzPA9An__d6O1UFM0dOL6","obvkXP-RtXlSw-r57bcUf","TW3-8nxeZVade15VCPkaJ"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829094,"link":null,"locked":false,"customData":{"boxId":"DHD8lZmI5nWWTfwiOXDm8","label":"Vertex AI","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.18583345413208008,-0.01932525634765625],[-0.3590884208679199,-0.07461261749267578],[-0.5162162780761719,-0.16183137893676758],[-0.6536698341369629,-0.276949405670166],[-0.7679007053375244,-0.41593503952026367],[-0.8553612232208252,-0.5747561454772949],[-0.912503719329834,-0.7493815422058105],[-0.9357798099517822,-0.9357795715332031],[-0.9357798099517822,-3.275229334831238],[-0.9357798099517822,-3.275229334831238],[-0.9369893074035645,-3.4680510759353638],[-0.9015910625457764,-3.6515194177627563],[-0.8329720497131348,-3.8214412927627563],[-0.73451828956604,-3.973623752593994],[-0.609616756439209,-4.103873908519745],[-0.4616541862487793,-4.2079987823963165],[-0.29401683807373047,-4.281805396080017],[-0.1100921630859375,-4.321100860834122],[0.08272981643676758,-4.322310358285904],[0.26619815826416016,-4.286912202835083],[0.43612051010131836,-4.218293011188507],[0.5883026123046875,-4.119839370250702],[0.7185525894165039,-3.9949379563331604],[0.8226776123046875,-3.846975266933441],[0.896484375,-3.679338037967682],[0.9357800483703613,-3.4954127073287964],[0.9357800483703613,-3.275229334831238],[0.9357800483703613,-0.9357795715332031],[0.9357800483703613,-0.9357795715332031],[0.9209704399108887,-0.7454307079315186],[0.8689074516296387,-0.5689506530761719],[0.7836246490478516,-0.40988731384277344],[0.6691513061523438,-0.2717890739440918],[0.5295209884643555,-0.1582026481628418],[0.36876440048217773,-0.0726776123046875],[0.19091320037841797,-0.01876068115234375],[0,0],[0,0]]},{"type":"ellipse","version":67,"versionNonce":398795918,"isDeleted":false,"id":"hfZMS1Oben49M6ky0b2ME","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":263.5504586696625,"y":626.9954137802124,"strokeColor":"transparent","backgroundColor":"#aecbfa","width":1.8990826606750488,"height":1.8990826606750488,"seed":800987707,"groupIds":["AzPA9An__d6O1UFM0dOL6","obvkXP-RtXlSw-r57bcUf","TW3-8nxeZVade15VCPkaJ"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829094,"link":null,"locked":false,"customData":{"boxId":"DHD8lZmI5nWWTfwiOXDm8","label":"Vertex AI","type":"child"}},{"type":"ellipse","version":67,"versionNonce":234337106,"isDeleted":false,"id":"pQUIqfVHtHAqsezSWOD4V","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":263.5504586696625,"y":624.2431192398071,"strokeColor":"transparent","backgroundColor":"#aecbfa","width":1.8990826606750488,"height":1.8990826606750488,"seed":1182006005,"groupIds":["AzPA9An__d6O1UFM0dOL6","obvkXP-RtXlSw-r57bcUf","TW3-8nxeZVade15VCPkaJ"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829094,"link":null,"locked":false,"customData":{"boxId":"DHD8lZmI5nWWTfwiOXDm8","label":"Vertex AI","type":"child"}},{"type":"ellipse","version":67,"versionNonce":890069710,"isDeleted":false,"id":"Ny3r2JQhgdjnwWijSCHXb","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":263.5504586696625,"y":621.4770641326904,"strokeColor":"transparent","backgroundColor":"#aecbfa","width":1.8990826606750488,"height":1.8990826606750488,"seed":118823643,"groupIds":["AzPA9An__d6O1UFM0dOL6","obvkXP-RtXlSw-r57bcUf","TW3-8nxeZVade15VCPkaJ"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829094,"link":null,"locked":false,"customData":{"boxId":"DHD8lZmI5nWWTfwiOXDm8","label":"Vertex AI","type":"child"}},{"type":"line","version":67,"versionNonce":1997109522,"isDeleted":false,"id":"hdKMNFO-MAQz3Pgxb2Y8J","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":279.4724769592285,"y":623.3486242294312,"strokeColor":"#00000000","backgroundColor":"#4285f4","width":1.871561050415039,"height":4.224770784378052,"seed":1954731093,"groupIds":["2BpdImuEaXDI_0Za0j3W6","AzPA9An__d6O1UFM0dOL6","obvkXP-RtXlSw-r57bcUf","TW3-8nxeZVade15VCPkaJ"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829094,"link":null,"locked":false,"customData":{"boxId":"DHD8lZmI5nWWTfwiOXDm8","label":"Vertex AI","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.19034957885742188,-0.019351959228515625],[-0.36682701110839844,-0.0748281478881836],[-0.5258922576904297,-0.16255760192871094],[-0.6639900207519531,-0.2786698341369629],[-0.7775764465332031,-0.4192948341369629],[-0.8631019592285156,-0.5805621147155762],[-0.9170169830322266,-0.758601188659668],[-0.9357795715332031,-0.9495415687561035],[-0.9357795715332031,-3.2889909744262695],[-0.9357795715332031,-3.2889909744262695],[-0.9170169830322266,-3.475389003753662],[-0.8631019592285156,-3.650014638900757],[-0.7775764465332031,-3.808835744857788],[-0.6639900207519531,-3.9478213787078857],[-0.5258922576904297,-4.062939405441284],[-0.36682701110839844,-4.150157928466797],[-0.19034957885742188,-4.205445766448975],[0,-4.224770784378052],[0.19034957885742188,-4.206010103225708],[0.36682891845703125,-4.152093172073364],[0.5258941650390625,-4.066567897796631],[0.6639919281005859,-3.952981948852539],[0.7775764465332031,-3.8148834705352783],[0.8631038665771484,-3.65582013130188],[0.9170188903808594,-3.4793403148651123],[0.9357814788818359,-3.2889909744262695],[0.9357814788818359,-0.9495415687561035],[0.9357814788818359,-0.9495415687561035],[0.9215354919433594,-0.758601188659668],[0.8708438873291016,-0.5805621147155762],[0.7872524261474609,-0.4192948341369629],[0.6743125915527344,-0.2786698341369629],[0.5355701446533203,-0.16255760192871094],[0.3745708465576172,-0.0748281478881836],[0.19486427307128906,-0.019351959228515625],[0,0],[0,0],[0,0]]},{"type":"ellipse","version":67,"versionNonce":1932777742,"isDeleted":false,"id":"nZM1ev6odlVyxqQGjK_-0","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":278.55045890808105,"y":627.0091743469238,"strokeColor":"transparent","backgroundColor":"#4285f4","width":1.8990826606750488,"height":1.8990826606750488,"seed":688064379,"groupIds":["AzPA9An__d6O1UFM0dOL6","obvkXP-RtXlSw-r57bcUf","TW3-8nxeZVade15VCPkaJ"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829094,"link":null,"locked":false,"customData":{"boxId":"DHD8lZmI5nWWTfwiOXDm8","label":"Vertex AI","type":"child"}},{"type":"ellipse","version":67,"versionNonce":1834780370,"isDeleted":false,"id":"9SsLSN0mjvm5YFmEjY_7a","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":278.55045890808105,"y":624.2018346786499,"strokeColor":"transparent","backgroundColor":"#4285f4","width":1.8990826606750488,"height":1.8990826606750488,"seed":573538741,"groupIds":["AzPA9An__d6O1UFM0dOL6","obvkXP-RtXlSw-r57bcUf","TW3-8nxeZVade15VCPkaJ"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829094,"link":null,"locked":false,"customData":{"boxId":"DHD8lZmI5nWWTfwiOXDm8","label":"Vertex AI","type":"child"}},{"type":"ellipse","version":67,"versionNonce":162629454,"isDeleted":false,"id":"7hL5CNQcISIlSDlPwTTby","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":278.55045890808105,"y":616.385321110487,"strokeColor":"transparent","backgroundColor":"#4285f4","width":1.8990826606750488,"height":1.8990826606750488,"seed":2076860443,"groupIds":["AzPA9An__d6O1UFM0dOL6","obvkXP-RtXlSw-r57bcUf","TW3-8nxeZVade15VCPkaJ"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829094,"link":null,"locked":false,"customData":{"boxId":"DHD8lZmI5nWWTfwiOXDm8","label":"Vertex AI","type":"child"}},{"type":"line","version":67,"versionNonce":1233640594,"isDeleted":false,"id":"KuvZKZNpKb5RpRQ8eap1i","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":272,"y":631.6880741119385,"strokeColor":"#00000000","backgroundColor":"#669df6","width":1.8715600967407227,"height":4.147927284240723,"seed":1151304469,"groupIds":["WcimY1jo6cZrq1K79n622","AzPA9An__d6O1UFM0dOL6","obvkXP-RtXlSw-r57bcUf","TW3-8nxeZVade15VCPkaJ"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829094,"link":null,"locked":false,"customData":{"boxId":"DHD8lZmI5nWWTfwiOXDm8","label":"Vertex AI","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.18583297729492188,-0.01932525634765625],[-0.3590888977050781,-0.07461357116699219],[-0.5162162780761719,-0.1618328094482422],[-0.6536703109741211,-0.2769498825073242],[-0.7679004669189453,-0.4159355163574219],[-0.8553609848022461,-0.5747566223144531],[-0.9125041961669922,-0.7493829727172852],[-0.9357795715332031,-0.9357805252075195],[-0.9357795715332031,-3.316514015197754],[-0.9357795715332031,-3.316514015197754],[-0.896484375,-3.504955291748047],[-0.8226766586303711,-3.6758174896240234],[-0.7185525894165039,-3.8257150650024414],[-0.5883016586303711,-3.9512624740600586],[-0.43612003326416016,-4.049070358276367],[-0.26619815826416016,-4.115755081176758],[-0.08272933959960938,-4.147927284240723],[0.1100921630859375,-4.142202377319336],[0.2703113555908203,-4.108416557312012],[0.4190807342529297,-4.049957275390625],[0.5539798736572266,-3.969243049621582],[0.6725921630859375,-3.8686933517456055],[0.7724971771240234,-3.750725746154785],[0.8512763977050781,-3.6177616119384766],[0.9065103530883789,-3.472217559814453],[0.9357805252075195,-3.316514015197754],[0.9357805252075195,-0.9633035659790039],[0.9357805252075195,-0.9633035659790039],[0.9254856109619141,-0.7723360061645508],[0.8766489028930664,-0.5941085815429688],[0.793299674987793,-0.4323310852050781],[0.6794719696044922,-0.2907114028930664],[0.5391969680786133,-0.1729593276977539],[0.37650489807128906,-0.08278369903564453],[0.19542884826660156,-0.023894309997558594],[0,0],[0,0],[0,0]]},{"type":"ellipse","version":67,"versionNonce":1491037582,"isDeleted":false,"id":"vJz57sguCiVj0dvx_fTe6","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":271.05045986175537,"y":632.5412845611572,"strokeColor":"transparent","backgroundColor":"#669df6","width":1.8990826606750488,"height":1.8990826606750488,"seed":2036180155,"groupIds":["AzPA9An__d6O1UFM0dOL6","obvkXP-RtXlSw-r57bcUf","TW3-8nxeZVade15VCPkaJ"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829094,"link":null,"locked":false,"customData":{"boxId":"DHD8lZmI5nWWTfwiOXDm8","label":"Vertex AI","type":"child"}},{"type":"ellipse","version":67,"versionNonce":960658002,"isDeleted":false,"id":"9tUhsXHyvxY2PZ6B1tAyV","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":271.05045986175537,"y":624.6834859848022,"strokeColor":"transparent","backgroundColor":"#669df6","width":1.8990826606750488,"height":1.8990826606750488,"seed":273176693,"groupIds":["AzPA9An__d6O1UFM0dOL6","obvkXP-RtXlSw-r57bcUf","TW3-8nxeZVade15VCPkaJ"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829094,"link":null,"locked":false,"customData":{"boxId":"DHD8lZmI5nWWTfwiOXDm8","label":"Vertex AI","type":"child"}},{"type":"ellipse","version":67,"versionNonce":1308003278,"isDeleted":false,"id":"w7zoRkhK7fA8VNk55cMa1","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":271.05045986175537,"y":621.9174313545227,"strokeColor":"transparent","backgroundColor":"#669df6","width":1.8990826606750488,"height":1.8990826606750488,"seed":962549083,"groupIds":["AzPA9An__d6O1UFM0dOL6","obvkXP-RtXlSw-r57bcUf","TW3-8nxeZVade15VCPkaJ"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829094,"link":null,"locked":false,"customData":{"boxId":"DHD8lZmI5nWWTfwiOXDm8","label":"Vertex AI","type":"child"}},{"type":"line","version":67,"versionNonce":459497490,"isDeleted":false,"id":"9zIhitQb3sN0YwVek67Rf","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":275.74312019348145,"y":626.1284408569336,"strokeColor":"#00000000","backgroundColor":"#4285f4","width":1.8727693557739258,"height":4.322310447692871,"seed":250577365,"groupIds":["bx6NJhMDLsxYN6EgQeT44","AzPA9An__d6O1UFM0dOL6","obvkXP-RtXlSw-r57bcUf","TW3-8nxeZVade15VCPkaJ"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829094,"link":null,"locked":false,"customData":{"boxId":"DHD8lZmI5nWWTfwiOXDm8","label":"Vertex AI","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.1858348846435547,-0.01932525634765625],[-0.3590888977050781,-0.07461261749267578],[-0.5162172317504883,-0.16183185577392578],[-0.6536703109741211,-0.2769498825073242],[-0.7679014205932617,-0.4159355163574219],[-0.8553619384765625,-0.5747566223144531],[-0.9125041961669922,-0.7493820190429688],[-0.9357805252075195,-0.9357795715332031],[-0.9357805252075195,-3.2752299308776855],[-0.9357805252075195,-3.2752299308776855],[-0.9369897842407227,-3.4680519104003906],[-0.9015922546386719,-3.651519775390625],[-0.832972526550293,-3.821441650390625],[-0.7345190048217773,-3.9736242294311523],[-0.6096172332763672,-4.103874206542969],[-0.4616546630859375,-4.207999229431152],[-0.2940177917480469,-4.281805992126465],[-0.1100921630859375,-4.321101188659668],[0.08273029327392578,-4.322310447692871],[0.26619720458984375,-4.28691291809082],[0.43611907958984375,-4.218293190002441],[0.5883026123046875,-4.119840145111084],[0.7185516357421875,-3.994938373565674],[0.8226776123046875,-3.846975803375244],[0.896484375,-3.6793384552001953],[0.9357795715332031,-3.495412826538086],[0.9357795715332031,-3.2752299308776855],[0.9357795715332031,-0.9357795715332031],[0.9357795715332031,-0.9357795715332031],[0.9164543151855469,-0.7454309463500977],[0.8611660003662109,-0.5689516067504883],[0.7739486694335938,-0.40988826751708984],[0.6588306427001953,-0.27178955078125],[0.5198440551757812,-0.158203125],[0.36102294921875,-0.0726776123046875],[0.18639755249023438,-0.018761634826660156],[0,0],[0,0]]},{"type":"ellipse","version":67,"versionNonce":1192223246,"isDeleted":false,"id":"IDI049JEm9FBROywIPynj","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":274.8073396682739,"y":619.1376147270203,"strokeColor":"transparent","backgroundColor":"#4285f4","width":1.8990826606750488,"height":1.8990826606750488,"seed":992080379,"groupIds":["AzPA9An__d6O1UFM0dOL6","obvkXP-RtXlSw-r57bcUf","TW3-8nxeZVade15VCPkaJ"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829094,"link":null,"locked":false,"customData":{"boxId":"DHD8lZmI5nWWTfwiOXDm8","label":"Vertex AI","type":"child"}},{"type":"ellipse","version":67,"versionNonce":1541508562,"isDeleted":false,"id":"GSsqExs3sx_N4bV7y6CXw","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":274.8073396682739,"y":629.7201833724976,"strokeColor":"transparent","backgroundColor":"#4285f4","width":1.8990826606750488,"height":1.8990826606750488,"seed":1974107957,"groupIds":["AzPA9An__d6O1UFM0dOL6","obvkXP-RtXlSw-r57bcUf","TW3-8nxeZVade15VCPkaJ"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829094,"link":null,"locked":false,"customData":{"boxId":"DHD8lZmI5nWWTfwiOXDm8","label":"Vertex AI","type":"child"}},{"type":"ellipse","version":67,"versionNonce":1998876750,"isDeleted":false,"id":"h5KIGcvl-GT-eHqRv3Zl3","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":274.8073396682739,"y":626.9541282653809,"strokeColor":"transparent","backgroundColor":"#4285f4","width":1.8990826606750488,"height":1.8990826606750488,"seed":1873279643,"groupIds":["AzPA9An__d6O1UFM0dOL6","obvkXP-RtXlSw-r57bcUf","TW3-8nxeZVade15VCPkaJ"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829094,"link":null,"locked":false,"customData":{"boxId":"DHD8lZmI5nWWTfwiOXDm8","label":"Vertex AI","type":"child"}},{"type":"ellipse","version":67,"versionNonce":1339294610,"isDeleted":false,"id":"Ip2f33ZgWVSsOqiUW4gh7","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":267.30733919143677,"y":629.7201833724976,"strokeColor":"transparent","backgroundColor":"#aecbfa","width":1.8990826606750488,"height":1.8990826606750488,"seed":987680917,"groupIds":["AzPA9An__d6O1UFM0dOL6","obvkXP-RtXlSw-r57bcUf","TW3-8nxeZVade15VCPkaJ"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829094,"link":null,"locked":false,"customData":{"boxId":"DHD8lZmI5nWWTfwiOXDm8","label":"Vertex AI","type":"child"}},{"type":"ellipse","version":67,"versionNonce":1242379918,"isDeleted":false,"id":"DLzlfqvIelbepcc3G3vp6","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":267.30733919143677,"y":621.9174313545227,"strokeColor":"transparent","backgroundColor":"#aecbfa","width":1.8990826606750488,"height":1.8990826606750488,"seed":61075259,"groupIds":["AzPA9An__d6O1UFM0dOL6","obvkXP-RtXlSw-r57bcUf","TW3-8nxeZVade15VCPkaJ"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829094,"link":null,"locked":false,"customData":{"boxId":"DHD8lZmI5nWWTfwiOXDm8","label":"Vertex AI","type":"child"}},{"type":"ellipse","version":67,"versionNonce":292667730,"isDeleted":false,"id":"zjkws0EHUp1DQAc1qM7Vn","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":267.30733919143677,"y":619.1376147270203,"strokeColor":"transparent","backgroundColor":"#aecbfa","width":1.8990826606750488,"height":1.8990826606750488,"seed":1816262133,"groupIds":["AzPA9An__d6O1UFM0dOL6","obvkXP-RtXlSw-r57bcUf","TW3-8nxeZVade15VCPkaJ"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829094,"link":null,"locked":false,"customData":{"boxId":"DHD8lZmI5nWWTfwiOXDm8","label":"Vertex AI","type":"child"}},{"type":"line","version":67,"versionNonce":1216558286,"isDeleted":false,"id":"M3ZGenfnI2G0YGzZEchTM","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":268.2706422805786,"y":628.8532114028931,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":1.8715600967407227,"height":4.2110090255737305,"seed":1769492443,"groupIds":["qp5Dzte1gH3A4Cs13JkTF","AzPA9An__d6O1UFM0dOL6","obvkXP-RtXlSw-r57bcUf","TW3-8nxeZVade15VCPkaJ"],"strokeSharpness":"sharp","boundElements":[],"updated":1697744829094,"link":null,"locked":false,"customData":{"boxId":"DHD8lZmI5nWWTfwiOXDm8","label":"Vertex AI","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.18586063385009766,-0.0181427001953125],[-0.35930299758911133,-0.0703125],[-0.516942024230957,-0.1531229019165039],[-0.6553897857666016,-0.2631874084472656],[-0.7712602615356445,-0.39712047576904297],[-0.8611669540405273,-0.5515336990356445],[-0.921722412109375,-0.7230415344238281],[-0.9495410919189453,-0.9082565307617188],[-0.9495410919189453,-3.2752294540405273],[-0.9495410919189453,-3.2752294540405273],[-0.9307804107666016,-3.461627960205078],[-0.8768630027770996,-3.6362533569335938],[-0.7913379669189453,-3.7950735092163086],[-0.6777524948120117,-3.9340600967407227],[-0.5396537780761719,-4.049178123474121],[-0.38059091567993164,-4.136396408081055],[-0.20411014556884766,-4.191683769226074],[-0.013761520385742188,-4.2110090255737305],[0.17658710479736328,-4.192248344421387],[0.35306835174560547,-4.138331413269043],[0.5121307373046875,-4.052806854248047],[0.6502294540405273,-3.939220428466797],[0.7638149261474609,-3.801121711730957],[0.8493404388427734,-3.642059326171875],[0.9032583236694336,-3.465579032897949],[0.9220190048217773,-3.2752294540405273],[0.9220190048217773,-0.9082565307617188],[0.9220190048217773,-0.9082565307617188],[0.8987693786621094,-0.7230415344238281],[0.8418149948120117,-0.5515336990356445],[0.7548646926879883,-0.39712047576904297],[0.6416282653808594,-0.2631874084472656],[0.5058145523071289,-0.1531229019165039],[0.3511323928833008,-0.0703125],[0.1812915802001953,-0.0181427001953125],[0,0],[0,0]]},{"type":"ellipse","version":200,"versionNonce":1544668946,"isDeleted":true,"id":"2_8roWsBYBNnWs0EWUhS_","fillStyle":"hachure","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":300,"y":560,"strokeColor":"#000000","backgroundColor":"#000000","width":40,"height":42,"seed":1627955157,"groupIds":["TW3-8nxeZVade15VCPkaJ"],"strokeSharpness":"round","boundElements":[{"id":"B5CoSiyXMhd6bEXHvAg5w","type":"text"},{"id":"B5CoSiyXMhd6bEXHvAg5w","type":"text"},{"id":"B5CoSiyXMhd6bEXHvAg5w","type":"text"},{"id":"B5CoSiyXMhd6bEXHvAg5w","type":"text"},{"id":"B5CoSiyXMhd6bEXHvAg5w","type":"text"},{"type":"text","id":"B5CoSiyXMhd6bEXHvAg5w"}],"updated":1697744829094,"link":null,"locked":false,"endArrowhead":"triangle","fontFamily":2},{"type":"text","version":195,"versionNonce":2082433806,"isDeleted":true,"id":"B5CoSiyXMhd6bEXHvAg5w","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":305,"y":565,"strokeColor":"#ffffff","backgroundColor":"#000000","width":30,"height":32,"seed":154252283,"groupIds":["TW3-8nxeZVade15VCPkaJ"],"strokeSharpness":"round","boundElements":[],"updated":1697744829094,"link":null,"locked":false,"fontSize":28,"fontFamily":2,"text":"6","baseline":25,"textAlign":"center","verticalAlign":"middle","containerId":"2_8roWsBYBNnWs0EWUhS_","originalText":"6"},{"id":"1i3bYbit3H_yyJyPhiZrP","type":"text","x":504.64283970424094,"y":791.9999912806918,"width":9,"height":32,"angle":0,"strokeColor":"#202124","backgroundColor":"#000000","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"round","seed":772108027,"version":25,"versionNonce":1747653842,"isDeleted":true,"boundElements":null,"updated":1697744829094,"link":null,"locked":false,"text":"","fontSize":28,"fontFamily":2,"textAlign":"center","verticalAlign":"top","baseline":25,"containerId":null,"originalText":""},{"type":"ellipse","version":142,"versionNonce":1398462798,"isDeleted":true,"id":"nEG-690muMOqyETqfiDTv","fillStyle":"hachure","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":860,"y":120,"strokeColor":"#000000","backgroundColor":"#000000","width":40,"height":42,"seed":1221929275,"groupIds":[],"strokeSharpness":"round","boundElements":[{"id":"z5QJUcF7r87HiVuyzYqN0","type":"text"},{"type":"text","id":"z5QJUcF7r87HiVuyzYqN0"}],"updated":1697744829094,"link":null,"locked":false,"endArrowhead":"triangle","fontFamily":2},{"type":"text","version":129,"versionNonce":1196731026,"isDeleted":true,"id":"z5QJUcF7r87HiVuyzYqN0","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":865,"y":125,"strokeColor":"#ffffff","backgroundColor":"#000000","width":30,"height":32,"seed":962157557,"groupIds":[],"strokeSharpness":"round","boundElements":[],"updated":1697744829094,"link":null,"locked":false,"fontSize":28,"fontFamily":2,"text":"2","baseline":25,"textAlign":"center","verticalAlign":"middle","containerId":"nEG-690muMOqyETqfiDTv","originalText":"2"},{"type":"ellipse","version":126,"versionNonce":93224846,"isDeleted":true,"id":"7cuclThNKzJF7dmbk6byX","fillStyle":"hachure","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":320,"y":40,"strokeColor":"#000000","backgroundColor":"#000000","width":40,"height":42,"seed":217357842,"groupIds":[],"strokeSharpness":"round","boundElements":[{"id":"opEbrk8Z0aDQrLQYT7GC7","type":"text"},{"type":"text","id":"opEbrk8Z0aDQrLQYT7GC7"}],"updated":1697744829094,"link":null,"locked":false,"endArrowhead":"triangle","fontFamily":2},{"type":"text","version":115,"versionNonce":1078298706,"isDeleted":true,"id":"opEbrk8Z0aDQrLQYT7GC7","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":325,"y":45,"strokeColor":"#ffffff","backgroundColor":"#000000","width":30,"height":32,"seed":1622770702,"groupIds":[],"strokeSharpness":"round","boundElements":[],"updated":1697744829094,"link":null,"locked":false,"fontSize":28,"fontFamily":2,"text":"1","baseline":25,"textAlign":"center","verticalAlign":"middle","containerId":"7cuclThNKzJF7dmbk6byX","originalText":"1"},{"type":"ellipse","version":147,"versionNonce":1995660750,"isDeleted":true,"id":"E42YrbVd5BitjPkB46-74","fillStyle":"hachure","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":860,"y":380,"strokeColor":"#000000","backgroundColor":"#000000","width":40,"height":42,"seed":1541926034,"groupIds":[],"strokeSharpness":"round","boundElements":[{"id":"7r2B6ClK7aVDyKawxt6hX","type":"text"},{"id":"7r2B6ClK7aVDyKawxt6hX","type":"text"},{"type":"text","id":"7r2B6ClK7aVDyKawxt6hX"}],"updated":1697744829094,"link":null,"locked":false,"endArrowhead":"triangle","fontFamily":2},{"type":"ellipse","version":174,"versionNonce":818199374,"isDeleted":true,"id":"wLSxQUeti5ekpLFrqhwFu","fillStyle":"hachure","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":300,"y":380,"strokeColor":"#000000","backgroundColor":"#000000","width":40,"height":42,"seed":1538703250,"groupIds":[],"strokeSharpness":"round","boundElements":[{"id":"zb77Wa6SJQ4P90yfDg491","type":"text"},{"id":"zb77Wa6SJQ4P90yfDg491","type":"text"},{"id":"zb77Wa6SJQ4P90yfDg491","type":"text"},{"type":"text","id":"zb77Wa6SJQ4P90yfDg491"}],"updated":1697744895118,"link":null,"locked":false,"endArrowhead":"triangle","fontFamily":2},{"type":"ellipse","version":192,"versionNonce":2118387662,"isDeleted":true,"id":"AZUP-G4sIN7KkiXbxc__8","fillStyle":"hachure","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":60,"y":300,"strokeColor":"#000000","backgroundColor":"#000000","width":40,"height":42,"seed":906150606,"groupIds":[],"strokeSharpness":"round","boundElements":[{"id":"yWveCsn-MrHuKHOANs7r6","type":"text"},{"id":"yWveCsn-MrHuKHOANs7r6","type":"text"},{"id":"yWveCsn-MrHuKHOANs7r6","type":"text"},{"id":"yWveCsn-MrHuKHOANs7r6","type":"text"},{"type":"text","id":"yWveCsn-MrHuKHOANs7r6"}],"updated":1697744912881,"link":null,"locked":false,"endArrowhead":"triangle","fontFamily":2},{"type":"ellipse","version":214,"versionNonce":1951687950,"isDeleted":true,"id":"9LCFWeFCmYBswqci0VxgF","fillStyle":"hachure","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":220,"y":60,"strokeColor":"#000000","backgroundColor":"#000000","width":40,"height":42,"seed":1854533390,"groupIds":[],"strokeSharpness":"round","boundElements":[{"id":"veKn7qSRUpaXuTl7aPDBX","type":"text"},{"id":"veKn7qSRUpaXuTl7aPDBX","type":"text"},{"id":"veKn7qSRUpaXuTl7aPDBX","type":"text"},{"id":"veKn7qSRUpaXuTl7aPDBX","type":"text"},{"id":"veKn7qSRUpaXuTl7aPDBX","type":"text"},{"type":"text","id":"veKn7qSRUpaXuTl7aPDBX"}],"updated":1697744967371,"link":null,"locked":false,"endArrowhead":"triangle","fontFamily":2},{"type":"ellipse","version":230,"versionNonce":1620361806,"isDeleted":true,"id":"8kVd-1EPCbqsOfMd3y6Yv","fillStyle":"hachure","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":860,"y":120,"strokeColor":"#000000","backgroundColor":"#000000","width":40,"height":42,"seed":1291284050,"groupIds":[],"strokeSharpness":"round","boundElements":[{"id":"YG8doicVdzl1o1M79zc9f","type":"text"},{"id":"YG8doicVdzl1o1M79zc9f","type":"text"},{"id":"YG8doicVdzl1o1M79zc9f","type":"text"},{"id":"YG8doicVdzl1o1M79zc9f","type":"text"},{"id":"YG8doicVdzl1o1M79zc9f","type":"text"},{"id":"YG8doicVdzl1o1M79zc9f","type":"text"},{"type":"text","id":"YG8doicVdzl1o1M79zc9f"}],"updated":1697744829094,"link":null,"locked":false,"endArrowhead":"triangle","fontFamily":2},{"type":"ellipse","version":248,"versionNonce":539951182,"isDeleted":true,"id":"QCWtZan_IRfiH5QaH_i8n","fillStyle":"hachure","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":300,"y":560,"strokeColor":"#000000","backgroundColor":"#000000","width":40,"height":42,"seed":247407822,"groupIds":[],"strokeSharpness":"round","boundElements":[{"id":"sUpSCTvMoMgEozyEy9YWD","type":"text"},{"id":"sUpSCTvMoMgEozyEy9YWD","type":"text"},{"id":"sUpSCTvMoMgEozyEy9YWD","type":"text"},{"id":"sUpSCTvMoMgEozyEy9YWD","type":"text"},{"id":"sUpSCTvMoMgEozyEy9YWD","type":"text"},{"id":"sUpSCTvMoMgEozyEy9YWD","type":"text"},{"id":"sUpSCTvMoMgEozyEy9YWD","type":"text"},{"type":"text","id":"sUpSCTvMoMgEozyEy9YWD"}],"updated":1697744882443,"link":null,"locked":false,"endArrowhead":"triangle","fontFamily":2},{"type":"text","version":133,"versionNonce":94587022,"isDeleted":true,"id":"7r2B6ClK7aVDyKawxt6hX","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":865,"y":385,"strokeColor":"#ffffff","backgroundColor":"#000000","width":30,"height":32,"seed":675831182,"groupIds":[],"strokeSharpness":"round","boundElements":[],"updated":1697744829094,"link":null,"locked":false,"fontSize":28,"fontFamily":2,"text":"5","baseline":25,"textAlign":"center","verticalAlign":"middle","containerId":"E42YrbVd5BitjPkB46-74","originalText":"5"},{"type":"text","version":159,"versionNonce":930211986,"isDeleted":true,"id":"zb77Wa6SJQ4P90yfDg491","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":305,"y":385,"strokeColor":"#ffffff","backgroundColor":"#000000","width":30,"height":32,"seed":1875131022,"groupIds":[],"strokeSharpness":"round","boundElements":[],"updated":1697744895118,"link":null,"locked":false,"fontSize":28,"fontFamily":2,"text":"4","baseline":25,"textAlign":"center","verticalAlign":"middle","containerId":"wLSxQUeti5ekpLFrqhwFu","originalText":"4"},{"type":"text","version":176,"versionNonce":2109449234,"isDeleted":true,"id":"yWveCsn-MrHuKHOANs7r6","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":65,"y":305,"strokeColor":"#ffffff","backgroundColor":"#000000","width":30,"height":32,"seed":848959762,"groupIds":[],"strokeSharpness":"round","boundElements":[],"updated":1697744912881,"link":null,"locked":false,"fontSize":28,"fontFamily":2,"text":"3","baseline":25,"textAlign":"center","verticalAlign":"middle","containerId":"AZUP-G4sIN7KkiXbxc__8","originalText":"3"},{"type":"text","version":197,"versionNonce":1968880338,"isDeleted":true,"id":"veKn7qSRUpaXuTl7aPDBX","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":225,"y":65,"strokeColor":"#ffffff","backgroundColor":"#000000","width":30,"height":32,"seed":177918162,"groupIds":[],"strokeSharpness":"round","boundElements":[],"updated":1697744967371,"link":null,"locked":false,"fontSize":28,"fontFamily":2,"text":"1","baseline":25,"textAlign":"center","verticalAlign":"middle","containerId":"9LCFWeFCmYBswqci0VxgF","originalText":"1"},{"type":"text","version":212,"versionNonce":316210446,"isDeleted":true,"id":"YG8doicVdzl1o1M79zc9f","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":865,"y":125,"strokeColor":"#ffffff","backgroundColor":"#000000","width":30,"height":32,"seed":859494350,"groupIds":[],"strokeSharpness":"round","boundElements":[],"updated":1697744829094,"link":null,"locked":false,"fontSize":28,"fontFamily":2,"text":"2","baseline":25,"textAlign":"center","verticalAlign":"middle","containerId":"8kVd-1EPCbqsOfMd3y6Yv","originalText":"2"},{"type":"text","version":229,"versionNonce":2121954194,"isDeleted":true,"id":"sUpSCTvMoMgEozyEy9YWD","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":305,"y":565,"strokeColor":"#ffffff","backgroundColor":"#000000","width":30,"height":32,"seed":466409234,"groupIds":[],"strokeSharpness":"round","boundElements":[],"updated":1697744882443,"link":null,"locked":false,"fontSize":28,"fontFamily":2,"text":"6","baseline":25,"textAlign":"center","verticalAlign":"middle","containerId":"QCWtZan_IRfiH5QaH_i8n","originalText":"6"},{"type":"ellipse","version":174,"versionNonce":1091709774,"isDeleted":true,"id":"vaJcRJgdU4o6NTvljR1_1","fillStyle":"hachure","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":70,"y":310,"strokeColor":"#000000","backgroundColor":"#000000","width":40,"height":42,"seed":625554770,"groupIds":[],"strokeSharpness":"round","boundElements":[{"id":"7b1BYUz_FZZBPzsVl9a6C","type":"text"},{"id":"7b1BYUz_FZZBPzsVl9a6C","type":"text"},{"id":"7b1BYUz_FZZBPzsVl9a6C","type":"text"},{"type":"text","id":"7b1BYUz_FZZBPzsVl9a6C"}],"updated":1697744829094,"link":null,"locked":false,"endArrowhead":"triangle","fontFamily":2},{"type":"text","version":166,"versionNonce":821262482,"isDeleted":true,"id":"7b1BYUz_FZZBPzsVl9a6C","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":75,"y":315,"strokeColor":"#ffffff","backgroundColor":"#000000","width":30,"height":32,"seed":386728142,"groupIds":[],"strokeSharpness":"round","boundElements":[],"updated":1697744829094,"link":null,"locked":false,"fontSize":28,"fontFamily":2,"text":"3","baseline":25,"textAlign":"center","verticalAlign":"middle","containerId":"vaJcRJgdU4o6NTvljR1_1","originalText":"3"},{"id":"Zc0Shtd0xzmFKRCjcSK2t","type":"text","x":1065,"y":84,"width":70,"height":32,"angle":0,"strokeColor":"#000000","backgroundColor":"#000000","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"round","seed":1805411282,"version":8,"versionNonce":613126542,"isDeleted":true,"boundElements":null,"updated":1697744829094,"link":null,"locked":false,"text":"","fontSize":28,"fontFamily":2,"textAlign":"center","verticalAlign":"middle","baseline":25,"containerId":"p8Bi6ZgIfMembXVaHAtS2","originalText":""},{"id":"xpBdVN_1k86nBKwPxUD8Y","type":"text","x":1075,"y":94,"width":70,"height":32,"angle":0,"strokeColor":"#000000","backgroundColor":"#000000","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"round","seed":633246798,"version":8,"versionNonce":1759155794,"isDeleted":true,"boundElements":null,"updated":1697744829094,"link":null,"locked":false,"text":"","fontSize":28,"fontFamily":2,"textAlign":"center","verticalAlign":"middle","baseline":25,"containerId":"p8Bi6ZgIfMembXVaHAtS2","originalText":""},{"id":"M1tPt4058Zp3YSQ0bw8UQ","type":"text","x":1072.0202462332588,"y":60.611066545758774,"width":9,"height":32,"angle":0,"strokeColor":"#000000","backgroundColor":"#000000","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"round","seed":1454259918,"version":6,"versionNonce":410922958,"isDeleted":true,"boundElements":null,"updated":1697744829094,"link":null,"locked":false,"text":"","fontSize":28,"fontFamily":2,"textAlign":"left","verticalAlign":"top","baseline":25,"containerId":null,"originalText":""},{"id":"p8Bi6ZgIfMembXVaHAtS2","type":"ellipse","x":860,"y":120,"width":40,"height":42,"angle":0,"strokeColor":"#000000","backgroundColor":"#000000","fillStyle":"hachure","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":["nL1rl8Za5qvqtkv5Y5Qu9"],"strokeSharpness":"round","seed":781690898,"version":37,"versionNonce":1503132690,"isDeleted":true,"boundElements":[{"type":"text","id":"AHFZx9U-72RwAbzrO2C9e"}],"updated":1697744829094,"link":null,"locked":false,"endArrowhead":"triangle","fontFamily":2},{"id":"AHFZx9U-72RwAbzrO2C9e","type":"text","x":865,"y":125,"width":30,"height":32,"angle":0,"strokeColor":"#ffffff","backgroundColor":"#000000","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":["nL1rl8Za5qvqtkv5Y5Qu9"],"strokeSharpness":"round","seed":281733842,"version":156,"versionNonce":688064014,"isDeleted":true,"boundElements":null,"updated":1697744829094,"link":null,"locked":false,"text":"2","fontSize":28,"fontFamily":2,"textAlign":"center","verticalAlign":"middle","baseline":25,"containerId":"p8Bi6ZgIfMembXVaHAtS2","originalText":"2"},{"id":"Ky9mwfK9223ZEx2JlsBIl","type":"ellipse","x":860,"y":380,"width":40,"height":42,"angle":0,"strokeColor":"#000000","backgroundColor":"#000000","fillStyle":"hachure","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":["KSaQN6TukoETMxMFCubQ2"],"strokeSharpness":"round","seed":173940626,"version":57,"versionNonce":74622414,"isDeleted":true,"boundElements":[{"id":"2S-F5SeyTZ_JAzO5u_9Bb","type":"text"},{"type":"text","id":"2S-F5SeyTZ_JAzO5u_9Bb"}],"updated":1697744869812,"link":null,"locked":false,"endArrowhead":"triangle","fontFamily":2},{"id":"2S-F5SeyTZ_JAzO5u_9Bb","type":"text","x":865,"y":385,"width":30,"height":32,"angle":0,"strokeColor":"#ffffff","backgroundColor":"#000000","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":["KSaQN6TukoETMxMFCubQ2"],"strokeSharpness":"round","seed":1774377614,"version":175,"versionNonce":768468498,"isDeleted":true,"boundElements":null,"updated":1697744869812,"link":null,"locked":false,"text":"4","fontSize":28,"fontFamily":2,"textAlign":"center","verticalAlign":"middle","baseline":25,"containerId":"Ky9mwfK9223ZEx2JlsBIl","originalText":"4"},{"id":"7WqARZJTwXgEeTckHL-Ip","type":"ellipse","x":860,"y":120,"width":40,"height":42,"angle":0,"strokeColor":"#000000","backgroundColor":"#000000","fillStyle":"hachure","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"round","seed":474209358,"version":28,"versionNonce":774777358,"isDeleted":false,"boundElements":[{"type":"text","id":"jo-pf5JvYea-s7CjBTHpD"}],"updated":1697744856560,"link":null,"locked":false,"endArrowhead":"triangle","fontFamily":2},{"id":"M-2KfBQZsM_IIKRp_Jvvy","type":"ellipse","x":860,"y":380,"width":40,"height":42,"angle":0,"strokeColor":"#000000","backgroundColor":"#000000","fillStyle":"hachure","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"round","seed":1574548238,"version":41,"versionNonce":160093966,"isDeleted":false,"boundElements":[{"id":"ql49vLJSzV-yNPv9wCOMR","type":"text"},{"type":"text","id":"ql49vLJSzV-yNPv9wCOMR"}],"updated":1697744876453,"link":null,"locked":false,"endArrowhead":"triangle","fontFamily":2},{"id":"zGPC5UswF07LVN2PLO3uk","type":"ellipse","x":63,"y":291,"width":40,"height":42.666666666666664,"angle":0,"strokeColor":"#000000","backgroundColor":"#000000","fillStyle":"hachure","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"round","seed":934227666,"version":121,"versionNonce":848573394,"isDeleted":false,"boundElements":[{"id":"skZg-0s0ptWmNiGx2_jQQ","type":"text"},{"id":"skZg-0s0ptWmNiGx2_jQQ","type":"text"},{"type":"text","id":"skZg-0s0ptWmNiGx2_jQQ"}],"updated":1697744962917,"link":null,"locked":false,"endArrowhead":"triangle","fontFamily":2},{"id":"5VT2N3ZPeIAulUAmcIPYs","type":"ellipse","x":223,"y":66,"width":40,"height":42.666666666666664,"angle":0,"strokeColor":"#000000","backgroundColor":"#000000","fillStyle":"hachure","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"round","seed":383199822,"version":189,"versionNonce":787572050,"isDeleted":false,"boundElements":[{"id":"7KpFV1HZnKGVtTpt7HR7o","type":"text"},{"id":"7KpFV1HZnKGVtTpt7HR7o","type":"text"},{"id":"7KpFV1HZnKGVtTpt7HR7o","type":"text"},{"type":"text","id":"7KpFV1HZnKGVtTpt7HR7o"}],"updated":1697745000882,"link":null,"locked":false,"endArrowhead":"triangle","fontFamily":2},{"id":"jEx3LWHTt1zxd3MH4I4Fy","type":"ellipse","x":300,"y":560,"width":40,"height":42,"angle":0,"strokeColor":"#000000","backgroundColor":"#000000","fillStyle":"hachure","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"round","seed":1249667282,"version":57,"versionNonce":1714357262,"isDeleted":false,"boundElements":[{"id":"OfkE2v73G1EJzX01GeYNe","type":"text"},{"id":"OfkE2v73G1EJzX01GeYNe","type":"text"},{"type":"text","id":"OfkE2v73G1EJzX01GeYNe"}],"updated":1697744889848,"link":null,"locked":false,"endArrowhead":"triangle","fontFamily":2},{"id":"7bNxSaQYQUiWcbJGwodxu","type":"ellipse","x":300,"y":380,"width":40,"height":42,"angle":0,"strokeColor":"#000000","backgroundColor":"#000000","fillStyle":"hachure","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"round","seed":558618766,"version":70,"versionNonce":1363278990,"isDeleted":false,"boundElements":[{"id":"PMXN2xyUqG0RetvkkPj-4","type":"text"},{"id":"PMXN2xyUqG0RetvkkPj-4","type":"text"},{"id":"PMXN2xyUqG0RetvkkPj-4","type":"text"},{"type":"text","id":"PMXN2xyUqG0RetvkkPj-4"}],"updated":1697744900994,"link":null,"locked":false,"endArrowhead":"triangle","fontFamily":2},{"id":"jo-pf5JvYea-s7CjBTHpD","type":"text","x":865,"y":125,"width":30,"height":32,"angle":0,"strokeColor":"#ffffff","backgroundColor":"#000000","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"round","seed":161016018,"version":27,"versionNonce":1963850066,"isDeleted":false,"boundElements":null,"updated":1697744861763,"link":null,"locked":false,"text":"2","fontSize":28,"fontFamily":2,"textAlign":"center","verticalAlign":"middle","baseline":25,"containerId":"7WqARZJTwXgEeTckHL-Ip","originalText":"2"},{"id":"ql49vLJSzV-yNPv9wCOMR","type":"text","x":865,"y":385,"width":30,"height":32,"angle":0,"strokeColor":"#ffffff","backgroundColor":"#000000","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"round","seed":1276726482,"version":40,"versionNonce":9511186,"isDeleted":false,"boundElements":null,"updated":1697744903209,"link":null,"locked":false,"text":"5","fontSize":28,"fontFamily":2,"textAlign":"center","verticalAlign":"middle","baseline":25,"containerId":"M-2KfBQZsM_IIKRp_Jvvy","originalText":"5"},{"id":"skZg-0s0ptWmNiGx2_jQQ","type":"text","x":68,"y":296.3333333333333,"width":30,"height":32,"angle":0,"strokeColor":"#ffffff","backgroundColor":"#000000","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"round","seed":1094541134,"version":92,"versionNonce":1290978834,"isDeleted":false,"boundElements":null,"updated":1697744960278,"link":null,"locked":false,"text":"3","fontSize":28.000000000000004,"fontFamily":2,"textAlign":"center","verticalAlign":"middle","baseline":25,"containerId":"zGPC5UswF07LVN2PLO3uk","originalText":"3"},{"id":"7KpFV1HZnKGVtTpt7HR7o","type":"text","x":228,"y":71.33333333333333,"width":30,"height":32,"angle":0,"strokeColor":"#ffffff","backgroundColor":"#000000","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"round","seed":1161947538,"version":160,"versionNonce":1663914638,"isDeleted":false,"boundElements":null,"updated":1697744998951,"link":null,"locked":false,"text":"1","fontSize":28.000000000000004,"fontFamily":2,"textAlign":"center","verticalAlign":"middle","baseline":25,"containerId":"5VT2N3ZPeIAulUAmcIPYs","originalText":"1"},{"id":"OfkE2v73G1EJzX01GeYNe","type":"text","x":305,"y":565,"width":30,"height":32,"angle":0,"strokeColor":"#ffffff","backgroundColor":"#000000","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"round","seed":2021180750,"version":54,"versionNonce":635903506,"isDeleted":false,"boundElements":null,"updated":1697744886290,"link":null,"locked":false,"text":"6","fontSize":28,"fontFamily":2,"textAlign":"center","verticalAlign":"middle","baseline":25,"containerId":"jEx3LWHTt1zxd3MH4I4Fy","originalText":"6"},{"id":"PMXN2xyUqG0RetvkkPj-4","type":"text","x":305,"y":385,"width":30,"height":32,"angle":0,"strokeColor":"#ffffff","backgroundColor":"#000000","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"round","seed":1281769298,"version":66,"versionNonce":914480530,"isDeleted":false,"boundElements":null,"updated":1697744899205,"link":null,"locked":false,"text":"4","fontSize":28,"fontFamily":2,"textAlign":"center","verticalAlign":"middle","baseline":25,"containerId":"7bNxSaQYQUiWcbJGwodxu","originalText":"4"}],"files":{}}} +{"version":"0.2.3","resources":[["UHRN8URZWaOiEoegPEZvR",{"documentation_url":"https://cloud.google.com/compute/docs/regions-zones","deployable":false,"block":{"attributes":{"region":{"type":"string","field_type":"single-select","description":"Region","description_kind":"plain","required":true,"placeholder":"us-central1","display":true,"validation_regex":"[a-z]-[a-z]+[0-9]{1}?$","gcp_resource":"region","api_dependency":{"project":""}},"team":{"type":"string","description":"The team name that will manage this resource. Its always a good idea to have teams maange their own infrastructure. Specifying a team for this resource will create a logical segregation in terraform for that specific team for better operational efficiency, security and scalability. Choosing to keep this blank will not create any logical segregation","description_kind":"plain","placeholder":"paymentsSRE","display":true,"non_validation_regex":"[^0-9A-Za-z_-]"},"environment":{"type":"string","description":"The environment in which the resource should be deployed. Its always a good idea to isolate the management of infrastructure based on environments. For example, if you have environments dev, qa and prod, the management of dev infrastructure should be isolated from qa and prod. If you are not sure about the environment or are just willing to try things out, go ahead and choose dev","description_kind":"plain","placeholder":"dev","dropdown":true,"field_type":"single-select","values":["dev","qa","prod","staging"],"display":true,"non_validation_regex":"[^0-9A-Za-z_-]"}}},"boxId":"UHRN8URZWaOiEoegPEZvR","isDeleted":true,"resource":"region"}],["xL5R-mC3JM90QTsSNUJjX",{"documentation_url":"https://cloud.google.com/resource-manager/docs/creating-managing-projects","version":1,"block":{"attributes":{"exists":{"type":"bool","description_kind":"plain","display":true},"billing_account":{"type":"string","description":"The alphanumeric ID of the billing account this project belongs to. The user or service account performing this operation with Terraform must have Billing Account Administrator privileges (roles/billing.admin) in the organization. See Google Cloud Billing API Access Control for more details.","description_kind":"plain","optional":true,"placeholder":"011DC8-DA44DB-216504","display":true},"folder_id":{"type":"string","description":"The numeric ID of the folder this project should be created under. Only one of org_id or folder_id may be specified. If the folder_id is specified, then the project is created under the specified folder. Changing this forces the project to be migrated to the newly specified folder.","description_kind":"plain","placeholder":"191953190635","optional":true,"display":true},"name":{"type":"string","description":"The display name of the project.","description_kind":"plain","required":true,"placeholder":"prj-adt-terraform","display":true,"validation_regex":"(^(?=.{6,30}$)[a-z]([-a-z0-9]*[a-z0-9])?$)"},"org_id":{"type":"string","description":"The numeric ID of the organization this project belongs to. Changing this forces a new project to be created. Only one of org_id or folder_id may be specified. If the org_id is specified then the project is created at the top level. Changing this forces the project to be migrated to the newly specified organization.","description_kind":"plain","placeholder":"991249987803","optional":true,"display":true},"project_id":{"type":"string","field_type":"single-select","description":"The project ID. Changing this forces a new project to be created.","description_kind":"plain","required":true,"display":true,"placeholder":"prj-adt-terraform","validation_regex":"(^(?=.{6,30}$)[a-z]([-a-z0-9]*[a-z0-9])?$)","representative":true,"gcp_resource":"project"},"team":{"type":"string","description":"The team name that will manage this resource. Its always a good idea to have teams maange their own infrastructure. Specifying a team for this resource will create a logical segregation in terraform for that specific team for better operational efficiency, security and scalability. Choosing to keep this blank will not create any logical segregation","description_kind":"plain","placeholder":"paymentsSRE","display":true,"non_validation_regex":"[^0-9A-Za-z_-]"},"environment":{"type":"string","description":"The environment in which the resource should be deployed. Its always a good idea to isolate the management of infrastructure based on environments. For example, if you have environments dev, qa and prod, the management of dev infrastructure should be isolated from qa and prod. If you are not sure about the environment or are just willing to try things out, go ahead and choose dev","description_kind":"plain","placeholder":"dev","dropdown":true,"field_type":"single-select","values":["dev","qa","prod","staging"],"display":true,"non_validation_regex":"[^0-9A-Za-z_-]"}}},"boxId":"xL5R-mC3JM90QTsSNUJjX","isDeleted":true,"resource":"google_project"}],["vqRNLI_Kb6tOOTPDWKqb4",{"documentation_url":"https://cloud.google.com/compute/docs/regions-zones","deployable":false,"block":{"attributes":{"region":{"type":"string","field_type":"single-select","description":"Region","description_kind":"plain","required":true,"placeholder":"us-central1","display":true,"validation_regex":"[a-z]-[a-z]+[0-9]{1}?$","gcp_resource":"region","api_dependency":{"project":""}},"team":{"type":"string","description":"The team name that will manage this resource. Its always a good idea to have teams maange their own infrastructure. Specifying a team for this resource will create a logical segregation in terraform for that specific team for better operational efficiency, security and scalability. Choosing to keep this blank will not create any logical segregation","description_kind":"plain","placeholder":"paymentsSRE","display":true,"non_validation_regex":"[^0-9A-Za-z_-]"},"environment":{"type":"string","description":"The environment in which the resource should be deployed. Its always a good idea to isolate the management of infrastructure based on environments. For example, if you have environments dev, qa and prod, the management of dev infrastructure should be isolated from qa and prod. If you are not sure about the environment or are just willing to try things out, go ahead and choose dev","description_kind":"plain","placeholder":"dev","dropdown":true,"field_type":"single-select","values":["dev","qa","prod","staging"],"display":true,"non_validation_regex":"[^0-9A-Za-z_-]"}}},"boxId":"vqRNLI_Kb6tOOTPDWKqb4","isDeleted":true,"resource":"region"}],["fbaE_gb4igPrw0Kv6UKau",{"documentation_url":"https://cloud.google.com/compute/docs/regions-zones","deployable":false,"block":{"attributes":{"region":{"type":"string","field_type":"single-select","description":"Region","description_kind":"plain","required":true,"placeholder":"us-central1","display":true,"validation_regex":"[a-z]-[a-z]+[0-9]{1}?$","gcp_resource":"region","api_dependency":{"project":""}},"team":{"type":"string","description":"The team name that will manage this resource. Its always a good idea to have teams maange their own infrastructure. Specifying a team for this resource will create a logical segregation in terraform for that specific team for better operational efficiency, security and scalability. Choosing to keep this blank will not create any logical segregation","description_kind":"plain","placeholder":"paymentsSRE","display":true,"non_validation_regex":"[^0-9A-Za-z_-]"},"environment":{"type":"string","description":"The environment in which the resource should be deployed. Its always a good idea to isolate the management of infrastructure based on environments. For example, if you have environments dev, qa and prod, the management of dev infrastructure should be isolated from qa and prod. If you are not sure about the environment or are just willing to try things out, go ahead and choose dev","description_kind":"plain","placeholder":"dev","dropdown":true,"field_type":"single-select","values":["dev","qa","prod","staging"],"display":true,"non_validation_regex":"[^0-9A-Za-z_-]"}}},"boxId":"fbaE_gb4igPrw0Kv6UKau","isDeleted":true,"resource":"region"}],["iaxbfHV-ny455ElfBgSN0",{"documentation_url":"https://cloud.google.com/compute/docs/regions-zones","deployable":false,"block":{"attributes":{"region":{"type":"string","field_type":"single-select","description":"Region","description_kind":"plain","required":true,"placeholder":"us-central1","display":true,"validation_regex":"[a-z]-[a-z]+[0-9]{1}?$","gcp_resource":"region","api_dependency":{"project":""}},"team":{"type":"string","description":"The team name that will manage this resource. Its always a good idea to have teams maange their own infrastructure. Specifying a team for this resource will create a logical segregation in terraform for that specific team for better operational efficiency, security and scalability. Choosing to keep this blank will not create any logical segregation","description_kind":"plain","placeholder":"paymentsSRE","display":true,"non_validation_regex":"[^0-9A-Za-z_-]"},"environment":{"type":"string","description":"The environment in which the resource should be deployed. Its always a good idea to isolate the management of infrastructure based on environments. For example, if you have environments dev, qa and prod, the management of dev infrastructure should be isolated from qa and prod. If you are not sure about the environment or are just willing to try things out, go ahead and choose dev","description_kind":"plain","placeholder":"dev","dropdown":true,"field_type":"single-select","values":["dev","qa","prod","staging"],"display":true,"non_validation_regex":"[^0-9A-Za-z_-]"}}},"boxId":"iaxbfHV-ny455ElfBgSN0","isDeleted":true,"resource":"region"}],["Zlb5FtWCuto_voxL_bzkO",{"documentation_url":"https://cloud.google.com/compute/docs/regions-zones","deployable":false,"block":{"attributes":{"region":{"type":"string","field_type":"single-select","description":"Region","description_kind":"plain","required":true,"placeholder":"us-central1","display":true,"validation_regex":"[a-z]-[a-z]+[0-9]{1}?$","gcp_resource":"region","api_dependency":{"project":""}},"team":{"type":"string","description":"The team name that will manage this resource. Its always a good idea to have teams maange their own infrastructure. Specifying a team for this resource will create a logical segregation in terraform for that specific team for better operational efficiency, security and scalability. Choosing to keep this blank will not create any logical segregation","description_kind":"plain","placeholder":"paymentsSRE","display":true,"non_validation_regex":"[^0-9A-Za-z_-]"},"environment":{"type":"string","description":"The environment in which the resource should be deployed. Its always a good idea to isolate the management of infrastructure based on environments. For example, if you have environments dev, qa and prod, the management of dev infrastructure should be isolated from qa and prod. If you are not sure about the environment or are just willing to try things out, go ahead and choose dev","description_kind":"plain","placeholder":"dev","dropdown":true,"field_type":"single-select","values":["dev","qa","prod","staging"],"display":true,"non_validation_regex":"[^0-9A-Za-z_-]"}}},"boxId":"Zlb5FtWCuto_voxL_bzkO","isDeleted":true,"resource":"region"}],["LKICWKVtjNK_KOm00c4ac",{"documentation_url":"https://cloud.google.com/resource-manager/docs/creating-managing-projects","version":1,"block":{"attributes":{"exists":{"type":"bool","description_kind":"plain","display":true},"billing_account":{"type":"string","description":"The alphanumeric ID of the billing account this project belongs to. The user or service account performing this operation with Terraform must have Billing Account Administrator privileges (roles/billing.admin) in the organization. See Google Cloud Billing API Access Control for more details.","description_kind":"plain","optional":true,"placeholder":"011DC8-DA44DB-216504","display":true},"folder_id":{"type":"string","description":"The numeric ID of the folder this project should be created under. Only one of org_id or folder_id may be specified. If the folder_id is specified, then the project is created under the specified folder. Changing this forces the project to be migrated to the newly specified folder.","description_kind":"plain","placeholder":"191953190635","optional":true,"display":true},"name":{"type":"string","description":"The display name of the project.","description_kind":"plain","required":true,"placeholder":"prj-adt-terraform","display":true,"validation_regex":"(^(?=.{6,30}$)[a-z]([-a-z0-9]*[a-z0-9])?$)"},"org_id":{"type":"string","description":"The numeric ID of the organization this project belongs to. Changing this forces a new project to be created. Only one of org_id or folder_id may be specified. If the org_id is specified then the project is created at the top level. Changing this forces the project to be migrated to the newly specified organization.","description_kind":"plain","placeholder":"991249987803","optional":true,"display":true},"project_id":{"type":"string","field_type":"single-select","description":"The project ID. Changing this forces a new project to be created.","description_kind":"plain","required":true,"display":true,"placeholder":"prj-adt-terraform","validation_regex":"(^(?=.{6,30}$)[a-z]([-a-z0-9]*[a-z0-9])?$)","representative":true,"gcp_resource":"project"},"team":{"type":"string","description":"The team name that will manage this resource. Its always a good idea to have teams maange their own infrastructure. Specifying a team for this resource will create a logical segregation in terraform for that specific team for better operational efficiency, security and scalability. Choosing to keep this blank will not create any logical segregation","description_kind":"plain","placeholder":"paymentsSRE","display":true,"non_validation_regex":"[^0-9A-Za-z_-]"},"environment":{"type":"string","description":"The environment in which the resource should be deployed. Its always a good idea to isolate the management of infrastructure based on environments. For example, if you have environments dev, qa and prod, the management of dev infrastructure should be isolated from qa and prod. If you are not sure about the environment or are just willing to try things out, go ahead and choose dev","description_kind":"plain","placeholder":"dev","dropdown":true,"field_type":"single-select","values":["dev","qa","prod","staging"],"display":true,"non_validation_regex":"[^0-9A-Za-z_-]"}}},"boxId":"LKICWKVtjNK_KOm00c4ac","isDeleted":true,"resource":"google_project"}],["BmLdO74YV04wW-ZaLwn-t",{"documentation_url":"https://cloud.google.com/run/docs/deploying","block":{"attributes":{"exists":{"type":"bool","description_kind":"plain","display":true},"location":{"type":"string","field_type":"single-select","description":"The location of the cloud run instance. eg us-central1","description_kind":"plain","required":true,"display":true,"placeholder":"us-central1","validation_regex":"[a-z]-[a-z]+[0-9]{1}?$","gcp_resource":"region"},"name":{"type":"string","description":"Name must be unique within a namespace, within a Cloud Run region. Is required when creating resources. Name is primarily intended for creation idempotence and configuration definition. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/identifiers#names","description_kind":"plain","required":true,"display":true,"placeholder":"webservice","validation_regex":"^(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?)$"},"project":{"type":"string","description_kind":"plain","field_type":"single-select","required":true,"computed":true,"display":true,"gcp_resource":"project","placeholder":"prj-adt-terraform","validation_regex":"(^(?=.{6,30}$)[a-z]([-a-z0-9]*[a-z0-9])?$)"},"team":{"type":"string","description":"The team name that will manage this resource. Its always a good idea to have teams maange their own infrastructure. Specifying a team for this resource will create a logical segregation in terraform for that specific team for better operational efficiency, security and scalability. Choosing to keep this blank will not create any logical segregation","description_kind":"plain","placeholder":"paymentsSRE","display":true,"non_validation_regex":"[^0-9A-Za-z_-]"},"environment":{"type":"string","description":"The environment in which the resource should be deployed. Its always a good idea to isolate the management of infrastructure based on environments. For example, if you have environments dev, qa and prod, the management of dev infrastructure should be isolated from qa and prod. If you are not sure about the environment or are just willing to try things out, go ahead and choose dev","description_kind":"plain","placeholder":"dev","dropdown":true,"field_type":"single-select","values":["dev","qa","prod","staging"],"display":true,"non_validation_regex":"[^0-9A-Za-z_-]"}},"block_types":{"template":{"nesting_mode":"list","display":true,"display_label":"Template","block":{"block_types":{"spec":{"nesting_mode":"list","display":true,"display_label":"Spec","block":{"block_types":{"containers":{"nesting_mode":"list","display":true,"display_label":"Container spec","block":{"attributes":{"image":{"type":"string","description":"Docker image name. This is most often a reference to a container located in the container registry, such as gcr.io/cloudrun/hello More info: https://kubernetes.io/docs/concepts/containers/images","description_kind":"plain","required":true,"placeholder":"gcr.io/cloudrun/hello","display":true}},"block_types":{"ports":{"nesting_mode":"list","display":true,"display_label":"Ports","block":{"attributes":{"container_port":{"type":"number","description":"Port number the container listens on. This must be a valid port number, 0 < x < 65536.","description_kind":"plain","optional":true,"placeholder":"3000","display":true}},"description":"List of open ports in the container. More Info: https://cloud.google.com/run/docs/reference/rest/v1/RevisionSpec#ContainerPort","description_kind":"plain"}}},"description":"Container defines the unit of execution for this Revision. In the context of a Revision, we disallow a number of the fields of this Container, including: name, ports, and volumeMounts. The runtime contract is documented here: https://github.com/knative/serving/blob/main/docs/runtime-contract.md","description_kind":"plain"},"min_items":1}},"description":"RevisionSpec holds the desired state of the Revision (from the client).","description_kind":"plain"},"max_items":1,"min_items":1}},"description":"template holds the latest specification for the Revision to be stamped out. The template references the container image, and may also include labels and annotations that should be attached to the Revision. To correlate a Revision, and/or to force a Revision to be created when the spec doesn't otherwise change, a nonce label may be provided in the template metadata. For more details, see: https://github.com/knative/serving/blob/main/docs/client-conventions.md#associate-modifications-with-revisions Cloud Run does not currently support referencing a build that is responsible for materializing the container image from source.","description_kind":"plain"},"max_items":1,"min_items":1}}},"boxId":"BmLdO74YV04wW-ZaLwn-t","isDeleted":true,"resource":"google_cloud_run_service"}],["23Zvzt8Up1N1pOkvrcj-R",{"documentation_url":"https://cloud.google.com/bigquery/docs/datasets#terraform","version":0,"block":{"attributes":{"exists":{"type":"bool","description_kind":"plain","display":true},"dataset_id":{"type":"string","description":"A unique ID for this dataset, without the project name. The ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_). The maximum length is 1,024 characters.","description_kind":"plain","placeholder":"foo","display":true,"required":true},"friendly_name":{"type":"string","description":"Friendly name.","description_kind":"plain","display":true,"placeholder":"foo","optional":true},"location":{"type":"string","field_type":"single-select","description":"The geographic location where the dataset should reside. See [official docs](https://cloud.google.com/bigquery/docs/dataset-locations). There are two types of locations, regional or multi-regional. A regional location is a specific geographic place, such as Tokyo, and a multi-regional location is a large geographic area, such as the United States, that contains at least two geographic places. The default value is multi-regional location 'US'. Changing this forces a new resource to be created.","description_kind":"plain","display":true,"placeholder":"US","optional":true,"gcp_resource":"region"},"project":{"type":"string","field_type":"single-select","description_kind":"plain","required":true,"placeholder":"prj-adt-terraform","display":true,"computed":true,"gcp_resource":"project"},"team":{"type":"string","description":"The team name that will manage this resource. Its always a good idea to have teams maange their own infrastructure. Specifying a team for this resource will create a logical segregation in terraform for that specific team for better operational efficiency, security and scalability. Choosing to keep this blank will not create any logical segregation","description_kind":"plain","placeholder":"paymentsSRE","display":true,"non_validation_regex":"[^0-9A-Za-z_-]"},"environment":{"type":"string","description":"The environment in which the resource should be deployed. Its always a good idea to isolate the management of infrastructure based on environments. For example, if you have environments dev, qa and prod, the management of dev infrastructure should be isolated from qa and prod. If you are not sure about the environment or are just willing to try things out, go ahead and choose dev","description_kind":"plain","placeholder":"dev","dropdown":true,"field_type":"single-select","values":["dev","qa","prod","staging"],"display":true,"non_validation_regex":"[^0-9A-Za-z_-]"}},"block_types":{"tables":{"nesting_mode":"list","display":true,"display_label":"tables","block":{"attributes":{"friendly_name":{"type":"string","description":"A descriptive name for the table.","placeholder":"table-a","display":true,"description_kind":"plain","optional":true},"schema":{"type":"string","description":"A JSON schema for the table.","description_kind":"plain","display":true,"optional":true,"computed":true},"table_id":{"type":"string","description":"A unique ID for the resource. Changing this forces a new resource to be created.","description_kind":"plain","placeholder":"sheet","display":true,"required":true}}}}},"description_kind":"plain"},"boxId":"23Zvzt8Up1N1pOkvrcj-R","isDeleted":true,"resource":"google_bigquery_dataset"}],["a7jxO9KBbu7x0PTSp8V8R",{"documentation_url":"https://cloud.google.com/compute/docs/regions-zones","deployable":false,"block":{"attributes":{"region":{"type":"string","field_type":"single-select","description":"Region","description_kind":"plain","required":true,"placeholder":"us-central1","display":true,"validation_regex":"[a-z]-[a-z]+[0-9]{1}?$","gcp_resource":"region","api_dependency":{"project":""}},"team":{"type":"string","description":"The team name that will manage this resource. Its always a good idea to have teams maange their own infrastructure. Specifying a team for this resource will create a logical segregation in terraform for that specific team for better operational efficiency, security and scalability. Choosing to keep this blank will not create any logical segregation","description_kind":"plain","placeholder":"paymentsSRE","display":true,"non_validation_regex":"[^0-9A-Za-z_-]"},"environment":{"type":"string","description":"The environment in which the resource should be deployed. Its always a good idea to isolate the management of infrastructure based on environments. For example, if you have environments dev, qa and prod, the management of dev infrastructure should be isolated from qa and prod. If you are not sure about the environment or are just willing to try things out, go ahead and choose dev","description_kind":"plain","placeholder":"dev","dropdown":true,"field_type":"single-select","values":["dev","qa","prod","staging"],"display":true,"non_validation_regex":"[^0-9A-Za-z_-]"}}},"boxId":"a7jxO9KBbu7x0PTSp8V8R","isDeleted":true,"resource":"region"}],["RypXleBEkT_Umab_0FLYS",{"documentation_url":"https://cloud.google.com/bigquery/docs/datasets#terraform","version":0,"block":{"attributes":{"exists":{"type":"bool","description_kind":"plain","display":true},"dataset_id":{"type":"string","description":"A unique ID for this dataset, without the project name. The ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_). The maximum length is 1,024 characters.","description_kind":"plain","placeholder":"foo","display":true,"required":true},"friendly_name":{"type":"string","description":"Friendly name.","description_kind":"plain","display":true,"placeholder":"foo","optional":true},"location":{"type":"string","field_type":"single-select","description":"The geographic location where the dataset should reside. See [official docs](https://cloud.google.com/bigquery/docs/dataset-locations). There are two types of locations, regional or multi-regional. A regional location is a specific geographic place, such as Tokyo, and a multi-regional location is a large geographic area, such as the United States, that contains at least two geographic places. The default value is multi-regional location 'US'. Changing this forces a new resource to be created.","description_kind":"plain","display":true,"placeholder":"US","optional":true,"gcp_resource":"region"},"project":{"type":"string","field_type":"single-select","description_kind":"plain","required":true,"placeholder":"prj-adt-terraform","display":true,"computed":true,"gcp_resource":"project"},"team":{"type":"string","description":"The team name that will manage this resource. Its always a good idea to have teams maange their own infrastructure. Specifying a team for this resource will create a logical segregation in terraform for that specific team for better operational efficiency, security and scalability. Choosing to keep this blank will not create any logical segregation","description_kind":"plain","placeholder":"paymentsSRE","display":true,"non_validation_regex":"[^0-9A-Za-z_-]"},"environment":{"type":"string","description":"The environment in which the resource should be deployed. Its always a good idea to isolate the management of infrastructure based on environments. For example, if you have environments dev, qa and prod, the management of dev infrastructure should be isolated from qa and prod. If you are not sure about the environment or are just willing to try things out, go ahead and choose dev","description_kind":"plain","placeholder":"dev","dropdown":true,"field_type":"single-select","values":["dev","qa","prod","staging"],"display":true,"non_validation_regex":"[^0-9A-Za-z_-]"}},"block_types":{"tables":{"nesting_mode":"list","display":true,"display_label":"tables","block":{"attributes":{"friendly_name":{"type":"string","description":"A descriptive name for the table.","placeholder":"table-a","display":true,"description_kind":"plain","optional":true},"schema":{"type":"string","description":"A JSON schema for the table.","description_kind":"plain","display":true,"optional":true,"computed":true},"table_id":{"type":"string","description":"A unique ID for the resource. Changing this forces a new resource to be created.","description_kind":"plain","placeholder":"sheet","display":true,"required":true}}}}},"description_kind":"plain"},"boxId":"RypXleBEkT_Umab_0FLYS","isDeleted":true,"resource":"google_bigquery_dataset"}],["p0S5NKIgKqSfDkV9tM2wc",{"documentation_url":"https://cloud.google.com/compute/docs/regions-zones","deployable":false,"block":{"attributes":{"region":{"type":"string","field_type":"single-select","description":"Region","description_kind":"plain","required":true,"placeholder":"us-central1","display":true,"validation_regex":"[a-z]-[a-z]+[0-9]{1}?$","gcp_resource":"region","api_dependency":{"project":""}},"team":{"type":"string","description":"The team name that will manage this resource. Its always a good idea to have teams maange their own infrastructure. Specifying a team for this resource will create a logical segregation in terraform for that specific team for better operational efficiency, security and scalability. Choosing to keep this blank will not create any logical segregation","description_kind":"plain","placeholder":"paymentsSRE","display":true,"non_validation_regex":"[^0-9A-Za-z_-]"},"environment":{"type":"string","description":"The environment in which the resource should be deployed. Its always a good idea to isolate the management of infrastructure based on environments. For example, if you have environments dev, qa and prod, the management of dev infrastructure should be isolated from qa and prod. If you are not sure about the environment or are just willing to try things out, go ahead and choose dev","description_kind":"plain","placeholder":"dev","dropdown":true,"field_type":"single-select","values":["dev","qa","prod","staging"],"display":true,"non_validation_regex":"[^0-9A-Za-z_-]"}}},"boxId":"p0S5NKIgKqSfDkV9tM2wc","isDeleted":true,"resource":"region"}],["QzD_9h41xrBE4QdwJfF-N",{"documentation_url":"https://cloud.google.com/storage/docs/buckets","block":{"attributes":{"exists":{"type":"bool","description_kind":"plain","display":true},"location":{"type":"string","field_type":"single-select","description":"The Google Cloud Storage location","description_kind":"plain","required":true,"placeholder":"us-central1","display":true,"gcp_resource":"region","validation_regex":"[a-z]-[a-z]+[0-9]{1}?$"},"name":{"type":"string","field_type":"single-select","description":"The name of the bucket.","description_kind":"plain","required":true,"placeholder":"helloworld-bucket","display":true,"validation_regex":"^(?!goog)(?!.*google).*(?:[a-z](?:[\\-_.a-z0-9]{2,61}[a-z0-9])?)","representative":true,"gcp_resource":"gcs_bucket","api_dependency":{"project":"block.attributes.project"}},"project":{"type":"string","field_type":"single-select","description":"The ID of the project in which the resource belongs. If it is not provided, the provider project is used.","description_kind":"plain","required":true,"placeholder":"prj-adt-terraform","computed":true,"display":true,"validation_regex":"(^(?=.{6,30}$)[a-z]([-a-z0-9]*[a-z0-9])?$)","gcp_resource":"project"},"storage_class":{"type":"string","field_type":"single-select","description":"The Storage Class of the new bucket. Supported values include: STANDARD, MULTI_REGIONAL, REGIONAL, NEARLINE, COLDLINE, ARCHIVE.","description_kind":"plain","optional":true,"placeholder":"STANDARD","display":true,"validation_regex":"(NEARLINE|ARCHIVE|COLDLINE|STANDARD)","values":["STANDARD","NEARLINE","COLDLINE","ARCHIVE"]},"team":{"type":"string","description":"The team name that will manage this resource. Its always a good idea to have teams maange their own infrastructure. Specifying a team for this resource will create a logical segregation in terraform for that specific team for better operational efficiency, security and scalability. Choosing to keep this blank will not create any logical segregation","description_kind":"plain","placeholder":"paymentsSRE","display":true,"non_validation_regex":"[^0-9A-Za-z_-]"},"environment":{"type":"string","description":"The environment in which the resource should be deployed. Its always a good idea to isolate the management of infrastructure based on environments. For example, if you have environments dev, qa and prod, the management of dev infrastructure should be isolated from qa and prod. If you are not sure about the environment or are just willing to try things out, go ahead and choose dev","description_kind":"plain","placeholder":"dev","dropdown":true,"field_type":"single-select","values":["dev","qa","prod","staging"],"display":true,"non_validation_regex":"[^0-9A-Za-z_-]"}}},"boxId":"QzD_9h41xrBE4QdwJfF-N","isDeleted":true,"resource":"google_storage_bucket"}],["d4dZQFNnizOH4OIitFRg0",{"documentation_url":"https://cloud.google.com/build/docs/build-push-docker-image","version":1,"block":{"attributes":{"exists":{"type":"bool","description_kind":"plain","display":true},"name":{"type":"string","description":"Name of the trigger. Must be unique within the project.","description_kind":"plain","optional":true,"placeholder":"cb_git_trigger","computed":true,"display":true},"project":{"type":"string","field_type":"single-select","description_kind":"plain","optional":true,"computed":true,"placeholder":"prj-adt-terraform","display":true,"gcp_resource":"project","validation_regex":"(^(?=.{6,30}$)[a-z]([-a-z0-9]*[a-z0-9])?$)"},"service_account":{"type":"string","field_type":"single-select","description":"The service account used for all user-controlled operations including triggers.patch, triggers.run, builds.create, and builds.cancel. If no service account is set, then the standard Cloud Build service account ([PROJECT_NUM]@system.gserviceaccount.com) will be used instead.","placeholder":"adt-backend@prj-adt-terraform-1f1d1.iam.gserviceaccount.com","description_kind":"plain","optional":true,"display":true,"gcp_resource":"service_account","api_dependency":{"project":"block.attributes.project"}},"team":{"type":"string","description":"The team name that will manage this resource. Its always a good idea to have teams maange their own infrastructure. Specifying a team for this resource will create a logical segregation in terraform for that specific team for better operational efficiency, security and scalability. Choosing to keep this blank will not create any logical segregation","description_kind":"plain","placeholder":"paymentsSRE","display":true,"non_validation_regex":"[^0-9A-Za-z_-]"},"environment":{"type":"string","description":"The environment in which the resource should be deployed. Its always a good idea to isolate the management of infrastructure based on environments. For example, if you have environments dev, qa and prod, the management of dev infrastructure should be isolated from qa and prod. If you are not sure about the environment or are just willing to try things out, go ahead and choose dev","description_kind":"plain","placeholder":"dev","dropdown":true,"field_type":"single-select","values":["dev","qa","prod","staging"],"display":true,"non_validation_regex":"[^0-9A-Za-z_-]"}},"block_types":{"git_file_source":{"nesting_mode":"list","display":true,"display_label":"git_file_source","block":{"attributes":{"path":{"type":"string","description":"The path of the file, with the repo root as the root of the path.","description_kind":"plain","required":true,"placeholder":"cloudbuild.yaml","display":true},"repo_type":{"type":"string","field_type":"single-select","description":"The type of the repo, since it may not be explicit from the repo field (e.g from a URL). Values can be UNKNOWN, CLOUD_SOURCE_REPOSITORIES, GITHUB Possible values: [\"UNKNOWN\", \"CLOUD_SOURCE_REPOSITORIES\", \"GITHUB\"]","description_kind":"plain","placeholder":"GITHUB","required":true,"display":true,"values":["UNKNOWN","CLOUD_SOURCE_REPOSITORIES","GITHUB"]},"revision":{"type":"string","description":"The branch, tag, arbitrary ref, or SHA version of the repo to use when resolving the filename (optional). This field respects the same syntax/resolution as described here: https://git-scm.com/docs/gitrevisions If unspecified, the revision from which the trigger invocation originated is assumed to be the revision from which to read the specified path.","description_kind":"plain","placeholder":"refs/heads/main","optional":true,"display":true},"uri":{"type":"string","description":"The URI of the repo (optional). If unspecified, the repo from which the trigger invocation originated is assumed to be the repo from which to read the specified path.","description_kind":"plain","placeholder":"https://hashicorp/terraform-provider-google-beta","optional":true,"display":true}},"description":"The file source describing the local or remote Build template.","description_kind":"plain"},"max_items":1,"min_items":1},"source_to_build":{"nesting_mode":"list","display":true,"display_label":"source_to_build","block":{"attributes":{"ref":{"type":"string","description":"The branch or tag to use. Must start with \"refs/\" (required).","description_kind":"plain","placeholder":"refs/heads/main","required":true,"display":true},"repo_type":{"type":"string","field_type":"single-select","description":"The type of the repo, since it may not be explicit from the repo field (e.g from a URL). Values can be UNKNOWN, CLOUD_SOURCE_REPOSITORIES, GITHUB Possible values: [\"UNKNOWN\", \"CLOUD_SOURCE_REPOSITORIES\", \"GITHUB\"]","description_kind":"plain","placeholder":"GITHUB","required":true,"display":true,"values":["UNKNOWN","CLOUD_SOURCE_REPOSITORIES","GITHUB"]},"uri":{"type":"string","description":"The URI of the repo (required).","description_kind":"plain","placeholder":"https://hashicorp/terraform-provider-google-beta","required":true,"display":true}},"description":"The repo and ref of the repository from which to build. This field is used only for those triggers that do not respond to SCM events. Triggers that respond to such events build source at whatever commit caused the event. This field is currently only used by Webhook, Pub/Sub, Manual, and Cron triggers. One of 'trigger_template', 'github', 'pubsub_config' 'webhook_config' or 'source_to_build' must be provided.","description_kind":"plain"},"max_items":1,"min_items":1},"webhook_config":{"nesting_mode":"list","display":true,"display_label":"webhook_config","block":{"attributes":{"secret":{"type":"resource","field_type":"resource","resource":"secret_manager_single_version","description":"Resource name for the secret required as a URL parameter.","description_kind":"plain","display":true}},"description":"WebhookConfig describes the configuration of a trigger that creates a build whenever a webhook is sent to a trigger's webhook URL. One of 'trigger_template', 'github', 'pubsub_config' 'webhook_config' or 'source_to_build' must be provided.","description_kind":"plain"},"max_items":1,"min_items":1}},"description_kind":"plain"},"boxId":"d4dZQFNnizOH4OIitFRg0","isDeleted":true,"resource":"cloudbuild_git_trigger"}],["AdNAjJY_mPmLqaqxUTb82",{"documentation_url":"https://cloud.google.com/build/docs/build-push-docker-image","version":1,"block":{"attributes":{"exists":{"type":"bool","description_kind":"plain","display":true},"name":{"type":"string","description":"Name of the trigger. Must be unique within the project.","description_kind":"plain","optional":true,"placeholder":"cb_git_trigger","computed":true,"display":true},"project":{"type":"string","field_type":"single-select","description_kind":"plain","optional":true,"computed":true,"placeholder":"prj-adt-terraform","display":true,"gcp_resource":"project","validation_regex":"(^(?=.{6,30}$)[a-z]([-a-z0-9]*[a-z0-9])?$)"},"service_account":{"type":"string","field_type":"single-select","description":"The service account used for all user-controlled operations including triggers.patch, triggers.run, builds.create, and builds.cancel. If no service account is set, then the standard Cloud Build service account ([PROJECT_NUM]@system.gserviceaccount.com) will be used instead.","placeholder":"adt-backend@prj-adt-terraform-1f1d1.iam.gserviceaccount.com","description_kind":"plain","optional":true,"display":true,"gcp_resource":"service_account","api_dependency":{"project":"block.attributes.project"}},"team":{"type":"string","description":"The team name that will manage this resource. Its always a good idea to have teams maange their own infrastructure. Specifying a team for this resource will create a logical segregation in terraform for that specific team for better operational efficiency, security and scalability. Choosing to keep this blank will not create any logical segregation","description_kind":"plain","placeholder":"paymentsSRE","display":true,"non_validation_regex":"[^0-9A-Za-z_-]"},"environment":{"type":"string","description":"The environment in which the resource should be deployed. Its always a good idea to isolate the management of infrastructure based on environments. For example, if you have environments dev, qa and prod, the management of dev infrastructure should be isolated from qa and prod. If you are not sure about the environment or are just willing to try things out, go ahead and choose dev","description_kind":"plain","placeholder":"dev","dropdown":true,"field_type":"single-select","values":["dev","qa","prod","staging"],"display":true,"non_validation_regex":"[^0-9A-Za-z_-]"}},"block_types":{"git_file_source":{"nesting_mode":"list","display":true,"display_label":"git_file_source","block":{"attributes":{"path":{"type":"string","description":"The path of the file, with the repo root as the root of the path.","description_kind":"plain","required":true,"placeholder":"cloudbuild.yaml","display":true},"repo_type":{"type":"string","field_type":"single-select","description":"The type of the repo, since it may not be explicit from the repo field (e.g from a URL). Values can be UNKNOWN, CLOUD_SOURCE_REPOSITORIES, GITHUB Possible values: [\"UNKNOWN\", \"CLOUD_SOURCE_REPOSITORIES\", \"GITHUB\"]","description_kind":"plain","placeholder":"GITHUB","required":true,"display":true,"values":["UNKNOWN","CLOUD_SOURCE_REPOSITORIES","GITHUB"]},"revision":{"type":"string","description":"The branch, tag, arbitrary ref, or SHA version of the repo to use when resolving the filename (optional). This field respects the same syntax/resolution as described here: https://git-scm.com/docs/gitrevisions If unspecified, the revision from which the trigger invocation originated is assumed to be the revision from which to read the specified path.","description_kind":"plain","placeholder":"refs/heads/main","optional":true,"display":true},"uri":{"type":"string","description":"The URI of the repo (optional). If unspecified, the repo from which the trigger invocation originated is assumed to be the repo from which to read the specified path.","description_kind":"plain","placeholder":"https://hashicorp/terraform-provider-google-beta","optional":true,"display":true}},"description":"The file source describing the local or remote Build template.","description_kind":"plain"},"max_items":1,"min_items":1},"source_to_build":{"nesting_mode":"list","display":true,"display_label":"source_to_build","block":{"attributes":{"ref":{"type":"string","description":"The branch or tag to use. Must start with \"refs/\" (required).","description_kind":"plain","placeholder":"refs/heads/main","required":true,"display":true},"repo_type":{"type":"string","field_type":"single-select","description":"The type of the repo, since it may not be explicit from the repo field (e.g from a URL). Values can be UNKNOWN, CLOUD_SOURCE_REPOSITORIES, GITHUB Possible values: [\"UNKNOWN\", \"CLOUD_SOURCE_REPOSITORIES\", \"GITHUB\"]","description_kind":"plain","placeholder":"GITHUB","required":true,"display":true,"values":["UNKNOWN","CLOUD_SOURCE_REPOSITORIES","GITHUB"]},"uri":{"type":"string","description":"The URI of the repo (required).","description_kind":"plain","placeholder":"https://hashicorp/terraform-provider-google-beta","required":true,"display":true}},"description":"The repo and ref of the repository from which to build. This field is used only for those triggers that do not respond to SCM events. Triggers that respond to such events build source at whatever commit caused the event. This field is currently only used by Webhook, Pub/Sub, Manual, and Cron triggers. One of 'trigger_template', 'github', 'pubsub_config' 'webhook_config' or 'source_to_build' must be provided.","description_kind":"plain"},"max_items":1,"min_items":1},"webhook_config":{"nesting_mode":"list","display":true,"display_label":"webhook_config","block":{"attributes":{"secret":{"type":"resource","field_type":"resource","resource":"secret_manager_single_version","description":"Resource name for the secret required as a URL parameter.","description_kind":"plain","display":true}},"description":"WebhookConfig describes the configuration of a trigger that creates a build whenever a webhook is sent to a trigger's webhook URL. One of 'trigger_template', 'github', 'pubsub_config' 'webhook_config' or 'source_to_build' must be provided.","description_kind":"plain"},"max_items":1,"min_items":1}},"description_kind":"plain"},"boxId":"AdNAjJY_mPmLqaqxUTb82","isDeleted":true,"resource":"cloudbuild_git_trigger"}],["ytWIU5Fbiq4oKMskS45VV",{"documentation_url":"https://cloud.google.com/build/docs/build-push-docker-image","version":1,"block":{"attributes":{"exists":{"type":"bool","description_kind":"plain","display":true},"name":{"type":"string","description":"Name of the trigger. Must be unique within the project.","description_kind":"plain","optional":true,"placeholder":"cb_git_trigger","computed":true,"display":true},"project":{"type":"string","field_type":"single-select","description_kind":"plain","optional":true,"computed":true,"placeholder":"prj-adt-terraform","display":true,"gcp_resource":"project","validation_regex":"(^(?=.{6,30}$)[a-z]([-a-z0-9]*[a-z0-9])?$)"},"service_account":{"type":"string","field_type":"single-select","description":"The service account used for all user-controlled operations including triggers.patch, triggers.run, builds.create, and builds.cancel. If no service account is set, then the standard Cloud Build service account ([PROJECT_NUM]@system.gserviceaccount.com) will be used instead.","placeholder":"adt-backend@prj-adt-terraform-1f1d1.iam.gserviceaccount.com","description_kind":"plain","optional":true,"display":true,"gcp_resource":"service_account","api_dependency":{"project":"block.attributes.project"}},"team":{"type":"string","description":"The team name that will manage this resource. Its always a good idea to have teams maange their own infrastructure. Specifying a team for this resource will create a logical segregation in terraform for that specific team for better operational efficiency, security and scalability. Choosing to keep this blank will not create any logical segregation","description_kind":"plain","placeholder":"paymentsSRE","display":true,"non_validation_regex":"[^0-9A-Za-z_-]"},"environment":{"type":"string","description":"The environment in which the resource should be deployed. Its always a good idea to isolate the management of infrastructure based on environments. For example, if you have environments dev, qa and prod, the management of dev infrastructure should be isolated from qa and prod. If you are not sure about the environment or are just willing to try things out, go ahead and choose dev","description_kind":"plain","placeholder":"dev","dropdown":true,"field_type":"single-select","values":["dev","qa","prod","staging"],"display":true,"non_validation_regex":"[^0-9A-Za-z_-]"}},"block_types":{"git_file_source":{"nesting_mode":"list","display":true,"display_label":"git_file_source","block":{"attributes":{"path":{"type":"string","description":"The path of the file, with the repo root as the root of the path.","description_kind":"plain","required":true,"placeholder":"cloudbuild.yaml","display":true},"repo_type":{"type":"string","field_type":"single-select","description":"The type of the repo, since it may not be explicit from the repo field (e.g from a URL). Values can be UNKNOWN, CLOUD_SOURCE_REPOSITORIES, GITHUB Possible values: [\"UNKNOWN\", \"CLOUD_SOURCE_REPOSITORIES\", \"GITHUB\"]","description_kind":"plain","placeholder":"GITHUB","required":true,"display":true,"values":["UNKNOWN","CLOUD_SOURCE_REPOSITORIES","GITHUB"]},"revision":{"type":"string","description":"The branch, tag, arbitrary ref, or SHA version of the repo to use when resolving the filename (optional). This field respects the same syntax/resolution as described here: https://git-scm.com/docs/gitrevisions If unspecified, the revision from which the trigger invocation originated is assumed to be the revision from which to read the specified path.","description_kind":"plain","placeholder":"refs/heads/main","optional":true,"display":true},"uri":{"type":"string","description":"The URI of the repo (optional). If unspecified, the repo from which the trigger invocation originated is assumed to be the repo from which to read the specified path.","description_kind":"plain","placeholder":"https://hashicorp/terraform-provider-google-beta","optional":true,"display":true}},"description":"The file source describing the local or remote Build template.","description_kind":"plain"},"max_items":1,"min_items":1},"source_to_build":{"nesting_mode":"list","display":true,"display_label":"source_to_build","block":{"attributes":{"ref":{"type":"string","description":"The branch or tag to use. Must start with \"refs/\" (required).","description_kind":"plain","placeholder":"refs/heads/main","required":true,"display":true},"repo_type":{"type":"string","field_type":"single-select","description":"The type of the repo, since it may not be explicit from the repo field (e.g from a URL). Values can be UNKNOWN, CLOUD_SOURCE_REPOSITORIES, GITHUB Possible values: [\"UNKNOWN\", \"CLOUD_SOURCE_REPOSITORIES\", \"GITHUB\"]","description_kind":"plain","placeholder":"GITHUB","required":true,"display":true,"values":["UNKNOWN","CLOUD_SOURCE_REPOSITORIES","GITHUB"]},"uri":{"type":"string","description":"The URI of the repo (required).","description_kind":"plain","placeholder":"https://hashicorp/terraform-provider-google-beta","required":true,"display":true}},"description":"The repo and ref of the repository from which to build. This field is used only for those triggers that do not respond to SCM events. Triggers that respond to such events build source at whatever commit caused the event. This field is currently only used by Webhook, Pub/Sub, Manual, and Cron triggers. One of 'trigger_template', 'github', 'pubsub_config' 'webhook_config' or 'source_to_build' must be provided.","description_kind":"plain"},"max_items":1,"min_items":1},"webhook_config":{"nesting_mode":"list","display":true,"display_label":"webhook_config","block":{"attributes":{"secret":{"type":"resource","field_type":"resource","resource":"secret_manager_single_version","description":"Resource name for the secret required as a URL parameter.","description_kind":"plain","display":true}},"description":"WebhookConfig describes the configuration of a trigger that creates a build whenever a webhook is sent to a trigger's webhook URL. One of 'trigger_template', 'github', 'pubsub_config' 'webhook_config' or 'source_to_build' must be provided.","description_kind":"plain"},"max_items":1,"min_items":1}},"description_kind":"plain"},"boxId":"ytWIU5Fbiq4oKMskS45VV","isDeleted":true,"resource":"cloudbuild_git_trigger"}],["T_mshNLa6Cv_keTTXyg9N",{"documentation_url":"https://cloud.google.com/pubsub/docs/admin","version":0,"block":{"attributes":{"exists":{"type":"bool","description_kind":"plain","display":true},"name":{"type":"string","description":"Name of the topic.","description_kind":"plain","placeholder":"pubsub-topic","display":true,"required":true},"labels":{"type":["map","string"],"description":"A set of key/value label pairs to assign to this Topic.","description_kind":"plain","display":true,"optional":true},"message_retention_duration":{"type":"string","description":"Indicates the minimum duration to retain a message after it is published to the topic. If this field is set, messages published to the topic in the last messageRetentionDuration are always available to subscribers. For instance, it allows any attached subscription to seek to a timestamp that is up to messageRetentionDuration in the past. If this field is not set, message retention is controlled by settings on individual subscriptions. Cannot be more than 7 days or less than 10 minutes.","description_kind":"plain","placeholder":"86600s","display":true,"optional":true},"project":{"type":"string","field_type":"single-select","description_kind":"plain","optional":true,"placeholder":"prj-adt-terraform","display":true,"computed":true,"gcp_resource":"project","validation_regex":"(^(?=.{6,30}$)[a-z]([-a-z0-9]*[a-z0-9])?$)"},"team":{"type":"string","description":"The team name that will manage this resource. Its always a good idea to have teams maange their own infrastructure. Specifying a team for this resource will create a logical segregation in terraform for that specific team for better operational efficiency, security and scalability. Choosing to keep this blank will not create any logical segregation","description_kind":"plain","placeholder":"paymentsSRE","display":true,"non_validation_regex":"[^0-9A-Za-z_-]"},"environment":{"type":"string","description":"The environment in which the resource should be deployed. Its always a good idea to isolate the management of infrastructure based on environments. For example, if you have environments dev, qa and prod, the management of dev infrastructure should be isolated from qa and prod. If you are not sure about the environment or are just willing to try things out, go ahead and choose dev","description_kind":"plain","placeholder":"dev","dropdown":true,"field_type":"single-select","values":["dev","qa","prod","staging"],"display":true,"non_validation_regex":"[^0-9A-Za-z_-]"}},"block_types":{"schema_settings":{"nesting_mode":"list","display":true,"display_label":"Schema Settings","block":{"attributes":{"encoding":{"type":"string","field_type":"single-select","description":"The encoding of messages validated against schema. Default value: \"ENCODING_UNSPECIFIED\" Possible values: [\"ENCODING_UNSPECIFIED\", \"JSON\", \"BINARY\"]","description_kind":"plain","placeholder":"JSON","display":true,"optional":true,"values":["ENCODING_UNSPECIFIED","JSON","BINARY"]},"schema":{"type":"string","description":"The name of the schema that messages published should be validated against. Format is projects/{project}/schemas/{schema}. The value of this field will be _deleted-schema_ if the schema has been deleted.","description_kind":"plain","placedholder":"projects/{project}/schemas/{schema}","display":true,"required":true}},"description":"Settings for validating messages published against a schema.","description_kind":"plain"},"max_items":1}},"description_kind":"plain"},"boxId":"T_mshNLa6Cv_keTTXyg9N","isDeleted":true,"resource":"google_pubsub_topic"}],["rJJmXdPlRXtLrEaOFUoaQ",{"documentation_url":"https://cloud.google.com/storage/docs/buckets","block":{"attributes":{"exists":{"type":"bool","description_kind":"plain","display":true},"location":{"type":"string","field_type":"single-select","description":"The Google Cloud Storage location","description_kind":"plain","required":true,"placeholder":"us-central1","display":true,"gcp_resource":"region","validation_regex":"[a-z]-[a-z]+[0-9]{1}?$"},"name":{"type":"string","field_type":"single-select","description":"The name of the bucket.","description_kind":"plain","required":true,"placeholder":"helloworld-bucket","display":true,"validation_regex":"^(?!goog)(?!.*google).*(?:[a-z](?:[\\-_.a-z0-9]{2,61}[a-z0-9])?)","representative":true,"gcp_resource":"gcs_bucket","api_dependency":{"project":"block.attributes.project"}},"project":{"type":"string","field_type":"single-select","description":"The ID of the project in which the resource belongs. If it is not provided, the provider project is used.","description_kind":"plain","required":true,"placeholder":"prj-adt-terraform","computed":true,"display":true,"validation_regex":"(^(?=.{6,30}$)[a-z]([-a-z0-9]*[a-z0-9])?$)","gcp_resource":"project"},"storage_class":{"type":"string","field_type":"single-select","description":"The Storage Class of the new bucket. Supported values include: STANDARD, MULTI_REGIONAL, REGIONAL, NEARLINE, COLDLINE, ARCHIVE.","description_kind":"plain","optional":true,"placeholder":"STANDARD","display":true,"validation_regex":"(NEARLINE|ARCHIVE|COLDLINE|STANDARD)","values":["STANDARD","NEARLINE","COLDLINE","ARCHIVE"]},"team":{"type":"string","description":"The team name that will manage this resource. Its always a good idea to have teams maange their own infrastructure. Specifying a team for this resource will create a logical segregation in terraform for that specific team for better operational efficiency, security and scalability. Choosing to keep this blank will not create any logical segregation","description_kind":"plain","placeholder":"paymentsSRE","display":true,"non_validation_regex":"[^0-9A-Za-z_-]"},"environment":{"type":"string","description":"The environment in which the resource should be deployed. Its always a good idea to isolate the management of infrastructure based on environments. For example, if you have environments dev, qa and prod, the management of dev infrastructure should be isolated from qa and prod. If you are not sure about the environment or are just willing to try things out, go ahead and choose dev","description_kind":"plain","placeholder":"dev","dropdown":true,"field_type":"single-select","values":["dev","qa","prod","staging"],"display":true,"non_validation_regex":"[^0-9A-Za-z_-]"}}},"boxId":"rJJmXdPlRXtLrEaOFUoaQ","isDeleted":true,"resource":"google_storage_bucket"}],["q530R61UTLOj7TzT77YrD",{"documentation_url":"https://cloud.google.com/vpc/docs/vpc","block":{"attributes":{"exists":{"type":"bool","description_kind":"plain","display":true},"name":{"type":"string","field_type":"single-select","description":"Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression '[a-z]([-a-z0-9]*[a-z0-9])?' which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.","description_kind":"plain","placeholder":"network-a","required":true,"display":true,"validation_regex":"^(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?)$","representative":true,"gcp_resource":"network","api_dependency":{"project":"block.attributes.project"}},"project":{"type":"string","field_type":"single-select","description_kind":"plain","optional":true,"computed":true,"placeholder":"prj-adt-terraform","display":true,"validation_regex":"(^(?=.{6,30}$)[a-z]([-a-z0-9]*[a-z0-9])?$)","gcp_resource":"project","message":""},"team":{"type":"string","description":"The team name that will manage this resource. Its always a good idea to have teams maange their own infrastructure. Specifying a team for this resource will create a logical segregation in terraform for that specific team for better operational efficiency, security and scalability. Choosing to keep this blank will not create any logical segregation","description_kind":"plain","placeholder":"paymentsSRE","display":true,"non_validation_regex":"[^0-9A-Za-z_-]"},"environment":{"type":"string","description":"The environment in which the resource should be deployed. Its always a good idea to isolate the management of infrastructure based on environments. For example, if you have environments dev, qa and prod, the management of dev infrastructure should be isolated from qa and prod. If you are not sure about the environment or are just willing to try things out, go ahead and choose dev","description_kind":"plain","placeholder":"dev","dropdown":true,"field_type":"single-select","values":["dev","qa","prod","staging"],"display":true,"non_validation_regex":"[^0-9A-Za-z_-]"}},"block_types":{"routes":{"display_label":"Routes","nesting_mode":"list","display":true,"block":{"attributes":{"name":{"type":"string","placeholder":"route-to-proxy","description":"Name of the route","description_kind":"plain","display":true},"dest_range":{"type":"string","description":"CIDR range of the destination","description_kind":"plain","placeholder":"10.0.0.0/24","display":true},"next_hop_ip":{"type":"string","description":"Next hop IP address","description_kind":"plain","placeholder":"10.1.0.0","display":true}}}},"fw_rules":{"display_label":"Ingress Firewall rules","nesting_mode":"list","display":true,"block":{"attributes":{"name":{"type":"string","description":"name of the fw rule","description_kind":"plain","placeholder":"allow-ssh","display":true},"source_ranges":{"type":["set","string"],"optional":true,"description":"Source ranges to whitelist","description_kind":"plain","display":true},"ports":{"type":["set","string"],"optional":true,"description":"Source ranges to whitelist, Protocol is TCP","description_kind":"plain","display":true},"protocol":{"type":"string","field_type":"single-select","required":true,"description":"The IP protocol to which this rule applies. The protocol type is required when creating a firewall rule","description_kind":"plain","display":true,"values":["tcp","udp","icmp","all"]},"target_service_accounts":{"type":["set","string"],"field_type":"multi-select","optional":true,"description":"The service accounts where this rule will be applied","description_kind":"plain","display":true,"gcp_resource":"service_account","api_dependency":{"project":"block.attributes.project"}}},"description":"Fw rules for the VPC","description_kind":"plain"}}}},"boxId":"q530R61UTLOj7TzT77YrD","isDeleted":true,"resource":"google_compute_network"}],["ytmbL65ING_a2IF5e25Mc",{"documentation_url":"https://cloud.google.com/vpc/docs/vpc","block":{"attributes":{"exists":{"type":"bool","description_kind":"plain","display":true},"name":{"type":"string","field_type":"single-select","description":"Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression '[a-z]([-a-z0-9]*[a-z0-9])?' which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.","description_kind":"plain","placeholder":"network-a","required":true,"display":true,"validation_regex":"^(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?)$","representative":true,"gcp_resource":"network","api_dependency":{"project":"block.attributes.project"}},"project":{"type":"string","field_type":"single-select","description_kind":"plain","optional":true,"computed":true,"placeholder":"prj-adt-terraform","display":true,"validation_regex":"(^(?=.{6,30}$)[a-z]([-a-z0-9]*[a-z0-9])?$)","gcp_resource":"project"},"team":{"type":"string","description":"The team name that will manage this resource. Its always a good idea to have teams maange their own infrastructure. Specifying a team for this resource will create a logical segregation in terraform for that specific team for better operational efficiency, security and scalability. Choosing to keep this blank will not create any logical segregation","description_kind":"plain","placeholder":"paymentsSRE","display":true,"non_validation_regex":"[^0-9A-Za-z_-]"},"environment":{"type":"string","description":"The environment in which the resource should be deployed. Its always a good idea to isolate the management of infrastructure based on environments. For example, if you have environments dev, qa and prod, the management of dev infrastructure should be isolated from qa and prod. If you are not sure about the environment or are just willing to try things out, go ahead and choose dev","description_kind":"plain","placeholder":"dev","dropdown":true,"field_type":"single-select","values":["dev","qa","prod","staging"],"display":true,"non_validation_regex":"[^0-9A-Za-z_-]"}},"block_types":{"routes":{"display_label":"Routes","nesting_mode":"list","display":true,"block":{"attributes":{"name":{"type":"string","placeholder":"route-to-proxy","description":"Name of the route","description_kind":"plain","display":true},"dest_range":{"type":"string","description":"CIDR range of the destination","description_kind":"plain","placeholder":"10.0.0.0/24","display":true},"next_hop_ip":{"type":"string","description":"Next hop IP address","description_kind":"plain","placeholder":"10.1.0.0","display":true}}}},"fw_rules":{"display_label":"Ingress Firewall rules","nesting_mode":"list","display":true,"block":{"attributes":{"name":{"type":"string","description":"name of the fw rule","description_kind":"plain","placeholder":"allow-ssh","display":true},"source_ranges":{"type":["set","string"],"optional":true,"description":"Source ranges to whitelist","description_kind":"plain","display":true},"ports":{"type":["set","string"],"optional":true,"description":"Source ranges to whitelist, Protocol is TCP","description_kind":"plain","display":true},"protocol":{"type":"string","field_type":"single-select","required":true,"description":"The IP protocol to which this rule applies. The protocol type is required when creating a firewall rule","description_kind":"plain","display":true,"values":["tcp","udp","icmp","all"]},"target_service_accounts":{"type":["set","string"],"field_type":"multi-select","optional":true,"description":"The service accounts where this rule will be applied","description_kind":"plain","display":true,"gcp_resource":"service_account","api_dependency":{"project":"block.attributes.project"}}},"description":"Fw rules for the VPC","description_kind":"plain"}}}},"boxId":"ytmbL65ING_a2IF5e25Mc","isDeleted":true,"resource":"google_compute_network"}],["qWT4rflNgdOfouksxcANl",{"documentation_url":"https://cloud.google.com/kubernetes-engine/docs/deploy-app-cluster","version":1,"block":{"attributes":{"exists":{"type":"bool","description_kind":"plain","display":true},"location":{"type":"string","field_type":"single-select","description":"The location of the kubernetes cluster","description_kind":"plain","placeholder":"us-central1","required":true,"gcp_resource":"region","display":true},"name":{"type":"string","description":"The display name of the project.","description_kind":"plain","placeholder":"k9s-cluster-a","required":true,"display":true},"project":{"type":"string","field_type":"single-select","description":"The project ID of the GKE cluster","description_kind":"plain","required":true,"placeholder":"prj-adt-terraform","display":true,"gcp_resource":"project","validation_regex":"(^(?=.{6,30}$)[a-z]([-a-z0-9]*[a-z0-9])?$)"},"network":{"type":"string","field_type":"single-select","description":"Network of the GKE cluster","description_kind":"plain","placeholder":"network-a","required":true,"display":true,"gcp_resource":"network","api_dependency":{"project":"block.attributes.project"},"value":""},"subnetwork":{"type":"string","field_type":"single-select","description":"Subnet of the GKE cluster","description_kind":"plain","placeholder":"subnetwork-a","required":true,"display":true,"gcp_resource":"subnet","api_dependency":{"project":"block.attributes.project","region":"block.attributes.location"}},"pods_secondary_range_name":{"type":"string","description":"Name of the secondary IP range for pods in the GKE cluster","description_kind":"plain","placeholder":"sec-range-a","required":true,"display":true},"services_secondary_range_name":{"type":"string","description":"Name of the secondary IP range for services in the GKE cluster","description_kind":"plain","placeholder":"sec-range-b","required":true,"display":true},"min_master_version":{"type":"string","description":"The minimum version of the master. GKE will auto-update the master to new versions, so this does not guarantee the current master version","description_kind":"plain","placeholder":"1.9.7-gke.N","display":true},"team":{"type":"string","description":"The team name that will manage this resource. Its always a good idea to have teams maange their own infrastructure. Specifying a team for this resource will create a logical segregation in terraform for that specific team for better operational efficiency, security and scalability. Choosing to keep this blank will not create any logical segregation","description_kind":"plain","placeholder":"paymentsSRE","display":true,"non_validation_regex":"[^0-9A-Za-z_-]"},"environment":{"type":"string","description":"The environment in which the resource should be deployed. Its always a good idea to isolate the management of infrastructure based on environments. For example, if you have environments dev, qa and prod, the management of dev infrastructure should be isolated from qa and prod. If you are not sure about the environment or are just willing to try things out, go ahead and choose dev","description_kind":"plain","placeholder":"dev","dropdown":true,"field_type":"single-select","values":["dev","qa","prod","staging"],"display":true,"non_validation_regex":"[^0-9A-Za-z_-]"}},"block_types":{"node_pools":{"display_label":"Node Pools","nesting_mode":"list","display":true,"block":{"attributes":{"name":{"type":"string","description":"Name of the node pool","description_kind":"plain","placeholder":"node-pool-a","display":true},"node_count":{"type":"number","description":"Number of nodes in the pool","description_kind":"plain","display":true},"node_locations":{"type":["set","string"],"description":"Node Locations","description_kind":"plain","display":true},"preemptible":{"type":"bool","description":"Nodes will be preemtible if true","description_kind":"plain","display":true},"machine_type":{"type":"string","description":"Machine type of the nodes","description_kind":"plain","placeholder":"e2-medium","display":true},"image_type":{"type":"string","description":"Image type of the nodes","description_kind":"plain","placeholder":"UBUNTU_CONTAINERD","display":true},"gke_version":{"type":"string","description":"Version of GKE","description_kind":"plain","placeholder":"1.9.7-gke.N","required":true,"display":true},"service_account":{"type":"string","field_type":"single-select","description":"Service account to be attached to the nodes in the nodepool","description_kind":"plain","placeholder":"adt-backend@prj-adt-terraform-1f1d1.iam.gserviceaccount.com","display":true,"gcp_resource":"service_account","api_dependency":{"project":"block.attributes.project"}},"scopes":{"type":["set","string"],"field_type":"multi-select","values":["cloud-platform"],"description":"OAuth scopes of the VMs in the nodepool","description_kind":"plain","display":true}}}}}},"boxId":"qWT4rflNgdOfouksxcANl","isDeleted":true,"resource":"gke"}],["NQh75nyHB1usHUHR1z4Ot",{"documentation_url":"https://cloud.google.com/vpc/docs/vpc","block":{"attributes":{"exists":{"type":"bool","description_kind":"plain","display":true},"name":{"type":"string","field_type":"single-select","description":"Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression '[a-z]([-a-z0-9]*[a-z0-9])?' which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.","description_kind":"plain","placeholder":"network-a","required":true,"display":true,"validation_regex":"^(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?)$","representative":true,"gcp_resource":"network","api_dependency":{"project":"block.attributes.project"}},"project":{"type":"string","field_type":"single-select","description_kind":"plain","optional":true,"computed":true,"placeholder":"prj-adt-terraform","display":true,"validation_regex":"(^(?=.{6,30}$)[a-z]([-a-z0-9]*[a-z0-9])?$)","gcp_resource":"project","value":""},"team":{"type":"string","description":"The team name that will manage this resource. Its always a good idea to have teams maange their own infrastructure. Specifying a team for this resource will create a logical segregation in terraform for that specific team for better operational efficiency, security and scalability. Choosing to keep this blank will not create any logical segregation","description_kind":"plain","placeholder":"paymentsSRE","display":true,"non_validation_regex":"[^0-9A-Za-z_-]"},"environment":{"type":"string","description":"The environment in which the resource should be deployed. Its always a good idea to isolate the management of infrastructure based on environments. For example, if you have environments dev, qa and prod, the management of dev infrastructure should be isolated from qa and prod. If you are not sure about the environment or are just willing to try things out, go ahead and choose dev","description_kind":"plain","placeholder":"dev","dropdown":true,"field_type":"single-select","values":["dev","qa","prod","staging"],"display":true,"non_validation_regex":"[^0-9A-Za-z_-]"}},"block_types":{"routes":{"display_label":"Routes","nesting_mode":"list","display":true,"block":{"attributes":{"name":{"type":"string","placeholder":"route-to-proxy","description":"Name of the route","description_kind":"plain","display":true},"dest_range":{"type":"string","description":"CIDR range of the destination","description_kind":"plain","placeholder":"10.0.0.0/24","display":true},"next_hop_ip":{"type":"string","description":"Next hop IP address","description_kind":"plain","placeholder":"10.1.0.0","display":true}}}},"fw_rules":{"display_label":"Ingress Firewall rules","nesting_mode":"list","display":true,"block":{"attributes":{"name":{"type":"string","description":"name of the fw rule","description_kind":"plain","placeholder":"allow-ssh","display":true},"source_ranges":{"type":["set","string"],"optional":true,"description":"Source ranges to whitelist","description_kind":"plain","display":true},"ports":{"type":["set","string"],"optional":true,"description":"Source ranges to whitelist, Protocol is TCP","description_kind":"plain","display":true},"protocol":{"type":"string","field_type":"single-select","required":true,"description":"The IP protocol to which this rule applies. The protocol type is required when creating a firewall rule","description_kind":"plain","display":true,"values":["tcp","udp","icmp","all"]},"target_service_accounts":{"type":["set","string"],"field_type":"multi-select","optional":true,"description":"The service accounts where this rule will be applied","description_kind":"plain","display":true,"gcp_resource":"service_account","api_dependency":{"project":"block.attributes.project"}}},"description":"Fw rules for the VPC","description_kind":"plain"}}}},"boxId":"NQh75nyHB1usHUHR1z4Ot","isDeleted":true,"resource":"google_compute_network"}],["iKMbPK-SQF1Wpw3bvJSpa",{"documentation_url":"https://cloud.google.com/kubernetes-engine/docs/deploy-app-cluster","version":1,"block":{"attributes":{"exists":{"type":"bool","description_kind":"plain","display":true},"location":{"type":"string","field_type":"single-select","description":"The location of the kubernetes cluster","description_kind":"plain","placeholder":"us-central1","required":true,"gcp_resource":"region","display":true},"name":{"type":"string","description":"The display name of the project.","description_kind":"plain","placeholder":"k9s-cluster-a","required":true,"display":true},"project":{"type":"string","field_type":"single-select","description":"The project ID of the GKE cluster","description_kind":"plain","required":true,"placeholder":"prj-adt-terraform","display":true,"gcp_resource":"project","validation_regex":"(^(?=.{6,30}$)[a-z]([-a-z0-9]*[a-z0-9])?$)"},"network":{"type":"string","field_type":"single-select","description":"Network of the GKE cluster","description_kind":"plain","placeholder":"network-a","required":true,"display":true,"gcp_resource":"network","api_dependency":{"project":"block.attributes.project"}},"subnetwork":{"type":"string","field_type":"single-select","description":"Subnet of the GKE cluster","description_kind":"plain","placeholder":"subnetwork-a","required":true,"display":true,"gcp_resource":"subnet","api_dependency":{"project":"block.attributes.project","region":"block.attributes.location"}},"pods_secondary_range_name":{"type":"string","description":"Name of the secondary IP range for pods in the GKE cluster","description_kind":"plain","placeholder":"sec-range-a","required":true,"display":true},"services_secondary_range_name":{"type":"string","description":"Name of the secondary IP range for services in the GKE cluster","description_kind":"plain","placeholder":"sec-range-b","required":true,"display":true},"min_master_version":{"type":"string","description":"The minimum version of the master. GKE will auto-update the master to new versions, so this does not guarantee the current master version","description_kind":"plain","placeholder":"1.9.7-gke.N","display":true},"team":{"type":"string","description":"The team name that will manage this resource. Its always a good idea to have teams maange their own infrastructure. Specifying a team for this resource will create a logical segregation in terraform for that specific team for better operational efficiency, security and scalability. Choosing to keep this blank will not create any logical segregation","description_kind":"plain","placeholder":"paymentsSRE","display":true,"non_validation_regex":"[^0-9A-Za-z_-]"},"environment":{"type":"string","description":"The environment in which the resource should be deployed. Its always a good idea to isolate the management of infrastructure based on environments. For example, if you have environments dev, qa and prod, the management of dev infrastructure should be isolated from qa and prod. If you are not sure about the environment or are just willing to try things out, go ahead and choose dev","description_kind":"plain","placeholder":"dev","dropdown":true,"field_type":"single-select","values":["dev","qa","prod","staging"],"display":true,"non_validation_regex":"[^0-9A-Za-z_-]"}},"block_types":{"node_pools":{"display_label":"Node Pools","nesting_mode":"list","display":true,"block":{"attributes":{"name":{"type":"string","description":"Name of the node pool","description_kind":"plain","placeholder":"node-pool-a","display":true},"node_count":{"type":"number","description":"Number of nodes in the pool","description_kind":"plain","display":true},"node_locations":{"type":["set","string"],"description":"Node Locations","description_kind":"plain","display":true},"preemptible":{"type":"bool","description":"Nodes will be preemtible if true","description_kind":"plain","display":true},"machine_type":{"type":"string","description":"Machine type of the nodes","description_kind":"plain","placeholder":"e2-medium","display":true},"image_type":{"type":"string","description":"Image type of the nodes","description_kind":"plain","placeholder":"UBUNTU_CONTAINERD","display":true},"gke_version":{"type":"string","description":"Version of GKE","description_kind":"plain","placeholder":"1.9.7-gke.N","required":true,"display":true},"service_account":{"type":"string","field_type":"single-select","description":"Service account to be attached to the nodes in the nodepool","description_kind":"plain","placeholder":"adt-backend@prj-adt-terraform-1f1d1.iam.gserviceaccount.com","display":true,"gcp_resource":"service_account","api_dependency":{"project":"block.attributes.project"}},"scopes":{"type":["set","string"],"field_type":"multi-select","values":["cloud-platform"],"description":"OAuth scopes of the VMs in the nodepool","description_kind":"plain","display":true}}}}}},"boxId":"iKMbPK-SQF1Wpw3bvJSpa","isDeleted":true,"resource":"gke"}],["1ZffgxEm7iEhX_jh3uJ65",{"documentation_url":"https://cloud.google.com/vpc/docs/vpc","block":{"attributes":{"exists":{"type":"bool","description_kind":"plain","display":true},"name":{"type":"string","field_type":"single-select","description":"Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression '[a-z]([-a-z0-9]*[a-z0-9])?' which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.","description_kind":"plain","placeholder":"network-a","required":true,"display":true,"validation_regex":"^(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?)$","representative":true,"gcp_resource":"network","api_dependency":{"project":"block.attributes.project"}},"project":{"type":"string","field_type":"single-select","description_kind":"plain","optional":true,"computed":true,"placeholder":"prj-adt-terraform","display":true,"validation_regex":"(^(?=.{6,30}$)[a-z]([-a-z0-9]*[a-z0-9])?$)","gcp_resource":"project"},"team":{"type":"string","description":"The team name that will manage this resource. Its always a good idea to have teams maange their own infrastructure. Specifying a team for this resource will create a logical segregation in terraform for that specific team for better operational efficiency, security and scalability. Choosing to keep this blank will not create any logical segregation","description_kind":"plain","placeholder":"paymentsSRE","display":true,"non_validation_regex":"[^0-9A-Za-z_-]"},"environment":{"type":"string","description":"The environment in which the resource should be deployed. Its always a good idea to isolate the management of infrastructure based on environments. For example, if you have environments dev, qa and prod, the management of dev infrastructure should be isolated from qa and prod. If you are not sure about the environment or are just willing to try things out, go ahead and choose dev","description_kind":"plain","placeholder":"dev","dropdown":true,"field_type":"single-select","values":["dev","qa","prod","staging"],"display":true,"non_validation_regex":"[^0-9A-Za-z_-]"}},"block_types":{"routes":{"display_label":"Routes","nesting_mode":"list","display":true,"block":{"attributes":{"name":{"type":"string","placeholder":"route-to-proxy","description":"Name of the route","description_kind":"plain","display":true},"dest_range":{"type":"string","description":"CIDR range of the destination","description_kind":"plain","placeholder":"10.0.0.0/24","display":true},"next_hop_ip":{"type":"string","description":"Next hop IP address","description_kind":"plain","placeholder":"10.1.0.0","display":true}}}},"fw_rules":{"display_label":"Ingress Firewall rules","nesting_mode":"list","display":true,"block":{"attributes":{"name":{"type":"string","description":"name of the fw rule","description_kind":"plain","placeholder":"allow-ssh","display":true},"source_ranges":{"type":["set","string"],"optional":true,"description":"Source ranges to whitelist","description_kind":"plain","display":true},"ports":{"type":["set","string"],"optional":true,"description":"Source ranges to whitelist, Protocol is TCP","description_kind":"plain","display":true},"protocol":{"type":"string","field_type":"single-select","required":true,"description":"The IP protocol to which this rule applies. The protocol type is required when creating a firewall rule","description_kind":"plain","display":true,"values":["tcp","udp","icmp","all"]},"target_service_accounts":{"type":["set","string"],"field_type":"multi-select","optional":true,"description":"The service accounts where this rule will be applied","description_kind":"plain","display":true,"gcp_resource":"service_account","api_dependency":{"project":"block.attributes.project"}}},"description":"Fw rules for the VPC","description_kind":"plain"}}}},"boxId":"1ZffgxEm7iEhX_jh3uJ65","isDeleted":true,"resource":"google_compute_network"}],["FBRQR79WCfzcDxQf2qSz1",{"documentation_url":"https://cloud.google.com/kubernetes-engine/docs/deploy-app-cluster","version":1,"block":{"attributes":{"exists":{"type":"bool","description_kind":"plain","display":true},"location":{"type":"string","field_type":"single-select","description":"The location of the kubernetes cluster","description_kind":"plain","placeholder":"us-central1","required":true,"gcp_resource":"region","display":true},"name":{"type":"string","description":"The display name of the project.","description_kind":"plain","placeholder":"k9s-cluster-a","required":true,"display":true},"project":{"type":"string","field_type":"single-select","description":"The project ID of the GKE cluster","description_kind":"plain","required":true,"placeholder":"prj-adt-terraform","display":true,"gcp_resource":"project","validation_regex":"(^(?=.{6,30}$)[a-z]([-a-z0-9]*[a-z0-9])?$)"},"network":{"type":"string","field_type":"single-select","description":"Network of the GKE cluster","description_kind":"plain","placeholder":"network-a","required":true,"display":true,"gcp_resource":"network","api_dependency":{"project":"block.attributes.project"},"value":""},"subnetwork":{"type":"string","field_type":"single-select","description":"Subnet of the GKE cluster","description_kind":"plain","placeholder":"subnetwork-a","required":true,"display":true,"gcp_resource":"subnet","api_dependency":{"project":"block.attributes.project","region":"block.attributes.location"}},"pods_secondary_range_name":{"type":"string","description":"Name of the secondary IP range for pods in the GKE cluster","description_kind":"plain","placeholder":"sec-range-a","required":true,"display":true},"services_secondary_range_name":{"type":"string","description":"Name of the secondary IP range for services in the GKE cluster","description_kind":"plain","placeholder":"sec-range-b","required":true,"display":true},"min_master_version":{"type":"string","description":"The minimum version of the master. GKE will auto-update the master to new versions, so this does not guarantee the current master version","description_kind":"plain","placeholder":"1.9.7-gke.N","display":true},"team":{"type":"string","description":"The team name that will manage this resource. Its always a good idea to have teams maange their own infrastructure. Specifying a team for this resource will create a logical segregation in terraform for that specific team for better operational efficiency, security and scalability. Choosing to keep this blank will not create any logical segregation","description_kind":"plain","placeholder":"paymentsSRE","display":true,"non_validation_regex":"[^0-9A-Za-z_-]"},"environment":{"type":"string","description":"The environment in which the resource should be deployed. Its always a good idea to isolate the management of infrastructure based on environments. For example, if you have environments dev, qa and prod, the management of dev infrastructure should be isolated from qa and prod. If you are not sure about the environment or are just willing to try things out, go ahead and choose dev","description_kind":"plain","placeholder":"dev","dropdown":true,"field_type":"single-select","values":["dev","qa","prod","staging"],"display":true,"non_validation_regex":"[^0-9A-Za-z_-]"}},"block_types":{"node_pools":{"display_label":"Node Pools","nesting_mode":"list","display":true,"block":{"attributes":{"name":{"type":"string","description":"Name of the node pool","description_kind":"plain","placeholder":"node-pool-a","display":true},"node_count":{"type":"number","description":"Number of nodes in the pool","description_kind":"plain","display":true},"node_locations":{"type":["set","string"],"description":"Node Locations","description_kind":"plain","display":true},"preemptible":{"type":"bool","description":"Nodes will be preemtible if true","description_kind":"plain","display":true},"machine_type":{"type":"string","description":"Machine type of the nodes","description_kind":"plain","placeholder":"e2-medium","display":true},"image_type":{"type":"string","description":"Image type of the nodes","description_kind":"plain","placeholder":"UBUNTU_CONTAINERD","display":true},"gke_version":{"type":"string","description":"Version of GKE","description_kind":"plain","placeholder":"1.9.7-gke.N","required":true,"display":true},"service_account":{"type":"string","field_type":"single-select","description":"Service account to be attached to the nodes in the nodepool","description_kind":"plain","placeholder":"adt-backend@prj-adt-terraform-1f1d1.iam.gserviceaccount.com","display":true,"gcp_resource":"service_account","api_dependency":{"project":"block.attributes.project"}},"scopes":{"type":["set","string"],"field_type":"multi-select","values":["cloud-platform"],"description":"OAuth scopes of the VMs in the nodepool","description_kind":"plain","display":true}}}}}},"boxId":"FBRQR79WCfzcDxQf2qSz1","isDeleted":true,"resource":"gke"}],["quGgT6MXOAo7I1GUdu618",{"documentation_url":"https://cloud.google.com/kubernetes-engine/docs/deploy-app-cluster","version":1,"block":{"attributes":{"exists":{"type":"bool","description_kind":"plain","display":true},"location":{"type":"string","field_type":"single-select","description":"The location of the kubernetes cluster","description_kind":"plain","placeholder":"us-central1","required":true,"gcp_resource":"region","display":true},"name":{"type":"string","description":"The display name of the project.","description_kind":"plain","placeholder":"k9s-cluster-a","required":true,"display":true},"project":{"type":"string","field_type":"single-select","description":"The project ID of the GKE cluster","description_kind":"plain","required":true,"placeholder":"prj-adt-terraform","display":true,"gcp_resource":"project","validation_regex":"(^(?=.{6,30}$)[a-z]([-a-z0-9]*[a-z0-9])?$)"},"network":{"type":"string","field_type":"single-select","description":"Network of the GKE cluster","description_kind":"plain","placeholder":"network-a","required":true,"display":true,"gcp_resource":"network","api_dependency":{"project":"block.attributes.project"}},"subnetwork":{"type":"string","field_type":"single-select","description":"Subnet of the GKE cluster","description_kind":"plain","placeholder":"subnetwork-a","required":true,"display":true,"gcp_resource":"subnet","api_dependency":{"project":"block.attributes.project","region":"block.attributes.location"}},"pods_secondary_range_name":{"type":"string","description":"Name of the secondary IP range for pods in the GKE cluster","description_kind":"plain","placeholder":"sec-range-a","required":true,"display":true},"services_secondary_range_name":{"type":"string","description":"Name of the secondary IP range for services in the GKE cluster","description_kind":"plain","placeholder":"sec-range-b","required":true,"display":true},"min_master_version":{"type":"string","description":"The minimum version of the master. GKE will auto-update the master to new versions, so this does not guarantee the current master version","description_kind":"plain","placeholder":"1.9.7-gke.N","display":true},"team":{"type":"string","description":"The team name that will manage this resource. Its always a good idea to have teams maange their own infrastructure. Specifying a team for this resource will create a logical segregation in terraform for that specific team for better operational efficiency, security and scalability. Choosing to keep this blank will not create any logical segregation","description_kind":"plain","placeholder":"paymentsSRE","display":true,"non_validation_regex":"[^0-9A-Za-z_-]"},"environment":{"type":"string","description":"The environment in which the resource should be deployed. Its always a good idea to isolate the management of infrastructure based on environments. For example, if you have environments dev, qa and prod, the management of dev infrastructure should be isolated from qa and prod. If you are not sure about the environment or are just willing to try things out, go ahead and choose dev","description_kind":"plain","placeholder":"dev","dropdown":true,"field_type":"single-select","values":["dev","qa","prod","staging"],"display":true,"non_validation_regex":"[^0-9A-Za-z_-]"}},"block_types":{"node_pools":{"display_label":"Node Pools","nesting_mode":"list","display":true,"block":{"attributes":{"name":{"type":"string","description":"Name of the node pool","description_kind":"plain","placeholder":"node-pool-a","display":true},"node_count":{"type":"number","description":"Number of nodes in the pool","description_kind":"plain","display":true},"node_locations":{"type":["set","string"],"description":"Node Locations","description_kind":"plain","display":true},"preemptible":{"type":"bool","description":"Nodes will be preemtible if true","description_kind":"plain","display":true},"machine_type":{"type":"string","description":"Machine type of the nodes","description_kind":"plain","placeholder":"e2-medium","display":true},"image_type":{"type":"string","description":"Image type of the nodes","description_kind":"plain","placeholder":"UBUNTU_CONTAINERD","display":true},"gke_version":{"type":"string","description":"Version of GKE","description_kind":"plain","placeholder":"1.9.7-gke.N","required":true,"display":true},"service_account":{"type":"string","field_type":"single-select","description":"Service account to be attached to the nodes in the nodepool","description_kind":"plain","placeholder":"adt-backend@prj-adt-terraform-1f1d1.iam.gserviceaccount.com","display":true,"gcp_resource":"service_account","api_dependency":{"project":"block.attributes.project"}},"scopes":{"type":["set","string"],"field_type":"multi-select","values":["cloud-platform"],"description":"OAuth scopes of the VMs in the nodepool","description_kind":"plain","display":true}}}}}},"boxId":"quGgT6MXOAo7I1GUdu618","isDeleted":true,"resource":"gke"}],["xUiJL3UPVgR8Msy3NuSMX",{"documentation_url":"https://cloud.google.com/kubernetes-engine/docs/deploy-app-cluster","version":1,"block":{"attributes":{"exists":{"type":"bool","description_kind":"plain","display":true},"location":{"type":"string","field_type":"single-select","description":"The location of the kubernetes cluster","description_kind":"plain","placeholder":"us-central1","required":true,"gcp_resource":"region","display":true},"name":{"type":"string","description":"The display name of the project.","description_kind":"plain","placeholder":"k9s-cluster-a","required":true,"display":true},"project":{"type":"string","field_type":"single-select","description":"The project ID of the GKE cluster","description_kind":"plain","required":true,"placeholder":"prj-adt-terraform","display":true,"gcp_resource":"project","validation_regex":"(^(?=.{6,30}$)[a-z]([-a-z0-9]*[a-z0-9])?$)"},"network":{"type":"string","field_type":"single-select","description":"Network of the GKE cluster","description_kind":"plain","placeholder":"network-a","required":true,"display":true,"gcp_resource":"network","api_dependency":{"project":"block.attributes.project"}},"subnetwork":{"type":"string","field_type":"single-select","description":"Subnet of the GKE cluster","description_kind":"plain","placeholder":"subnetwork-a","required":true,"display":true,"gcp_resource":"subnet","api_dependency":{"project":"block.attributes.project","region":"block.attributes.location"}},"pods_secondary_range_name":{"type":"string","description":"Name of the secondary IP range for pods in the GKE cluster","description_kind":"plain","placeholder":"sec-range-a","required":true,"display":true},"services_secondary_range_name":{"type":"string","description":"Name of the secondary IP range for services in the GKE cluster","description_kind":"plain","placeholder":"sec-range-b","required":true,"display":true},"min_master_version":{"type":"string","description":"The minimum version of the master. GKE will auto-update the master to new versions, so this does not guarantee the current master version","description_kind":"plain","placeholder":"1.9.7-gke.N","display":true},"team":{"type":"string","description":"The team name that will manage this resource. Its always a good idea to have teams maange their own infrastructure. Specifying a team for this resource will create a logical segregation in terraform for that specific team for better operational efficiency, security and scalability. Choosing to keep this blank will not create any logical segregation","description_kind":"plain","placeholder":"paymentsSRE","display":true,"non_validation_regex":"[^0-9A-Za-z_-]"},"environment":{"type":"string","description":"The environment in which the resource should be deployed. Its always a good idea to isolate the management of infrastructure based on environments. For example, if you have environments dev, qa and prod, the management of dev infrastructure should be isolated from qa and prod. If you are not sure about the environment or are just willing to try things out, go ahead and choose dev","description_kind":"plain","placeholder":"dev","dropdown":true,"field_type":"single-select","values":["dev","qa","prod","staging"],"display":true,"non_validation_regex":"[^0-9A-Za-z_-]"}},"block_types":{"node_pools":{"display_label":"Node Pools","nesting_mode":"list","display":true,"block":{"attributes":{"name":{"type":"string","description":"Name of the node pool","description_kind":"plain","placeholder":"node-pool-a","display":true},"node_count":{"type":"number","description":"Number of nodes in the pool","description_kind":"plain","display":true},"node_locations":{"type":["set","string"],"description":"Node Locations","description_kind":"plain","display":true},"preemptible":{"type":"bool","description":"Nodes will be preemtible if true","description_kind":"plain","display":true},"machine_type":{"type":"string","description":"Machine type of the nodes","description_kind":"plain","placeholder":"e2-medium","display":true},"image_type":{"type":"string","description":"Image type of the nodes","description_kind":"plain","placeholder":"UBUNTU_CONTAINERD","display":true},"gke_version":{"type":"string","description":"Version of GKE","description_kind":"plain","placeholder":"1.9.7-gke.N","required":true,"display":true},"service_account":{"type":"string","field_type":"single-select","description":"Service account to be attached to the nodes in the nodepool","description_kind":"plain","placeholder":"adt-backend@prj-adt-terraform-1f1d1.iam.gserviceaccount.com","display":true,"gcp_resource":"service_account","api_dependency":{"project":"block.attributes.project"}},"scopes":{"type":["set","string"],"field_type":"multi-select","values":["cloud-platform"],"description":"OAuth scopes of the VMs in the nodepool","description_kind":"plain","display":true}}}}}},"boxId":"xUiJL3UPVgR8Msy3NuSMX","isDeleted":true,"resource":"gke"}],["rRg18D8ZBs9CfX193c9q8",{"documentation_url":"https://cloud.google.com/kubernetes-engine/docs/deploy-app-cluster","version":1,"block":{"attributes":{"exists":{"type":"bool","description_kind":"plain","display":true},"location":{"type":"string","field_type":"single-select","description":"The location of the kubernetes cluster","description_kind":"plain","placeholder":"us-central1","required":true,"gcp_resource":"region","display":true},"name":{"type":"string","description":"The display name of the project.","description_kind":"plain","placeholder":"k9s-cluster-a","required":true,"display":true},"project":{"type":"string","field_type":"single-select","description":"The project ID of the GKE cluster","description_kind":"plain","required":true,"placeholder":"prj-adt-terraform","display":true,"gcp_resource":"project","validation_regex":"(^(?=.{6,30}$)[a-z]([-a-z0-9]*[a-z0-9])?$)"},"network":{"type":"string","field_type":"single-select","description":"Network of the GKE cluster","description_kind":"plain","placeholder":"network-a","required":true,"display":true,"gcp_resource":"network","api_dependency":{"project":"block.attributes.project"}},"subnetwork":{"type":"string","field_type":"single-select","description":"Subnet of the GKE cluster","description_kind":"plain","placeholder":"subnetwork-a","required":true,"display":true,"gcp_resource":"subnet","api_dependency":{"project":"block.attributes.project","region":"block.attributes.location"}},"pods_secondary_range_name":{"type":"string","description":"Name of the secondary IP range for pods in the GKE cluster","description_kind":"plain","placeholder":"sec-range-a","required":true,"display":true},"services_secondary_range_name":{"type":"string","description":"Name of the secondary IP range for services in the GKE cluster","description_kind":"plain","placeholder":"sec-range-b","required":true,"display":true},"min_master_version":{"type":"string","description":"The minimum version of the master. GKE will auto-update the master to new versions, so this does not guarantee the current master version","description_kind":"plain","placeholder":"1.9.7-gke.N","display":true},"team":{"type":"string","description":"The team name that will manage this resource. Its always a good idea to have teams maange their own infrastructure. Specifying a team for this resource will create a logical segregation in terraform for that specific team for better operational efficiency, security and scalability. Choosing to keep this blank will not create any logical segregation","description_kind":"plain","placeholder":"paymentsSRE","display":true,"non_validation_regex":"[^0-9A-Za-z_-]"},"environment":{"type":"string","description":"The environment in which the resource should be deployed. Its always a good idea to isolate the management of infrastructure based on environments. For example, if you have environments dev, qa and prod, the management of dev infrastructure should be isolated from qa and prod. If you are not sure about the environment or are just willing to try things out, go ahead and choose dev","description_kind":"plain","placeholder":"dev","dropdown":true,"field_type":"single-select","values":["dev","qa","prod","staging"],"display":true,"non_validation_regex":"[^0-9A-Za-z_-]"}},"block_types":{"node_pools":{"display_label":"Node Pools","nesting_mode":"list","display":true,"block":{"attributes":{"name":{"type":"string","description":"Name of the node pool","description_kind":"plain","placeholder":"node-pool-a","display":true},"node_count":{"type":"number","description":"Number of nodes in the pool","description_kind":"plain","display":true},"node_locations":{"type":["set","string"],"description":"Node Locations","description_kind":"plain","display":true},"preemptible":{"type":"bool","description":"Nodes will be preemtible if true","description_kind":"plain","display":true},"machine_type":{"type":"string","description":"Machine type of the nodes","description_kind":"plain","placeholder":"e2-medium","display":true},"image_type":{"type":"string","description":"Image type of the nodes","description_kind":"plain","placeholder":"UBUNTU_CONTAINERD","display":true},"gke_version":{"type":"string","description":"Version of GKE","description_kind":"plain","placeholder":"1.9.7-gke.N","required":true,"display":true},"service_account":{"type":"string","field_type":"single-select","description":"Service account to be attached to the nodes in the nodepool","description_kind":"plain","placeholder":"adt-backend@prj-adt-terraform-1f1d1.iam.gserviceaccount.com","display":true,"gcp_resource":"service_account","api_dependency":{"project":"block.attributes.project"}},"scopes":{"type":["set","string"],"field_type":"multi-select","values":["cloud-platform"],"description":"OAuth scopes of the VMs in the nodepool","description_kind":"plain","display":true}}}}}},"boxId":"rRg18D8ZBs9CfX193c9q8","isDeleted":true,"resource":"gke"}],["AAf3trC5P8q_OHT59SwTB",{"documentation_url":"https://cloud.google.com/vpc/docs/vpc","block":{"attributes":{"exists":{"type":"bool","description_kind":"plain","display":true},"name":{"type":"string","field_type":"single-select","description":"Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression '[a-z]([-a-z0-9]*[a-z0-9])?' which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.","description_kind":"plain","placeholder":"network-a","required":true,"display":true,"validation_regex":"^(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?)$","representative":true,"gcp_resource":"network","api_dependency":{"project":"block.attributes.project"}},"project":{"type":"string","field_type":"single-select","description_kind":"plain","optional":true,"computed":true,"placeholder":"prj-adt-terraform","display":true,"validation_regex":"(^(?=.{6,30}$)[a-z]([-a-z0-9]*[a-z0-9])?$)","gcp_resource":"project"},"team":{"type":"string","description":"The team name that will manage this resource. Its always a good idea to have teams maange their own infrastructure. Specifying a team for this resource will create a logical segregation in terraform for that specific team for better operational efficiency, security and scalability. Choosing to keep this blank will not create any logical segregation","description_kind":"plain","placeholder":"paymentsSRE","display":true,"non_validation_regex":"[^0-9A-Za-z_-]"},"environment":{"type":"string","description":"The environment in which the resource should be deployed. Its always a good idea to isolate the management of infrastructure based on environments. For example, if you have environments dev, qa and prod, the management of dev infrastructure should be isolated from qa and prod. If you are not sure about the environment or are just willing to try things out, go ahead and choose dev","description_kind":"plain","placeholder":"dev","dropdown":true,"field_type":"single-select","values":["dev","qa","prod","staging"],"display":true,"non_validation_regex":"[^0-9A-Za-z_-]"}},"block_types":{"routes":{"display_label":"Routes","nesting_mode":"list","display":true,"block":{"attributes":{"name":{"type":"string","placeholder":"route-to-proxy","description":"Name of the route","description_kind":"plain","display":true},"dest_range":{"type":"string","description":"CIDR range of the destination","description_kind":"plain","placeholder":"10.0.0.0/24","display":true},"next_hop_ip":{"type":"string","description":"Next hop IP address","description_kind":"plain","placeholder":"10.1.0.0","display":true}}}},"fw_rules":{"display_label":"Ingress Firewall rules","nesting_mode":"list","display":true,"block":{"attributes":{"name":{"type":"string","description":"name of the fw rule","description_kind":"plain","placeholder":"allow-ssh","display":true},"source_ranges":{"type":["set","string"],"optional":true,"description":"Source ranges to whitelist","description_kind":"plain","display":true},"ports":{"type":["set","string"],"optional":true,"description":"Source ranges to whitelist, Protocol is TCP","description_kind":"plain","display":true},"protocol":{"type":"string","field_type":"single-select","required":true,"description":"The IP protocol to which this rule applies. The protocol type is required when creating a firewall rule","description_kind":"plain","display":true,"values":["tcp","udp","icmp","all"]},"target_service_accounts":{"type":["set","string"],"field_type":"multi-select","optional":true,"description":"The service accounts where this rule will be applied","description_kind":"plain","display":true,"gcp_resource":"service_account","api_dependency":{"project":"block.attributes.project"}}},"description":"Fw rules for the VPC","description_kind":"plain"}}}},"boxId":"AAf3trC5P8q_OHT59SwTB","isDeleted":true,"resource":"google_compute_network"}],["XOMy8QrxWZ0K4rehh5TUj",{"documentation_url":"https://cloud.google.com/build/docs/build-push-docker-image","version":1,"block":{"attributes":{"exists":{"type":"bool","description_kind":"plain","display":true},"name":{"type":"string","description":"Name of the trigger. Must be unique within the project.","description_kind":"plain","optional":true,"placeholder":"cb_git_trigger","computed":true,"display":true},"project":{"type":"string","field_type":"single-select","description_kind":"plain","optional":true,"computed":true,"placeholder":"prj-adt-terraform","display":true,"gcp_resource":"project","validation_regex":"(^(?=.{6,30}$)[a-z]([-a-z0-9]*[a-z0-9])?$)"},"service_account":{"type":"string","field_type":"single-select","description":"The service account used for all user-controlled operations including triggers.patch, triggers.run, builds.create, and builds.cancel. If no service account is set, then the standard Cloud Build service account ([PROJECT_NUM]@system.gserviceaccount.com) will be used instead.","placeholder":"adt-backend@prj-adt-terraform-1f1d1.iam.gserviceaccount.com","description_kind":"plain","optional":true,"display":true,"gcp_resource":"service_account","api_dependency":{"project":"block.attributes.project"}},"team":{"type":"string","description":"The team name that will manage this resource. Its always a good idea to have teams maange their own infrastructure. Specifying a team for this resource will create a logical segregation in terraform for that specific team for better operational efficiency, security and scalability. Choosing to keep this blank will not create any logical segregation","description_kind":"plain","placeholder":"paymentsSRE","display":true,"non_validation_regex":"[^0-9A-Za-z_-]"},"environment":{"type":"string","description":"The environment in which the resource should be deployed. Its always a good idea to isolate the management of infrastructure based on environments. For example, if you have environments dev, qa and prod, the management of dev infrastructure should be isolated from qa and prod. If you are not sure about the environment or are just willing to try things out, go ahead and choose dev","description_kind":"plain","placeholder":"dev","dropdown":true,"field_type":"single-select","values":["dev","qa","prod","staging"],"display":true,"non_validation_regex":"[^0-9A-Za-z_-]"}},"block_types":{"git_file_source":{"nesting_mode":"list","display":true,"display_label":"git_file_source","block":{"attributes":{"path":{"type":"string","description":"The path of the file, with the repo root as the root of the path.","description_kind":"plain","required":true,"placeholder":"cloudbuild.yaml","display":true},"repo_type":{"type":"string","field_type":"single-select","description":"The type of the repo, since it may not be explicit from the repo field (e.g from a URL). Values can be UNKNOWN, CLOUD_SOURCE_REPOSITORIES, GITHUB Possible values: [\"UNKNOWN\", \"CLOUD_SOURCE_REPOSITORIES\", \"GITHUB\"]","description_kind":"plain","placeholder":"GITHUB","required":true,"display":true,"values":["UNKNOWN","CLOUD_SOURCE_REPOSITORIES","GITHUB"]},"revision":{"type":"string","description":"The branch, tag, arbitrary ref, or SHA version of the repo to use when resolving the filename (optional). This field respects the same syntax/resolution as described here: https://git-scm.com/docs/gitrevisions If unspecified, the revision from which the trigger invocation originated is assumed to be the revision from which to read the specified path.","description_kind":"plain","placeholder":"refs/heads/main","optional":true,"display":true},"uri":{"type":"string","description":"The URI of the repo (optional). If unspecified, the repo from which the trigger invocation originated is assumed to be the repo from which to read the specified path.","description_kind":"plain","placeholder":"https://hashicorp/terraform-provider-google-beta","optional":true,"display":true}},"description":"The file source describing the local or remote Build template.","description_kind":"plain"},"max_items":1,"min_items":1},"source_to_build":{"nesting_mode":"list","display":true,"display_label":"source_to_build","block":{"attributes":{"ref":{"type":"string","description":"The branch or tag to use. Must start with \"refs/\" (required).","description_kind":"plain","placeholder":"refs/heads/main","required":true,"display":true},"repo_type":{"type":"string","field_type":"single-select","description":"The type of the repo, since it may not be explicit from the repo field (e.g from a URL). Values can be UNKNOWN, CLOUD_SOURCE_REPOSITORIES, GITHUB Possible values: [\"UNKNOWN\", \"CLOUD_SOURCE_REPOSITORIES\", \"GITHUB\"]","description_kind":"plain","placeholder":"GITHUB","required":true,"display":true,"values":["UNKNOWN","CLOUD_SOURCE_REPOSITORIES","GITHUB"]},"uri":{"type":"string","description":"The URI of the repo (required).","description_kind":"plain","placeholder":"https://hashicorp/terraform-provider-google-beta","required":true,"display":true}},"description":"The repo and ref of the repository from which to build. This field is used only for those triggers that do not respond to SCM events. Triggers that respond to such events build source at whatever commit caused the event. This field is currently only used by Webhook, Pub/Sub, Manual, and Cron triggers. One of 'trigger_template', 'github', 'pubsub_config' 'webhook_config' or 'source_to_build' must be provided.","description_kind":"plain"},"max_items":1,"min_items":1},"webhook_config":{"nesting_mode":"list","display":true,"display_label":"webhook_config","block":{"attributes":{"secret":{"type":"resource","field_type":"resource","resource":"secret_manager_single_version","description":"Resource name for the secret required as a URL parameter.","description_kind":"plain","display":true}},"description":"WebhookConfig describes the configuration of a trigger that creates a build whenever a webhook is sent to a trigger's webhook URL. One of 'trigger_template', 'github', 'pubsub_config' 'webhook_config' or 'source_to_build' must be provided.","description_kind":"plain"},"max_items":1,"min_items":1}},"description_kind":"plain"},"boxId":"XOMy8QrxWZ0K4rehh5TUj","isDeleted":true,"resource":"cloudbuild_git_trigger"}],["hzpvJNZ8CpRAPAjCV7wET",{"documentation_url":"https://cloud.google.com/build/docs/build-push-docker-image","version":1,"block":{"attributes":{"exists":{"type":"bool","description_kind":"plain","display":true},"name":{"type":"string","description":"Name of the trigger. Must be unique within the project.","description_kind":"plain","optional":true,"placeholder":"cb_git_trigger","computed":true,"display":true},"project":{"type":"string","field_type":"single-select","description_kind":"plain","optional":true,"computed":true,"placeholder":"prj-adt-terraform","display":true,"gcp_resource":"project","validation_regex":"(^(?=.{6,30}$)[a-z]([-a-z0-9]*[a-z0-9])?$)"},"service_account":{"type":"string","field_type":"single-select","description":"The service account used for all user-controlled operations including triggers.patch, triggers.run, builds.create, and builds.cancel. If no service account is set, then the standard Cloud Build service account ([PROJECT_NUM]@system.gserviceaccount.com) will be used instead.","placeholder":"adt-backend@prj-adt-terraform-1f1d1.iam.gserviceaccount.com","description_kind":"plain","optional":true,"display":true,"gcp_resource":"service_account","api_dependency":{"project":"block.attributes.project"}},"team":{"type":"string","description":"The team name that will manage this resource. Its always a good idea to have teams maange their own infrastructure. Specifying a team for this resource will create a logical segregation in terraform for that specific team for better operational efficiency, security and scalability. Choosing to keep this blank will not create any logical segregation","description_kind":"plain","placeholder":"paymentsSRE","display":true,"non_validation_regex":"[^0-9A-Za-z_-]"},"environment":{"type":"string","description":"The environment in which the resource should be deployed. Its always a good idea to isolate the management of infrastructure based on environments. For example, if you have environments dev, qa and prod, the management of dev infrastructure should be isolated from qa and prod. If you are not sure about the environment or are just willing to try things out, go ahead and choose dev","description_kind":"plain","placeholder":"dev","dropdown":true,"field_type":"single-select","values":["dev","qa","prod","staging"],"display":true,"non_validation_regex":"[^0-9A-Za-z_-]"}},"block_types":{"git_file_source":{"nesting_mode":"list","display":true,"display_label":"git_file_source","block":{"attributes":{"path":{"type":"string","description":"The path of the file, with the repo root as the root of the path.","description_kind":"plain","required":true,"placeholder":"cloudbuild.yaml","display":true},"repo_type":{"type":"string","field_type":"single-select","description":"The type of the repo, since it may not be explicit from the repo field (e.g from a URL). Values can be UNKNOWN, CLOUD_SOURCE_REPOSITORIES, GITHUB Possible values: [\"UNKNOWN\", \"CLOUD_SOURCE_REPOSITORIES\", \"GITHUB\"]","description_kind":"plain","placeholder":"GITHUB","required":true,"display":true,"values":["UNKNOWN","CLOUD_SOURCE_REPOSITORIES","GITHUB"]},"revision":{"type":"string","description":"The branch, tag, arbitrary ref, or SHA version of the repo to use when resolving the filename (optional). This field respects the same syntax/resolution as described here: https://git-scm.com/docs/gitrevisions If unspecified, the revision from which the trigger invocation originated is assumed to be the revision from which to read the specified path.","description_kind":"plain","placeholder":"refs/heads/main","optional":true,"display":true},"uri":{"type":"string","description":"The URI of the repo (optional). If unspecified, the repo from which the trigger invocation originated is assumed to be the repo from which to read the specified path.","description_kind":"plain","placeholder":"https://hashicorp/terraform-provider-google-beta","optional":true,"display":true}},"description":"The file source describing the local or remote Build template.","description_kind":"plain"},"max_items":1,"min_items":1},"source_to_build":{"nesting_mode":"list","display":true,"display_label":"source_to_build","block":{"attributes":{"ref":{"type":"string","description":"The branch or tag to use. Must start with \"refs/\" (required).","description_kind":"plain","placeholder":"refs/heads/main","required":true,"display":true},"repo_type":{"type":"string","field_type":"single-select","description":"The type of the repo, since it may not be explicit from the repo field (e.g from a URL). Values can be UNKNOWN, CLOUD_SOURCE_REPOSITORIES, GITHUB Possible values: [\"UNKNOWN\", \"CLOUD_SOURCE_REPOSITORIES\", \"GITHUB\"]","description_kind":"plain","placeholder":"GITHUB","required":true,"display":true,"values":["UNKNOWN","CLOUD_SOURCE_REPOSITORIES","GITHUB"]},"uri":{"type":"string","description":"The URI of the repo (required).","description_kind":"plain","placeholder":"https://hashicorp/terraform-provider-google-beta","required":true,"display":true}},"description":"The repo and ref of the repository from which to build. This field is used only for those triggers that do not respond to SCM events. Triggers that respond to such events build source at whatever commit caused the event. This field is currently only used by Webhook, Pub/Sub, Manual, and Cron triggers. One of 'trigger_template', 'github', 'pubsub_config' 'webhook_config' or 'source_to_build' must be provided.","description_kind":"plain"},"max_items":1,"min_items":1},"webhook_config":{"nesting_mode":"list","display":true,"display_label":"webhook_config","block":{"attributes":{"secret":{"type":"resource","field_type":"resource","resource":"secret_manager_single_version","description":"Resource name for the secret required as a URL parameter.","description_kind":"plain","display":true}},"description":"WebhookConfig describes the configuration of a trigger that creates a build whenever a webhook is sent to a trigger's webhook URL. One of 'trigger_template', 'github', 'pubsub_config' 'webhook_config' or 'source_to_build' must be provided.","description_kind":"plain"},"max_items":1,"min_items":1}},"description_kind":"plain"},"boxId":"hzpvJNZ8CpRAPAjCV7wET","isDeleted":true,"resource":"cloudbuild_git_trigger"}],["kLidXBsuXTZeh2Z2UdLlI",{"documentation_url":"https://cloud.google.com/build/docs/build-push-docker-image","version":1,"block":{"attributes":{"exists":{"type":"bool","description_kind":"plain","display":true},"name":{"type":"string","description":"Name of the trigger. Must be unique within the project.","description_kind":"plain","optional":true,"placeholder":"cb_git_trigger","computed":true,"display":true},"project":{"type":"string","field_type":"single-select","description_kind":"plain","optional":true,"computed":true,"placeholder":"prj-adt-terraform","display":true,"gcp_resource":"project","validation_regex":"(^(?=.{6,30}$)[a-z]([-a-z0-9]*[a-z0-9])?$)"},"service_account":{"type":"string","field_type":"single-select","description":"The service account used for all user-controlled operations including triggers.patch, triggers.run, builds.create, and builds.cancel. If no service account is set, then the standard Cloud Build service account ([PROJECT_NUM]@system.gserviceaccount.com) will be used instead.","placeholder":"adt-backend@prj-adt-terraform-1f1d1.iam.gserviceaccount.com","description_kind":"plain","optional":true,"display":true,"gcp_resource":"service_account","api_dependency":{"project":"block.attributes.project"}},"team":{"type":"string","description":"The team name that will manage this resource. Its always a good idea to have teams maange their own infrastructure. Specifying a team for this resource will create a logical segregation in terraform for that specific team for better operational efficiency, security and scalability. Choosing to keep this blank will not create any logical segregation","description_kind":"plain","placeholder":"paymentsSRE","display":true,"non_validation_regex":"[^0-9A-Za-z_-]"},"environment":{"type":"string","description":"The environment in which the resource should be deployed. Its always a good idea to isolate the management of infrastructure based on environments. For example, if you have environments dev, qa and prod, the management of dev infrastructure should be isolated from qa and prod. If you are not sure about the environment or are just willing to try things out, go ahead and choose dev","description_kind":"plain","placeholder":"dev","dropdown":true,"field_type":"single-select","values":["dev","qa","prod","staging"],"display":true,"non_validation_regex":"[^0-9A-Za-z_-]"}},"block_types":{"git_file_source":{"nesting_mode":"list","display":true,"display_label":"git_file_source","block":{"attributes":{"path":{"type":"string","description":"The path of the file, with the repo root as the root of the path.","description_kind":"plain","required":true,"placeholder":"cloudbuild.yaml","display":true},"repo_type":{"type":"string","field_type":"single-select","description":"The type of the repo, since it may not be explicit from the repo field (e.g from a URL). Values can be UNKNOWN, CLOUD_SOURCE_REPOSITORIES, GITHUB Possible values: [\"UNKNOWN\", \"CLOUD_SOURCE_REPOSITORIES\", \"GITHUB\"]","description_kind":"plain","placeholder":"GITHUB","required":true,"display":true,"values":["UNKNOWN","CLOUD_SOURCE_REPOSITORIES","GITHUB"]},"revision":{"type":"string","description":"The branch, tag, arbitrary ref, or SHA version of the repo to use when resolving the filename (optional). This field respects the same syntax/resolution as described here: https://git-scm.com/docs/gitrevisions If unspecified, the revision from which the trigger invocation originated is assumed to be the revision from which to read the specified path.","description_kind":"plain","placeholder":"refs/heads/main","optional":true,"display":true},"uri":{"type":"string","description":"The URI of the repo (optional). If unspecified, the repo from which the trigger invocation originated is assumed to be the repo from which to read the specified path.","description_kind":"plain","placeholder":"https://hashicorp/terraform-provider-google-beta","optional":true,"display":true}},"description":"The file source describing the local or remote Build template.","description_kind":"plain"},"max_items":1,"min_items":1},"source_to_build":{"nesting_mode":"list","display":true,"display_label":"source_to_build","block":{"attributes":{"ref":{"type":"string","description":"The branch or tag to use. Must start with \"refs/\" (required).","description_kind":"plain","placeholder":"refs/heads/main","required":true,"display":true},"repo_type":{"type":"string","field_type":"single-select","description":"The type of the repo, since it may not be explicit from the repo field (e.g from a URL). Values can be UNKNOWN, CLOUD_SOURCE_REPOSITORIES, GITHUB Possible values: [\"UNKNOWN\", \"CLOUD_SOURCE_REPOSITORIES\", \"GITHUB\"]","description_kind":"plain","placeholder":"GITHUB","required":true,"display":true,"values":["UNKNOWN","CLOUD_SOURCE_REPOSITORIES","GITHUB"]},"uri":{"type":"string","description":"The URI of the repo (required).","description_kind":"plain","placeholder":"https://hashicorp/terraform-provider-google-beta","required":true,"display":true}},"description":"The repo and ref of the repository from which to build. This field is used only for those triggers that do not respond to SCM events. Triggers that respond to such events build source at whatever commit caused the event. This field is currently only used by Webhook, Pub/Sub, Manual, and Cron triggers. One of 'trigger_template', 'github', 'pubsub_config' 'webhook_config' or 'source_to_build' must be provided.","description_kind":"plain"},"max_items":1,"min_items":1},"webhook_config":{"nesting_mode":"list","display":true,"display_label":"webhook_config","block":{"attributes":{"secret":{"type":"resource","field_type":"resource","resource":"secret_manager_single_version","description":"Resource name for the secret required as a URL parameter.","description_kind":"plain","display":true}},"description":"WebhookConfig describes the configuration of a trigger that creates a build whenever a webhook is sent to a trigger's webhook URL. One of 'trigger_template', 'github', 'pubsub_config' 'webhook_config' or 'source_to_build' must be provided.","description_kind":"plain"},"max_items":1,"min_items":1}},"description_kind":"plain"},"boxId":"kLidXBsuXTZeh2Z2UdLlI","isDeleted":true,"resource":"cloudbuild_git_trigger"}],["FV69FXJ4PIlJiH340IvLT",{"documentation_url":"https://cloud.google.com/storage/docs/buckets","block":{"attributes":{"exists":{"type":"bool","description_kind":"plain","display":true},"location":{"type":"string","field_type":"single-select","description":"The Google Cloud Storage location","description_kind":"plain","required":true,"placeholder":"us-central1","display":true,"gcp_resource":"region","validation_regex":"[a-z]-[a-z]+[0-9]{1}?$"},"name":{"type":"string","field_type":"single-select","description":"The name of the bucket.","description_kind":"plain","required":true,"placeholder":"helloworld-bucket","display":true,"validation_regex":"^(?!goog)(?!.*google).*(?:[a-z](?:[\\-_.a-z0-9]{2,61}[a-z0-9])?)","representative":true,"gcp_resource":"gcs_bucket","api_dependency":{"project":"block.attributes.project"}},"project":{"type":"string","field_type":"single-select","description":"The ID of the project in which the resource belongs. If it is not provided, the provider project is used.","description_kind":"plain","required":true,"placeholder":"prj-adt-terraform","computed":true,"display":true,"validation_regex":"(^(?=.{6,30}$)[a-z]([-a-z0-9]*[a-z0-9])?$)","gcp_resource":"project"},"storage_class":{"type":"string","field_type":"single-select","description":"The Storage Class of the new bucket. Supported values include: STANDARD, MULTI_REGIONAL, REGIONAL, NEARLINE, COLDLINE, ARCHIVE.","description_kind":"plain","optional":true,"placeholder":"STANDARD","display":true,"validation_regex":"(NEARLINE|ARCHIVE|COLDLINE|STANDARD)","values":["STANDARD","NEARLINE","COLDLINE","ARCHIVE"]},"team":{"type":"string","description":"The team name that will manage this resource. Its always a good idea to have teams maange their own infrastructure. Specifying a team for this resource will create a logical segregation in terraform for that specific team for better operational efficiency, security and scalability. Choosing to keep this blank will not create any logical segregation","description_kind":"plain","placeholder":"paymentsSRE","display":true,"non_validation_regex":"[^0-9A-Za-z_-]"},"environment":{"type":"string","description":"The environment in which the resource should be deployed. Its always a good idea to isolate the management of infrastructure based on environments. For example, if you have environments dev, qa and prod, the management of dev infrastructure should be isolated from qa and prod. If you are not sure about the environment or are just willing to try things out, go ahead and choose dev","description_kind":"plain","placeholder":"dev","dropdown":true,"field_type":"single-select","values":["dev","qa","prod","staging"],"display":true,"non_validation_regex":"[^0-9A-Za-z_-]"}}},"boxId":"FV69FXJ4PIlJiH340IvLT","isDeleted":true,"resource":"google_storage_bucket"}],["rCkbsZl5tCzAsNPaJki8x",{"documentation_url":"https://cloud.google.com/bigquery/docs/datasets#terraform","version":0,"block":{"attributes":{"exists":{"type":"bool","description_kind":"plain","display":true},"dataset_id":{"type":"string","description":"A unique ID for this dataset, without the project name. The ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_). The maximum length is 1,024 characters.","description_kind":"plain","placeholder":"foo","display":true,"required":true},"friendly_name":{"type":"string","description":"Friendly name.","description_kind":"plain","display":true,"placeholder":"foo","optional":true},"location":{"type":"string","field_type":"single-select","description":"The geographic location where the dataset should reside. See [official docs](https://cloud.google.com/bigquery/docs/dataset-locations). There are two types of locations, regional or multi-regional. A regional location is a specific geographic place, such as Tokyo, and a multi-regional location is a large geographic area, such as the United States, that contains at least two geographic places. The default value is multi-regional location 'US'. Changing this forces a new resource to be created.","description_kind":"plain","display":true,"placeholder":"US","optional":true,"gcp_resource":"region","message":""},"project":{"type":"string","field_type":"single-select","description_kind":"plain","required":true,"placeholder":"prj-adt-terraform","display":true,"computed":true,"gcp_resource":"project","message":"Required"},"team":{"type":"string","description":"The team name that will manage this resource. Its always a good idea to have teams maange their own infrastructure. Specifying a team for this resource will create a logical segregation in terraform for that specific team for better operational efficiency, security and scalability. Choosing to keep this blank will not create any logical segregation","description_kind":"plain","placeholder":"paymentsSRE","display":true,"non_validation_regex":"[^0-9A-Za-z_-]"},"environment":{"type":"string","description":"The environment in which the resource should be deployed. Its always a good idea to isolate the management of infrastructure based on environments. For example, if you have environments dev, qa and prod, the management of dev infrastructure should be isolated from qa and prod. If you are not sure about the environment or are just willing to try things out, go ahead and choose dev","description_kind":"plain","placeholder":"dev","dropdown":true,"field_type":"single-select","values":["dev","qa","prod","staging"],"display":true,"non_validation_regex":"[^0-9A-Za-z_-]"}},"block_types":{"tables":{"nesting_mode":"list","display":true,"display_label":"tables","block":{"attributes":{"friendly_name":{"type":"string","description":"A descriptive name for the table.","placeholder":"table-a","display":true,"description_kind":"plain","optional":true},"schema":{"type":"string","description":"A JSON schema for the table.","description_kind":"plain","display":true,"optional":true,"computed":true},"table_id":{"type":"string","description":"A unique ID for the resource. Changing this forces a new resource to be created.","description_kind":"plain","placeholder":"sheet","display":true,"required":true}}}}},"description_kind":"plain"},"boxId":"rCkbsZl5tCzAsNPaJki8x","isDeleted":true,"resource":"google_bigquery_dataset"}],["xKHUnyB9oVjnPJ1dqEWl3",{"documentation_url":"https://cloud.google.com/functions/docs/writing","block":{"attributes":{"exists":{"type":"bool","description_kind":"plain","display":true},"docker_registry":{"type":"string","field_type":"single-select","description":"Docker Registry to use for storing the function's Docker images. Allowed values are CONTAINER_REGISTRY (default) and ARTIFACT_REGISTRY.","description_kind":"plain","optional":true,"computed":true,"placeholder":"CONTAINER_REGISTRY","display":true,"values":["CONTAINER_REGISTRY","ARTIFACT_REGISTRY"]},"docker_repository":{"type":"string","description":"User managed repository created in Artifact Registry optionally with a customer managed encryption key. If specified, deployments will use Artifact Registry for storing images built with Cloud Build.","description_kind":"plain","optional":true,"placeholder":"gcr.io/cloudrun","display":true},"entry_point":{"type":"string","description":"Name of the function that will be executed when the Google Cloud Function is triggered.","description_kind":"plain","optional":true,"placeholder":"entrypoint_method","display":true},"name":{"type":"string","description":"A user-defined name of the function. Function names must be unique globally.","description_kind":"plain","required":true,"display":true,"placeholder":"appservice-method","validation_regex":"^(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?)$"},"project":{"type":"string","field_type":"single-select","description":"Project of the function. If it is not provided, the provider project is used.","description_kind":"plain","required":true,"computed":true,"display":true,"gcp_resource":"project","placeholder":"prj-adt-terraform","validation_regex":"(^(?=.{6,30}$)[a-z]([-a-z0-9]*[a-z0-9])?$)","message":"Required"},"region":{"type":"string","field_type":"single-select","description":"Region of function. If it is not provided, the provider region is used.","description_kind":"plain","optional":true,"computed":true,"display":true,"gcp_resource":"region","placeholder":"us-central1","validation_regex":"[a-z]-[a-z]+[0-9]{1}?$","message":"Invalid format"},"runtime":{"type":"string","field_type":"single-select","description":"The runtime in which the function is going to run. Eg. \"nodejs8\", \"nodejs10\", \"python37\", \"go111\".","description_kind":"plain","required":true,"placeholder":"python37","display":true,"values":["nodejs8","nodejs10","python37","go111"]},"source_archive_bucket":{"type":"string","field_type":"single-select","description":"The GCS bucket containing the zip archive which contains the function.","description_kind":"plain","optional":true,"placeholder":"source_cf_bucket","display":true,"gcp_resource":"gcs_bucket","api_dependency":{"project":"block.attributes.project"}},"source_archive_object":{"type":"string","description":"The source archive object (file) in archive bucket.","description_kind":"plain","optional":true,"placeholder":"cf_objects/helloworld","display":true},"trigger_http":{"type":"bool","field_type":"single-select","description":"Boolean variable. Any HTTP request (of a supported type) to the endpoint will trigger function execution. Supported HTTP request types are: POST, PUT, GET, DELETE, and OPTIONS. Endpoint is returned as https_trigger_url. Cannot be used with trigger_bucket and trigger_topic.","description_kind":"plain","optional":true,"placeholder":"GET","display":true,"values":["POST","PUT","GET","DELETE","OPTIONS"]},"team":{"type":"string","description":"The team name that will manage this resource. Its always a good idea to have teams maange their own infrastructure. Specifying a team for this resource will create a logical segregation in terraform for that specific team for better operational efficiency, security and scalability. Choosing to keep this blank will not create any logical segregation","description_kind":"plain","placeholder":"paymentsSRE","display":true,"non_validation_regex":"[^0-9A-Za-z_-]"},"environment":{"type":"string","description":"The environment in which the resource should be deployed. Its always a good idea to isolate the management of infrastructure based on environments. For example, if you have environments dev, qa and prod, the management of dev infrastructure should be isolated from qa and prod. If you are not sure about the environment or are just willing to try things out, go ahead and choose dev","description_kind":"plain","placeholder":"dev","dropdown":true,"field_type":"single-select","values":["dev","qa","prod","staging"],"display":true,"non_validation_regex":"[^0-9A-Za-z_-]"}},"block_types":{"pubsub_event_trigger":{"nesting_mode":"list","display":true,"display_label":"pubsub event trigger","block":{"attributes":{"event_type":{"type":"string","display":true,"description":"The type of event to observe. For example: \"google.storage.object.finalize\". See the documentation on calling Cloud Functions for a full reference of accepted triggers.","description_kind":"plain","placeholder":"google.storage.object.finalize","required":true},"resource":{"type":"resource","field_type":"resource","resource":"google_pubsub_topic","description":"pubsub topic.","description_kind":"plain","display":true,"required":true}},"block_types":{},"description":"A source that fires events in response to a condition in another service. Cannot be used with trigger_http.","description_kind":"plain"},"max_items":1},"cloud_storage_event_trigger":{"nesting_mode":"list","display":true,"display_label":"cloud storage event trigger","block":{"attributes":{"event_type":{"type":"string","description":"The type of event to observe. For example: \"google.storage.object.finalize\". See the documentation on calling Cloud Functions for a full reference of accepted triggers.","description_kind":"plain","placeholder":"google.storage.object.finalize","required":true,"display":true},"resource":{"type":"resource","field_type":"resource","resource":"google_storage_bucket","description":"storage bucket.","description_kind":"plain","display":true,"required":true}},"block_types":{},"description":"A source that fires events in response to a condition in another service. Cannot be used with trigger_http.","description_kind":"plain"},"max_items":1},"source_repository":{"nesting_mode":"list","display":true,"display_label":"Source repository","block":{"attributes":{"url":{"type":"string","description":"The URL pointing to the hosted repository where the function is defined. There are supported Cloud Source Repository URLs in the following formats","description_kind":"plain","placeholder":"https://source.developers.google.com/projects/prj-adt-terraform/repos/helloworld","required":true,"display":true}},"description":"Represents parameters related to source repository where a function is hosted. Cannot be set alongside source_archive_bucket or source_archive_object.","description_kind":"plain"},"max_items":1,"min_items":1},"blockTypeLists":{"source_repository":[{"key":"_3jRQfb3WLZOeHNTTjCO0","value":{"nesting_mode":"list","display":true,"display_label":"Source repository","block":{"attributes":{"url":{"type":"string","description":"The URL pointing to the hosted repository where the function is defined. There are supported Cloud Source Repository URLs in the following formats","description_kind":"plain","placeholder":"https://source.developers.google.com/projects/prj-adt-terraform/repos/helloworld","required":true,"display":true}},"description":"Represents parameters related to source repository where a function is hosted. Cannot be set alongside source_archive_bucket or source_archive_object.","description_kind":"plain"},"max_items":1,"min_items":1}}]}}},"boxId":"xKHUnyB9oVjnPJ1dqEWl3","isDeleted":true,"resource":"google_cloudfunctions_function"}],["rLR6xsPDNiM8uM_dWPxfI",{"documentation_url":"https://cloud.google.com/storage/docs/buckets","block":{"attributes":{"exists":{"type":"bool","description_kind":"plain","display":true},"location":{"type":"string","field_type":"single-select","description":"The Google Cloud Storage location","description_kind":"plain","required":true,"placeholder":"us-central1","display":true,"gcp_resource":"region","validation_regex":"[a-z]-[a-z]+[0-9]{1}?$","message":"Required"},"name":{"type":"string","field_type":"single-select","description":"The name of the bucket.","description_kind":"plain","required":true,"placeholder":"helloworld-bucket","display":true,"validation_regex":"^(?!goog)(?!.*google).*(?:[a-z](?:[\\-_.a-z0-9]{2,61}[a-z0-9])?)","representative":true,"gcp_resource":"gcs_bucket","api_dependency":{"project":"block.attributes.project"}},"project":{"type":"string","field_type":"single-select","description":"The ID of the project in which the resource belongs. If it is not provided, the provider project is used.","description_kind":"plain","required":true,"placeholder":"prj-adt-terraform","computed":true,"display":true,"validation_regex":"(^(?=.{6,30}$)[a-z]([-a-z0-9]*[a-z0-9])?$)","gcp_resource":"project","message":"Required"},"storage_class":{"type":"string","field_type":"single-select","description":"The Storage Class of the new bucket. Supported values include: STANDARD, MULTI_REGIONAL, REGIONAL, NEARLINE, COLDLINE, ARCHIVE.","description_kind":"plain","optional":true,"placeholder":"STANDARD","display":true,"validation_regex":"(NEARLINE|ARCHIVE|COLDLINE|STANDARD)","values":["STANDARD","NEARLINE","COLDLINE","ARCHIVE"]},"team":{"type":"string","description":"The team name that will manage this resource. Its always a good idea to have teams maange their own infrastructure. Specifying a team for this resource will create a logical segregation in terraform for that specific team for better operational efficiency, security and scalability. Choosing to keep this blank will not create any logical segregation","description_kind":"plain","placeholder":"paymentsSRE","display":true,"non_validation_regex":"[^0-9A-Za-z_-]"},"environment":{"type":"string","description":"The environment in which the resource should be deployed. Its always a good idea to isolate the management of infrastructure based on environments. For example, if you have environments dev, qa and prod, the management of dev infrastructure should be isolated from qa and prod. If you are not sure about the environment or are just willing to try things out, go ahead and choose dev","description_kind":"plain","placeholder":"dev","dropdown":true,"field_type":"single-select","values":["dev","qa","prod","staging"],"display":true,"non_validation_regex":"[^0-9A-Za-z_-]"}}},"boxId":"rLR6xsPDNiM8uM_dWPxfI","isDeleted":true,"resource":"google_storage_bucket"}],["FEZbF8emwr8sBIQIdLqP6",{"documentation_url":"https://cloud.google.com/compute/docs/regions-zones","deployable":false,"block":{"attributes":{"region":{"type":"string","field_type":"single-select","description":"Region","description_kind":"plain","required":true,"placeholder":"us-central1","display":true,"validation_regex":"[a-z]-[a-z]+[0-9]{1}?$","gcp_resource":"region","api_dependency":{"project":""}},"team":{"type":"string","description":"The team name that will manage this resource. Its always a good idea to have teams maange their own infrastructure. Specifying a team for this resource will create a logical segregation in terraform for that specific team for better operational efficiency, security and scalability. Choosing to keep this blank will not create any logical segregation","description_kind":"plain","placeholder":"paymentsSRE","display":true,"non_validation_regex":"[^0-9A-Za-z_-]"},"environment":{"type":"string","description":"The environment in which the resource should be deployed. Its always a good idea to isolate the management of infrastructure based on environments. For example, if you have environments dev, qa and prod, the management of dev infrastructure should be isolated from qa and prod. If you are not sure about the environment or are just willing to try things out, go ahead and choose dev","description_kind":"plain","placeholder":"dev","dropdown":true,"field_type":"single-select","values":["dev","qa","prod","staging"],"display":true,"non_validation_regex":"[^0-9A-Za-z_-]"}}},"resource":"region","boxId":"FEZbF8emwr8sBIQIdLqP6","isDeleted":true}],["5ES4MFO4ILeOhE5czPW70",{"documentation_url":"https://cloud.google.com/resource-manager/docs/creating-managing-projects","version":1,"block":{"attributes":{"exists":{"type":"bool","description_kind":"plain","display":true},"billing_account":{"type":"string","description":"The alphanumeric ID of the billing account this project belongs to. The user or service account performing this operation with Terraform must have Billing Account Administrator privileges (roles/billing.admin) in the organization. See Google Cloud Billing API Access Control for more details.","description_kind":"plain","optional":true,"placeholder":"011DC8-DA44DB-216504","display":true},"folder_id":{"type":"string","description":"The numeric ID of the folder this project should be created under. Only one of org_id or folder_id may be specified. If the folder_id is specified, then the project is created under the specified folder. Changing this forces the project to be migrated to the newly specified folder.","description_kind":"plain","placeholder":"191953190635","optional":true,"display":true},"name":{"type":"string","description":"The display name of the project.","description_kind":"plain","required":true,"placeholder":"prj-adt-terraform","display":true,"validation_regex":"(^(?=.{6,30}$)[a-z]([-a-z0-9]*[a-z0-9])?$)"},"org_id":{"type":"string","description":"The numeric ID of the organization this project belongs to. Changing this forces a new project to be created. Only one of org_id or folder_id may be specified. If the org_id is specified then the project is created at the top level. Changing this forces the project to be migrated to the newly specified organization.","description_kind":"plain","placeholder":"991249987803","optional":true,"display":true},"project_id":{"type":"string","field_type":"single-select","description":"The project ID. Changing this forces a new project to be created.","description_kind":"plain","required":true,"display":true,"placeholder":"prj-adt-terraform","validation_regex":"(^(?=.{6,30}$)[a-z]([-a-z0-9]*[a-z0-9])?$)","representative":true,"gcp_resource":"project"},"team":{"type":"string","description":"The team name that will manage this resource. Its always a good idea to have teams maange their own infrastructure. Specifying a team for this resource will create a logical segregation in terraform for that specific team for better operational efficiency, security and scalability. Choosing to keep this blank will not create any logical segregation","description_kind":"plain","placeholder":"paymentsSRE","display":true,"non_validation_regex":"[^0-9A-Za-z_-]"},"environment":{"type":"string","description":"The environment in which the resource should be deployed. Its always a good idea to isolate the management of infrastructure based on environments. For example, if you have environments dev, qa and prod, the management of dev infrastructure should be isolated from qa and prod. If you are not sure about the environment or are just willing to try things out, go ahead and choose dev","description_kind":"plain","placeholder":"dev","dropdown":true,"field_type":"single-select","values":["dev","qa","prod","staging"],"display":true,"non_validation_regex":"[^0-9A-Za-z_-]"}}},"resource":"google_project","boxId":"5ES4MFO4ILeOhE5czPW70","isDeleted":true}],["eMQXcLzYgKT5owHVTU7js",{"documentation_url":"https://cloud.google.com/compute/docs/regions-zones","deployable":false,"block":{"attributes":{"region":{"type":"string","field_type":"single-select","description":"Region","description_kind":"plain","required":true,"placeholder":"us-central1","display":true,"validation_regex":"[a-z]-[a-z]+[0-9]{1}?$","gcp_resource":"region","api_dependency":{"project":""}},"team":{"type":"string","description":"The team name that will manage this resource. Its always a good idea to have teams maange their own infrastructure. Specifying a team for this resource will create a logical segregation in terraform for that specific team for better operational efficiency, security and scalability. Choosing to keep this blank will not create any logical segregation","description_kind":"plain","placeholder":"paymentsSRE","display":true,"non_validation_regex":"[^0-9A-Za-z_-]"},"environment":{"type":"string","description":"The environment in which the resource should be deployed. Its always a good idea to isolate the management of infrastructure based on environments. For example, if you have environments dev, qa and prod, the management of dev infrastructure should be isolated from qa and prod. If you are not sure about the environment or are just willing to try things out, go ahead and choose dev","description_kind":"plain","placeholder":"dev","dropdown":true,"field_type":"single-select","values":["dev","qa","prod","staging"],"display":true,"non_validation_regex":"[^0-9A-Za-z_-]"}}},"resource":"region","boxId":"eMQXcLzYgKT5owHVTU7js","isDeleted":true}],["_xHOs6O_f0-L1-0bjUp1d",{"documentation_url":"https://cloud.google.com/compute/docs/regions-zones","deployable":false,"block":{"attributes":{"region":{"type":"string","field_type":"single-select","description":"Region","description_kind":"plain","required":true,"placeholder":"us-central1","display":true,"validation_regex":"[a-z]-[a-z]+[0-9]{1}?$","gcp_resource":"region","api_dependency":{"project":""}},"team":{"type":"string","description":"The team name that will manage this resource. Its always a good idea to have teams maange their own infrastructure. Specifying a team for this resource will create a logical segregation in terraform for that specific team for better operational efficiency, security and scalability. Choosing to keep this blank will not create any logical segregation","description_kind":"plain","placeholder":"paymentsSRE","display":true,"non_validation_regex":"[^0-9A-Za-z_-]"},"environment":{"type":"string","description":"The environment in which the resource should be deployed. Its always a good idea to isolate the management of infrastructure based on environments. For example, if you have environments dev, qa and prod, the management of dev infrastructure should be isolated from qa and prod. If you are not sure about the environment or are just willing to try things out, go ahead and choose dev","description_kind":"plain","placeholder":"dev","dropdown":true,"field_type":"single-select","values":["dev","qa","prod","staging"],"display":true,"non_validation_regex":"[^0-9A-Za-z_-]"}}},"resource":"region","boxId":"_xHOs6O_f0-L1-0bjUp1d","isDeleted":true}],["KdbyS0y_Vhwiuzl-dkmH3",{"documentation_url":"https://cloud.google.com/compute/docs/regions-zones","deployable":false,"block":{"attributes":{"region":{"type":"string","field_type":"single-select","description":"Region","description_kind":"plain","required":true,"placeholder":"us-central1","display":true,"validation_regex":"[a-z]-[a-z]+[0-9]{1}?$","gcp_resource":"region","api_dependency":{"project":""}},"team":{"type":"string","description":"The team name that will manage this resource. Its always a good idea to have teams maange their own infrastructure. Specifying a team for this resource will create a logical segregation in terraform for that specific team for better operational efficiency, security and scalability. Choosing to keep this blank will not create any logical segregation","description_kind":"plain","placeholder":"paymentsSRE","display":true,"non_validation_regex":"[^0-9A-Za-z_-]"},"environment":{"type":"string","description":"The environment in which the resource should be deployed. Its always a good idea to isolate the management of infrastructure based on environments. For example, if you have environments dev, qa and prod, the management of dev infrastructure should be isolated from qa and prod. If you are not sure about the environment or are just willing to try things out, go ahead and choose dev","description_kind":"plain","placeholder":"dev","dropdown":true,"field_type":"single-select","values":["dev","qa","prod","staging"],"display":true,"non_validation_regex":"[^0-9A-Za-z_-]"}}},"resource":"region","boxId":"KdbyS0y_Vhwiuzl-dkmH3","isDeleted":true}],["8pNX46VkoXMp4RbBRMw3D",{"documentation_url":"https://cloud.google.com/compute/docs/regions-zones","deployable":false,"block":{"attributes":{"region":{"type":"string","field_type":"single-select","description":"Region","description_kind":"plain","required":true,"placeholder":"us-central1","display":true,"validation_regex":"[a-z]-[a-z]+[0-9]{1}?$","gcp_resource":"region","api_dependency":{"project":""}},"team":{"type":"string","description":"The team name that will manage this resource. Its always a good idea to have teams maange their own infrastructure. Specifying a team for this resource will create a logical segregation in terraform for that specific team for better operational efficiency, security and scalability. Choosing to keep this blank will not create any logical segregation","description_kind":"plain","placeholder":"paymentsSRE","display":true,"non_validation_regex":"[^0-9A-Za-z_-]"},"environment":{"type":"string","description":"The environment in which the resource should be deployed. Its always a good idea to isolate the management of infrastructure based on environments. For example, if you have environments dev, qa and prod, the management of dev infrastructure should be isolated from qa and prod. If you are not sure about the environment or are just willing to try things out, go ahead and choose dev","description_kind":"plain","placeholder":"dev","dropdown":true,"field_type":"single-select","values":["dev","qa","prod","staging"],"display":true,"non_validation_regex":"[^0-9A-Za-z_-]"}}},"resource":"region","boxId":"8pNX46VkoXMp4RbBRMw3D","isDeleted":true}],["h3pxPecv7fjSj5K6Z5Gk2",{"documentation_url":"https://cloud.google.com/vpc/docs/vpc","block":{"attributes":{"exists":{"type":"bool","description_kind":"plain","display":true},"name":{"type":"string","field_type":"single-select","description":"Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression '[a-z]([-a-z0-9]*[a-z0-9])?' which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.","description_kind":"plain","placeholder":"network-a","required":true,"display":true,"validation_regex":"^(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?)$","representative":true,"gcp_resource":"network","api_dependency":{"project":"block.attributes.project"}},"project":{"type":"string","field_type":"single-select","description_kind":"plain","optional":true,"computed":true,"placeholder":"prj-adt-terraform","display":true,"validation_regex":"(^(?=.{6,30}$)[a-z]([-a-z0-9]*[a-z0-9])?$)","gcp_resource":"project","message":""},"team":{"type":"string","description":"The team name that will manage this resource. Its always a good idea to have teams maange their own infrastructure. Specifying a team for this resource will create a logical segregation in terraform for that specific team for better operational efficiency, security and scalability. Choosing to keep this blank will not create any logical segregation","description_kind":"plain","placeholder":"paymentsSRE","display":true,"non_validation_regex":"[^0-9A-Za-z_-]"},"environment":{"type":"string","description":"The environment in which the resource should be deployed. Its always a good idea to isolate the management of infrastructure based on environments. For example, if you have environments dev, qa and prod, the management of dev infrastructure should be isolated from qa and prod. If you are not sure about the environment or are just willing to try things out, go ahead and choose dev","description_kind":"plain","placeholder":"dev","dropdown":true,"field_type":"single-select","values":["dev","qa","prod","staging"],"display":true,"non_validation_regex":"[^0-9A-Za-z_-]"}},"block_types":{"routes":{"display_label":"Routes","nesting_mode":"list","display":true,"block":{"attributes":{"name":{"type":"string","placeholder":"route-to-proxy","description":"Name of the route","description_kind":"plain","display":true},"dest_range":{"type":"string","description":"CIDR range of the destination","description_kind":"plain","placeholder":"10.0.0.0/24","display":true},"next_hop_ip":{"type":"string","description":"Next hop IP address","description_kind":"plain","placeholder":"10.1.0.0","display":true}}}},"fw_rules":{"display_label":"Ingress Firewall rules","nesting_mode":"list","display":true,"block":{"attributes":{"name":{"type":"string","description":"name of the fw rule","description_kind":"plain","placeholder":"allow-ssh","display":true},"source_ranges":{"type":["set","string"],"optional":true,"description":"Source ranges to whitelist","description_kind":"plain","display":true},"ports":{"type":["set","string"],"optional":true,"description":"Source ranges to whitelist, Protocol is TCP","description_kind":"plain","display":true},"protocol":{"type":"string","field_type":"single-select","required":true,"description":"The IP protocol to which this rule applies. The protocol type is required when creating a firewall rule","description_kind":"plain","display":true,"values":["tcp","udp","icmp","all"]},"target_service_accounts":{"type":["set","string"],"field_type":"multi-select","optional":true,"description":"The service accounts where this rule will be applied","description_kind":"plain","display":true,"gcp_resource":"service_account","api_dependency":{"project":"block.attributes.project"}}},"description":"Fw rules for the VPC","description_kind":"plain"}}}},"resource":"google_compute_network","boxId":"h3pxPecv7fjSj5K6Z5Gk2","isDeleted":true}],["qs-YJyCmmB9OUljffRRju",{"documentation_url":"https://cloud.google.com/storage/docs/buckets","block":{"attributes":{"exists":{"type":"bool","description_kind":"plain","display":true},"location":{"type":"string","field_type":"single-select","description":"The Google Cloud Storage location","description_kind":"plain","required":true,"placeholder":"us-central1","display":true,"gcp_resource":"region","validation_regex":"[a-z]-[a-z]+[0-9]{1}?$","message":"Required"},"name":{"type":"string","field_type":"single-select","description":"The name of the bucket.","description_kind":"plain","required":true,"placeholder":"helloworld-bucket","display":true,"validation_regex":"^(?!goog)(?!.*google).*(?:[a-z](?:[\\-_.a-z0-9]{2,61}[a-z0-9])?)","representative":true,"gcp_resource":"gcs_bucket","api_dependency":{"project":"block.attributes.project"}},"project":{"type":"string","field_type":"single-select","description":"The ID of the project in which the resource belongs. If it is not provided, the provider project is used.","description_kind":"plain","required":true,"placeholder":"prj-adt-terraform","computed":true,"display":true,"validation_regex":"(^(?=.{6,30}$)[a-z]([-a-z0-9]*[a-z0-9])?$)","gcp_resource":"project","message":"Required"},"storage_class":{"type":"string","field_type":"single-select","description":"The Storage Class of the new bucket. Supported values include: STANDARD, MULTI_REGIONAL, REGIONAL, NEARLINE, COLDLINE, ARCHIVE.","description_kind":"plain","optional":true,"placeholder":"STANDARD","display":true,"validation_regex":"(NEARLINE|ARCHIVE|COLDLINE|STANDARD)","values":["STANDARD","NEARLINE","COLDLINE","ARCHIVE"]},"team":{"type":"string","description":"The team name that will manage this resource. Its always a good idea to have teams maange their own infrastructure. Specifying a team for this resource will create a logical segregation in terraform for that specific team for better operational efficiency, security and scalability. Choosing to keep this blank will not create any logical segregation","description_kind":"plain","placeholder":"paymentsSRE","display":true,"non_validation_regex":"[^0-9A-Za-z_-]"},"environment":{"type":"string","description":"The environment in which the resource should be deployed. Its always a good idea to isolate the management of infrastructure based on environments. For example, if you have environments dev, qa and prod, the management of dev infrastructure should be isolated from qa and prod. If you are not sure about the environment or are just willing to try things out, go ahead and choose dev","description_kind":"plain","placeholder":"dev","dropdown":true,"field_type":"single-select","values":["dev","qa","prod","staging"],"display":true,"non_validation_regex":"[^0-9A-Za-z_-]"}}},"resource":"google_storage_bucket","boxId":"qs-YJyCmmB9OUljffRRju","isDeleted":true}],["rkmLEAcAmdweSG5IfBg2F",{"documentation_url":"https://cloud.google.com/compute/docs/regions-zones","deployable":false,"block":{"attributes":{"region":{"type":"string","field_type":"single-select","description":"Region","description_kind":"plain","required":true,"placeholder":"us-central1","display":true,"validation_regex":"[a-z]-[a-z]+[0-9]{1}?$","gcp_resource":"region","api_dependency":{"project":""}},"team":{"type":"string","description":"The team name that will manage this resource. Its always a good idea to have teams maange their own infrastructure. Specifying a team for this resource will create a logical segregation in terraform for that specific team for better operational efficiency, security and scalability. Choosing to keep this blank will not create any logical segregation","description_kind":"plain","placeholder":"paymentsSRE","display":true,"non_validation_regex":"[^0-9A-Za-z_-]"},"environment":{"type":"string","description":"The environment in which the resource should be deployed. Its always a good idea to isolate the management of infrastructure based on environments. For example, if you have environments dev, qa and prod, the management of dev infrastructure should be isolated from qa and prod. If you are not sure about the environment or are just willing to try things out, go ahead and choose dev","description_kind":"plain","placeholder":"dev","dropdown":true,"field_type":"single-select","values":["dev","qa","prod","staging"],"display":true,"non_validation_regex":"[^0-9A-Za-z_-]"}}},"resource":"region","boxId":"rkmLEAcAmdweSG5IfBg2F","isDeleted":true}],["bJnODD4H6mYBEBOuchIfG",{"documentation_url":"https://cloud.google.com/storage/docs/buckets","block":{"attributes":{"exists":{"type":"bool","description_kind":"plain","display":true},"location":{"type":"string","field_type":"single-select","description":"The Google Cloud Storage location","description_kind":"plain","required":true,"placeholder":"us-central1","display":true,"gcp_resource":"region","validation_regex":"[a-z]-[a-z]+[0-9]{1}?$","message":"Required"},"name":{"type":"string","field_type":"single-select","description":"The name of the bucket.","description_kind":"plain","required":true,"placeholder":"helloworld-bucket","display":true,"validation_regex":"^(?!goog)(?!.*google).*(?:[a-z](?:[\\-_.a-z0-9]{2,61}[a-z0-9])?)","representative":true,"gcp_resource":"gcs_bucket","api_dependency":{"project":"block.attributes.project"}},"project":{"type":"string","field_type":"single-select","description":"The ID of the project in which the resource belongs. If it is not provided, the provider project is used.","description_kind":"plain","required":true,"placeholder":"prj-adt-terraform","computed":true,"display":true,"validation_regex":"(^(?=.{6,30}$)[a-z]([-a-z0-9]*[a-z0-9])?$)","gcp_resource":"project","message":"Required"},"storage_class":{"type":"string","field_type":"single-select","description":"The Storage Class of the new bucket. Supported values include: STANDARD, MULTI_REGIONAL, REGIONAL, NEARLINE, COLDLINE, ARCHIVE.","description_kind":"plain","optional":true,"placeholder":"STANDARD","display":true,"validation_regex":"(NEARLINE|ARCHIVE|COLDLINE|STANDARD)","values":["STANDARD","NEARLINE","COLDLINE","ARCHIVE"]},"team":{"type":"string","description":"The team name that will manage this resource. Its always a good idea to have teams maange their own infrastructure. Specifying a team for this resource will create a logical segregation in terraform for that specific team for better operational efficiency, security and scalability. Choosing to keep this blank will not create any logical segregation","description_kind":"plain","placeholder":"paymentsSRE","display":true,"non_validation_regex":"[^0-9A-Za-z_-]"},"environment":{"type":"string","description":"The environment in which the resource should be deployed. Its always a good idea to isolate the management of infrastructure based on environments. For example, if you have environments dev, qa and prod, the management of dev infrastructure should be isolated from qa and prod. If you are not sure about the environment or are just willing to try things out, go ahead and choose dev","description_kind":"plain","placeholder":"dev","dropdown":true,"field_type":"single-select","values":["dev","qa","prod","staging"],"display":true,"non_validation_regex":"[^0-9A-Za-z_-]"}}},"resource":"google_storage_bucket","boxId":"bJnODD4H6mYBEBOuchIfG","isDeleted":true}],["rCN2dA6OQ5J36e7vnIvfV",{"documentation_url":"https://cloud.google.com/compute/docs/regions-zones","deployable":false,"block":{"attributes":{"region":{"type":"string","field_type":"single-select","description":"Region","description_kind":"plain","required":true,"placeholder":"us-central1","display":true,"validation_regex":"[a-z]-[a-z]+[0-9]{1}?$","gcp_resource":"region","api_dependency":{"project":""}},"team":{"type":"string","description":"The team name that will manage this resource. Its always a good idea to have teams maange their own infrastructure. Specifying a team for this resource will create a logical segregation in terraform for that specific team for better operational efficiency, security and scalability. Choosing to keep this blank will not create any logical segregation","description_kind":"plain","placeholder":"paymentsSRE","display":true,"non_validation_regex":"[^0-9A-Za-z_-]"},"environment":{"type":"string","description":"The environment in which the resource should be deployed. Its always a good idea to isolate the management of infrastructure based on environments. For example, if you have environments dev, qa and prod, the management of dev infrastructure should be isolated from qa and prod. If you are not sure about the environment or are just willing to try things out, go ahead and choose dev","description_kind":"plain","placeholder":"dev","dropdown":true,"field_type":"single-select","values":["dev","qa","prod","staging"],"display":true,"non_validation_regex":"[^0-9A-Za-z_-]"}}},"resource":"region","boxId":"rCN2dA6OQ5J36e7vnIvfV","isDeleted":true}],["3gFsZXR9GmruBeduu2j_0",{"documentation_url":"https://cloud.google.com/bigquery/docs/datasets#terraform","version":0,"block":{"attributes":{"exists":{"type":"bool","description_kind":"plain","display":true},"dataset_id":{"type":"string","description":"A unique ID for this dataset, without the project name. The ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_). The maximum length is 1,024 characters.","description_kind":"plain","placeholder":"foo","display":true,"required":true},"friendly_name":{"type":"string","description":"Friendly name.","description_kind":"plain","display":true,"placeholder":"foo","optional":true},"location":{"type":"string","field_type":"single-select","description":"The geographic location where the dataset should reside. See [official docs](https://cloud.google.com/bigquery/docs/dataset-locations). There are two types of locations, regional or multi-regional. A regional location is a specific geographic place, such as Tokyo, and a multi-regional location is a large geographic area, such as the United States, that contains at least two geographic places. The default value is multi-regional location 'US'. Changing this forces a new resource to be created.","description_kind":"plain","display":true,"placeholder":"US","optional":true,"gcp_resource":"region","message":""},"project":{"type":"string","field_type":"single-select","description_kind":"plain","required":true,"placeholder":"prj-adt-terraform","display":true,"computed":true,"gcp_resource":"project","message":"Required"},"team":{"type":"string","description":"The team name that will manage this resource. Its always a good idea to have teams maange their own infrastructure. Specifying a team for this resource will create a logical segregation in terraform for that specific team for better operational efficiency, security and scalability. Choosing to keep this blank will not create any logical segregation","description_kind":"plain","placeholder":"paymentsSRE","display":true,"non_validation_regex":"[^0-9A-Za-z_-]"},"environment":{"type":"string","description":"The environment in which the resource should be deployed. Its always a good idea to isolate the management of infrastructure based on environments. For example, if you have environments dev, qa and prod, the management of dev infrastructure should be isolated from qa and prod. If you are not sure about the environment or are just willing to try things out, go ahead and choose dev","description_kind":"plain","placeholder":"dev","dropdown":true,"field_type":"single-select","values":["dev","qa","prod","staging"],"display":true,"non_validation_regex":"[^0-9A-Za-z_-]"}},"block_types":{"tables":{"nesting_mode":"list","display":true,"display_label":"tables","block":{"attributes":{"friendly_name":{"type":"string","description":"A descriptive name for the table.","placeholder":"table-a","display":true,"description_kind":"plain","optional":true},"schema":{"type":"string","description":"A JSON schema for the table.","description_kind":"plain","display":true,"optional":true,"computed":true},"table_id":{"type":"string","description":"A unique ID for the resource. Changing this forces a new resource to be created.","description_kind":"plain","placeholder":"sheet","display":true,"required":true}}}},"blockTypeLists":{}},"description_kind":"plain"},"resource":"google_bigquery_dataset","boxId":"3gFsZXR9GmruBeduu2j_0","isDeleted":true}],["tEHMDJW1BQg7FaZVYB0Mv",{"documentation_url":"https://cloud.google.com/bigquery/docs/datasets#terraform","version":0,"block":{"attributes":{"exists":{"type":"bool","description_kind":"plain","display":true},"dataset_id":{"type":"string","description":"A unique ID for this dataset, without the project name. The ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_). The maximum length is 1,024 characters.","description_kind":"plain","placeholder":"foo","display":true,"required":true},"friendly_name":{"type":"string","description":"Friendly name.","description_kind":"plain","display":true,"placeholder":"foo","optional":true},"location":{"type":"string","field_type":"single-select","description":"The geographic location where the dataset should reside. See [official docs](https://cloud.google.com/bigquery/docs/dataset-locations). There are two types of locations, regional or multi-regional. A regional location is a specific geographic place, such as Tokyo, and a multi-regional location is a large geographic area, such as the United States, that contains at least two geographic places. The default value is multi-regional location 'US'. Changing this forces a new resource to be created.","description_kind":"plain","display":true,"placeholder":"US","optional":true,"gcp_resource":"region","message":""},"project":{"type":"string","field_type":"single-select","description_kind":"plain","required":true,"placeholder":"prj-adt-terraform","display":true,"computed":true,"gcp_resource":"project","message":"Required"},"team":{"type":"string","description":"The team name that will manage this resource. Its always a good idea to have teams maange their own infrastructure. Specifying a team for this resource will create a logical segregation in terraform for that specific team for better operational efficiency, security and scalability. Choosing to keep this blank will not create any logical segregation","description_kind":"plain","placeholder":"paymentsSRE","display":true,"non_validation_regex":"[^0-9A-Za-z_-]"},"environment":{"type":"string","description":"The environment in which the resource should be deployed. Its always a good idea to isolate the management of infrastructure based on environments. For example, if you have environments dev, qa and prod, the management of dev infrastructure should be isolated from qa and prod. If you are not sure about the environment or are just willing to try things out, go ahead and choose dev","description_kind":"plain","placeholder":"dev","dropdown":true,"field_type":"single-select","values":["dev","qa","prod","staging"],"display":true,"non_validation_regex":"[^0-9A-Za-z_-]"}},"block_types":{"tables":{"nesting_mode":"list","display":true,"display_label":"tables","block":{"attributes":{"friendly_name":{"type":"string","description":"A descriptive name for the table.","placeholder":"table-a","display":true,"description_kind":"plain","optional":true},"schema":{"type":"string","description":"A JSON schema for the table.","description_kind":"plain","display":true,"optional":true,"computed":true},"table_id":{"type":"string","description":"A unique ID for the resource. Changing this forces a new resource to be created.","description_kind":"plain","placeholder":"sheet","display":true,"required":true}}}}},"description_kind":"plain"},"resource":"google_bigquery_dataset","boxId":"tEHMDJW1BQg7FaZVYB0Mv","isDeleted":true}],["dEjwXMcHNQX6p0ysPgXGU",{"documentation_url":"https://cloud.google.com/storage/docs/buckets","block":{"attributes":{"exists":{"type":"bool","description_kind":"plain","display":true},"location":{"type":"string","field_type":"single-select","description":"The Google Cloud Storage location","description_kind":"plain","required":true,"placeholder":"us-central1","display":true,"gcp_resource":"region","validation_regex":"[a-z]-[a-z]+[0-9]{1}?$","message":"Required"},"name":{"type":"string","field_type":"single-select","description":"The name of the bucket.","description_kind":"plain","required":true,"placeholder":"helloworld-bucket","display":true,"validation_regex":"^(?!goog)(?!.*google).*(?:[a-z](?:[\\-_.a-z0-9]{2,61}[a-z0-9])?)","representative":true,"gcp_resource":"gcs_bucket","api_dependency":{"project":"block.attributes.project"}},"project":{"type":"string","field_type":"single-select","description":"The ID of the project in which the resource belongs. If it is not provided, the provider project is used.","description_kind":"plain","required":true,"placeholder":"prj-adt-terraform","computed":true,"display":true,"validation_regex":"(^(?=.{6,30}$)[a-z]([-a-z0-9]*[a-z0-9])?$)","gcp_resource":"project","message":"Required"},"storage_class":{"type":"string","field_type":"single-select","description":"The Storage Class of the new bucket. Supported values include: STANDARD, MULTI_REGIONAL, REGIONAL, NEARLINE, COLDLINE, ARCHIVE.","description_kind":"plain","optional":true,"placeholder":"STANDARD","display":true,"validation_regex":"(NEARLINE|ARCHIVE|COLDLINE|STANDARD)","values":["STANDARD","NEARLINE","COLDLINE","ARCHIVE"]},"team":{"type":"string","description":"The team name that will manage this resource. Its always a good idea to have teams maange their own infrastructure. Specifying a team for this resource will create a logical segregation in terraform for that specific team for better operational efficiency, security and scalability. Choosing to keep this blank will not create any logical segregation","description_kind":"plain","placeholder":"paymentsSRE","display":true,"non_validation_regex":"[^0-9A-Za-z_-]"},"environment":{"type":"string","description":"The environment in which the resource should be deployed. Its always a good idea to isolate the management of infrastructure based on environments. For example, if you have environments dev, qa and prod, the management of dev infrastructure should be isolated from qa and prod. If you are not sure about the environment or are just willing to try things out, go ahead and choose dev","description_kind":"plain","placeholder":"dev","dropdown":true,"field_type":"single-select","values":["dev","qa","prod","staging"],"display":true,"non_validation_regex":"[^0-9A-Za-z_-]"}}},"resource":"google_storage_bucket","boxId":"dEjwXMcHNQX6p0ysPgXGU","isDeleted":true}],["1xFx7ah5zksRcGpSSVpHY",{"documentation_url":"https://cloud.google.com/functions/docs/writing","block":{"attributes":{"exists":{"type":"bool","description_kind":"plain","display":true},"docker_registry":{"type":"string","field_type":"single-select","description":"Docker Registry to use for storing the function's Docker images. Allowed values are CONTAINER_REGISTRY (default) and ARTIFACT_REGISTRY.","description_kind":"plain","optional":true,"computed":true,"placeholder":"CONTAINER_REGISTRY","display":true,"values":["CONTAINER_REGISTRY","ARTIFACT_REGISTRY"]},"docker_repository":{"type":"string","description":"User managed repository created in Artifact Registry optionally with a customer managed encryption key. If specified, deployments will use Artifact Registry for storing images built with Cloud Build.","description_kind":"plain","optional":true,"placeholder":"gcr.io/cloudrun","display":true},"entry_point":{"type":"string","description":"Name of the function that will be executed when the Google Cloud Function is triggered.","description_kind":"plain","optional":true,"placeholder":"entrypoint_method","display":true},"name":{"type":"string","description":"A user-defined name of the function. Function names must be unique globally.","description_kind":"plain","required":true,"display":true,"placeholder":"appservice-method","validation_regex":"^(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?)$"},"project":{"type":"string","field_type":"single-select","description":"Project of the function. If it is not provided, the provider project is used.","description_kind":"plain","required":true,"computed":true,"display":true,"gcp_resource":"project","placeholder":"prj-adt-terraform","validation_regex":"(^(?=.{6,30}$)[a-z]([-a-z0-9]*[a-z0-9])?$)","message":"Required"},"region":{"type":"string","field_type":"single-select","description":"Region of function. If it is not provided, the provider region is used.","description_kind":"plain","optional":true,"computed":true,"display":true,"gcp_resource":"region","placeholder":"us-central1","validation_regex":"[a-z]-[a-z]+[0-9]{1}?$","message":"Invalid format"},"runtime":{"type":"string","field_type":"single-select","description":"The runtime in which the function is going to run. Eg. \"nodejs8\", \"nodejs10\", \"python37\", \"go111\".","description_kind":"plain","required":true,"placeholder":"python37","display":true,"values":["nodejs8","nodejs10","python37","go111"]},"source_archive_bucket":{"type":"string","field_type":"single-select","description":"The GCS bucket containing the zip archive which contains the function.","description_kind":"plain","optional":true,"placeholder":"source_cf_bucket","display":true,"gcp_resource":"gcs_bucket","api_dependency":{"project":"block.attributes.project"}},"source_archive_object":{"type":"string","description":"The source archive object (file) in archive bucket.","description_kind":"plain","optional":true,"placeholder":"cf_objects/helloworld","display":true},"trigger_http":{"type":"bool","field_type":"single-select","description":"Boolean variable. Any HTTP request (of a supported type) to the endpoint will trigger function execution. Supported HTTP request types are: POST, PUT, GET, DELETE, and OPTIONS. Endpoint is returned as https_trigger_url. Cannot be used with trigger_bucket and trigger_topic.","description_kind":"plain","optional":true,"placeholder":"GET","display":true,"values":["POST","PUT","GET","DELETE","OPTIONS"]},"team":{"type":"string","description":"The team name that will manage this resource. Its always a good idea to have teams maange their own infrastructure. Specifying a team for this resource will create a logical segregation in terraform for that specific team for better operational efficiency, security and scalability. Choosing to keep this blank will not create any logical segregation","description_kind":"plain","placeholder":"paymentsSRE","display":true,"non_validation_regex":"[^0-9A-Za-z_-]"},"environment":{"type":"string","description":"The environment in which the resource should be deployed. Its always a good idea to isolate the management of infrastructure based on environments. For example, if you have environments dev, qa and prod, the management of dev infrastructure should be isolated from qa and prod. If you are not sure about the environment or are just willing to try things out, go ahead and choose dev","description_kind":"plain","placeholder":"dev","dropdown":true,"field_type":"single-select","values":["dev","qa","prod","staging"],"display":true,"non_validation_regex":"[^0-9A-Za-z_-]"}},"block_types":{"pubsub_event_trigger":{"nesting_mode":"list","display":true,"display_label":"pubsub event trigger","block":{"attributes":{"event_type":{"type":"string","display":true,"description":"The type of event to observe. For example: \"google.storage.object.finalize\". See the documentation on calling Cloud Functions for a full reference of accepted triggers.","description_kind":"plain","placeholder":"google.storage.object.finalize","required":true},"resource":{"type":"resource","field_type":"resource","resource":"google_pubsub_topic","description":"pubsub topic.","description_kind":"plain","display":true,"required":true}},"block_types":{},"description":"A source that fires events in response to a condition in another service. Cannot be used with trigger_http.","description_kind":"plain"},"max_items":1},"cloud_storage_event_trigger":{"nesting_mode":"list","display":true,"display_label":"cloud storage event trigger","block":{"attributes":{"event_type":{"type":"string","description":"The type of event to observe. For example: \"google.storage.object.finalize\". See the documentation on calling Cloud Functions for a full reference of accepted triggers.","description_kind":"plain","placeholder":"google.storage.object.finalize","required":true,"display":true},"resource":{"type":"resource","field_type":"resource","resource":"google_storage_bucket","description":"storage bucket.","description_kind":"plain","display":true,"required":true}},"block_types":{},"description":"A source that fires events in response to a condition in another service. Cannot be used with trigger_http.","description_kind":"plain"},"max_items":1},"source_repository":{"nesting_mode":"list","display":true,"display_label":"Source repository","block":{"attributes":{"url":{"type":"string","description":"The URL pointing to the hosted repository where the function is defined. There are supported Cloud Source Repository URLs in the following formats","description_kind":"plain","placeholder":"https://source.developers.google.com/projects/prj-adt-terraform/repos/helloworld","required":true,"display":true}},"description":"Represents parameters related to source repository where a function is hosted. Cannot be set alongside source_archive_bucket or source_archive_object.","description_kind":"plain"},"max_items":1,"min_items":1},"blockTypeLists":{"source_repository":[{"key":"ZayYACdCbN3SjzLQNxH-g","value":{"nesting_mode":"list","display":true,"display_label":"Source repository","block":{"attributes":{"url":{"type":"string","description":"The URL pointing to the hosted repository where the function is defined. There are supported Cloud Source Repository URLs in the following formats","description_kind":"plain","placeholder":"https://source.developers.google.com/projects/prj-adt-terraform/repos/helloworld","required":true,"display":true}},"description":"Represents parameters related to source repository where a function is hosted. Cannot be set alongside source_archive_bucket or source_archive_object.","description_kind":"plain"},"max_items":1,"min_items":1}}]}}},"resource":"google_cloudfunctions_function","boxId":"1xFx7ah5zksRcGpSSVpHY","isDeleted":true}]],"canvasElements":{"elements":[{"type":"rectangle","version":795,"versionNonce":368168189,"isDeleted":true,"id":"TweuPsQzOu7c7aHV7ONZf","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-940,"y":-160,"strokeColor":"#d5d7dc","backgroundColor":"#FFF","width":1020,"height":880,"seed":2045804161,"groupIds":[],"strokeSharpness":"sharp","boundElements":[{"id":"5NHi5KE_nu-zXqdTwd3J_","type":"arrow"}],"updated":1706297192045,"link":null,"locked":false,"customData":{"boxId":"UHRN8URZWaOiEoegPEZvR","label":"Region","resource":"region","type":"container"}},{"type":"rectangle","version":597,"versionNonce":1419464019,"isDeleted":true,"id":"wKTrcpxO8PsdclzHx7PUv","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-920,"y":40,"strokeColor":"#FFFFFF","backgroundColor":"#f1f3f4","width":980,"height":660,"seed":977102351,"groupIds":["F0_vNv7sRzKFZ64C9vadj"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192045,"link":null,"locked":false,"customData":{"boxId":"xL5R-mC3JM90QTsSNUJjX","label":"Project","resource":"google_project","type":"container"}},{"type":"text","version":305,"versionNonce":1334388061,"isDeleted":true,"id":"CcjLsb-15L9oGdL1Ke4aF","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":80,"angle":0,"x":-900,"y":60,"strokeColor":"#202124","backgroundColor":"transparent","width":191,"height":23,"seed":524224097,"groupIds":["F0_vNv7sRzKFZ64C9vadj"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192045,"link":null,"locked":false,"customData":{"boxId":"xL5R-mC3JM90QTsSNUJjX","label":"Project","resource":"google_project","type":"child"},"fontSize":20,"fontFamily":2,"text":"Google Cloud Project","baseline":19,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":"Google Cloud Project"},{"type":"rectangle","version":668,"versionNonce":621554419,"isDeleted":true,"id":"_whdePPavnbZlToM2QxIB","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-900,"y":100,"strokeColor":"#4285f4","backgroundColor":"#d2e3fc","width":940,"height":580,"seed":1021561903,"groupIds":[],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192045,"link":null,"locked":false,"customData":{"boxId":"vqRNLI_Kb6tOOTPDWKqb4","label":"Region","resource":"region","type":"container"}},{"type":"text","version":346,"versionNonce":559313341,"isDeleted":true,"id":"ofS3NZ8EAbsLNLqCrXDI6","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":80,"angle":0,"x":-480,"y":120,"strokeColor":"#202124","backgroundColor":"transparent","width":106,"height":19,"seed":1295094337,"groupIds":[],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192045,"link":null,"locked":false,"customData":{"boxId":"vqRNLI_Kb6tOOTPDWKqb4","label":"Region","resource":"region","type":"child"},"fontSize":16,"fontFamily":2,"text":"APPLICATION","baseline":15,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":"APPLICATION"},{"type":"rectangle","version":640,"versionNonce":449860755,"isDeleted":true,"id":"nuE-AcFQrwLl8JaHXKzu4","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-920,"y":-140,"strokeColor":"#4285f4","backgroundColor":"#d2e3fc","width":980,"height":160,"seed":102264399,"groupIds":[],"strokeSharpness":"sharp","boundElements":[{"id":"5NHi5KE_nu-zXqdTwd3J_","type":"arrow"}],"updated":1706297192045,"link":null,"locked":false,"customData":{"boxId":"fbaE_gb4igPrw0Kv6UKau","label":"Region","resource":"region","type":"container"}},{"type":"text","version":460,"versionNonce":2021339677,"isDeleted":true,"id":"pYI7fsbeQMcJFPj3LG4fy","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":80,"angle":0,"x":-480,"y":-120,"strokeColor":"#202124","backgroundColor":"transparent","width":127,"height":19,"seed":1487381025,"groupIds":[],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192045,"link":null,"locked":false,"customData":{"boxId":"iaxbfHV-ny455ElfBgSN0","label":"Region","resource":"region","type":"child"},"fontSize":16.444444444444446,"fontFamily":2,"text":"DATA SOURCES","baseline":15,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":"DATA SOURCES"},{"type":"arrow","version":981,"versionNonce":1168001587,"isDeleted":true,"id":"5NHi5KE_nu-zXqdTwd3J_","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":300,"y":40,"strokeColor":"#202124","backgroundColor":"#202124","width":0,"height":166.73200709877102,"seed":548654191,"groupIds":[],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192045,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[0,166.73200709877102]],"fontFamily":2},{"type":"ellipse","version":356,"versionNonce":568911485,"isDeleted":true,"id":"IEhGqxbkEOsoOOko2ME6x","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-660,"y":40,"strokeColor":"#202124","backgroundColor":"#202124","width":32,"height":32,"seed":1318106625,"groupIds":["66Cio6jsLLNEz3glASI5T"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192045,"link":null,"locked":false,"customData":{"boxId":"DFr5kjaC9Tw49svyYpGo5","label":"Step Circle","type":"child"}},{"type":"text","version":316,"versionNonce":2052885459,"isDeleted":true,"id":"f5Tc1omoRGkO-YgcHdYpW","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-649.5,"y":48,"strokeColor":"#FFFFFF","backgroundColor":"#202124","width":9,"height":16,"seed":679372431,"groupIds":["66Cio6jsLLNEz3glASI5T"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192045,"link":null,"locked":false,"customData":{"boxId":"DFr5kjaC9Tw49svyYpGo5","label":"Step Circle","type":"child"},"fontSize":14,"fontFamily":2,"text":"1","baseline":13,"textAlign":"center","verticalAlign":"top","containerId":null,"originalText":"1"},{"type":"rectangle","version":729,"versionNonce":1348538077,"isDeleted":true,"id":"W4vr0jThzdyF3CaN5h1QJ","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":0,"y":-200,"strokeColor":"#d5d7dc","backgroundColor":"#d5d7dc","width":1020,"height":60,"seed":1911311841,"groupIds":[],"strokeSharpness":"sharp","boundElements":[{"id":"5NHi5KE_nu-zXqdTwd3J_","type":"arrow"}],"updated":1706297192045,"link":null,"locked":false,"customData":{"boxId":"Zlb5FtWCuto_voxL_bzkO","label":"Region","resource":"region","type":"container"}},{"type":"text","version":380,"versionNonce":757176691,"isDeleted":true,"id":"PO9qh5wN3DWqz1Vt032UR","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":80,"angle":0,"x":420,"y":-180,"strokeColor":"#202124","backgroundColor":"transparent","width":182,"height":32,"seed":741391535,"groupIds":["IMp4GXHDCtP_Gy4P2k2fO"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192045,"link":null,"locked":false,"customData":{"boxId":"LKICWKVtjNK_KOm00c4ac","label":"Project","resource":"google_project","type":"child"},"fontSize":28,"fontFamily":2,"text":"Secure CI/CD ","baseline":26,"textAlign":"center","verticalAlign":"top","containerId":null,"originalText":"Secure CI/CD "},{"type":"rectangle","version":178,"versionNonce":1651845949,"isDeleted":true,"id":"9pzAwHcckCuZ_EMGiVVQq","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":260,"y":-60,"strokeColor":"#202124","backgroundColor":"#FFF","width":82,"height":82,"seed":2043275713,"groupIds":["AYv0wsur7fEYqlhjXsubW"],"strokeSharpness":"round","boundElements":[{"id":"5NHi5KE_nu-zXqdTwd3J_","type":"arrow"}],"updated":1706297192045,"link":null,"locked":false,"customData":{"boxId":"GZbAXxKnLefTL2_PFb4xy"}},{"type":"text","version":174,"versionNonce":187953939,"isDeleted":true,"id":"Q311PDWZw9PW8V80hkp_D","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":276,"y":-12,"strokeColor":"#202124","backgroundColor":"transparent","width":50,"height":18,"seed":1332956879,"groupIds":["AYv0wsur7fEYqlhjXsubW"],"strokeSharpness":"round","boundElements":[],"updated":1706297192045,"link":null,"locked":false,"customData":{"boxId":"GZbAXxKnLefTL2_PFb4xy"},"fontSize":16,"fontFamily":2,"text":"Device","baseline":16,"textAlign":"center","verticalAlign":"top","containerId":null,"originalText":"Device"},{"type":"line","version":174,"versionNonce":1753660317,"isDeleted":true,"id":"XoXx3D3wW5XiWPsl4QhxE","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":289,"y":-44,"strokeColor":"#00000000","backgroundColor":"#00000000","width":24,"height":24,"seed":256444833,"groupIds":["QEqo_gwTrA3-V6ydHHo8Y","AYv0wsur7fEYqlhjXsubW"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192045,"link":null,"locked":false,"customData":{"boxId":"GZbAXxKnLefTL2_PFb4xy"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[24,0],[24,24],[0,24],[0,0]]},{"type":"line","version":174,"versionNonce":1426725043,"isDeleted":true,"id":"ptOdQewgnuJSoCC1clAJO","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":293,"y":-38,"strokeColor":"#00000000","backgroundColor":"#000","width":22,"height":16,"seed":752786671,"groupIds":["CZm-QNXBD8d0En35hLhF3","AYv0wsur7fEYqlhjXsubW"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192045,"link":null,"locked":false,"customData":{"boxId":"GZbAXxKnLefTL2_PFb4xy"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[18,0],[18,-2],[0,-2],[0,-2],[-0.7765624523162842,-1.8421874046325684],[-1.4124999046325684,-1.4124999046325684],[-1.8421874046325684,-0.7765626907348633],[-2,0],[-2,11],[-4,11],[-4,14],[10,14],[10,11],[0,11],[0,0],[0,0]]},{"type":"line","version":174,"versionNonce":1791442941,"isDeleted":true,"id":"NT-NqKGTJBsGwibyEy7Ql","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":312,"y":-36,"strokeColor":"#00000000","backgroundColor":"#000","width":8,"height":12,"seed":194588033,"groupIds":["fyU8-sdx7-c6xfZW8EBDS","AYv0wsur7fEYqlhjXsubW"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192045,"link":null,"locked":false,"customData":{"boxId":"GZbAXxKnLefTL2_PFb4xy"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-6,0],[-6,0],[-6.706249237060547,0.2937498092651367],[-7,1],[-7,11],[-7,11],[-6.706249237060547,11.706249237060547],[-6,12],[0,12],[0,12],[0.7062492370605469,11.706249237060547],[1,11],[1,1],[1,1],[0.7062492370605469,0.2937498092651367],[0,0],[0,0]]},{"type":"line","version":174,"versionNonce":2018150995,"isDeleted":true,"id":"AkJ-v9WWRpMGCuf_JSIz4","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":311,"y":-27,"strokeColor":"#00000000","backgroundColor":"#DEDEDE","width":4,"height":7,"seed":2012948239,"groupIds":["vrqri4vUUNiHiWzwJSJxk","AYv0wsur7fEYqlhjXsubW"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192045,"link":null,"locked":false,"customData":{"boxId":"GZbAXxKnLefTL2_PFb4xy"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-4,0],[-4,-7],[0,-7],[0,0]]},{"type":"rectangle","version":190,"versionNonce":1865955421,"isDeleted":true,"id":"Xm7gToxpr-sVr11kMHVM4","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":140,"y":-60,"strokeColor":"#202124","backgroundColor":"#FFF","width":102,"height":82,"seed":1979307361,"groupIds":["rQeV_g3OWSj1SHD41qU1D"],"strokeSharpness":"round","boundElements":[],"updated":1706297192045,"link":null,"locked":false,"customData":{"boxId":"ksfDfvDIIVSAO6pAVNPDH"}},{"type":"text","version":190,"versionNonce":1774962675,"isDeleted":true,"id":"cIuXwKzygEx4l3DSWFSAW","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":156,"y":-12,"strokeColor":"#202124","backgroundColor":"transparent","width":70,"height":18,"seed":1598123311,"groupIds":["rQeV_g3OWSj1SHD41qU1D"],"strokeSharpness":"round","boundElements":[],"updated":1706297192045,"link":null,"locked":false,"customData":{"boxId":"ksfDfvDIIVSAO6pAVNPDH"},"fontSize":16,"fontFamily":2,"text":"Smartphone","baseline":16,"textAlign":"center","verticalAlign":"top","containerId":null,"originalText":"Smartphone"},{"type":"line","version":190,"versionNonce":1068180669,"isDeleted":true,"id":"JEZ2zhXk1X9Ri2C1PkDaD","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":179,"y":-44,"strokeColor":"#00000000","backgroundColor":"#00000000","width":24,"height":24,"seed":1102741825,"groupIds":["8B999aCWu1gA7cfQVCLTU","rQeV_g3OWSj1SHD41qU1D"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192045,"link":null,"locked":false,"customData":{"boxId":"ksfDfvDIIVSAO6pAVNPDH"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[24,0],[24,24],[0,24],[0,0]]},{"type":"line","version":190,"versionNonce":1066684819,"isDeleted":true,"id":"rOgNvBrY1dgHN3QvMloKB","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":196,"y":-42.99000000953674,"strokeColor":"#00000000","backgroundColor":"#000","width":14,"height":22,"seed":773451599,"groupIds":["Egcas7g2wzLiiDDJALbrC","rQeV_g3OWSj1SHD41qU1D"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192045,"link":null,"locked":false,"customData":{"boxId":"ksfDfvDIIVSAO6pAVNPDH"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-10,-0.009999990463256836],[-10,-0.009999990463256836],[-10.776562690734863,0.14781248569488525],[-11.412499904632568,0.5774999856948853],[-11.842187404632568,1.213437557220459],[-12,1.9900000095367432],[-12,19.990000009536743],[-12,19.990000009536743],[-11.842187404632568,20.76656174659729],[-11.412499904632568,21.40250039100647],[-10.776562690734863,21.83218789100647],[-10,21.990000009536743],[0,21.990000009536743],[0,21.990000009536743],[0.7765617370605469,21.83218789100647],[1.4125003814697266,21.40250039100647],[1.8421878814697266,20.76656174659729],[2,19.990000009536743],[2,1.9900000095367432],[2,1.9900000095367432],[1.8421878814697266,1.2149999141693115],[1.4125003814697266,0.5824999809265137],[0.7765617370605469,0.15625],[0,0],[0,0]]},{"type":"line","version":190,"versionNonce":1874953501,"isDeleted":true,"id":"dulO0U0TqP5glSmxyckdR","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":196,"y":-25,"strokeColor":"#00000000","backgroundColor":"#DEDEDE","width":10,"height":14,"seed":1278914849,"groupIds":["aBRY9H2ZzFj4G_23qtGHG","rQeV_g3OWSj1SHD41qU1D"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192045,"link":null,"locked":false,"customData":{"boxId":"ksfDfvDIIVSAO6pAVNPDH"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-10,0],[-10,-14],[0,-14],[0,0]]},{"type":"rectangle","version":130,"versionNonce":182101811,"isDeleted":true,"id":"byvCKjxxAty1f_CZXJuMy","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":620,"y":-60,"strokeColor":"#202124","backgroundColor":"#FFF","width":82,"height":82,"seed":786247023,"groupIds":["qsyu7MtD9a5m5jeFTiFdw"],"strokeSharpness":"round","boundElements":[],"updated":1706297192045,"link":null,"locked":false,"customData":{"boxId":"CzZ9F4q79qwKQ2iL3t3Sw"}},{"type":"text","version":130,"versionNonce":585947517,"isDeleted":true,"id":"i4AwcWIUW3TXCC3rZZt3p","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":636,"y":-12,"strokeColor":"#202124","backgroundColor":"transparent","width":50,"height":18,"seed":451536129,"groupIds":["qsyu7MtD9a5m5jeFTiFdw"],"strokeSharpness":"round","boundElements":[],"updated":1706297192045,"link":null,"locked":false,"customData":{"boxId":"CzZ9F4q79qwKQ2iL3t3Sw"},"fontSize":16,"fontFamily":2,"text":"Cloud","baseline":16,"textAlign":"center","verticalAlign":"top","containerId":null,"originalText":"Cloud"},{"type":"line","version":130,"versionNonce":1912948947,"isDeleted":true,"id":"0_kmf_IlAE3siPbBQb6HG","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":649,"y":-44,"strokeColor":"#00000000","backgroundColor":"#00000000","width":24,"height":24,"seed":1288939407,"groupIds":["RA4yD3gjppwfLfztnQB9j","qsyu7MtD9a5m5jeFTiFdw"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192045,"link":null,"locked":false,"customData":{"boxId":"CzZ9F4q79qwKQ2iL3t3Sw"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[24,0],[24,24],[0,24],[0,0]]},{"type":"line","version":130,"versionNonce":309240285,"isDeleted":true,"id":"EaLQgzk8PlTKjqkP-_dy1","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":668.3500003814697,"y":-33.96000003814697,"strokeColor":"#00000000","backgroundColor":"#000","width":24,"height":16,"seed":1497865441,"groupIds":["VPXYg6IZraSE6-jP90a6O","qsyu7MtD9a5m5jeFTiFdw"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192045,"link":null,"locked":false,"customData":{"boxId":"CzZ9F4q79qwKQ2iL3t3Sw"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.3617572784423828,-1.2500581741333008],[-0.9234371185302734,-2.3992185592651367],[-1.6646480560302734,-3.4272069931030273],[-2.565000534057617,-4.31374979019165],[-3.60410213470459,-5.03857421875],[-4.761563301086426,-5.581406116485596],[-6.016992568969727,-5.921972751617432],[-7.350000381469727,-6.039999961853027],[-9.432500839233398,-5.746250152587891],[-11.289999961853027,-4.920000076293945],[-12.84000015258789,-3.6437501907348633],[-14.000000476837158,-2],[-15.094082355499268,-1.7787694931030273],[-16.10578155517578,-1.368281364440918],[-17.015527725219727,-0.7883396148681641],[-17.80375039577484,-0.058750152587890625],[-18.450879275798798,0.8006839752197266],[-18.937344133853912,1.770155906677246],[-19.24357459694147,2.8298635482788086],[-19.350000381469727,3.9600000381469727],[-19.22794959694147,5.168144226074219],[-18.87796914577484,6.293906211853027],[-18.32431674003601,7.313027381896973],[-17.5912504196167,8.201249122619629],[-16.703027725219727,8.93431568145752],[-15.683906555175781,9.487969398498535],[-14.55814504623413,9.8379487991333],[-13.350000381469727,9.960000038146973],[-0.35000038146972656,9.960000038146973],[-0.35000038146972656,9.960000038146973],[0.6572647094726562,9.858359336853027],[1.5956249237060547,9.566874504089355],[2.4449214935302734,9.10570240020752],[3.184999465942383,8.494999885559082],[3.7957019805908203,7.754921913146973],[4.256874084472656,6.905625343322754],[4.548358917236328,5.9672651290893555],[4.649999618530273,4.960000038146973],[4.2890625,3.096562385559082],[3.299999237060547,1.557499885559082],[1.8234367370605469,0.4796876907348633],[0,0],[0,0]]},{"type":"line","version":130,"versionNonce":178959987,"isDeleted":true,"id":"o84xlrlSa8of6cUbVxl5k","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":668,"y":-26,"strokeColor":"#00000000","backgroundColor":"#DEDEDE","width":20,"height":12,"seed":1983241647,"groupIds":["Xx9ZNke2qHoENg1oIcJ5D","qsyu7MtD9a5m5jeFTiFdw"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192045,"link":null,"locked":false,"customData":{"boxId":"CzZ9F4q79qwKQ2iL3t3Sw"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-13,0],[-13,0],[-14.55734395980835,-0.31421852111816406],[-15.828749895095825,-1.1712493896484375],[-16.685781240463257,-2.4426565170288086],[-17,-4],[-16.685781240463257,-5.557343482971191],[-15.828749895095825,-6.828749656677246],[-14.55734395980835,-7.685781478881836],[-13,-8],[-12.289999961853027,-8],[-12.289999961853027,-8],[-11.539374828338623,-9.599531173706055],[-10.342499732971191,-10.866250038146973],[-8.796875,-11.699843883514404],[-7,-12],[-5.890859603881836,-11.888359546661377],[-4.858124732971191,-11.568124771118164],[-3.923828125,-11.061327934265137],[-3.109999656677246,-10.389999866485596],[-2.438671112060547,-9.576171875],[-1.931875228881836,-8.641875267028809],[-1.6116409301757812,-7.609140396118164],[-1.5,-6.5],[-1.5,-6],[0,-6],[0,-6],[1.1690616607666016,-5.764687538146973],[2.122499465942383,-5.122500419616699],[2.7646865844726562,-4.169062614440918],[3,-3],[2.7646865844726562,-1.8309383392333984],[2.122499465942383,-0.8775005340576172],[1.1690616607666016,-0.23531341552734375],[0,0],[0,0]]},{"type":"rectangle","version":132,"versionNonce":1398300221,"isDeleted":true,"id":"SoBS8Cr_TmMR_SYRMqFR5","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":740,"y":-60,"strokeColor":"#202124","backgroundColor":"#FFF","width":109,"height":82,"seed":383998145,"groupIds":["Qc--kXmmttTCboUtyd-hL"],"strokeSharpness":"round","boundElements":[{"id":"oeXAa8J4xvSm11RODwd77","type":"arrow"}],"updated":1706297192045,"link":null,"locked":false,"customData":{"boxId":"CzZ9F4q79qwKQ2iL3t3Sw"}},{"type":"text","version":144,"versionNonce":1938911251,"isDeleted":true,"id":"-YYU90TuMypu6oINlESLH","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":747.5,"y":-12,"strokeColor":"#202124","backgroundColor":"transparent","width":94,"height":19,"seed":1043091407,"groupIds":["Qc--kXmmttTCboUtyd-hL"],"strokeSharpness":"round","boundElements":[],"updated":1706297192046,"link":null,"locked":false,"customData":{"boxId":"CzZ9F4q79qwKQ2iL3t3Sw"},"fontSize":16,"fontFamily":2,"text":"On-Premises","baseline":15,"textAlign":"center","verticalAlign":"top","containerId":null,"originalText":"On-Premises"},{"type":"line","version":130,"versionNonce":1552649885,"isDeleted":true,"id":"f9RKzSCBcckRDZFiQm3nz","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":782.5,"y":-44,"strokeColor":"#00000000","backgroundColor":"#00000000","width":24,"height":24,"seed":1163696289,"groupIds":["vhehBs-6eZAAW8QZm4RNB","Qc--kXmmttTCboUtyd-hL"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192046,"link":null,"locked":false,"customData":{"boxId":"CzZ9F4q79qwKQ2iL3t3Sw"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[24,0],[24,24],[0,24],[0,0]]},{"type":"line","version":130,"versionNonce":783283635,"isDeleted":true,"id":"XP7PHm854gGRDhP6d-sl_","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":794.5,"y":-37,"strokeColor":"#00000000","backgroundColor":"#000","width":20,"height":18,"seed":1053785583,"groupIds":["9-G26wZQWCx0gX6JdF49S","Qc--kXmmttTCboUtyd-hL"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192046,"link":null,"locked":false,"customData":{"boxId":"CzZ9F4q79qwKQ2iL3t3Sw"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,-4],[-10,-4],[-10,14],[10,14],[10,0],[0,0]]},{"type":"line","version":130,"versionNonce":1287238397,"isDeleted":true,"id":"4WNkpeeiw8tmX8Gv1LRO_","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":788.5,"y":-25,"strokeColor":"#00000000","backgroundColor":"#DEDEDE","width":2,"height":2,"seed":1986190465,"groupIds":["E8-jgfXzT0OnjMMeNpV79","Qc--kXmmttTCboUtyd-hL"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192046,"link":null,"locked":false,"customData":{"boxId":"CzZ9F4q79qwKQ2iL3t3Sw"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-2,0],[-2,-2],[0,-2],[0,0]]},{"type":"line","version":130,"versionNonce":992790355,"isDeleted":true,"id":"7ruYDoI_fovS_QE9cb7iF","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":788.5,"y":-29,"strokeColor":"#00000000","backgroundColor":"#DEDEDE","width":2,"height":2,"seed":992471055,"groupIds":["E8-jgfXzT0OnjMMeNpV79","Qc--kXmmttTCboUtyd-hL"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192046,"link":null,"locked":false,"customData":{"boxId":"CzZ9F4q79qwKQ2iL3t3Sw"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-2,0],[-2,-2],[0,-2],[0,0]]},{"type":"line","version":130,"versionNonce":1885621085,"isDeleted":true,"id":"8UjOZluHYSF1Qfddzeznd","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":788.5,"y":-33,"strokeColor":"#00000000","backgroundColor":"#DEDEDE","width":2,"height":2,"seed":1505076321,"groupIds":["E8-jgfXzT0OnjMMeNpV79","Qc--kXmmttTCboUtyd-hL"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192046,"link":null,"locked":false,"customData":{"boxId":"CzZ9F4q79qwKQ2iL3t3Sw"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-2,0],[-2,-2],[0,-2],[0,0]]},{"type":"line","version":130,"versionNonce":1868457203,"isDeleted":true,"id":"K1C4qeBqz-4FxqDcBLWm4","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":788.5,"y":-37,"strokeColor":"#00000000","backgroundColor":"#DEDEDE","width":2,"height":2,"seed":19795503,"groupIds":["E8-jgfXzT0OnjMMeNpV79","Qc--kXmmttTCboUtyd-hL"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192046,"link":null,"locked":false,"customData":{"boxId":"CzZ9F4q79qwKQ2iL3t3Sw"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-2,0],[-2,-2],[0,-2],[0,0]]},{"type":"line","version":130,"versionNonce":131913661,"isDeleted":true,"id":"7hGTdHrNk14cB9HYG3QHR","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":792.5,"y":-25,"strokeColor":"#00000000","backgroundColor":"#DEDEDE","width":2,"height":2,"seed":2065985601,"groupIds":["E8-jgfXzT0OnjMMeNpV79","Qc--kXmmttTCboUtyd-hL"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192046,"link":null,"locked":false,"customData":{"boxId":"CzZ9F4q79qwKQ2iL3t3Sw"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-2,0],[-2,-2],[0,-2],[0,0]]},{"type":"line","version":130,"versionNonce":315313811,"isDeleted":true,"id":"VCaHhW2LYWP0VXWs-rolH","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":792.5,"y":-29,"strokeColor":"#00000000","backgroundColor":"#DEDEDE","width":2,"height":2,"seed":197816399,"groupIds":["E8-jgfXzT0OnjMMeNpV79","Qc--kXmmttTCboUtyd-hL"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192046,"link":null,"locked":false,"customData":{"boxId":"CzZ9F4q79qwKQ2iL3t3Sw"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-2,0],[-2,-2],[0,-2],[0,0]]},{"type":"line","version":130,"versionNonce":1296357405,"isDeleted":true,"id":"9ZClsnKA-4hZ5CQfbG02n","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":792.5,"y":-33,"strokeColor":"#00000000","backgroundColor":"#DEDEDE","width":2,"height":2,"seed":1083097121,"groupIds":["E8-jgfXzT0OnjMMeNpV79","Qc--kXmmttTCboUtyd-hL"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192046,"link":null,"locked":false,"customData":{"boxId":"CzZ9F4q79qwKQ2iL3t3Sw"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-2,0],[-2,-2],[0,-2],[0,0]]},{"type":"line","version":130,"versionNonce":942277683,"isDeleted":true,"id":"-0r8kSCpT8RoA4jygqHce","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":792.5,"y":-37,"strokeColor":"#00000000","backgroundColor":"#DEDEDE","width":2,"height":2,"seed":1691717231,"groupIds":["E8-jgfXzT0OnjMMeNpV79","Qc--kXmmttTCboUtyd-hL"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192046,"link":null,"locked":false,"customData":{"boxId":"CzZ9F4q79qwKQ2iL3t3Sw"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-2,0],[-2,-2],[0,-2],[0,0]]},{"type":"line","version":130,"versionNonce":982371453,"isDeleted":true,"id":"k73ssyB--pVLNh8n362KZ","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":802.5,"y":-25,"strokeColor":"#00000000","backgroundColor":"#DEDEDE","width":8,"height":10,"seed":669258753,"groupIds":["E8-jgfXzT0OnjMMeNpV79","Qc--kXmmttTCboUtyd-hL"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192046,"link":null,"locked":false,"customData":{"boxId":"CzZ9F4q79qwKQ2iL3t3Sw"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-8,0],[-8,-2],[-6,-2],[-6,-4],[-8,-4],[-8,-6],[-6,-6],[-6,-8],[-8,-8],[-8,-10],[0,-10],[0,0]]},{"type":"line","version":130,"versionNonce":1465976275,"isDeleted":true,"id":"AjpdrOL6SDvHftKF0AR9W","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":800.5,"y":-33,"strokeColor":"#00000000","backgroundColor":"#000","width":2,"height":2,"seed":1192749199,"groupIds":["ve0oKS5tqVeFQ29waG9z_","Qc--kXmmttTCboUtyd-hL"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192046,"link":null,"locked":false,"customData":{"boxId":"CzZ9F4q79qwKQ2iL3t3Sw"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-2,0],[-2,2],[0,2],[0,0]]},{"type":"line","version":130,"versionNonce":259601629,"isDeleted":true,"id":"KutwLAggp0K8lhJUL8tOY","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":800.5,"y":-29,"strokeColor":"#00000000","backgroundColor":"#000","width":2,"height":2,"seed":1159982049,"groupIds":["ve0oKS5tqVeFQ29waG9z_","Qc--kXmmttTCboUtyd-hL"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192046,"link":null,"locked":false,"customData":{"boxId":"CzZ9F4q79qwKQ2iL3t3Sw"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-2,0],[-2,2],[0,2],[0,0]]},{"type":"rectangle","version":168,"versionNonce":663147379,"isDeleted":true,"id":"qSr1VhlJ9kDLU0Wu5DDyA","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":120,"y":200,"strokeColor":"#202124","backgroundColor":"#FFF","width":240,"height":60,"seed":4849327,"groupIds":["kvo-YFp39a3f2qxF2qRAn","99c2RTyACu1auxe7YAEW7"],"strokeSharpness":"round","boundElements":[{"id":"5NHi5KE_nu-zXqdTwd3J_","type":"arrow"},{"id":"N3M63cNjcTvZhPHB36J_k","type":"arrow"}],"updated":1706297192046,"link":null,"locked":false,"customData":{"boxId":"BmLdO74YV04wW-ZaLwn-t","label":"Cloud Run","resource":"google_cloud_run_service","type":"container"}},{"type":"text","version":163,"versionNonce":395874621,"isDeleted":true,"id":"uLD9bucbaaLwNLwcmkNi9","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":136,"y":216,"strokeColor":"#1A73F8","backgroundColor":"transparent","width":160,"height":18,"seed":6145985,"groupIds":["kvo-YFp39a3f2qxF2qRAn","99c2RTyACu1auxe7YAEW7"],"strokeSharpness":"round","boundElements":[{"id":"5NHi5KE_nu-zXqdTwd3J_","type":"arrow"}],"updated":1706297192046,"link":null,"locked":false,"customData":{"boxId":"BmLdO74YV04wW-ZaLwn-t","label":"Cloud Run","resource":"google_cloud_run_service","type":"child"},"fontSize":16,"fontFamily":2,"text":"Cloud Run","baseline":16,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":"Cloud Run"},{"type":"line","version":162,"versionNonce":954330387,"isDeleted":true,"id":"Upi9t59zAXCVJgZpvFFAF","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":328.90666675567627,"y":218.6266667842865,"strokeColor":"transparent","backgroundColor":"#aecbfa","width":12.466668128967285,"height":9.373333215713501,"seed":320098511,"groupIds":["kvo-YFp39a3f2qxF2qRAn","99c2RTyACu1auxe7YAEW7"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192046,"link":null,"locked":false,"customData":{"boxId":"BmLdO74YV04wW-ZaLwn-t","label":"Cloud Run","resource":"google_cloud_run_service","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[3.1133337020874023,9.373333215713501],[12.466668128967285,9.373333215713501],[0,0],[0,0]]},{"type":"line","version":162,"versionNonce":810377629,"isDeleted":true,"id":"dDipeLK-2vH_BX6HOlQrE","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":341.37333488464355,"y":228,"strokeColor":"transparent","backgroundColor":"#4285f4","width":12.466668128967285,"height":9.373334884643555,"seed":330377121,"groupIds":["kvo-YFp39a3f2qxF2qRAn","99c2RTyACu1auxe7YAEW7"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192046,"link":null,"locked":false,"customData":{"boxId":"BmLdO74YV04wW-ZaLwn-t","label":"Cloud Run","resource":"google_cloud_run_service","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-9.353334426879883,0],[-12.466668128967285,9.373334884643555],[0,0],[0,0]]},{"type":"line","version":162,"versionNonce":1323881139,"isDeleted":true,"id":"M-fclitvDquwg89F_bCCo","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":323.44000005722046,"y":237.37333488464355,"strokeColor":"transparent","backgroundColor":"#4285f4","width":5.4666666984558105,"height":9.373334884643555,"seed":420437743,"groupIds":["kvo-YFp39a3f2qxF2qRAn","99c2RTyACu1auxe7YAEW7"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192046,"link":null,"locked":false,"customData":{"boxId":"BmLdO74YV04wW-ZaLwn-t","label":"Cloud Run","resource":"google_cloud_run_service","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[3.126667022705078,-1.5600013732910156],[5.4666666984558105,-9.373334884643555],[2.3400001525878906,-9.373334884643555],[0,0],[0,0]]},{"type":"line","version":162,"versionNonce":248063485,"isDeleted":true,"id":"JnUQVgBTw67kOouHX77FB","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":323.44000005722046,"y":218.6266667842865,"strokeColor":"transparent","backgroundColor":"#aecbfa","width":5.4666666984558105,"height":9.373333215713501,"seed":1229818753,"groupIds":["kvo-YFp39a3f2qxF2qRAn","99c2RTyACu1auxe7YAEW7"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192046,"link":null,"locked":false,"customData":{"boxId":"BmLdO74YV04wW-ZaLwn-t","label":"Cloud Run","resource":"google_cloud_run_service","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[2.3400001525878906,9.373333215713501],[5.4666666984558105,9.373333215713501],[3.126667022705078,1.5600001811981201],[0,0],[0,0]]},{"type":"rectangle","version":149,"versionNonce":2051146835,"isDeleted":true,"id":"npx8Hz75hgm3swD6_2iyY","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":120,"y":320,"strokeColor":"#202124","backgroundColor":"#FFF","width":240,"height":60,"seed":1690544399,"groupIds":["4KcMZfDg7XA7JXBlV6j7B","kdkeQgqkGrfZXLwKw2Uhe"],"strokeSharpness":"round","boundElements":[{"id":"N3M63cNjcTvZhPHB36J_k","type":"arrow"}],"updated":1706297192046,"link":null,"locked":false,"customData":{"boxId":"GirKlt7Zo5ODVe-S2b3sz","label":"Cloud Logging","type":"container"}},{"type":"text","version":144,"versionNonce":1175281245,"isDeleted":true,"id":"Yn_yBP7W7hT9OU-eZWLT1","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":136,"y":336,"strokeColor":"#1A73F8","backgroundColor":"transparent","width":160,"height":18,"seed":2037543777,"groupIds":["4KcMZfDg7XA7JXBlV6j7B","kdkeQgqkGrfZXLwKw2Uhe"],"strokeSharpness":"round","boundElements":[],"updated":1706297192046,"link":null,"locked":false,"customData":{"boxId":"GirKlt7Zo5ODVe-S2b3sz","label":"Cloud Logging","type":"child"},"fontSize":16,"fontFamily":2,"text":"Cloud Logging","baseline":16,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":"Cloud Logging"},{"type":"line","version":144,"versionNonce":1925448179,"isDeleted":true,"id":"obw8Pi0-DPdzn1NgbmCtO","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":329.85806465148926,"y":349.35914039611816,"strokeColor":"#00000000","backgroundColor":"#4285f4","width":6.4645161628723145,"height":15.083869934082031,"seed":1672064815,"groupIds":["Ii9EPx28h_2Ltznm9_g0T","4KcMZfDg7XA7JXBlV6j7B","kdkeQgqkGrfZXLwKw2Uhe"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192046,"link":null,"locked":false,"customData":{"boxId":"GirKlt7Zo5ODVe-S2b3sz","label":"Cloud Logging","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,-2.154839515686035],[-4.309677600860596,-2.154839515686035],[-4.309677600860596,-7.539785385131836],[-6.4645161628723145,-7.539785385131836],[-6.4645161628723145,7.544084548950195],[0,7.544084548950195],[0,5.389245986938477],[-4.309677600860596,5.389245986938477],[-4.309677600860596,0],[0,0]]},{"type":"line","version":144,"versionNonce":216763069,"isDeleted":true,"id":"roVzUmE4QUgv__jXKAUDE","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":328.7784948348999,"y":342.8946237564087,"strokeColor":"#00000000","backgroundColor":"#669df6","width":14.004302024841309,"height":4.3053765296936035,"seed":1215258433,"groupIds":["y1d7xwHyjE-wliVKC9fCt","4KcMZfDg7XA7JXBlV6j7B","kdkeQgqkGrfZXLwKw2Uhe"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192046,"link":null,"locked":false,"customData":{"boxId":"GirKlt7Zo5ODVe-S2b3sz","label":"Cloud Logging","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[14.004302024841309,0],[14.004302024841309,-4.3053765296936035],[0,-4.3053765296936035],[0,0]]},{"type":"line","version":144,"versionNonce":829770643,"isDeleted":true,"id":"zeyftvOIg5-jMFJNT8R1n","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":328.7784948348999,"y":350.4387102127075,"strokeColor":"#00000000","backgroundColor":"#669df6","width":14.004302024841309,"height":4.309678077697754,"seed":1076490575,"groupIds":["y1d7xwHyjE-wliVKC9fCt","4KcMZfDg7XA7JXBlV6j7B","kdkeQgqkGrfZXLwKw2Uhe"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192046,"link":null,"locked":false,"customData":{"boxId":"GirKlt7Zo5ODVe-S2b3sz","label":"Cloud Logging","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[14.004302024841309,0],[14.004302024841309,-4.309678077697754],[0,-4.309678077697754],[0,0]]},{"type":"line","version":144,"versionNonce":1141189405,"isDeleted":true,"id":"WLZfwEGcl4O_fuH5GgVhR","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":328.7784948348999,"y":357.97849464416504,"strokeColor":"#00000000","backgroundColor":"#669df6","width":14.004302024841309,"height":4.3096771240234375,"seed":614715169,"groupIds":["y1d7xwHyjE-wliVKC9fCt","4KcMZfDg7XA7JXBlV6j7B","kdkeQgqkGrfZXLwKw2Uhe"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192046,"link":null,"locked":false,"customData":{"boxId":"GirKlt7Zo5ODVe-S2b3sz","label":"Cloud Logging","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[14.004302024841309,0],[14.004302024841309,-4.3096771240234375],[0,-4.3096771240234375],[0,0]]},{"type":"line","version":144,"versionNonce":1250713907,"isDeleted":true,"id":"5FvriNfwi-1VwsyQcmJkR","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":321.23870968818665,"y":343.9741930961609,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":6.4645164012908936,"height":6.464515686035156,"seed":1134358383,"groupIds":["HTBdtz_iv6ftotiAP86yr","4KcMZfDg7XA7JXBlV6j7B","kdkeQgqkGrfZXLwKw2Uhe"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192046,"link":null,"locked":false,"customData":{"boxId":"GirKlt7Zo5ODVe-S2b3sz","label":"Cloud Logging","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[6.4645164012908936,0],[6.4645164012908936,-6.464515686035156],[0,-6.464515686035156],[0,0]]},{"type":"rectangle","version":200,"versionNonce":1003208573,"isDeleted":true,"id":"jKFQ6AEoQ5G3FvmeJjBI1","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":440,"y":300,"strokeColor":"#202124","backgroundColor":"#FFF","width":240,"height":80,"seed":75449089,"groupIds":["t0lbLuhQRZhhxlNOYQpuv","Fenm7E6hyXki9PIfw1618"],"strokeSharpness":"round","boundElements":[],"updated":1706297192046,"link":null,"locked":false,"customData":{"boxId":"23Zvzt8Up1N1pOkvrcj-R","label":"BigQuery","resource":"google_bigquery_dataset","type":"container"}},{"type":"text","version":218,"versionNonce":124764883,"isDeleted":true,"id":"6Gdn1-ng_LCJrHZIbTqmO","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":456,"y":316,"strokeColor":"#1A73F8","backgroundColor":"transparent","width":118,"height":37,"seed":2018191759,"groupIds":["t0lbLuhQRZhhxlNOYQpuv","Fenm7E6hyXki9PIfw1618"],"strokeSharpness":"round","boundElements":[],"updated":1706297192046,"link":null,"locked":false,"customData":{"boxId":"23Zvzt8Up1N1pOkvrcj-R","label":"BigQuery","resource":"google_bigquery_dataset","type":"child"},"fontSize":16,"fontFamily":2,"text":"BigQuery Data \nTransfer Service","baseline":34,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":"BigQuery Data \nTransfer Service"},{"type":"line","version":194,"versionNonce":981518301,"isDeleted":true,"id":"C16nNj6hnqQBox7nKvHRt","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":658.421215057373,"y":332.79999923706055,"strokeColor":"transparent","backgroundColor":"#4285f4","width":6.175506591796875,"height":6.175506591796875,"seed":1686190817,"groupIds":["t0lbLuhQRZhhxlNOYQpuv","Fenm7E6hyXki9PIfw1618"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192046,"link":null,"locked":false,"customData":{"boxId":"23Zvzt8Up1N1pOkvrcj-R","label":"BigQuery","resource":"google_bigquery_dataset","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-1.508890151977539,1.5088920593261719],[-1.508890151977539,1.5088920593261719],[-1.5668010711669922,1.5783119201660156],[-1.6085205078125,1.6556739807128906],[-1.6340065002441406,1.7383899688720703],[-1.6432132720947266,1.8238697052001953],[-1.6360969543457031,1.9095230102539062],[-1.6126155853271484,1.9927654266357422],[-1.5727252960205078,2.071004867553711],[-1.5163803100585938,2.141653060913086],[-1.508890151977539,2.149141311645508],[2.253978729248047,5.912012100219727],[2.253978729248047,5.912012100219727],[2.3232383728027344,5.968524932861328],[2.400175094604492,6.008892059326172],[2.4822921752929688,6.033111572265625],[2.5670833587646484,6.04118537902832],[2.6520519256591797,6.033111572265625],[2.7346935272216797,6.008892059326172],[2.8125076293945312,5.968524932861328],[2.88299560546875,5.912012100219727],[4.403120040893555,4.391887664794922],[4.403120040893555,4.391887664794922],[4.459634780883789,4.322628021240234],[4.5,4.245691299438477],[4.524219512939453,4.16357421875],[4.532293319702148,4.07878303527832],[4.524219512939453,3.993816375732422],[4.5,3.911174774169922],[4.459634780883789,3.8333587646484375],[4.403120040893555,3.7628707885742188],[0.6365070343017578,0],[0.6365070343017578,0],[0.5670852661132812,-0.057910919189453125],[0.48972320556640625,-0.09963035583496094],[0.4070091247558594,-0.12511444091796875],[0.3215293884277344,-0.1343212127685547],[0.23587417602539062,-0.12720489501953125],[0.1526336669921875,-0.10372543334960938],[0.07439422607421875,-0.06383323669433594],[0.00374603271484375,-0.007488250732421875],[0,0]]},{"type":"line","version":194,"versionNonce":1085665395,"isDeleted":true,"id":"xTkpgHgrFLJKDkIak8Ujw","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":651.2549142837524,"y":317.5725427865982,"strokeColor":"transparent","backgroundColor":"#669df6","width":19.140093445777893,"height":19.140092253684998,"seed":191700911,"groupIds":["t0lbLuhQRZhhxlNOYQpuv","Fenm7E6hyXki9PIfw1618"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192046,"link":null,"locked":false,"customData":{"boxId":"23Zvzt8Up1N1pOkvrcj-R","label":"BigQuery","resource":"google_bigquery_dataset","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.49259281158447266,0.012448668479919434],[-0.9787044525146484,0.04939424991607666],[-1.4577360153198242,0.1102362871170044],[-1.9290857315063477,0.19437408447265625],[-2.392153739929199,0.3012070655822754],[-2.8463401794433594,0.430134654045105],[-3.291043758392334,0.5805565118789673],[-3.725663661956787,0.7518719434738159],[-4.149599075317383,0.943480372428894],[-4.562250137329102,1.1547812223434448],[-4.963016510009766,1.3851739168167114],[-5.351297378540039,1.6340581178665161],[-5.726491451263428,1.900833010673523],[-6.087998867034912,2.184897780418396],[-6.435218811035156,2.4856523275375366],[-6.767550945281982,2.802495837211609],[-7.084394454956055,3.134827971458435],[-7.385149240493774,3.4820483922958374],[-7.6692140102386475,3.8435558080673218],[-7.935988903045654,4.2187498807907104],[-8.184873104095459,4.607030749320984],[-8.415265798568726,5.00779664516449],[-8.626566410064697,5.4204477071762085],[-8.818174839019775,5.844383597373962],[-8.989490509033203,6.2790035009384155],[-9.139912366867065,6.723706603050232],[-9.268839955329895,7.177893042564392],[-9.375672936439514,7.640961050987244],[-9.459810733795166,8.112310767173767],[-9.520652770996094,8.591342329978943],[-9.557598352432251,9.077454924583435],[-9.57004702091217,9.570046782493591],[-9.557598352432251,10.062638640403748],[-9.520652770996094,10.548750281333923],[-9.459810733795166,11.0277818441391],[-9.375672936439514,11.499131560325623],[-9.268839955329895,11.96220052242279],[-9.139912366867065,12.416386008262634],[-8.989490509033203,12.861090064048767],[-8.818174839019775,13.29570996761322],[-8.626566410064697,13.719644904136658],[-8.415265798568726,14.132296919822693],[-8.184873104095459,14.533063292503357],[-7.935988903045654,14.92134416103363],[-7.6692140102386475,15.296536803245544],[-7.385149240493774,15.658044219017029],[-7.084394454956055,16.005265593528748],[-6.767550945281982,16.3375962972641],[-6.435218811035156,16.654441237449646],[-6.087998867034912,16.955195784568787],[-5.726491451263428,17.239259123802185],[-5.351297378540039,17.50603425502777],[-4.963016510009766,17.754918456077576],[-4.562250137329102,17.985310912132263],[-4.149599075317383,18.19661271572113],[-3.725663661956787,18.38822114467621],[-3.291043758392334,18.55953538417816],[-2.8463401794433594,18.709956526756287],[-2.392153739929199,18.83888566493988],[-1.9290857315063477,18.945720076560974],[-1.4577360153198242,19.0298570394516],[-0.9787044525146484,19.090697646141052],[-0.49259281158447266,19.12764298915863],[0,19.140092253684998],[0.49259185791015625,19.12764298915863],[0.978703498840332,19.090697646141052],[1.4577350616455078,19.0298570394516],[1.9290847778320312,18.945720076560974],[2.392153739929199,18.83888566493988],[2.846339225769043,18.709956526756287],[3.291043281555176,18.55953538417816],[3.7256622314453125,18.38822114467621],[4.149598121643066,18.19661271572113],[4.562249183654785,17.985310912132263],[4.963015556335449,17.754918456077576],[5.351296424865723,17.50603425502777],[5.7264909744262695,17.239259123802185],[6.087996482849121,16.955195784568787],[6.43521785736084,16.654441237449646],[6.767550468444824,16.3375962972641],[7.084393501281738,16.005265593528748],[7.385148048400879,15.658044219017029],[7.66921329498291,15.296536803245544],[7.935986518859863,14.92134416103363],[8.184870719909668,14.533063292503357],[8.415265083312988,14.132296919822693],[8.626564979553223,13.719644904136658],[8.818175315856934,13.29570996761322],[8.989487648010254,12.861090064048767],[9.139910697937012,12.416386008262634],[9.268839836120605,11.96220052242279],[9.375672340393066,11.499131560325623],[9.459811210632324,11.0277818441391],[9.520649909973145,10.548750281333923],[9.557595252990723,10.062638640403748],[9.570046424865723,9.570046782493591],[9.557587623596191,9.077454924583435],[9.520609855651855,8.591342329978943],[9.45971965789795,8.112310767173767],[9.375519752502441,7.640961050987244],[9.268609046936035,7.177893042564392],[9.1395902633667,6.723706603050232],[8.989069938659668,6.2790035009384155],[8.817646980285645,5.844383597373962],[8.62592601776123,5.4204477071762085],[8.414509773254395,5.00779664516449],[8.184000968933105,4.607030749320984],[7.935000419616699,4.2187498807907104],[7.668112754821777,3.8435558080673218],[7.383938789367676,3.4820483922958374],[7.083081245422363,3.134827971458435],[6.766144752502441,2.802495837211609],[6.433732032775879,2.4856523275375366],[6.086441993713379,2.184897780418396],[5.724881172180176,1.900833010673523],[5.3496503829956055,1.6340581178665161],[4.961352348327637,1.3851739168167114],[4.560590744018555,1.1547812223434448],[4.147966384887695,0.943480372428894],[3.7240819931030273,0.7518719434738159],[3.2895421981811523,0.5805565118789673],[2.8449487686157227,0.430134654045105],[2.3909034729003906,0.3012070655822754],[1.928009033203125,0.19437408447265625],[1.4568700790405273,0.1102362871170044],[0.9780864715576172,0.04939424991607666],[0.4922628402709961,0.012448668479919434],[0,0]]},{"type":"line","version":194,"versionNonce":1110819901,"isDeleted":true,"id":"R8Nu8_bMJEvE8mMgtaKWR","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":651.2549142837524,"y":334.25647354125977,"strokeColor":"transparent","backgroundColor":"#669df6","width":14.205303192138672,"height":14.20530366897583,"seed":87635649,"groupIds":["t0lbLuhQRZhhxlNOYQpuv","Fenm7E6hyXki9PIfw1618"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192046,"link":null,"locked":false,"customData":{"boxId":"23Zvzt8Up1N1pOkvrcj-R","label":"BigQuery","resource":"google_bigquery_dataset","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.36559581756591797,-0.009929656982421875],[-0.7263565063476562,-0.03801727294921875],[-1.081838607788086,-0.08381843566894531],[-1.4315967559814453,-0.14688491821289062],[-1.7751836776733398,-0.22677230834960938],[-2.112156867980957,-0.32303619384765625],[-2.4420671463012695,-0.4352302551269531],[-2.764470100402832,-0.5629100799560547],[-3.078920364379883,-0.70562744140625],[-3.3849730491638184,-0.8629360198974609],[-3.6821823120117188,-1.0343952178955078],[-3.9701008796691895,-1.2195549011230469],[-4.248284816741943,-1.4179706573486328],[-4.516287803649902,-1.6291980743408203],[-4.773664474487305,-1.8527889251708984],[-5.019969463348389,-2.088298797607422],[-5.254756450653076,-2.3352842330932617],[-5.4775800704956055,-2.5932979583740234],[-5.687994480133057,-2.8618927001953125],[-5.885554790496826,-3.140625],[-6.069815635681152,-3.429048538208008],[-6.240329742431641,-3.726717948913574],[-6.396652698516846,-4.0331878662109375],[-6.538338661193848,-4.348011016845703],[-6.664942264556885,-4.670742988586426],[-6.776017189025879,-5.000938415527344],[-6.871118545532227,-5.338151931762695],[-6.949800491333008,-5.681938171386719],[-7.0116167068481445,-6.031848907470703],[-7.056122779846191,-6.3874406814575195],[-7.08287239074707,-6.74826717376709],[-7.0914201736450195,-7.113883972167969],[-7.081490516662598,-7.47947883605957],[-7.053402900695801,-7.840239524841309],[-7.007602214813232,-8.195722579956055],[-6.944535255432129,-8.545480728149414],[-6.864646911621094,-8.889067649841309],[-6.768383026123047,-9.22603988647461],[-6.65618896484375,-9.555950164794922],[-6.528510570526123,-9.8783540725708],[-6.385793209075928,-10.192804336547852],[-6.228483200073242,-10.498857021331787],[-6.057024955749512,-10.79606580734253],[-5.871865749359131,-11.083984851837158],[-5.673449516296387,-11.362168312072754],[-5.462223052978516,-11.630171298980713],[-5.238631725311279,-11.887547969818115],[-5.003120422363281,-12.1338529586792],[-4.756135940551758,-12.368639945983887],[-4.498122692108154,-12.591463565826416],[-4.229527473449707,-12.801878452301025],[-3.9507951736450195,-12.999438762664795],[-3.6623711585998535,-13.183699131011963],[-3.3647022247314453,-13.35421371459961],[-3.0582332611083984,-13.510536670684814],[-2.7434091567993164,-13.652222633361816],[-2.4206771850585938,-13.778826236724854],[-2.0904808044433594,-13.889901161193848],[-1.7532682418823242,-13.985002517700195],[-1.4094829559326172,-14.063683986663818],[-1.0595712661743164,-14.125500679016113],[-0.7039785385131836,-14.17000675201416],[-0.3431520462036133,-14.196756362915039],[0.022464752197265625,-14.20530366897583],[0.3870382308959961,-14.195406913757324],[0.7468461990356445,-14.167415142059326],[1.1014394760131836,-14.121772766113281],[1.4503746032714844,-14.058923244476318],[1.7932062149047852,-13.979310512542725],[2.129486083984375,-13.883377075195312],[2.4587717056274414,-13.771567344665527],[2.78061580657959,-13.644324779510498],[3.094572067260742,-13.502092361450195],[3.400197982788086,-13.345314979553223],[3.6970434188842773,-13.174434185028076],[3.9846668243408203,-12.989895343780518],[4.262619972229004,-12.792141437530518],[4.530458450317383,-12.581615924835205],[4.787737846374512,-12.358762741088867],[5.0340070724487305,-12.124024391174316],[5.268828392028809,-11.877845287322998],[5.491751670837402,-11.6206693649292],[5.702330589294434,-11.35293960571289],[5.900120735168457,-11.075099468231201],[6.084677696228027,-10.787592887878418],[6.255553245544434,-10.490862846374512],[6.412304878234863,-10.185354232788086],[6.5544843673706055,-9.871508598327637],[6.681647300720215,-9.549772262573242],[6.793347358703613,-9.220584869384766],[6.8891401290893555,-8.884393692016602],[6.968579292297363,-8.541641235351562],[7.031216621398926,-8.192770004272461],[7.076613426208496,-7.838224411010742],[7.104315757751465,-7.478448867797852],[7.113883018493652,-7.113883972167969],[7.1053361892700195,-6.74826717376709],[7.078587532043457,-6.3874406814575195],[7.03408145904541,-6.031848907470703],[6.972264289855957,-5.681938171386719],[6.893582344055176,-5.338151931762695],[6.798480033874512,-5.000938415527344],[6.687405586242676,-4.670742988586426],[6.560803413391113,-4.348011016845703],[6.419116020202637,-4.0331878662109375],[6.26279354095459,-3.726717948913574],[6.092278480529785,-3.429048538208008],[5.908019065856934,-3.140625],[5.710457801818848,-2.8618927001953125],[5.500042915344238,-2.5932979583740234],[5.277220726013184,-2.3352842330932617],[5.042431831359863,-2.088298797607422],[4.796128273010254,-1.8527889251708984],[4.538751602172852,-1.6291980743408203],[4.270748138427734,-1.4179706573486328],[3.992565155029297,-1.2195549011230469],[3.7046451568603516,-1.0343952178955078],[3.407437324523926,-0.8629360198974609],[3.101384162902832,-0.70562744140625],[2.786932945251465,-0.5629100799560547],[2.4645309448242188,-0.4352302551269531],[2.13461971282959,-0.32303619384765625],[1.7976484298706055,-0.22677230834960938],[1.4540605545043945,-0.14688491821289062],[1.1043024063110352,-0.08381843566894531],[0.7488203048706055,-0.03801727294921875],[0.3880586624145508,-0.009929656982421875],[0.022464752197265625,0],[0,0]]},{"type":"line","version":194,"versionNonce":2015717907,"isDeleted":true,"id":"YNy3njIQrlUC1ZhWk3Fk6","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":651.2549142837524,"y":334.25647354125977,"strokeColor":"transparent","backgroundColor":"#fff","width":14.205303192138672,"height":14.20530366897583,"seed":1865109967,"groupIds":["t0lbLuhQRZhhxlNOYQpuv","Fenm7E6hyXki9PIfw1618"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192046,"link":null,"locked":false,"customData":{"boxId":"23Zvzt8Up1N1pOkvrcj-R","label":"BigQuery","resource":"google_bigquery_dataset","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.36559581756591797,-0.009929656982421875],[-0.7263565063476562,-0.03801727294921875],[-1.081838607788086,-0.08381843566894531],[-1.4315967559814453,-0.14688491821289062],[-1.7751836776733398,-0.22677230834960938],[-2.112156867980957,-0.32303619384765625],[-2.4420671463012695,-0.4352302551269531],[-2.764470100402832,-0.5629100799560547],[-3.078920364379883,-0.70562744140625],[-3.3849730491638184,-0.8629360198974609],[-3.6821823120117188,-1.0343952178955078],[-3.9701008796691895,-1.2195549011230469],[-4.248284816741943,-1.4179706573486328],[-4.516287803649902,-1.6291980743408203],[-4.773664474487305,-1.8527889251708984],[-5.019969463348389,-2.088298797607422],[-5.254756450653076,-2.3352842330932617],[-5.4775800704956055,-2.5932979583740234],[-5.687994480133057,-2.8618927001953125],[-5.885554790496826,-3.140625],[-6.069815635681152,-3.429048538208008],[-6.240329742431641,-3.726717948913574],[-6.396652698516846,-4.0331878662109375],[-6.538338661193848,-4.348011016845703],[-6.664942264556885,-4.670742988586426],[-6.776017189025879,-5.000938415527344],[-6.871118545532227,-5.338151931762695],[-6.949800491333008,-5.681938171386719],[-7.0116167068481445,-6.031848907470703],[-7.056122779846191,-6.3874406814575195],[-7.08287239074707,-6.74826717376709],[-7.0914201736450195,-7.113883972167969],[-7.081490516662598,-7.47947883605957],[-7.053402900695801,-7.840239524841309],[-7.007602214813232,-8.195722579956055],[-6.944535255432129,-8.545480728149414],[-6.864646911621094,-8.889067649841309],[-6.768383026123047,-9.22603988647461],[-6.65618896484375,-9.555950164794922],[-6.528510570526123,-9.8783540725708],[-6.385793209075928,-10.192804336547852],[-6.228483200073242,-10.498857021331787],[-6.057024955749512,-10.79606580734253],[-5.871865749359131,-11.083984851837158],[-5.673449516296387,-11.362168312072754],[-5.462223052978516,-11.630171298980713],[-5.238631725311279,-11.887547969818115],[-5.003120422363281,-12.1338529586792],[-4.756135940551758,-12.368639945983887],[-4.498122692108154,-12.591463565826416],[-4.229527473449707,-12.801878452301025],[-3.9507951736450195,-12.999438762664795],[-3.6623711585998535,-13.183699131011963],[-3.3647022247314453,-13.35421371459961],[-3.0582332611083984,-13.510536670684814],[-2.7434091567993164,-13.652222633361816],[-2.4206771850585938,-13.778826236724854],[-2.0904808044433594,-13.889901161193848],[-1.7532682418823242,-13.985002517700195],[-1.4094829559326172,-14.063683986663818],[-1.0595712661743164,-14.125500679016113],[-0.7039785385131836,-14.17000675201416],[-0.3431520462036133,-14.196756362915039],[0.022464752197265625,-14.20530366897583],[0.3870382308959961,-14.195406913757324],[0.7468461990356445,-14.167415142059326],[1.1014394760131836,-14.121772766113281],[1.4503746032714844,-14.058923244476318],[1.7932062149047852,-13.979310512542725],[2.129486083984375,-13.883377075195312],[2.4587717056274414,-13.771567344665527],[2.78061580657959,-13.644324779510498],[3.094572067260742,-13.502092361450195],[3.400197982788086,-13.345314979553223],[3.6970434188842773,-13.174434185028076],[3.9846668243408203,-12.989895343780518],[4.262619972229004,-12.792141437530518],[4.530458450317383,-12.581615924835205],[4.787737846374512,-12.358762741088867],[5.0340070724487305,-12.124024391174316],[5.268828392028809,-11.877845287322998],[5.491751670837402,-11.6206693649292],[5.702330589294434,-11.35293960571289],[5.900120735168457,-11.075099468231201],[6.084677696228027,-10.787592887878418],[6.255553245544434,-10.490862846374512],[6.412304878234863,-10.185354232788086],[6.5544843673706055,-9.871508598327637],[6.681647300720215,-9.549772262573242],[6.793347358703613,-9.220584869384766],[6.8891401290893555,-8.884393692016602],[6.968579292297363,-8.541641235351562],[7.031216621398926,-8.192770004272461],[7.076613426208496,-7.838224411010742],[7.104315757751465,-7.478448867797852],[7.113883018493652,-7.113883972167969],[7.1053361892700195,-6.74826717376709],[7.078587532043457,-6.3874406814575195],[7.03408145904541,-6.031848907470703],[6.972264289855957,-5.681938171386719],[6.893582344055176,-5.338151931762695],[6.798480033874512,-5.000938415527344],[6.687405586242676,-4.670742988586426],[6.560803413391113,-4.348011016845703],[6.419116020202637,-4.0331878662109375],[6.26279354095459,-3.726717948913574],[6.092278480529785,-3.429048538208008],[5.908019065856934,-3.140625],[5.710457801818848,-2.8618927001953125],[5.500042915344238,-2.5932979583740234],[5.277220726013184,-2.3352842330932617],[5.042431831359863,-2.088298797607422],[4.796128273010254,-1.8527889251708984],[4.538751602172852,-1.6291980743408203],[4.270748138427734,-1.4179706573486328],[3.992565155029297,-1.2195549011230469],[3.7046451568603516,-1.0343952178955078],[3.407437324523926,-0.8629360198974609],[3.101384162902832,-0.70562744140625],[2.786932945251465,-0.5629100799560547],[2.4645309448242188,-0.4352302551269531],[2.13461971282959,-0.32303619384765625],[1.7976484298706055,-0.22677230834960938],[1.4540605545043945,-0.14688491821289062],[1.1043024063110352,-0.08381843566894531],[0.7488203048706055,-0.03801727294921875],[0.3880586624145508,-0.009929656982421875],[0.022464752197265625,0],[0,0]]},{"type":"line","version":194,"versionNonce":382481565,"isDeleted":true,"id":"9Qlb4tuIKcoYZQzzSThZK","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":646.7132601737976,"y":326.96286964416504,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":1.8196568489074707,"height":4.646490097045898,"seed":1766241953,"groupIds":["Ds0GI30dPCA8HPusc2b__","t0lbLuhQRZhhxlNOYQpuv","Fenm7E6hyXki9PIfw1618"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192046,"link":null,"locked":false,"customData":{"boxId":"23Zvzt8Up1N1pOkvrcj-R","label":"BigQuery","resource":"google_bigquery_dataset","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,2.796879768371582],[0,2.796879768371582],[0.17416858673095703,3.0759944915771484],[0.36487913131713867,3.342823028564453],[0.5714726448059082,3.596665382385254],[0.7932920455932617,3.836817741394043],[1.0296778678894043,4.062578201293945],[1.2799725532531738,4.273244857788086],[1.5435185432434082,4.46811580657959],[1.8196568489074707,4.646490097045898],[1.8196568489074707,0],[0,0],[0,0]]},{"type":"line","version":194,"versionNonce":850702259,"isDeleted":true,"id":"eno2qBddipOxHBYCGD-1j","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":650.0755071640015,"y":324.38689517974854,"strokeColor":"#00000000","backgroundColor":"#669df6","width":2.2427453994750977,"height":8.085492134094238,"seed":1017004015,"groupIds":["Qf4Uw2dD1cBOrt0fhhU2o","t0lbLuhQRZhhxlNOYQpuv","Fenm7E6hyXki9PIfw1618"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192046,"link":null,"locked":false,"customData":{"boxId":"23Zvzt8Up1N1pOkvrcj-R","label":"BigQuery","resource":"google_bigquery_dataset","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,8.004990577697754],[0,8.004990577697754],[0.29485130310058594,8.036524772644043],[0.5897035598754883,8.057877540588379],[0.8845548629760742,8.068699836730957],[1.1794071197509766,8.068642616271973],[1.445591926574707,8.081278800964355],[1.7110748291015625,8.085492134094238],[1.9765596389770508,8.081278800964355],[2.2427453994750977,8.068642616271973],[2.2427453994750977,0],[0,0],[0,0]]},{"type":"line","version":194,"versionNonce":66427133,"isDeleted":true,"id":"kgGBcS9PhnR92Ey-YuDpV","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":654.0630264282227,"y":328.05616188049316,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":1.8084230422973633,"height":3.497035026550293,"seed":324614785,"groupIds":["3Vqpitu9fWBXXWT5hUCOd","t0lbLuhQRZhhxlNOYQpuv","Fenm7E6hyXki9PIfw1618"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192046,"link":null,"locked":false,"customData":{"boxId":"23Zvzt8Up1N1pOkvrcj-R","label":"BigQuery","resource":"google_bigquery_dataset","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,3.497035026550293],[0,3.497035026550293],[0.2770538330078125,3.307438850402832],[0.5408821105957031,3.1014394760131836],[0.7908115386962891,2.879755973815918],[1.026169776916504,2.6431102752685547],[1.2462835311889648,2.392223358154297],[1.4504785537719727,2.1278133392333984],[1.6380834579467773,1.850602149963379],[1.8084230422973633,1.5613107681274414],[1.8084230422973633,0],[0,0],[0,0]]},{"type":"arrow","version":138,"versionNonce":311050579,"isDeleted":true,"id":"N3M63cNjcTvZhPHB36J_k","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":300,"y":261,"strokeColor":"#202124","backgroundColor":"#202124","width":0,"height":58,"seed":1439590927,"groupIds":[],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192046,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[0,58]],"fontFamily":2},{"type":"rectangle","version":1273,"versionNonce":1664315741,"isDeleted":true,"id":"DYaaB9-Upcbvgkx-N9rbN","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-880,"y":400,"strokeColor":"#34a853","backgroundColor":"#ceead6","width":900,"height":260,"seed":70271585,"groupIds":[],"strokeSharpness":"sharp","boundElements":[{"id":"PiqrL0eWlHBfTKdGN3bVH","type":"arrow"}],"updated":1706297192046,"link":null,"locked":false,"customData":{"boxId":"a7jxO9KBbu7x0PTSp8V8R","label":"Region","resource":"region","type":"container"}},{"type":"rectangle","version":153,"versionNonce":821862131,"isDeleted":true,"id":"nL2lT2KxwSWQfETys3YkU","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":280,"y":460,"strokeColor":"#202124","backgroundColor":"#FFF","width":240,"height":80,"seed":1202999343,"groupIds":["v8lQ__53E0vPA8v-5gan6","aTDwA9ewNATgCq8fU7PSE"],"strokeSharpness":"round","boundElements":[{"id":"4kXwJH1dLqUAAORSO3NPX","type":"arrow"},{"id":"0jBnfLa8x-7PG-dHNSIyq","type":"arrow"}],"updated":1706297192046,"link":null,"locked":false,"customData":{"boxId":"RypXleBEkT_Umab_0FLYS","label":"BigQuery","resource":"google_bigquery_dataset","type":"container"}},{"type":"text","version":152,"versionNonce":1641495997,"isDeleted":true,"id":"rasyQ0CHhsp3CsEfuzqpg","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":296,"y":476,"strokeColor":"#1A73F8","backgroundColor":"transparent","width":160,"height":18,"seed":2023444033,"groupIds":["v8lQ__53E0vPA8v-5gan6","aTDwA9ewNATgCq8fU7PSE"],"strokeSharpness":"round","boundElements":[],"updated":1706297192046,"link":null,"locked":false,"customData":{"boxId":"RypXleBEkT_Umab_0FLYS","label":"BigQuery","resource":"google_bigquery_dataset","type":"child"},"fontSize":16,"fontFamily":2,"text":"BigQuery","baseline":16,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":"BigQuery"},{"type":"text","version":163,"versionNonce":949110931,"isDeleted":true,"id":"jv2zzqV6Bhp1slRGCSA_c","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":296,"y":498,"strokeColor":"#202124","backgroundColor":"transparent","width":120,"height":19,"seed":1815638607,"groupIds":["v8lQ__53E0vPA8v-5gan6","aTDwA9ewNATgCq8fU7PSE"],"strokeSharpness":"round","boundElements":[],"updated":1706297192046,"link":null,"locked":false,"customData":{"boxId":"RypXleBEkT_Umab_0FLYS","label":"BigQuery","resource":"google_bigquery_dataset","type":"child"},"fontSize":16,"fontFamily":2,"text":"Data Warehouse","baseline":15,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":"Data Warehouse"},{"type":"line","version":148,"versionNonce":117603869,"isDeleted":true,"id":"g_8oGPIIfJ26l2d6DYb_r","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":498.42121505737305,"y":492.79999923706055,"strokeColor":"transparent","backgroundColor":"#4285f4","width":6.175506591796875,"height":6.175506591796875,"seed":1736039969,"groupIds":["v8lQ__53E0vPA8v-5gan6","aTDwA9ewNATgCq8fU7PSE"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192046,"link":null,"locked":false,"customData":{"boxId":"RypXleBEkT_Umab_0FLYS","label":"BigQuery","resource":"google_bigquery_dataset","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-1.508890151977539,1.5088920593261719],[-1.508890151977539,1.5088920593261719],[-1.5668010711669922,1.5783119201660156],[-1.6085205078125,1.6556739807128906],[-1.6340065002441406,1.7383899688720703],[-1.6432132720947266,1.8238697052001953],[-1.6360969543457031,1.9095230102539062],[-1.6126155853271484,1.9927654266357422],[-1.5727252960205078,2.071004867553711],[-1.5163803100585938,2.141653060913086],[-1.508890151977539,2.149141311645508],[2.253978729248047,5.912012100219727],[2.253978729248047,5.912012100219727],[2.3232383728027344,5.968524932861328],[2.400175094604492,6.008892059326172],[2.4822921752929688,6.033111572265625],[2.5670833587646484,6.04118537902832],[2.6520519256591797,6.033111572265625],[2.7346935272216797,6.008892059326172],[2.8125076293945312,5.968524932861328],[2.88299560546875,5.912012100219727],[4.403120040893555,4.391887664794922],[4.403120040893555,4.391887664794922],[4.459634780883789,4.322628021240234],[4.5,4.245691299438477],[4.524219512939453,4.16357421875],[4.532293319702148,4.07878303527832],[4.524219512939453,3.993816375732422],[4.5,3.911174774169922],[4.459634780883789,3.8333587646484375],[4.403120040893555,3.7628707885742188],[0.6365070343017578,0],[0.6365070343017578,0],[0.5670852661132812,-0.057910919189453125],[0.48972320556640625,-0.09963035583496094],[0.4070091247558594,-0.12511444091796875],[0.3215293884277344,-0.1343212127685547],[0.23587417602539062,-0.12720489501953125],[0.1526336669921875,-0.10372543334960938],[0.07439422607421875,-0.06383323669433594],[0.00374603271484375,-0.007488250732421875],[0,0]]},{"type":"line","version":148,"versionNonce":1057078835,"isDeleted":true,"id":"usRDjBw5ws4B7H-WHKaeX","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":491.25491428375244,"y":477.5725427865982,"strokeColor":"transparent","backgroundColor":"#669df6","width":19.140093445777893,"height":19.140092253684998,"seed":1278431343,"groupIds":["v8lQ__53E0vPA8v-5gan6","aTDwA9ewNATgCq8fU7PSE"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192046,"link":null,"locked":false,"customData":{"boxId":"RypXleBEkT_Umab_0FLYS","label":"BigQuery","resource":"google_bigquery_dataset","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.49259281158447266,0.012448668479919434],[-0.9787044525146484,0.04939424991607666],[-1.4577360153198242,0.1102362871170044],[-1.9290857315063477,0.19437408447265625],[-2.392153739929199,0.3012070655822754],[-2.8463401794433594,0.430134654045105],[-3.291043758392334,0.5805565118789673],[-3.725663661956787,0.7518719434738159],[-4.149599075317383,0.943480372428894],[-4.562250137329102,1.1547812223434448],[-4.963016510009766,1.3851739168167114],[-5.351297378540039,1.6340581178665161],[-5.726491451263428,1.900833010673523],[-6.087998867034912,2.184897780418396],[-6.435218811035156,2.4856523275375366],[-6.767550945281982,2.802495837211609],[-7.084394454956055,3.134827971458435],[-7.385149240493774,3.4820483922958374],[-7.6692140102386475,3.8435558080673218],[-7.935988903045654,4.2187498807907104],[-8.184873104095459,4.607030749320984],[-8.415265798568726,5.00779664516449],[-8.626566410064697,5.4204477071762085],[-8.818174839019775,5.844383597373962],[-8.989490509033203,6.2790035009384155],[-9.139912366867065,6.723706603050232],[-9.268839955329895,7.177893042564392],[-9.375672936439514,7.640961050987244],[-9.459810733795166,8.112310767173767],[-9.520652770996094,8.591342329978943],[-9.557598352432251,9.077454924583435],[-9.57004702091217,9.570046782493591],[-9.557598352432251,10.062638640403748],[-9.520652770996094,10.548750281333923],[-9.459810733795166,11.0277818441391],[-9.375672936439514,11.499131560325623],[-9.268839955329895,11.96220052242279],[-9.139912366867065,12.416386008262634],[-8.989490509033203,12.861090064048767],[-8.818174839019775,13.29570996761322],[-8.626566410064697,13.719644904136658],[-8.415265798568726,14.132296919822693],[-8.184873104095459,14.533063292503357],[-7.935988903045654,14.92134416103363],[-7.6692140102386475,15.296536803245544],[-7.385149240493774,15.658044219017029],[-7.084394454956055,16.005265593528748],[-6.767550945281982,16.3375962972641],[-6.435218811035156,16.654441237449646],[-6.087998867034912,16.955195784568787],[-5.726491451263428,17.239259123802185],[-5.351297378540039,17.50603425502777],[-4.963016510009766,17.754918456077576],[-4.562250137329102,17.985310912132263],[-4.149599075317383,18.19661271572113],[-3.725663661956787,18.38822114467621],[-3.291043758392334,18.55953538417816],[-2.8463401794433594,18.709956526756287],[-2.392153739929199,18.83888566493988],[-1.9290857315063477,18.945720076560974],[-1.4577360153198242,19.0298570394516],[-0.9787044525146484,19.090697646141052],[-0.49259281158447266,19.12764298915863],[0,19.140092253684998],[0.49259185791015625,19.12764298915863],[0.978703498840332,19.090697646141052],[1.4577350616455078,19.0298570394516],[1.9290847778320312,18.945720076560974],[2.392153739929199,18.83888566493988],[2.846339225769043,18.709956526756287],[3.291043281555176,18.55953538417816],[3.7256622314453125,18.38822114467621],[4.149598121643066,18.19661271572113],[4.562249183654785,17.985310912132263],[4.963015556335449,17.754918456077576],[5.351296424865723,17.50603425502777],[5.7264909744262695,17.239259123802185],[6.087996482849121,16.955195784568787],[6.43521785736084,16.654441237449646],[6.767550468444824,16.3375962972641],[7.084393501281738,16.005265593528748],[7.385148048400879,15.658044219017029],[7.66921329498291,15.296536803245544],[7.935986518859863,14.92134416103363],[8.184870719909668,14.533063292503357],[8.415265083312988,14.132296919822693],[8.626564979553223,13.719644904136658],[8.818175315856934,13.29570996761322],[8.989487648010254,12.861090064048767],[9.139910697937012,12.416386008262634],[9.268839836120605,11.96220052242279],[9.375672340393066,11.499131560325623],[9.459811210632324,11.0277818441391],[9.520649909973145,10.548750281333923],[9.557595252990723,10.062638640403748],[9.570046424865723,9.570046782493591],[9.557587623596191,9.077454924583435],[9.520609855651855,8.591342329978943],[9.45971965789795,8.112310767173767],[9.375519752502441,7.640961050987244],[9.268609046936035,7.177893042564392],[9.1395902633667,6.723706603050232],[8.989069938659668,6.2790035009384155],[8.817646980285645,5.844383597373962],[8.62592601776123,5.4204477071762085],[8.414509773254395,5.00779664516449],[8.184000968933105,4.607030749320984],[7.935000419616699,4.2187498807907104],[7.668112754821777,3.8435558080673218],[7.383938789367676,3.4820483922958374],[7.083081245422363,3.134827971458435],[6.766144752502441,2.802495837211609],[6.433732032775879,2.4856523275375366],[6.086441993713379,2.184897780418396],[5.724881172180176,1.900833010673523],[5.3496503829956055,1.6340581178665161],[4.961352348327637,1.3851739168167114],[4.560590744018555,1.1547812223434448],[4.147966384887695,0.943480372428894],[3.7240819931030273,0.7518719434738159],[3.2895421981811523,0.5805565118789673],[2.8449487686157227,0.430134654045105],[2.3909034729003906,0.3012070655822754],[1.928009033203125,0.19437408447265625],[1.4568700790405273,0.1102362871170044],[0.9780864715576172,0.04939424991607666],[0.4922628402709961,0.012448668479919434],[0,0]]},{"type":"line","version":148,"versionNonce":2040967805,"isDeleted":true,"id":"rmVF8p_ePYCrvy5d1mwk8","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":491.25491428375244,"y":494.25647354125977,"strokeColor":"transparent","backgroundColor":"#669df6","width":14.205303192138672,"height":14.20530366897583,"seed":1069249025,"groupIds":["v8lQ__53E0vPA8v-5gan6","aTDwA9ewNATgCq8fU7PSE"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192046,"link":null,"locked":false,"customData":{"boxId":"RypXleBEkT_Umab_0FLYS","label":"BigQuery","resource":"google_bigquery_dataset","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.36559581756591797,-0.009929656982421875],[-0.7263565063476562,-0.03801727294921875],[-1.081838607788086,-0.08381843566894531],[-1.4315967559814453,-0.14688491821289062],[-1.7751836776733398,-0.22677230834960938],[-2.112156867980957,-0.32303619384765625],[-2.4420671463012695,-0.4352302551269531],[-2.764470100402832,-0.5629100799560547],[-3.078920364379883,-0.70562744140625],[-3.3849730491638184,-0.8629360198974609],[-3.6821823120117188,-1.0343952178955078],[-3.9701008796691895,-1.2195549011230469],[-4.248284816741943,-1.4179706573486328],[-4.516287803649902,-1.6291980743408203],[-4.773664474487305,-1.8527889251708984],[-5.019969463348389,-2.088298797607422],[-5.254756450653076,-2.3352842330932617],[-5.4775800704956055,-2.5932979583740234],[-5.687994480133057,-2.8618927001953125],[-5.885554790496826,-3.140625],[-6.069815635681152,-3.429048538208008],[-6.240329742431641,-3.726717948913574],[-6.396652698516846,-4.0331878662109375],[-6.538338661193848,-4.348011016845703],[-6.664942264556885,-4.670742988586426],[-6.776017189025879,-5.000938415527344],[-6.871118545532227,-5.338151931762695],[-6.949800491333008,-5.681938171386719],[-7.0116167068481445,-6.031848907470703],[-7.056122779846191,-6.3874406814575195],[-7.08287239074707,-6.74826717376709],[-7.0914201736450195,-7.113883972167969],[-7.081490516662598,-7.47947883605957],[-7.053402900695801,-7.840239524841309],[-7.007602214813232,-8.195722579956055],[-6.944535255432129,-8.545480728149414],[-6.864646911621094,-8.889067649841309],[-6.768383026123047,-9.22603988647461],[-6.65618896484375,-9.555950164794922],[-6.528510570526123,-9.8783540725708],[-6.385793209075928,-10.192804336547852],[-6.228483200073242,-10.498857021331787],[-6.057024955749512,-10.79606580734253],[-5.871865749359131,-11.083984851837158],[-5.673449516296387,-11.362168312072754],[-5.462223052978516,-11.630171298980713],[-5.238631725311279,-11.887547969818115],[-5.003120422363281,-12.1338529586792],[-4.756135940551758,-12.368639945983887],[-4.498122692108154,-12.591463565826416],[-4.229527473449707,-12.801878452301025],[-3.9507951736450195,-12.999438762664795],[-3.6623711585998535,-13.183699131011963],[-3.3647022247314453,-13.35421371459961],[-3.0582332611083984,-13.510536670684814],[-2.7434091567993164,-13.652222633361816],[-2.4206771850585938,-13.778826236724854],[-2.0904808044433594,-13.889901161193848],[-1.7532682418823242,-13.985002517700195],[-1.4094829559326172,-14.063683986663818],[-1.0595712661743164,-14.125500679016113],[-0.7039785385131836,-14.17000675201416],[-0.3431520462036133,-14.196756362915039],[0.022464752197265625,-14.20530366897583],[0.3870382308959961,-14.195406913757324],[0.7468461990356445,-14.167415142059326],[1.1014394760131836,-14.121772766113281],[1.4503746032714844,-14.058923244476318],[1.7932062149047852,-13.979310512542725],[2.129486083984375,-13.883377075195312],[2.4587717056274414,-13.771567344665527],[2.78061580657959,-13.644324779510498],[3.094572067260742,-13.502092361450195],[3.400197982788086,-13.345314979553223],[3.6970434188842773,-13.174434185028076],[3.9846668243408203,-12.989895343780518],[4.262619972229004,-12.792141437530518],[4.530458450317383,-12.581615924835205],[4.787737846374512,-12.358762741088867],[5.0340070724487305,-12.124024391174316],[5.268828392028809,-11.877845287322998],[5.491751670837402,-11.6206693649292],[5.702330589294434,-11.35293960571289],[5.900120735168457,-11.075099468231201],[6.084677696228027,-10.787592887878418],[6.255553245544434,-10.490862846374512],[6.412304878234863,-10.185354232788086],[6.5544843673706055,-9.871508598327637],[6.681647300720215,-9.549772262573242],[6.793347358703613,-9.220584869384766],[6.8891401290893555,-8.884393692016602],[6.968579292297363,-8.541641235351562],[7.031216621398926,-8.192770004272461],[7.076613426208496,-7.838224411010742],[7.104315757751465,-7.478448867797852],[7.113883018493652,-7.113883972167969],[7.1053361892700195,-6.74826717376709],[7.078587532043457,-6.3874406814575195],[7.03408145904541,-6.031848907470703],[6.972264289855957,-5.681938171386719],[6.893582344055176,-5.338151931762695],[6.798480033874512,-5.000938415527344],[6.687405586242676,-4.670742988586426],[6.560803413391113,-4.348011016845703],[6.419116020202637,-4.0331878662109375],[6.26279354095459,-3.726717948913574],[6.092278480529785,-3.429048538208008],[5.908019065856934,-3.140625],[5.710457801818848,-2.8618927001953125],[5.500042915344238,-2.5932979583740234],[5.277220726013184,-2.3352842330932617],[5.042431831359863,-2.088298797607422],[4.796128273010254,-1.8527889251708984],[4.538751602172852,-1.6291980743408203],[4.270748138427734,-1.4179706573486328],[3.992565155029297,-1.2195549011230469],[3.7046451568603516,-1.0343952178955078],[3.407437324523926,-0.8629360198974609],[3.101384162902832,-0.70562744140625],[2.786932945251465,-0.5629100799560547],[2.4645309448242188,-0.4352302551269531],[2.13461971282959,-0.32303619384765625],[1.7976484298706055,-0.22677230834960938],[1.4540605545043945,-0.14688491821289062],[1.1043024063110352,-0.08381843566894531],[0.7488203048706055,-0.03801727294921875],[0.3880586624145508,-0.009929656982421875],[0.022464752197265625,0],[0,0]]},{"type":"line","version":148,"versionNonce":1597079507,"isDeleted":true,"id":"cbIBZylvCmBG1E6rhpd6R","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":491.25491428375244,"y":494.25647354125977,"strokeColor":"transparent","backgroundColor":"#fff","width":14.205303192138672,"height":14.20530366897583,"seed":1097689743,"groupIds":["v8lQ__53E0vPA8v-5gan6","aTDwA9ewNATgCq8fU7PSE"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192047,"link":null,"locked":false,"customData":{"boxId":"RypXleBEkT_Umab_0FLYS","label":"BigQuery","resource":"google_bigquery_dataset","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.36559581756591797,-0.009929656982421875],[-0.7263565063476562,-0.03801727294921875],[-1.081838607788086,-0.08381843566894531],[-1.4315967559814453,-0.14688491821289062],[-1.7751836776733398,-0.22677230834960938],[-2.112156867980957,-0.32303619384765625],[-2.4420671463012695,-0.4352302551269531],[-2.764470100402832,-0.5629100799560547],[-3.078920364379883,-0.70562744140625],[-3.3849730491638184,-0.8629360198974609],[-3.6821823120117188,-1.0343952178955078],[-3.9701008796691895,-1.2195549011230469],[-4.248284816741943,-1.4179706573486328],[-4.516287803649902,-1.6291980743408203],[-4.773664474487305,-1.8527889251708984],[-5.019969463348389,-2.088298797607422],[-5.254756450653076,-2.3352842330932617],[-5.4775800704956055,-2.5932979583740234],[-5.687994480133057,-2.8618927001953125],[-5.885554790496826,-3.140625],[-6.069815635681152,-3.429048538208008],[-6.240329742431641,-3.726717948913574],[-6.396652698516846,-4.0331878662109375],[-6.538338661193848,-4.348011016845703],[-6.664942264556885,-4.670742988586426],[-6.776017189025879,-5.000938415527344],[-6.871118545532227,-5.338151931762695],[-6.949800491333008,-5.681938171386719],[-7.0116167068481445,-6.031848907470703],[-7.056122779846191,-6.3874406814575195],[-7.08287239074707,-6.74826717376709],[-7.0914201736450195,-7.113883972167969],[-7.081490516662598,-7.47947883605957],[-7.053402900695801,-7.840239524841309],[-7.007602214813232,-8.195722579956055],[-6.944535255432129,-8.545480728149414],[-6.864646911621094,-8.889067649841309],[-6.768383026123047,-9.22603988647461],[-6.65618896484375,-9.555950164794922],[-6.528510570526123,-9.8783540725708],[-6.385793209075928,-10.192804336547852],[-6.228483200073242,-10.498857021331787],[-6.057024955749512,-10.79606580734253],[-5.871865749359131,-11.083984851837158],[-5.673449516296387,-11.362168312072754],[-5.462223052978516,-11.630171298980713],[-5.238631725311279,-11.887547969818115],[-5.003120422363281,-12.1338529586792],[-4.756135940551758,-12.368639945983887],[-4.498122692108154,-12.591463565826416],[-4.229527473449707,-12.801878452301025],[-3.9507951736450195,-12.999438762664795],[-3.6623711585998535,-13.183699131011963],[-3.3647022247314453,-13.35421371459961],[-3.0582332611083984,-13.510536670684814],[-2.7434091567993164,-13.652222633361816],[-2.4206771850585938,-13.778826236724854],[-2.0904808044433594,-13.889901161193848],[-1.7532682418823242,-13.985002517700195],[-1.4094829559326172,-14.063683986663818],[-1.0595712661743164,-14.125500679016113],[-0.7039785385131836,-14.17000675201416],[-0.3431520462036133,-14.196756362915039],[0.022464752197265625,-14.20530366897583],[0.3870382308959961,-14.195406913757324],[0.7468461990356445,-14.167415142059326],[1.1014394760131836,-14.121772766113281],[1.4503746032714844,-14.058923244476318],[1.7932062149047852,-13.979310512542725],[2.129486083984375,-13.883377075195312],[2.4587717056274414,-13.771567344665527],[2.78061580657959,-13.644324779510498],[3.094572067260742,-13.502092361450195],[3.400197982788086,-13.345314979553223],[3.6970434188842773,-13.174434185028076],[3.9846668243408203,-12.989895343780518],[4.262619972229004,-12.792141437530518],[4.530458450317383,-12.581615924835205],[4.787737846374512,-12.358762741088867],[5.0340070724487305,-12.124024391174316],[5.268828392028809,-11.877845287322998],[5.491751670837402,-11.6206693649292],[5.702330589294434,-11.35293960571289],[5.900120735168457,-11.075099468231201],[6.084677696228027,-10.787592887878418],[6.255553245544434,-10.490862846374512],[6.412304878234863,-10.185354232788086],[6.5544843673706055,-9.871508598327637],[6.681647300720215,-9.549772262573242],[6.793347358703613,-9.220584869384766],[6.8891401290893555,-8.884393692016602],[6.968579292297363,-8.541641235351562],[7.031216621398926,-8.192770004272461],[7.076613426208496,-7.838224411010742],[7.104315757751465,-7.478448867797852],[7.113883018493652,-7.113883972167969],[7.1053361892700195,-6.74826717376709],[7.078587532043457,-6.3874406814575195],[7.03408145904541,-6.031848907470703],[6.972264289855957,-5.681938171386719],[6.893582344055176,-5.338151931762695],[6.798480033874512,-5.000938415527344],[6.687405586242676,-4.670742988586426],[6.560803413391113,-4.348011016845703],[6.419116020202637,-4.0331878662109375],[6.26279354095459,-3.726717948913574],[6.092278480529785,-3.429048538208008],[5.908019065856934,-3.140625],[5.710457801818848,-2.8618927001953125],[5.500042915344238,-2.5932979583740234],[5.277220726013184,-2.3352842330932617],[5.042431831359863,-2.088298797607422],[4.796128273010254,-1.8527889251708984],[4.538751602172852,-1.6291980743408203],[4.270748138427734,-1.4179706573486328],[3.992565155029297,-1.2195549011230469],[3.7046451568603516,-1.0343952178955078],[3.407437324523926,-0.8629360198974609],[3.101384162902832,-0.70562744140625],[2.786932945251465,-0.5629100799560547],[2.4645309448242188,-0.4352302551269531],[2.13461971282959,-0.32303619384765625],[1.7976484298706055,-0.22677230834960938],[1.4540605545043945,-0.14688491821289062],[1.1043024063110352,-0.08381843566894531],[0.7488203048706055,-0.03801727294921875],[0.3880586624145508,-0.009929656982421875],[0.022464752197265625,0],[0,0]]},{"type":"line","version":148,"versionNonce":109402845,"isDeleted":true,"id":"f4tuTGE4Jh1gzQ70-xIN_","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":486.7132601737976,"y":486.96286964416504,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":1.8196568489074707,"height":4.646490097045898,"seed":1717537249,"groupIds":["kt5YX_q77_IepwRy7W0dT","v8lQ__53E0vPA8v-5gan6","aTDwA9ewNATgCq8fU7PSE"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192047,"link":null,"locked":false,"customData":{"boxId":"RypXleBEkT_Umab_0FLYS","label":"BigQuery","resource":"google_bigquery_dataset","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,2.796879768371582],[0,2.796879768371582],[0.17416858673095703,3.0759944915771484],[0.36487913131713867,3.342823028564453],[0.5714726448059082,3.596665382385254],[0.7932920455932617,3.836817741394043],[1.0296778678894043,4.062578201293945],[1.2799725532531738,4.273244857788086],[1.5435185432434082,4.46811580657959],[1.8196568489074707,4.646490097045898],[1.8196568489074707,0],[0,0],[0,0]]},{"type":"line","version":148,"versionNonce":322440563,"isDeleted":true,"id":"uAQjzSIMVu7foiNKig1Ua","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":490.07550716400146,"y":484.38689517974854,"strokeColor":"#00000000","backgroundColor":"#669df6","width":2.2427453994750977,"height":8.085492134094238,"seed":1486831791,"groupIds":["bvKsdz5PYT61BwaiJ78bc","v8lQ__53E0vPA8v-5gan6","aTDwA9ewNATgCq8fU7PSE"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192047,"link":null,"locked":false,"customData":{"boxId":"RypXleBEkT_Umab_0FLYS","label":"BigQuery","resource":"google_bigquery_dataset","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,8.004990577697754],[0,8.004990577697754],[0.29485130310058594,8.036524772644043],[0.5897035598754883,8.057877540588379],[0.8845548629760742,8.068699836730957],[1.1794071197509766,8.068642616271973],[1.445591926574707,8.081278800964355],[1.7110748291015625,8.085492134094238],[1.9765596389770508,8.081278800964355],[2.2427453994750977,8.068642616271973],[2.2427453994750977,0],[0,0],[0,0]]},{"type":"line","version":148,"versionNonce":1714419517,"isDeleted":true,"id":"sMoTA5a160FCKmlnFJo55","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":494.06302642822266,"y":488.05616188049316,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":1.8084230422973633,"height":3.497035026550293,"seed":1953867201,"groupIds":["PwHcwbiCZw-OC4KjfEQzg","v8lQ__53E0vPA8v-5gan6","aTDwA9ewNATgCq8fU7PSE"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192047,"link":null,"locked":false,"customData":{"boxId":"RypXleBEkT_Umab_0FLYS","label":"BigQuery","resource":"google_bigquery_dataset","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,3.497035026550293],[0,3.497035026550293],[0.2770538330078125,3.307438850402832],[0.5408821105957031,3.1014394760131836],[0.7908115386962891,2.879755973815918],[1.026169776916504,2.6431102752685547],[1.2462835311889648,2.392223358154297],[1.4504785537719727,2.1278133392333984],[1.6380834579467773,1.850602149963379],[1.8084230422973633,1.5613107681274414],[1.8084230422973633,0],[0,0],[0,0]]},{"type":"rectangle","version":132,"versionNonce":1314645779,"isDeleted":true,"id":"iHAHXdGWgA7lLPLlYdzk4","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":620,"y":460,"strokeColor":"#202124","backgroundColor":"#FFF","width":240,"height":80,"seed":1936806607,"groupIds":["aoKZODF-OayrU79mHUl_c","17m6ln345brAeK1O4uDqG"],"strokeSharpness":"round","boundElements":[{"id":"0jBnfLa8x-7PG-dHNSIyq","type":"arrow"}],"updated":1706297192047,"link":null,"locked":false,"customData":{"boxId":"GdJxz75HD8Kp3UUxJcpGK","label":"Looker Studio","type":"container"}},{"type":"text","version":128,"versionNonce":1124599709,"isDeleted":true,"id":"xz3-NJXbvk7bJrFHdyA7W","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":636,"y":476,"strokeColor":"#1A73F8","backgroundColor":"transparent","width":160,"height":18,"seed":891110817,"groupIds":["aoKZODF-OayrU79mHUl_c","17m6ln345brAeK1O4uDqG"],"strokeSharpness":"round","boundElements":[],"updated":1706297192047,"link":null,"locked":false,"customData":{"boxId":"GdJxz75HD8Kp3UUxJcpGK","label":"Looker Studio","type":"child"},"fontSize":16,"fontFamily":2,"text":"Looker Studio","baseline":16,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":"Looker Studio"},{"type":"text","version":147,"versionNonce":1460898995,"isDeleted":true,"id":"Ja-6sfaquNvBjyxhpayRh","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":636,"y":498,"strokeColor":"#202124","backgroundColor":"transparent","width":99,"height":19,"seed":712777967,"groupIds":["aoKZODF-OayrU79mHUl_c","17m6ln345brAeK1O4uDqG"],"strokeSharpness":"round","boundElements":[],"updated":1706297192047,"link":null,"locked":false,"customData":{"boxId":"GdJxz75HD8Kp3UUxJcpGK","label":"Looker Studio","type":"child"},"fontSize":16,"fontFamily":2,"text":"Visualizations","baseline":15,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":"Visualizations"},{"type":"line","version":128,"versionNonce":2134838269,"isDeleted":true,"id":"lv3E4PkfO4Mfz0QfMGIDG","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":831.934796333313,"y":478.25,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":3.444951057434082,"height":3.3636693954467773,"seed":1669720449,"groupIds":["RJ9HV3J7GAggYoRpmTAKv","aoKZODF-OayrU79mHUl_c","17m6ln345brAeK1O4uDqG"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192047,"link":null,"locked":false,"customData":{"boxId":"GdJxz75HD8Kp3UUxJcpGK","label":"Looker Studio","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.17994022369384766,0.008455276489257812],[-0.3534507751464844,0.03334450721740723],[-0.5198154449462891,0.07395315170288086],[-0.6783208847045898,0.12956690788269043],[-0.8282508850097656,0.19947099685668945],[-0.9688930511474609,0.28295135498046875],[-1.099532127380371,0.37929272651672363],[-1.2194528579711914,0.4877810478210449],[-1.3279409408569336,0.6077020168304443],[-1.4242830276489258,0.7383408546447754],[-1.5077619552612305,0.8789827823638916],[-1.577667236328125,1.0289134979248047],[-1.6332807540893555,1.1874184608459473],[-1.67388916015625,1.3537836074829102],[-1.6987791061401367,1.5272934436798096],[-1.7072334289550781,1.7072343826293945],[-1.6907224655151367,1.9511208534240723],[-1.668654441833496,2.0730676651000977],[-1.6361074447631836,2.1950159072875977],[-1.5921268463134766,2.3169636726379395],[-1.5357608795166016,2.438910484313965],[-1.4660577774047852,2.5608553886413574],[-1.3820619583129883,2.6827969551086426],[-0.650390625,1.951125144958496],[-0.650390625,1.7072343826293945],[-0.650390625,1.7072343826293945],[-0.6356239318847656,1.5590853691101074],[-0.5932302474975586,1.4214184284210205],[-0.5260677337646484,1.2970912456512451],[-0.43699169158935547,1.1889610290527344],[-0.3288612365722656,1.0998854637145996],[-0.20453453063964844,1.032721996307373],[-0.06686687469482422,0.9903287887573242],[0.08128070831298828,0.975562334060669],[0.2294301986694336,0.9903287887573242],[0.3670969009399414,1.032721996307373],[0.491424560546875,1.0998854637145996],[0.5995550155639648,1.1889610290527344],[0.6886301040649414,1.2970912456512451],[0.7557945251464844,1.4214184284210205],[0.7981882095336914,1.5590853691101074],[0.812952995300293,1.7072343826293945],[0.7981882095336914,1.8553833961486816],[0.7557945251464844,1.9930505752563477],[0.6886301040649414,2.117377758026123],[0.5995550155639648,2.2255077362060547],[0.491424560546875,2.3145833015441895],[0.3670969009399414,2.381746292114258],[0.2294301986694336,2.424139976501465],[0.08128070831298828,2.438906192779541],[-0.16260910034179688,2.438906192779541],[-0.8942804336547852,3.089296817779541],[-0.8942804336547852,3.089296817779541],[-0.739192008972168,3.1731338500976562],[-0.5795764923095703,3.241727828979492],[-0.4166259765625,3.2950782775878906],[-0.25153160095214844,3.3331851959228516],[-0.08548355102539062,3.356049060821533],[0.08032703399658203,3.3636693954467773],[0.24470806121826172,3.3560471534729004],[0.40647029876708984,3.333181381225586],[0.5644235610961914,3.2950730323791504],[0.717371940612793,3.2417216300964355],[0.8641300201416016,3.1731271743774414],[1.003504753112793,3.0892906188964844],[1.134303092956543,2.99021053314209],[1.2553377151489258,2.875887870788574],[1.3654146194458008,2.7463231086730957],[1.463343620300293,2.601515769958496],[1.5471820831298828,2.4464268684387207],[1.6157751083374023,2.2868118286132812],[1.6691255569458008,2.123861312866211],[1.7072334289550781,1.9587664604187012],[1.7300958633422852,1.7927179336547852],[1.737717628479004,1.6269078254699707],[1.7300939559936523,1.4625258445739746],[1.707228660583496,1.3007636070251465],[1.6691198348999023,1.1428120136260986],[1.615769386291504,0.9898619651794434],[1.547175407409668,0.843104362487793],[1.4633378982543945,0.703730583190918],[1.3642587661743164,0.5729315280914307],[1.2499361038208008,0.45189762115478516],[1.1203699111938477,0.34182024002075195],[0.9755620956420898,0.24389052391052246],[0.8802938461303711,0.18672418594360352],[0.7774038314819336,0.13718199729919434],[0.6668920516967773,0.09526300430297852],[0.5487604141235352,0.06096673011779785],[0.4230051040649414,0.03429293632507324],[0.2896261215209961,0.015241146087646484],[0.14862537384033203,0.0038101673126220703],[0,0],[0,0]]},{"type":"line","version":128,"versionNonce":1627749971,"isDeleted":true,"id":"hi-sManixaxYkyjn_NM49","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":831.2844533920288,"y":483.2091407775879,"strokeColor":"#00000000","backgroundColor":"#669df6","width":1.7072343826293945,"height":3.902249813079834,"seed":1867000591,"groupIds":["XKXrpiSYsFd_sg-EA4r4W","aoKZODF-OayrU79mHUl_c","17m6ln345brAeK1O4uDqG"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192047,"link":null,"locked":false,"customData":{"boxId":"GdJxz75HD8Kp3UUxJcpGK","label":"Looker Studio","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.007622718811035156,-0.2132415771484375],[-0.030488967895507812,-0.4255342483520508],[-0.06859874725341797,-0.6359243392944336],[-0.12195110321044922,-0.8434572219848633],[-0.19054698944091797,-1.04718017578125],[-0.274383544921875,-1.2461400032043457],[-0.3734626770019531,-1.4393820762634277],[-0.4877815246582031,-1.625953197479248],[-1.463343620300293,-0.650390625],[-1.463343620300293,-0.650390625],[-1.4036455154418945,-0.48017311096191406],[-1.3515586853027344,-0.3251953125],[-1.3147125244140625,-0.17021846771240234],[-1.3043880462646484,-0.0879669189453125],[-1.300734519958496,0],[-1.3081979751586914,0.14862489700317383],[-1.3299531936645508,0.2896270751953125],[-1.365046501159668,0.4230051040649414],[-1.4125261306762695,0.5487594604492188],[-1.4714374542236328,0.6668920516967773],[-1.540827751159668,0.7774033546447754],[-1.6197443008422852,0.8802928924560547],[-1.7072343826293945,0.9755620956420898],[-1.2194528579711914,2.276296615600586],[-1.2194528579711914,2.276296615600586],[-1.0717878341674805,2.180173873901367],[-0.9336481094360352,2.075118064880371],[-0.8050355911254883,1.9617271423339844],[-0.6859493255615234,1.8405942916870117],[-0.5763893127441406,1.7123165130615234],[-0.47635650634765625,1.5774898529052734],[-0.3858489990234375,1.4367084503173828],[-0.3048696517944336,1.290567398071289],[-0.23341655731201172,1.1396656036376953],[-0.17148971557617188,0.9845943450927734],[-0.11909008026123047,0.8259515762329102],[-0.0762186050415039,0.664332389831543],[-0.04287242889404297,0.5003318786621094],[-0.019054412841796875,0.3345456123352051],[-0.004763603210449219,0.1675701141357422],[0,0],[0,0]]},{"type":"line","version":128,"versionNonce":987137117,"isDeleted":true,"id":"RqM-RGkzd6CkH7bjvD5bI","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":828.6829376220703,"y":484.5911560058594,"strokeColor":"#00000000","backgroundColor":"#669df6","width":4.471312999725342,"height":5.365593910217285,"seed":686756193,"groupIds":["bwrehPALZbZq3dciq3XNx","aoKZODF-OayrU79mHUl_c","17m6ln345brAeK1O4uDqG"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192047,"link":null,"locked":false,"customData":{"boxId":"GdJxz75HD8Kp3UUxJcpGK","label":"Looker Studio","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.13609695434570312,-0.00656890869140625],[-0.2694549560546875,-0.025880813598632812],[-0.39924144744873047,-0.057338714599609375],[-0.5246210098266602,-0.10034751892089844],[-0.6447620391845703,-0.1543130874633789],[-0.7588291168212891,-0.21863937377929688],[-0.8659892082214355,-0.29272937774658203],[-0.9654083251953125,-0.3759899139404297],[-1.056253433227539,-0.46782493591308594],[-1.137690544128418,-0.5676383972167969],[-1.2088861465454102,-0.674835205078125],[-1.2690067291259766,-0.7888202667236328],[-1.31721830368042,-0.9089984893798828],[-1.352686882019043,-1.0347728729248047],[-1.3745794296264648,-1.1655502319335938],[-1.3820629119873047,-1.3007335662841797],[-1.375493049621582,-1.4368314743041992],[-1.3561820983886719,-1.5701894760131836],[-1.324723243713379,-1.6999750137329102],[-1.2817144393920898,-1.8253555297851562],[-1.2277488708496094,-1.9454960823059082],[-1.1634235382080078,-2.0595626831054688],[-1.0893325805664062,-2.1667232513427734],[-1.0060720443725586,-2.2661423683166504],[-0.9142374992370605,-2.356987953186035],[-0.8144245147705078,-2.438424587249756],[-0.7072277069091797,-2.5096206665039062],[-0.5932426452636719,-2.5697402954101562],[-0.4730644226074219,-2.617952346801758],[-0.3472890853881836,-2.653421401977539],[-0.21651172637939453,-2.675313949584961],[-0.08132743835449219,-2.6827964782714844],[0.013623237609863281,-2.6789865493774414],[0.11429023742675781,-2.667555809020996],[0.3251485824584961,-2.6218299865722656],[0.5360069274902344,-2.5456151962280273],[0.6366739273071289,-2.4960718154907227],[0.7316246032714844,-2.438905715942383],[1.7071876525878906,-3.3331871032714844],[1.7071876525878906,-3.3331871032714844],[1.4936275482177734,-3.5046730041503906],[1.2791128158569336,-3.6532936096191406],[1.0626907348632812,-3.779049873352051],[0.843409538269043,-3.881941318511963],[0.6203193664550781,-3.961967945098877],[0.39246654510498047,-4.019129753112793],[0.15890121459960938,-4.053426742553711],[-0.08132743835449219,-4.064859390258789],[-0.35260868072509766,-4.050806999206543],[-0.6167440414428711,-4.0096025466918945],[-0.8723058700561523,-3.9426755905151367],[-1.117863655090332,-3.851454734802246],[-1.3519887924194336,-3.7373695373535156],[-1.5732526779174805,-3.6018481254577637],[-1.780226230621338,-3.446320056915283],[-1.971480369567871,-3.272214889526367],[-2.1455860137939453,-3.080960750579834],[-2.301114082336426,-2.8739871978759766],[-2.4366350173950195,-2.6527228355407715],[-2.5507211685180664,-2.41859769821167],[-2.6419410705566406,-2.173039436340332],[-2.7088685035705566,-1.917478084564209],[-2.750072956085205,-1.6533427238464355],[-2.764125347137451,-1.3820619583129883],[-2.7509660720825195,-1.1107816696166992],[-2.7122020721435547,-0.8466458320617676],[-2.64890718460083,-0.5910854339599609],[-2.5621509552001953,-0.34552669525146484],[-2.4530067443847656,-0.11140155792236328],[-2.322545051574707,0.1098623275756836],[-2.171839714050293,0.3168363571166992],[-2.0019612312316895,0.5080900192260742],[-1.813981056213379,0.6821956634521484],[-1.6089725494384766,0.8377237319946289],[-1.3880057334899902,0.9732446670532227],[-1.1521539688110352,1.0873308181762695],[-0.9024887084960938,1.1785516738891602],[-0.640080451965332,1.2454776763916016],[-0.36600399017333984,1.28668212890625],[-0.08132743835449219,1.300734519958496],[0.053328514099121094,1.2994651794433594],[0.20322036743164062,1.2905750274658203],[0.3531036376953125,1.266444206237793],[0.42327880859375,1.2462825775146484],[0.4877347946166992,1.2194538116455078],[-0.00004673004150390625,0],[0,0]]},{"type":"line","version":128,"versionNonce":1728592883,"isDeleted":true,"id":"ZDa5aYhmxJOkXlzeYdjTY","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":832.0161247253418,"y":485.6480464935303,"strokeColor":"#00000000","backgroundColor":"#4285f4","width":12.04841136932373,"height":12.080839157104492,"seed":1850601775,"groupIds":["o-BtIZ21gP2H5JvBLlRQd","aoKZODF-OayrU79mHUl_c","17m6ln345brAeK1O4uDqG"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192047,"link":null,"locked":false,"customData":{"boxId":"GdJxz75HD8Kp3UUxJcpGK","label":"Looker Studio","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.4268035888671875,0.015241622924804688],[-0.8536167144775391,0.060967445373535156],[-1.2804298400878906,0.13718223571777344],[-1.7072334289550781,0.24389076232910156],[-0.9755620956420898,2.032406806945801],[-0.9755620956420898,2.032406806945801],[-0.7316761016845703,2.0197067260742188],[-0.4877805709838867,1.9917659759521484],[-0.24388599395751953,1.9638252258300781],[0,1.9511260986328125],[0.21193504333496094,1.9565563201904297],[0.4207725524902344,1.9726600646972656],[0.6262760162353516,1.999155044555664],[0.8282089233398438,2.035757064819336],[1.0263290405273438,2.082183837890625],[1.2204017639160156,2.138153076171875],[1.410186767578125,2.2033815383911133],[1.5954465866088867,2.277585983276367],[1.7759437561035156,2.360483169555664],[1.9514389038085938,2.451791763305664],[2.121694564819336,2.551227569580078],[2.2864723205566406,2.65850830078125],[2.445535659790039,2.773350715637207],[2.5986413955688477,2.8954734802246094],[2.745555877685547,3.0245914459228516],[2.8860416412353516,3.16042423248291],[3.019857406616211,3.3026866912841797],[3.1467647552490234,3.4510974884033203],[3.266529083251953,3.6053733825683594],[3.378908157348633,3.7652320861816406],[3.4836654663085938,3.9303884506225586],[3.580564498901367,4.10056209564209],[3.6693649291992188,4.275468826293945],[3.7498302459716797,4.454828262329102],[3.8217201232910156,4.638354301452637],[3.8847970962524414,4.825765609741211],[3.938823699951172,5.016780853271484],[3.983560562133789,5.211113929748535],[4.018772125244141,5.408483505249023],[4.044218063354492,5.608607292175293],[4.059659957885742,5.811202049255371],[4.064859390258789,6.015983581542969],[4.059429168701172,6.22791862487793],[4.043325424194336,6.436758041381836],[4.0168304443359375,6.64225959777832],[3.9802284240722656,6.8441925048828125],[3.93380069732666,7.042314529418945],[3.8778324127197266,7.236387252807617],[3.812602996826172,7.426172256469727],[3.7383995056152344,7.611433029174805],[3.6555023193359375,7.791929244995117],[3.5641937255859375,7.967424392700195],[3.4647579193115234,8.137680053710938],[3.357476234436035,8.302457809448242],[3.242633819580078,8.461519241333008],[3.120512008666992,8.614625930786133],[2.991392135620117,8.761541366577148],[2.8555612564086914,8.90202522277832],[2.713298797607422,9.03584098815918],[2.564887046813965,9.162750244140625],[2.410612106323242,9.282512664794922],[2.250753402709961,9.394891738891602],[2.085597038269043,9.499650955200195],[1.9154224395751953,9.596549987792969],[1.7405147552490234,9.68535041809082],[1.5611572265625,9.765813827514648],[1.3776302337646484,9.837703704833984],[1.1902179718017578,9.900781631469727],[0.9992046356201172,9.954809188842773],[0.8048715591430664,9.99954605102539],[0.6075019836425781,10.034757614135742],[0.4073781967163086,10.060201644897461],[0.20478343963623047,10.075643539428711],[0,10.080842971801758],[-0.21193408966064453,10.075414657592773],[-0.4207725524902344,10.059309005737305],[-0.6262760162353516,10.032814025878906],[-0.8282070159912109,9.996212005615234],[-1.0263290405273438,9.949785232543945],[-1.2204017639160156,9.893815994262695],[-1.410186767578125,9.828588485717773],[-1.5954465866088867,9.754384994506836],[-1.7759437561035156,9.671485900878906],[-1.9514389038085938,9.580177307128906],[-2.121694564819336,9.480741500854492],[-2.2864723205566406,9.37346076965332],[-2.4455337524414062,9.25861930847168],[-2.5986413955688477,9.136495590209961],[-2.745555877685547,9.007377624511719],[-2.886040687561035,8.871545791625977],[-3.0198564529418945,8.72928237915039],[-3.1467647552490234,8.58087158203125],[-3.2665281295776367,8.426595687866211],[-3.3789072036743164,8.26673698425293],[-3.4836654663085938,8.101581573486328],[-3.580564498901367,7.931407928466797],[-3.6693649291992188,7.756500244140625],[-3.7498292922973633,7.577140808105469],[-3.821718215942383,7.39361572265625],[-3.884796142578125,7.206203460693359],[-3.938823699951172,7.015188217163086],[-3.983560562133789,6.820856094360352],[-4.018771648406982,6.62348747253418],[-4.044217109680176,6.423362731933594],[-4.059658527374268,6.220767974853516],[-4.064859390258789,6.015983581542969],[-4.055392265319824,5.728410720825195],[-4.027228355407715,5.44548225402832],[-3.9807252883911133,5.16802978515625],[-3.916240692138672,4.896888732910156],[-3.83413028717041,4.632892608642578],[-3.7347536087036133,4.376873970031738],[-3.6184654235839844,4.129669189453125],[-3.4856252670288086,3.8921079635620117],[-3.336587905883789,3.665027618408203],[-3.1717119216918945,3.449258804321289],[-2.991353988647461,3.2456369400024414],[-2.795872688293457,3.054995536804199],[-2.585622787475586,2.8781681060791016],[-2.360963821411133,2.7159881591796875],[-2.122251510620117,2.5692901611328125],[-1.8698434829711914,2.4389076232910156],[-2.6015148162841797,0.650390625],[-2.6015148162841797,0.650390625],[-2.8782453536987305,0.7939214706420898],[-3.144331932067871,0.9497756958007812],[-3.3996124267578125,1.1174211502075195],[-3.643922805786133,1.2963199615478516],[-3.8770971298217773,1.4859371185302734],[-4.098974704742432,1.685734748840332],[-4.309389114379883,1.8951797485351562],[-4.5081787109375,2.1137351989746094],[-4.695178031921387,2.3408641815185547],[-4.870224952697754,2.5760316848754883],[-5.033154487609863,2.8187007904052734],[-5.183803081512451,3.068338394165039],[-5.322007179260254,3.3244056701660156],[-5.447603225708008,3.586367607116699],[-5.560426712036133,3.853689193725586],[-5.660314559936523,4.125831604003906],[-5.747101783752441,4.402263641357422],[-5.820626735687256,4.682445526123047],[-5.88072395324707,4.96584415435791],[-5.927229881286621,5.251920700073242],[-5.959981441497803,5.540142059326172],[-5.978815078735352,5.829970359802246],[-5.983565330505371,6.120870590209961],[-5.974069595336914,6.4123077392578125],[-5.950164794921875,6.703742980957031],[-5.911684989929199,6.9946441650390625],[-5.858469009399414,7.28447151184082],[-5.790351390838623,7.57269287109375],[-5.7071685791015625,7.858770370483398],[-5.608757019042969,8.142168045043945],[-5.494953632354736,8.42234992980957],[-5.365592956542969,8.698781967163086],[-5.2220635414123535,8.975515365600586],[-5.0662078857421875,9.241607666015625],[-4.898563385009766,9.496889114379883],[-4.719664573669434,9.741201400756836],[-4.53004789352417,9.97437858581543],[-4.330248832702637,10.196256637573242],[-4.120804309844971,10.406675338745117],[-3.902250289916992,10.605464935302734],[-3.6751203536987305,10.792465209960938],[-3.439952850341797,10.967512130737305],[-3.1972827911376953,11.130441665649414],[-2.9476470947265625,11.281089782714844],[-2.691579818725586,11.419294357299805],[-2.429616928100586,11.54488754272461],[-2.1622962951660156,11.657711029052734],[-1.8901519775390625,11.757596969604492],[-1.6137208938598633,11.844385147094727],[-1.3335380554199219,11.91790771484375],[-1.050140380859375,11.978004455566406],[-0.7640628814697266,12.024507522583008],[-0.4758424758911133,12.057258605957031],[-0.18601417541503906,12.076089859008789],[0.10488700866699219,12.080839157104492],[0.39632320404052734,12.071342468261719],[0.6877584457397461,12.047435760498047],[0.9786586761474609,12.008955001831055],[1.2684879302978516,11.955738067626953],[1.5567083358764648,11.88762092590332],[1.8427867889404297,11.804435729980469],[2.12618350982666,11.706024169921875],[2.4063663482666016,11.592218399047852],[2.6827964782714844,11.462860107421875],[2.9595279693603516,11.319330215454102],[3.225614547729492,11.163475036621094],[3.4808950424194336,10.995828628540039],[3.725203514099121,10.816930770874023],[3.9583797454833984,10.627313613891602],[4.180255889892578,10.427515029907227],[4.3906707763671875,10.218070983886719],[4.589460372924805,9.999517440795898],[4.776460647583008,9.77238655090332],[4.951507568359375,9.537220001220703],[5.114437103271484,9.294549942016602],[5.265085220336914,9.044912338256836],[5.403289794921875,8.788846969604492],[5.5288848876953125,8.526884078979492],[5.6417083740234375,8.259561538696289],[5.741596221923828,7.987417221069336],[5.8283843994140625,7.710987091064453],[5.901908874511719,7.430803298950195],[5.962005615234375,7.147407531738281],[6.008510589599609,6.861330032348633],[6.041263580322266,6.573108673095703],[6.060096740722656,6.283281326293945],[6.064846038818359,5.992380142211914],[6.055351257324219,5.700943946838379],[6.03144645690918,5.409507751464844],[5.99296760559082,5.1186065673828125],[5.939750671386719,4.828778266906738],[5.871633529663086,4.540557861328125],[5.788450241088867,4.254480361938477],[5.690040588378906,3.9710826873779297],[5.576234817504883,3.6909008026123047],[5.446876525878906,3.414468765258789],[5.236549377441406,3.0411930084228516],[5.002763748168945,2.6842308044433594],[4.746826171875,2.3446550369262695],[4.4700469970703125,2.0235366821289062],[4.173738479614258,1.7219486236572266],[3.8592090606689453,1.4409618377685547],[3.527769088745117,1.181650161743164],[3.180727005004883,0.9450826644897461],[2.8193931579589844,0.7323322296142578],[2.445079803466797,0.5444717407226562],[2.0590953826904297,0.3825712203979492],[1.6627492904663086,0.24770355224609375],[1.2573509216308594,0.14094161987304688],[0.8442134857177734,0.0633554458618164],[0.42464447021484375,0.016017913818359375],[-0.0000476837158203125,0],[0,0]]},{"type":"line","version":132,"versionNonce":429912253,"isDeleted":true,"id":"QvDFKQuoYBb8QKTP-szuw","fillStyle":"hachure","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":200,"y":380,"strokeColor":"#000000","backgroundColor":"transparent","width":0,"height":120,"seed":1520975169,"groupIds":[],"strokeSharpness":"round","boundElements":[],"updated":1706297192047,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[0,120]],"fontFamily":2},{"type":"text","version":399,"versionNonce":1159873939,"isDeleted":true,"id":"hnC_bsf2Afagia8FOc5FB","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":80,"angle":0,"x":460,"y":680,"strokeColor":"#202124","backgroundColor":"transparent","width":124,"height":19,"seed":821424975,"groupIds":[],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192047,"link":null,"locked":false,"customData":{"boxId":"p0S5NKIgKqSfDkV9tM2wc","label":"Region","resource":"region","type":"child"},"fontSize":16.444444444444446,"fontFamily":2,"text":"DATA ANALYSIS","baseline":15,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":"DATA ANALYSIS"},{"type":"rectangle","version":140,"versionNonce":1228722461,"isDeleted":true,"id":"UbTdotD4BefGl3ikKibHf","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":620,"y":160,"strokeColor":"#202124","backgroundColor":"#FFF","width":240,"height":80,"seed":2014375201,"groupIds":["ucBR21mRwjJKPh7u5uTFE","xRQ6CUkQXr2lza9OcgRV7"],"strokeSharpness":"round","boundElements":[],"updated":1706297192047,"link":null,"locked":false,"customData":{"boxId":"QzD_9h41xrBE4QdwJfF-N","label":"Cloud Storage","resource":"google_storage_bucket","type":"container"}},{"type":"text","version":132,"versionNonce":311040819,"isDeleted":true,"id":"ZruJ0Dr4CXrrcS3v5JbbF","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":636,"y":176,"strokeColor":"#1A73F8","backgroundColor":"transparent","width":160,"height":18,"seed":2140713327,"groupIds":["ucBR21mRwjJKPh7u5uTFE","xRQ6CUkQXr2lza9OcgRV7"],"strokeSharpness":"round","boundElements":[],"updated":1706297192047,"link":null,"locked":false,"customData":{"boxId":"QzD_9h41xrBE4QdwJfF-N","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"},"fontSize":16,"fontFamily":2,"text":"Cloud Storage","baseline":16,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":"Cloud Storage"},{"type":"text","version":142,"versionNonce":1193190781,"isDeleted":true,"id":"Gx1803BvWzRHZzU4lHskY","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":636,"y":198,"strokeColor":"#202124","backgroundColor":"transparent","width":74,"height":19,"seed":1754833153,"groupIds":["ucBR21mRwjJKPh7u5uTFE","xRQ6CUkQXr2lza9OcgRV7"],"strokeSharpness":"round","boundElements":[],"updated":1706297192047,"link":null,"locked":false,"customData":{"boxId":"QzD_9h41xrBE4QdwJfF-N","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"},"fontSize":16,"fontFamily":2,"text":"Data Lake","baseline":15,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":"Data Lake"},{"type":"rectangle","version":132,"versionNonce":1000750291,"isDeleted":true,"id":"HRvci0cWXPKn_nWSmNbOi","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":822,"y":180,"strokeColor":"transparent","backgroundColor":"#aecbfa","width":20,"height":7,"seed":58633103,"groupIds":["ucBR21mRwjJKPh7u5uTFE","xRQ6CUkQXr2lza9OcgRV7"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192047,"link":null,"locked":false,"customData":{"boxId":"QzD_9h41xrBE4QdwJfF-N","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"}},{"type":"rectangle","version":132,"versionNonce":1720118749,"isDeleted":true,"id":"LywRVvMkWXe1OQXIDWI4J","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":840,"y":180,"strokeColor":"transparent","backgroundColor":"#669df6","width":2,"height":7,"seed":2042550497,"groupIds":["ucBR21mRwjJKPh7u5uTFE","xRQ6CUkQXr2lza9OcgRV7"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192047,"link":null,"locked":false,"customData":{"boxId":"QzD_9h41xrBE4QdwJfF-N","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"}},{"type":"line","version":132,"versionNonce":1544366707,"isDeleted":true,"id":"oSdFKzdYPmvznI_tHpb6s","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":842,"y":180,"strokeColor":"#00000000","backgroundColor":"#4285f4","width":2,"height":7,"seed":685793711,"groupIds":["IH1KPRANnsiP1tsa3xD8k","ucBR21mRwjJKPh7u5uTFE","xRQ6CUkQXr2lza9OcgRV7"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192047,"link":null,"locked":false,"customData":{"boxId":"QzD_9h41xrBE4QdwJfF-N","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-2,0],[-2,7],[0,0],[0,0]]},{"type":"rectangle","version":132,"versionNonce":377956925,"isDeleted":true,"id":"VndU5Z2yer77e2BhpirKa","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":822,"y":180,"strokeColor":"transparent","backgroundColor":"#669df6","width":2,"height":7,"seed":487789761,"groupIds":["ucBR21mRwjJKPh7u5uTFE","xRQ6CUkQXr2lza9OcgRV7"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192047,"link":null,"locked":false,"customData":{"boxId":"QzD_9h41xrBE4QdwJfF-N","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"}},{"type":"rectangle","version":132,"versionNonce":1485136915,"isDeleted":true,"id":"pwG-8shbFVZi3pmwR6OGY","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":826,"y":183,"strokeColor":"transparent","backgroundColor":"#fff","width":6,"height":1,"seed":1088836559,"groupIds":["ucBR21mRwjJKPh7u5uTFE","xRQ6CUkQXr2lza9OcgRV7"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192047,"link":null,"locked":false,"customData":{"boxId":"QzD_9h41xrBE4QdwJfF-N","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"}},{"type":"rectangle","version":132,"versionNonce":1744886429,"isDeleted":true,"id":"7REEO6xhenBL-dRxy7oOZ","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":835,"y":182,"strokeColor":"transparent","backgroundColor":"#fff","width":3,"height":3,"seed":1714738337,"groupIds":["ucBR21mRwjJKPh7u5uTFE","xRQ6CUkQXr2lza9OcgRV7"],"strokeSharpness":"round","boundElements":[],"updated":1706297192047,"link":null,"locked":false,"customData":{"boxId":"QzD_9h41xrBE4QdwJfF-N","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"}},{"type":"rectangle","version":132,"versionNonce":956656051,"isDeleted":true,"id":"fTopVi_tyi1Rqvh6JCFi7","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":822,"y":189,"strokeColor":"transparent","backgroundColor":"#aecbfa","width":20,"height":7,"seed":1672020463,"groupIds":["ucBR21mRwjJKPh7u5uTFE","xRQ6CUkQXr2lza9OcgRV7"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192047,"link":null,"locked":false,"customData":{"boxId":"QzD_9h41xrBE4QdwJfF-N","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"}},{"type":"rectangle","version":132,"versionNonce":1403354877,"isDeleted":true,"id":"bg70mrO7enesWDllTvU4_","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":840,"y":189,"strokeColor":"transparent","backgroundColor":"#669df6","width":2,"height":7,"seed":1221826689,"groupIds":["ucBR21mRwjJKPh7u5uTFE","xRQ6CUkQXr2lza9OcgRV7"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192047,"link":null,"locked":false,"customData":{"boxId":"QzD_9h41xrBE4QdwJfF-N","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"}},{"type":"line","version":132,"versionNonce":1119075155,"isDeleted":true,"id":"9s1bLMBaGYxrz7ltyS9lb","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":842,"y":189,"strokeColor":"#00000000","backgroundColor":"#4285f4","width":2,"height":7,"seed":305196047,"groupIds":["YbOeYVwfD8p5X2CLELLai","ucBR21mRwjJKPh7u5uTFE","xRQ6CUkQXr2lza9OcgRV7"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192047,"link":null,"locked":false,"customData":{"boxId":"QzD_9h41xrBE4QdwJfF-N","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-2,0],[-2,7],[0,0],[0,0]]},{"type":"rectangle","version":132,"versionNonce":1073125213,"isDeleted":true,"id":"b_DfqH7PtMbxEm0GHMtOl","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":822,"y":189,"strokeColor":"transparent","backgroundColor":"#669df6","width":2,"height":7,"seed":380559457,"groupIds":["ucBR21mRwjJKPh7u5uTFE","xRQ6CUkQXr2lza9OcgRV7"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192047,"link":null,"locked":false,"customData":{"boxId":"QzD_9h41xrBE4QdwJfF-N","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"}},{"type":"rectangle","version":132,"versionNonce":1374083315,"isDeleted":true,"id":"X-aTibOLxLtCuD-u6BgQ4","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":826,"y":192,"strokeColor":"transparent","backgroundColor":"#fff","width":6,"height":1,"seed":410423855,"groupIds":["ucBR21mRwjJKPh7u5uTFE","xRQ6CUkQXr2lza9OcgRV7"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192047,"link":null,"locked":false,"customData":{"boxId":"QzD_9h41xrBE4QdwJfF-N","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"}},{"type":"rectangle","version":132,"versionNonce":1195746237,"isDeleted":true,"id":"4zlmqfIt4KyH5Fhp0-pBa","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":835,"y":191,"strokeColor":"transparent","backgroundColor":"#fff","width":3,"height":3,"seed":1033251905,"groupIds":["ucBR21mRwjJKPh7u5uTFE","xRQ6CUkQXr2lza9OcgRV7"],"strokeSharpness":"round","boundElements":[],"updated":1706297192047,"link":null,"locked":false,"customData":{"boxId":"QzD_9h41xrBE4QdwJfF-N","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"}},{"type":"arrow","version":152,"versionNonce":1948598931,"isDeleted":true,"id":"4kXwJH1dLqUAAORSO3NPX","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":200,"y":500,"strokeColor":"#202124","backgroundColor":"#202124","width":79,"height":0,"seed":794981455,"groupIds":[],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192047,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[79,0]],"fontFamily":2},{"type":"arrow","version":130,"versionNonce":1035215901,"isDeleted":true,"id":"0jBnfLa8x-7PG-dHNSIyq","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":520,"y":500,"strokeColor":"#202124","backgroundColor":"#202124","width":100,"height":0,"seed":1164508193,"groupIds":[],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192047,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[100,0]],"fontFamily":2},{"type":"arrow","version":128,"versionNonce":1109751859,"isDeleted":true,"id":"aQLxPaQ8P9w9EYGk6G49s","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":400,"y":340,"strokeColor":"#202124","backgroundColor":"#202124","width":0,"height":120,"seed":1590497903,"groupIds":[],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192047,"link":null,"locked":false,"startBinding":null,"endBinding":{"focus":0.3,"gap":16,"elementId":"rasyQ0CHhsp3CsEfuzqpg"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[0,120]],"fontFamily":2},{"type":"line","version":123,"versionNonce":1999870077,"isDeleted":true,"id":"aTYsV-Ig4m1PW-zIZof3B","fillStyle":"hachure","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":400,"y":340,"strokeColor":"#000000","backgroundColor":"transparent","width":40,"height":0,"seed":236376065,"groupIds":[],"strokeSharpness":"round","boundElements":[],"updated":1706297192047,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[40,0]],"fontFamily":2},{"type":"arrow","version":125,"versionNonce":2043541971,"isDeleted":true,"id":"bglfe1poYP5Gp9RwIy5pd","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":780,"y":340,"strokeColor":"#202124","backgroundColor":"#202124","width":100,"height":0,"seed":528411791,"groupIds":[],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192047,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-100,0]],"fontFamily":2},{"type":"line","version":126,"versionNonce":1300594909,"isDeleted":true,"id":"xw6Kr6s7f0SdHNoJp5uKl","fillStyle":"hachure","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":780,"y":240,"strokeColor":"#000000","backgroundColor":"transparent","width":0,"height":100,"seed":1302276065,"groupIds":[],"strokeSharpness":"round","boundElements":[],"updated":1706297192047,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[0,100]],"fontFamily":2},{"type":"arrow","version":132,"versionNonce":1479886707,"isDeleted":true,"id":"oeXAa8J4xvSm11RODwd77","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":720,"y":-75.04587155963304,"strokeColor":"#202124","backgroundColor":"#202124","width":0,"height":234.04587155963304,"seed":1026589359,"groupIds":[],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192047,"link":null,"locked":false,"startBinding":null,"endBinding":{"focus":-0.16666666666666666,"gap":1,"elementId":"UbTdotD4BefGl3ikKibHf"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[0,234.04587155963304]],"fontFamily":2},{"type":"ellipse","version":406,"versionNonce":1715166525,"isDeleted":true,"id":"WgcYDxo58a2wE9xsAIF3n","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":180,"y":220,"strokeColor":"#202124","backgroundColor":"#202124","width":32,"height":35,"seed":1309770689,"groupIds":["sKoYG8z0zStXephHuji8q"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192047,"link":null,"locked":false,"customData":{"boxId":"UDl3vtAfeea5HacfMqrtg","label":"Step Circle","type":"child"}},{"type":"text","version":366,"versionNonce":866246931,"isDeleted":true,"id":"x-TabJO45EGrpsmvJVsFn","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":190.5,"y":228,"strokeColor":"#FFFFFF","backgroundColor":"#202124","width":9,"height":16,"seed":2022331599,"groupIds":["sKoYG8z0zStXephHuji8q"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192047,"link":null,"locked":false,"customData":{"boxId":"UDl3vtAfeea5HacfMqrtg","label":"Step Circle","type":"child"},"fontSize":14,"fontFamily":2,"text":"2","baseline":13,"textAlign":"center","verticalAlign":"top","containerId":null,"originalText":"2"},{"type":"text","version":122,"versionNonce":951496093,"isDeleted":true,"id":"VcmfJFPr2XDMD5oP86qvT","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":225,"y":426,"strokeColor":"#000000","backgroundColor":"transparent","width":22,"height":23,"seed":1804428193,"groupIds":["sKoYG8z0zStXephHuji8q"],"strokeSharpness":"round","boundElements":[],"updated":1706297192047,"link":null,"locked":false,"fontSize":20,"fontFamily":2,"text":"","baseline":19,"textAlign":"center","verticalAlign":"middle","containerId":"oXmrarFjLAOt0by1KTAta","originalText":""},{"type":"ellipse","version":432,"versionNonce":1435125427,"isDeleted":true,"id":"Sv27OUEcC8ZY5BOLPXlhv","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":340,"y":340,"strokeColor":"#202124","backgroundColor":"#202124","width":32,"height":35,"seed":1764025071,"groupIds":["O7LUIBeCSIuGQHsVEA7Px"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192047,"link":null,"locked":false,"customData":{"boxId":"GmS_6aXjOFF1P2_aEunVZ","label":"Step Circle","type":"child"}},{"type":"text","version":393,"versionNonce":1411969533,"isDeleted":true,"id":"yXcilfDK0J6A66339SCbG","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":350.5,"y":348,"strokeColor":"#FFFFFF","backgroundColor":"#202124","width":9,"height":16,"seed":1380075393,"groupIds":["O7LUIBeCSIuGQHsVEA7Px"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192047,"link":null,"locked":false,"customData":{"boxId":"GmS_6aXjOFF1P2_aEunVZ","label":"Step Circle","type":"child"},"fontSize":14,"fontFamily":2,"text":"3","baseline":13,"textAlign":"center","verticalAlign":"top","containerId":null,"originalText":"3"},{"type":"text","version":122,"versionNonce":345307219,"isDeleted":true,"id":"iLXMrKx8RLV-Sos1eskeo","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1165,"y":360,"strokeColor":"#000000","backgroundColor":"transparent","width":22,"height":23,"seed":529050895,"groupIds":["O7LUIBeCSIuGQHsVEA7Px"],"strokeSharpness":"round","boundElements":[],"updated":1706297192047,"link":null,"locked":false,"fontSize":20,"fontFamily":2,"text":"","baseline":19,"textAlign":"center","verticalAlign":"middle","containerId":"oXmrarFjLAOt0by1KTAta","originalText":""},{"type":"ellipse","version":407,"versionNonce":1704176221,"isDeleted":true,"id":"Q4D7JXQYit9b5nxW3hn4j","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":400,"y":260,"strokeColor":"#202124","backgroundColor":"#202124","width":32,"height":35,"seed":2087694177,"groupIds":["ZuqjW4EZk1UumFp3fWMgl"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192047,"link":null,"locked":false,"customData":{"boxId":"_n40AdILG9y0GGRud2SzX","label":"Step Circle","type":"child"}},{"type":"text","version":369,"versionNonce":781743603,"isDeleted":true,"id":"AnTMx6V9LgtkW2Fp_hryv","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":410.5,"y":268,"strokeColor":"#FFFFFF","backgroundColor":"#202124","width":9,"height":16,"seed":120468271,"groupIds":["ZuqjW4EZk1UumFp3fWMgl"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192047,"link":null,"locked":false,"customData":{"boxId":"_n40AdILG9y0GGRud2SzX","label":"Step Circle","type":"child"},"fontSize":14,"fontFamily":2,"text":"4","baseline":13,"textAlign":"center","verticalAlign":"top","containerId":null,"originalText":"4"},{"type":"ellipse","version":458,"versionNonce":2110281405,"isDeleted":true,"id":"FUIj7F7KR2AQBZ9sHxitX","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":620,"y":220,"strokeColor":"#202124","backgroundColor":"#202124","width":32,"height":35,"seed":1885674305,"groupIds":["rZKDvg7YKfG9oHP82cudH"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192047,"link":null,"locked":false,"customData":{"boxId":"_kQwilXDXKZFR2PtPYdN_","label":"Step Circle","type":"child"}},{"type":"text","version":422,"versionNonce":1654341523,"isDeleted":true,"id":"0rJf4nz36yEZg2zbeKDba","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":630.5,"y":228,"strokeColor":"#FFFFFF","backgroundColor":"#202124","width":9,"height":16,"seed":142472527,"groupIds":["rZKDvg7YKfG9oHP82cudH"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192047,"link":null,"locked":false,"customData":{"boxId":"_kQwilXDXKZFR2PtPYdN_","label":"Step Circle","type":"child"},"fontSize":14,"fontFamily":2,"text":"5","baseline":13,"textAlign":"center","verticalAlign":"top","containerId":null,"originalText":"5"},{"type":"rectangle","version":136,"versionNonce":392722205,"isDeleted":true,"id":"TYqgrS7MVCDyXgTBUof2z","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":420,"y":-80,"strokeColor":"#202124","backgroundColor":"#FFF","width":82,"height":82,"seed":1450900623,"groupIds":["U8woTKgdrEwJaRN1Aomu3"],"strokeSharpness":"round","boundElements":[],"updated":1706297192047,"link":null,"locked":false,"customData":{}},{"type":"text","version":144,"versionNonce":1255396659,"isDeleted":true,"id":"EM8ByicYxiVyFWTjY7F0v","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":424,"y":-32,"strokeColor":"#202124","backgroundColor":"transparent","width":74,"height":19,"seed":539760609,"groupIds":["U8woTKgdrEwJaRN1Aomu3"],"strokeSharpness":"round","boundElements":[],"updated":1706297192047,"link":null,"locked":false,"customData":{},"fontSize":16,"fontFamily":2,"text":"Developer","baseline":15,"textAlign":"center","verticalAlign":"top","containerId":null,"originalText":"Developer"},{"type":"line","version":134,"versionNonce":1558547325,"isDeleted":true,"id":"AKKBb6Y5tEIZWOevQlLQw","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":449,"y":-64,"strokeColor":"#00000000","backgroundColor":"#00000000","width":24,"height":24,"seed":1512739503,"groupIds":["K8d5DhR8_PNGXDPvOqVfM","U8woTKgdrEwJaRN1Aomu3"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192047,"link":null,"locked":false,"customData":{},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[24,0],[24,24],[0,24],[0,0]]},{"type":"line","version":134,"versionNonce":1990768339,"isDeleted":true,"id":"Dkr7uNNPrn_WRd-elpKU0","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":465.5,"y":-52,"strokeColor":"#00000000","backgroundColor":"#000","width":4.989999771118164,"height":5,"seed":562066369,"groupIds":["5zuHH6g7_6MZroZNqkN6A","U8woTKgdrEwJaRN1Aomu3"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192048,"link":null,"locked":false,"customData":{},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[0.9712505340576172,-0.1965627670288086],[1.7625007629394531,-0.7325000762939453],[2.2950000762939453,-1.5271873474121094],[2.489999771118164,-2.5],[2.2950000762939453,-3.4728126525878906],[1.7625007629394531,-4.267499923706055],[0.9712505340576172,-4.80343770980835],[0,-5],[-0.9728126525878906,-4.80343770980835],[-1.7674999237060547,-4.267499923706055],[-2.3034372329711914,-3.4728126525878906],[-2.5,-2.5],[-2.3034372329711914,-1.5271873474121094],[-1.7674999237060547,-0.7325000762939453],[-0.9728126525878906,-0.1965627670288086],[0,0],[0,0]]},{"type":"line","version":134,"versionNonce":780211165,"isDeleted":true,"id":"uQ-etcTLk09BlvRW4HgF7","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":458,"y":-53,"strokeColor":"#00000000","backgroundColor":"#000","width":5.989999771118164,"height":6,"seed":197289167,"groupIds":["5zuHH6g7_6MZroZNqkN6A","U8woTKgdrEwJaRN1Aomu3"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192048,"link":null,"locked":false,"customData":{},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[1.1674995422363281,-0.23531246185302734],[2.1175003051757812,-0.8774995803833008],[2.7562503814697266,-1.830937385559082],[2.989999771118164,-3],[2.7562503814697266,-4.169062614440918],[2.1175003051757812,-5.122499942779541],[1.1674995422363281,-5.764687538146973],[0,-6],[-1.169062614440918,-5.764687538146973],[-2.122499942779541,-5.122499942779541],[-2.7646875381469727,-4.169062614440918],[-3,-3],[-2.7646875381469727,-1.830937385559082],[-2.122499942779541,-0.8774995803833008],[-1.169062614440918,-0.23531246185302734],[0,0],[0,0]]},{"type":"line","version":134,"versionNonce":1152410739,"isDeleted":true,"id":"ZGf4wiy2xRo8kbHiZvHAO","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":465.5,"y":-50,"strokeColor":"#00000000","backgroundColor":"#000","width":11,"height":5,"seed":1402885025,"groupIds":["5zuHH6g7_6MZroZNqkN6A","U8woTKgdrEwJaRN1Aomu3"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192048,"link":null,"locked":false,"customData":{},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-1.6314058303833008,0.17234420776367188],[-3.4362497329711914,0.6887502670288086],[-4.897968292236328,1.5482816696166992],[-5.338730812072754,2.106426239013672],[-5.5,2.75],[-5.5,5],[5.5,5],[5.5,2.75],[5.5,2.75],[5.3387298583984375,2.106426239013672],[4.897968292236328,1.5482816696166992],[3.436250686645508,0.6887502670288086],[1.6314067840576172,0.17234420776367188],[0,0],[0,0]]},{"type":"line","version":134,"versionNonce":1749848125,"isDeleted":true,"id":"vwLofSoJ4tkD5cjUQ-9OC","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":458,"y":-51,"strokeColor":"#00000000","backgroundColor":"#000","width":9.369999885559082,"height":6,"seed":2061169391,"groupIds":["5zuHH6g7_6MZroZNqkN6A","U8woTKgdrEwJaRN1Aomu3"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192048,"link":null,"locked":false,"customData":{},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.9697456359863281,0.054823875427246094],[-2.076718807220459,0.21921920776367188],[-4.37375020980835,0.8762502670288086],[-5.399511814117432,1.36865234375],[-6.233906269073486,1.9701566696166992],[-6.794785261154175,2.680644989013672],[-7,3.5],[-7,6],[0,6],[0,3.75],[0,3.75],[0.08343791961669922,3.0081253051757812],[0.4200000762939453,2.119999885559082],[1.1390628814697266,1.1793746948242188],[2.369999885559082,0.2799997329711914],[1.1062498092651367,0.07250022888183594],[0,0],[0,0]]},{"type":"rectangle","version":140,"versionNonce":2091998739,"isDeleted":true,"id":"8lyzvlLPRT1neo7PNl089","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":520,"y":-80,"strokeColor":"#202124","backgroundColor":"#FFF","width":82,"height":82,"seed":734074543,"groupIds":["4MJpwYGKEmLPjhC4L-XaG"],"strokeSharpness":"round","boundElements":[{"id":"5NHi5KE_nu-zXqdTwd3J_","type":"arrow"}],"updated":1706297192048,"link":null,"locked":false,"customData":{"boxId":"zNWBGw3v8bijUbxL8x0YA"}},{"type":"text","version":148,"versionNonce":1747550365,"isDeleted":true,"id":"Kk08iw9Jk2r_Bzsvjt5n1","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":524,"y":-32,"strokeColor":"#202124","backgroundColor":"transparent","width":74,"height":19,"seed":1032073153,"groupIds":["4MJpwYGKEmLPjhC4L-XaG"],"strokeSharpness":"round","boundElements":[],"updated":1706297192048,"link":null,"locked":false,"customData":{"boxId":"zNWBGw3v8bijUbxL8x0YA"},"fontSize":16,"fontFamily":2,"text":"Developer","baseline":15,"textAlign":"center","verticalAlign":"top","containerId":null,"originalText":"Developer"},{"type":"line","version":138,"versionNonce":698491827,"isDeleted":true,"id":"es-hr1HCnkN1aSsNv04sB","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":549,"y":-64,"strokeColor":"#00000000","backgroundColor":"#00000000","width":24,"height":24,"seed":1877502159,"groupIds":["XDjRWsuEDPeRzPM0kU76T","4MJpwYGKEmLPjhC4L-XaG"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192048,"link":null,"locked":false,"customData":{"boxId":"zNWBGw3v8bijUbxL8x0YA"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[24,0],[24,24],[0,24],[0,0]]},{"type":"line","version":138,"versionNonce":1405707517,"isDeleted":true,"id":"Q9Yz_yZmLRgNwA0Mcu3Zf","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":565.5,"y":-52,"strokeColor":"#00000000","backgroundColor":"#000","width":4.989999771118164,"height":5,"seed":801804193,"groupIds":["B0C5TjghhcUZfFfOKrANO","4MJpwYGKEmLPjhC4L-XaG"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192048,"link":null,"locked":false,"customData":{"boxId":"zNWBGw3v8bijUbxL8x0YA"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[0.9712505340576172,-0.1965627670288086],[1.7625007629394531,-0.7325000762939453],[2.2950000762939453,-1.5271873474121094],[2.489999771118164,-2.5],[2.2950000762939453,-3.4728126525878906],[1.7625007629394531,-4.267499923706055],[0.9712505340576172,-4.80343770980835],[0,-5],[-0.9728126525878906,-4.80343770980835],[-1.7674999237060547,-4.267499923706055],[-2.3034372329711914,-3.4728126525878906],[-2.5,-2.5],[-2.3034372329711914,-1.5271873474121094],[-1.7674999237060547,-0.7325000762939453],[-0.9728126525878906,-0.1965627670288086],[0,0],[0,0]]},{"type":"line","version":138,"versionNonce":866727251,"isDeleted":true,"id":"2BzQDMLI6fWdDtqNWcI4C","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":558,"y":-53,"strokeColor":"#00000000","backgroundColor":"#000","width":5.989999771118164,"height":6,"seed":1939896047,"groupIds":["B0C5TjghhcUZfFfOKrANO","4MJpwYGKEmLPjhC4L-XaG"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192048,"link":null,"locked":false,"customData":{"boxId":"zNWBGw3v8bijUbxL8x0YA"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[1.1674995422363281,-0.23531246185302734],[2.1175003051757812,-0.8774995803833008],[2.7562503814697266,-1.830937385559082],[2.989999771118164,-3],[2.7562503814697266,-4.169062614440918],[2.1175003051757812,-5.122499942779541],[1.1674995422363281,-5.764687538146973],[0,-6],[-1.169062614440918,-5.764687538146973],[-2.122499942779541,-5.122499942779541],[-2.7646875381469727,-4.169062614440918],[-3,-3],[-2.7646875381469727,-1.830937385559082],[-2.122499942779541,-0.8774995803833008],[-1.169062614440918,-0.23531246185302734],[0,0],[0,0]]},{"type":"line","version":138,"versionNonce":514702685,"isDeleted":true,"id":"VmqYStP0_LLB8uoPsOA_X","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":565.5,"y":-50,"strokeColor":"#00000000","backgroundColor":"#000","width":11,"height":5,"seed":1845097345,"groupIds":["B0C5TjghhcUZfFfOKrANO","4MJpwYGKEmLPjhC4L-XaG"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192048,"link":null,"locked":false,"customData":{"boxId":"zNWBGw3v8bijUbxL8x0YA"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-1.6314058303833008,0.17234420776367188],[-3.4362497329711914,0.6887502670288086],[-4.897968292236328,1.5482816696166992],[-5.338730812072754,2.106426239013672],[-5.5,2.75],[-5.5,5],[5.5,5],[5.5,2.75],[5.5,2.75],[5.3387298583984375,2.106426239013672],[4.897968292236328,1.5482816696166992],[3.436250686645508,0.6887502670288086],[1.6314067840576172,0.17234420776367188],[0,0],[0,0]]},{"type":"line","version":138,"versionNonce":974983923,"isDeleted":true,"id":"r4hN_E-Fc0Ig40ByeOjdq","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":558,"y":-51,"strokeColor":"#00000000","backgroundColor":"#000","width":9.369999885559082,"height":6,"seed":2104606991,"groupIds":["B0C5TjghhcUZfFfOKrANO","4MJpwYGKEmLPjhC4L-XaG"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192048,"link":null,"locked":false,"customData":{"boxId":"zNWBGw3v8bijUbxL8x0YA"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.9697456359863281,0.054823875427246094],[-2.076718807220459,0.21921920776367188],[-4.37375020980835,0.8762502670288086],[-5.399511814117432,1.36865234375],[-6.233906269073486,1.9701566696166992],[-6.794785261154175,2.680644989013672],[-7,3.5],[-7,6],[0,6],[0,3.75],[0,3.75],[0.08343791961669922,3.0081253051757812],[0.4200000762939453,2.119999885559082],[1.1390628814697266,1.1793746948242188],[2.369999885559082,0.2799997329711914],[1.1062498092651367,0.07250022888183594],[0,0],[0,0]]},{"id":"k6zdvt2zAnaMd8R6qj8Rx","type":"text","x":546.8183925010219,"y":537.2186897277455,"width":7,"height":23,"angle":0,"strokeColor":"#000000","backgroundColor":"transparent","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"round","seed":1872986753,"version":118,"versionNonce":1344801213,"isDeleted":true,"boundElements":null,"updated":1706297192048,"link":null,"locked":false,"text":"","fontSize":20,"fontFamily":2,"textAlign":"left","verticalAlign":"top","baseline":19,"containerId":null,"originalText":""},{"type":"rectangle","version":131,"versionNonce":763640979,"isDeleted":true,"id":"z2UJS9aaoqYGgVA3eupzG","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":80,"y":120,"strokeColor":"#202124","backgroundColor":"#FFF","width":240,"height":60,"seed":1972446351,"groupIds":["7LxDMulsif7cVqRN1RhNr","6Q9_vbAqAkMudOmvp55ea"],"strokeSharpness":"round","boundElements":[{"id":"u3MHsCfKj6joFmOvIyJhR","type":"arrow"}],"updated":1706297192048,"link":null,"locked":false,"customData":{"boxId":"t4TGrO1ZoAsJ_419-MJ1o","label":"Cloud Source Repositories","type":"container"}},{"type":"text","version":128,"versionNonce":156879389,"isDeleted":true,"id":"o1vDnEM4wH0z6uoeTTS6Y","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":96,"y":136,"strokeColor":"#1a73e8","backgroundColor":"transparent","width":160,"height":33,"seed":1122791393,"groupIds":["7LxDMulsif7cVqRN1RhNr","6Q9_vbAqAkMudOmvp55ea"],"strokeSharpness":"round","boundElements":[{"id":"W9R12Uosv_ysCejW7Zfn5","type":"arrow"}],"updated":1706297192048,"link":null,"locked":false,"customData":{"boxId":"t4TGrO1ZoAsJ_419-MJ1o","label":"Cloud Source Repositories","type":"child"},"fontSize":16,"fontFamily":2,"text":"Cloud Source \nRepositories ","baseline":30,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":"Cloud Source \nRepositories "},{"type":"text","version":117,"versionNonce":697643571,"isDeleted":true,"id":"4AWkHeZ1eGEI_8hWxHgoB","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":136,"y":193,"strokeColor":"#202124","backgroundColor":"transparent","width":160,"height":18,"seed":71023279,"groupIds":["7LxDMulsif7cVqRN1RhNr","6Q9_vbAqAkMudOmvp55ea"],"strokeSharpness":"round","boundElements":[],"updated":1706297192048,"link":null,"locked":false,"customData":{"boxId":"t4TGrO1ZoAsJ_419-MJ1o","label":"Cloud Source Repositories","type":"child"},"fontSize":16,"fontFamily":2,"text":"","baseline":16,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":""},{"type":"line","version":118,"versionNonce":1261731453,"isDeleted":true,"id":"XS6f5cSIQWdqTx8UbrMKZ","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":136,"y":220,"strokeColor":"#202124","backgroundColor":"transparent","width":208,"height":0,"seed":980798401,"groupIds":["7LxDMulsif7cVqRN1RhNr","6Q9_vbAqAkMudOmvp55ea"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192048,"link":null,"locked":false,"customData":{"boxId":"t4TGrO1ZoAsJ_419-MJ1o","label":"Cloud Source Repositories","type":"child"},"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[208,0]]},{"type":"text","version":117,"versionNonce":255226835,"isDeleted":true,"id":"Rbmm8OMBPPYtrIy5lF4oL","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":136,"y":228,"strokeColor":"#202124","backgroundColor":"transparent","width":160,"height":14,"seed":695110863,"groupIds":["7LxDMulsif7cVqRN1RhNr","6Q9_vbAqAkMudOmvp55ea"],"strokeSharpness":"round","boundElements":[],"updated":1706297192048,"link":null,"locked":false,"customData":{"boxId":"t4TGrO1ZoAsJ_419-MJ1o","label":"Cloud Source Repositories","type":"child"},"fontSize":12,"fontFamily":2,"text":"","baseline":12,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":""},{"type":"line","version":126,"versionNonce":2088347357,"isDeleted":true,"id":"jPPUQCeo821lbiK1s-bTe","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":301.9375,"y":138.0625,"strokeColor":"transparent","backgroundColor":"#4285f4","width":19.875,"height":19.875,"seed":1411951521,"groupIds":["7LxDMulsif7cVqRN1RhNr","6Q9_vbAqAkMudOmvp55ea"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192048,"link":null,"locked":false,"customData":{"boxId":"t4TGrO1ZoAsJ_419-MJ1o","label":"Cloud Source Repositories","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,19.875],[-19.875,19.875],[-19.875,0],[0,0],[0,0]]},{"type":"line","version":126,"versionNonce":1585348979,"isDeleted":true,"id":"wnWtOA1uCxc9iB27eC1Bp","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":292,"y":142.64687538146973,"strokeColor":"transparent","backgroundColor":"#4285f4","width":15.29062557220459,"height":9.937498092651367,"seed":1623333615,"groupIds":["7LxDMulsif7cVqRN1RhNr","6Q9_vbAqAkMudOmvp55ea"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192048,"link":null,"locked":false,"customData":{"boxId":"t4TGrO1ZoAsJ_419-MJ1o","label":"Cloud Source Repositories","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.329864501953125,0.013018131256103516],[-0.652587890625,0.05141592025756836],[-0.9671821594238281,0.11420249938964844],[-1.2726554870605469,0.20038986206054688],[-1.568023681640625,0.308990478515625],[-1.852294921875,0.4390130043029785],[-2.124481201171875,0.5894713401794434],[-2.383594512939453,0.7593746185302734],[-2.628643035888672,0.9477348327636719],[-2.858642578125,1.153564453125],[-3.072601318359375,1.3758716583251953],[-3.26953125,1.6136722564697266],[-3.448444366455078,1.8659725189208984],[-3.608348846435547,2.131786346435547],[-3.748260498046875,2.410125732421875],[-3.8671875,2.6999988555908203],[-4.026562213897705,2.6999988555908203],[-4.026562213897705,2.6999988555908203],[-4.21263313293457,2.7047128677368164],[-4.396277904510498,2.7187023162841797],[-4.577268600463867,2.74173641204834],[-4.755376815795898,2.773590087890625],[-4.930375099182129,2.814032554626465],[-5.102035045623779,2.8628368377685547],[-5.434423446655273,2.984619140625],[-5.750717639923096,3.137105941772461],[-6.049090385437012,3.3184757232666016],[-6.327714920043945,3.526897430419922],[-6.584765434265137,3.7605457305908203],[-6.818414688110352,4.017597198486328],[-7.026837348937988,4.296220779418945],[-7.208205223083496,4.594594955444336],[-7.360692977905273,4.910888671875],[-7.482474327087402,5.243276596069336],[-7.53127908706665,5.4149370193481445],[-7.571722030639648,5.589934349060059],[-7.603575706481934,5.768043518066406],[-7.62661075592041,5.949033737182617],[-7.640598773956299,6.132678985595703],[-7.645312309265137,6.318750381469727],[-7.640598773956299,6.504819869995117],[-7.62661075592041,6.688464164733887],[-7.603575706481934,6.869455337524414],[-7.571722030639648,7.047563552856445],[-7.53127908706665,7.222562789916992],[-7.482474327087402,7.394221305847168],[-7.360692977905273,7.72661018371582],[-7.208205223083496,8.042905807495117],[-7.026837348937988,8.341277122497559],[-6.818414688110352,8.619901657104492],[-6.584765434265137,8.876952171325684],[-6.327714920043945,9.110601425170898],[-6.049090385437012,9.319025039672852],[-5.750717639923096,9.500391006469727],[-5.434423446655273,9.65287971496582],[-5.102035045623779,9.774660110473633],[-4.930375099182129,9.823465347290039],[-4.755376815795898,9.863908767700195],[-4.577268600463867,9.895761489868164],[-4.396277904510498,9.918798446655273],[-4.21263313293457,9.932785034179688],[-4.026562213897705,9.937498092651367],[4.026561737060547,9.937498092651367],[4.026561737060547,9.937498092651367],[4.21263313293457,9.932785034179688],[4.396278381347656,9.918798446655273],[4.577268600463867,9.895761489868164],[4.755378723144531,9.863908767700195],[4.9303741455078125,9.823465347290039],[5.1020355224609375,9.774660110473633],[5.434425354003906,9.65287971496582],[5.7507171630859375,9.500391006469727],[6.049091339111328,9.319025039672852],[6.327716827392578,9.110601425170898],[6.584766387939453,8.876952171325684],[6.818416595458984,8.619901657104492],[7.026836395263672,8.341277122497559],[7.2082061767578125,8.042905807495117],[7.360694885253906,7.72661018371582],[7.482475280761719,7.394221305847168],[7.531280517578125,7.222562789916992],[7.571723937988281,7.047563552856445],[7.60357666015625,6.869455337524414],[7.626609802246094,6.688464164733887],[7.640598297119141,6.504819869995117],[7.645313262939453,6.318750381469727],[7.640598297119141,6.132678985595703],[7.626609802246094,5.949033737182617],[7.60357666015625,5.768043518066406],[7.571723937988281,5.589934349060059],[7.531280517578125,5.4149370193481445],[7.482475280761719,5.243276596069336],[7.360694885253906,4.910888671875],[7.2082061767578125,4.594594955444336],[7.026836395263672,4.296220779418945],[6.818416595458984,4.017597198486328],[6.584766387939453,3.7605457305908203],[6.327716827392578,3.526897430419922],[6.049091339111328,3.3184757232666016],[5.7507171630859375,3.137105941772461],[5.434425354003906,2.984619140625],[5.1020355224609375,2.8628368377685547],[4.9303741455078125,2.814032554626465],[4.755378723144531,2.773590087890625],[4.577268600463867,2.74173641204834],[4.396278381347656,2.7187023162841797],[4.21263313293457,2.7047128677368164],[4.026561737060547,2.6999988555908203],[3.8671875,2.6999988555908203],[3.8671875,2.6999988555908203],[3.748260498046875,2.410125732421875],[3.608348846435547,2.131786346435547],[3.448444366455078,1.8659725189208984],[3.26953125,1.6136722564697266],[3.072601318359375,1.3758716583251953],[2.858642578125,1.153564453125],[2.628643035888672,0.9477348327636719],[2.383594512939453,0.7593746185302734],[2.124481201171875,0.5894713401794434],[1.852294921875,0.4390130043029785],[1.568023681640625,0.308990478515625],[1.2726554870605469,0.20038986206054688],[0.9671821594238281,0.11420249938964844],[0.652587890625,0.05141592025756836],[0.329864501953125,0.013018131256103516],[0,0],[0,0]]},{"type":"line","version":126,"versionNonce":800768829,"isDeleted":true,"id":"AXAnd-RlpMjmEMNe7iLGL","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":287.9734377861023,"y":145.34687423706055,"strokeColor":"#00000000","backgroundColor":"#fff","width":15.29062557220459,"height":9.937498092651367,"seed":406097793,"groupIds":["PYiwqszrmiOJ4wmq8-O5G","7LxDMulsif7cVqRN1RhNr","6Q9_vbAqAkMudOmvp55ea"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192048,"link":null,"locked":false,"customData":{"boxId":"t4TGrO1ZoAsJ_419-MJ1o","label":"Cloud Source Repositories","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0.15937471389770508,0],[0.15937471389770508,0],[0.2783017158508301,-0.2898731231689453],[0.4182133674621582,-0.5682125091552734],[0.578117847442627,-0.8340263366699219],[0.7570309638977051,-1.0863265991210938],[0.9539608955383301,-1.324127197265625],[1.167919635772705,-1.5464344024658203],[1.3979191780090332,-1.7522640228271484],[1.642967700958252,-1.9406242370605469],[1.90208101272583,-2.110527515411377],[2.174267292022705,-2.260985851287842],[2.45853853225708,-2.3910083770751953],[2.753906726837158,-2.4996089935302734],[3.059380054473877,-2.585796356201172],[3.373974323272705,-2.648582935333252],[3.69669771194458,-2.686980724334717],[4.026562213897705,-2.6999988555908203],[4.35642671585083,-2.686980724334717],[4.679150104522705,-2.648582935333252],[4.993744373321533,-2.585796356201172],[5.299217700958252,-2.4996089935302734],[5.59458589553833,-2.3910083770751953],[5.878857135772705,-2.260985851287842],[6.15104341506958,-2.110527515411377],[6.410156726837158,-1.9406242370605469],[6.655205249786377,-1.7522640228271484],[6.885204792022705,-1.5464344024658203],[7.09916353225708,-1.324127197265625],[7.296093463897705,-1.0863265991210938],[7.475006580352783,-0.8340263366699219],[7.634911060333252,-0.5682125091552734],[7.77482271194458,-0.2898731231689453],[7.893749713897705,0],[8.053123950958252,0],[8.053123950958252,0],[8.239195346832275,0.004714012145996094],[8.422840595245361,0.018703460693359375],[8.603830814361572,0.04173755645751953],[8.781940937042236,0.07359123229980469],[8.956936359405518,0.11403369903564453],[9.128597736358643,0.16283798217773438],[9.460987567901611,0.2846202850341797],[9.777279376983643,0.4371070861816406],[10.075653553009033,0.6184768676757812],[10.354279041290283,0.8268985748291016],[10.611328601837158,1.060546875],[10.84497880935669,1.3175983428955078],[11.053398609161377,1.596221923828125],[11.234768390655518,1.8945960998535156],[11.387257099151611,2.2108898162841797],[11.509037494659424,2.5432777404785156],[11.55784273147583,2.714938163757324],[11.598286151885986,2.8899354934692383],[11.630138874053955,3.068044662475586],[11.653172016143799,3.249034881591797],[11.667160511016846,3.432680130004883],[11.671875476837158,3.6187515258789062],[11.667160511016846,3.804821014404297],[11.653172016143799,3.9884653091430664],[11.630138874053955,4.169456481933594],[11.598286151885986,4.347564697265625],[11.55784273147583,4.522563934326172],[11.509037494659424,4.694222450256348],[11.387257099151611,5.026611328125],[11.234768390655518,5.342906951904297],[11.053398609161377,5.641278266906738],[10.84497880935669,5.919902801513672],[10.611328601837158,6.176953315734863],[10.354279041290283,6.410602569580078],[10.075653553009033,6.619026184082031],[9.777279376983643,6.800392150878906],[9.460987567901611,6.952880859375],[9.128597736358643,7.0746612548828125],[8.956936359405518,7.123466491699219],[8.781940937042236,7.163909912109375],[8.603830814361572,7.195762634277344],[8.422840595245361,7.218799591064453],[8.239195346832275,7.232786178588867],[8.053123950958252,7.237499237060547],[0,7.237499237060547],[0,7.237499237060547],[-0.18607091903686523,7.232786178588867],[-0.36971569061279297,7.218799591064453],[-0.5507063865661621,7.195762634277344],[-0.7288146018981934,7.163909912109375],[-0.9038128852844238,7.123466491699219],[-1.0754728317260742,7.0746612548828125],[-1.4078612327575684,6.952880859375],[-1.7241554260253906,6.800392150878906],[-2.0225281715393066,6.619026184082031],[-2.3011527061462402,6.410602569580078],[-2.5582032203674316,6.176953315734863],[-2.7918524742126465,5.919902801513672],[-3.000275135040283,5.641278266906738],[-3.181643009185791,5.342906951904297],[-3.3341307640075684,5.026611328125],[-3.4559121131896973,4.694222450256348],[-3.5047168731689453,4.522563934326172],[-3.5451598167419434,4.347564697265625],[-3.5770134925842285,4.169456481933594],[-3.600048542022705,3.9884653091430664],[-3.6140365600585938,3.804821014404297],[-3.6187500953674316,3.6187515258789062],[-3.6140365600585938,3.432680130004883],[-3.600048542022705,3.249034881591797],[-3.5770134925842285,3.068044662475586],[-3.5451598167419434,2.8899354934692383],[-3.5047168731689453,2.714938163757324],[-3.4559121131896973,2.5432777404785156],[-3.3341307640075684,2.2108898162841797],[-3.181643009185791,1.8945960998535156],[-3.000275135040283,1.596221923828125],[-2.7918524742126465,1.3175983428955078],[-2.5582032203674316,1.060546875],[-2.3011527061462402,0.8268985748291016],[-2.0225281715393066,0.6184768676757812],[-1.7241554260253906,0.4371070861816406],[-1.4078612327575684,0.2846202850341797],[-1.0754728317260742,0.16283798217773438],[-0.9038128852844238,0.11403369903564453],[-0.7288146018981934,0.07359123229980469],[-0.5507063865661621,0.04173755645751953],[-0.36971569061279297,0.018703460693359375],[-0.18607091903686523,0.004714012145996094],[0,0],[0,0]]},{"id":"GEETmhI04uB-ATh_54zNc","type":"text","x":198.75295764789348,"y":235.3471243150013,"width":7,"height":23,"angle":0,"strokeColor":"#000000","backgroundColor":"transparent","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"round","seed":1490353135,"version":118,"versionNonce":1353964307,"isDeleted":true,"boundElements":null,"updated":1706297192048,"link":null,"locked":false,"text":"","fontSize":20,"fontFamily":2,"textAlign":"left","verticalAlign":"top","baseline":19,"containerId":null,"originalText":""},{"type":"rectangle","version":142,"versionNonce":693719965,"isDeleted":true,"id":"xLgm8STTmBoi2noXkeBgB","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":80,"y":260,"strokeColor":"#202124","backgroundColor":"#FFF","width":240,"height":60,"seed":1707782223,"groupIds":["_qSL7eT4DTL_hY5ClALu2","xxoABigzgNfWeg-F-Ddj6"],"strokeSharpness":"round","boundElements":[{"id":"W9R12Uosv_ysCejW7Zfn5","type":"arrow"},{"id":"wzTbZ3Gv04CVnyVobOJbO","type":"arrow"},{"id":"tzltvz06MYsY6b9U8_x56","type":"arrow"}],"updated":1706297192048,"link":null,"locked":false,"customData":{"boxId":"d4dZQFNnizOH4OIitFRg0","label":"Cloud Build","resource":"cloudbuild_git_trigger","type":"container"}},{"type":"text","version":134,"versionNonce":843907251,"isDeleted":true,"id":"67mB0ysx2uIMadWnnwogP","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":96,"y":276,"strokeColor":"#1a73e8","backgroundColor":"transparent","width":160,"height":18,"seed":900890657,"groupIds":["_qSL7eT4DTL_hY5ClALu2","xxoABigzgNfWeg-F-Ddj6"],"strokeSharpness":"round","boundElements":[],"updated":1706297192048,"link":null,"locked":false,"customData":{"boxId":"d4dZQFNnizOH4OIitFRg0","label":"Cloud Build","resource":"cloudbuild_git_trigger","type":"child"},"fontSize":16,"fontFamily":2,"text":"Cloud Build","baseline":16,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":"Cloud Build"},{"type":"text","version":117,"versionNonce":629594109,"isDeleted":true,"id":"mDWzCVLzScAS8FlszVJxa","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":76,"y":318,"strokeColor":"#202124","backgroundColor":"transparent","width":160,"height":18,"seed":349032047,"groupIds":["_qSL7eT4DTL_hY5ClALu2","xxoABigzgNfWeg-F-Ddj6"],"strokeSharpness":"round","boundElements":[],"updated":1706297192048,"link":null,"locked":false,"customData":{"boxId":"d4dZQFNnizOH4OIitFRg0","label":"Cloud Build","resource":"cloudbuild_git_trigger","type":"child"},"fontSize":16,"fontFamily":2,"text":"","baseline":16,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":""},{"type":"line","version":117,"versionNonce":2096132691,"isDeleted":true,"id":"UrVI046bXViPoPwcX38jA","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":76,"y":345,"strokeColor":"#202124","backgroundColor":"transparent","width":16,"height":1,"seed":1116722177,"groupIds":["_qSL7eT4DTL_hY5ClALu2","xxoABigzgNfWeg-F-Ddj6"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192048,"link":null,"locked":false,"customData":{"boxId":"d4dZQFNnizOH4OIitFRg0","label":"Cloud Build","resource":"cloudbuild_git_trigger","type":"child"},"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[208,0]]},{"type":"text","version":117,"versionNonce":1581568093,"isDeleted":true,"id":"k-kpC1RkWMfw7jXjZKVzo","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":76,"y":353,"strokeColor":"#202124","backgroundColor":"transparent","width":160,"height":14,"seed":1309157519,"groupIds":["_qSL7eT4DTL_hY5ClALu2","xxoABigzgNfWeg-F-Ddj6"],"strokeSharpness":"round","boundElements":[],"updated":1706297192048,"link":null,"locked":false,"customData":{"boxId":"d4dZQFNnizOH4OIitFRg0","label":"Cloud Build","resource":"cloudbuild_git_trigger","type":"child"},"fontSize":12,"fontFamily":2,"text":"","baseline":12,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":""},{"type":"line","version":133,"versionNonce":829730803,"isDeleted":true,"id":"9W7qdwd3FX5dHliEgRl9r","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":292.1500005722046,"y":292.24499893188477,"strokeColor":"#00000000","backgroundColor":"#4285f4","width":4.709999084472656,"height":6.779998779296875,"seed":341289953,"groupIds":["BlvlnjADUJqveEMw6MxJ4","_qSL7eT4DTL_hY5ClALu2","xxoABigzgNfWeg-F-Ddj6"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192048,"link":null,"locked":false,"customData":{"boxId":"d4dZQFNnizOH4OIitFRg0","label":"Cloud Build","resource":"cloudbuild_git_trigger","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[3.524998664855957,-2.032498359680176],[3.524998664855957,-6.097498893737793],[2.339999198913574,-6.779998779296875],[-1.1850004196166992,-0.6824989318847656],[0,0],[0,0]]},{"type":"line","version":133,"versionNonce":1365556413,"isDeleted":true,"id":"3YyEimQe5UpwHAKqQjayQ","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":288.6324996948242,"y":286.147500038147,"strokeColor":"#00000000","backgroundColor":"#669df6","width":4.70250129699707,"height":6.780000686645508,"seed":1060257455,"groupIds":["Y8qBqUjTbYesUsl3KLAGx","_qSL7eT4DTL_hY5ClALu2","xxoABigzgNfWeg-F-Ddj6"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192048,"link":null,"locked":false,"customData":{"boxId":"d4dZQFNnizOH4OIitFRg0","label":"Cloud Build","resource":"cloudbuild_git_trigger","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,4.065000534057617],[1.1850004196166992,4.747500419616699],[4.70250129699707,-1.3500003814697266],[3.517500877380371,-2.0325002670288086],[0,0],[0,0]]},{"type":"line","version":133,"versionNonce":1910520211,"isDeleted":true,"id":"9oHapoHmHjIeTFKzFR0Yl","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":291.460000038147,"y":293.4449996948242,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":7.972499847412109,"height":13.80749797821045,"seed":857311169,"groupIds":["IHEhD0D_DpRcnceyUUfUa","_qSL7eT4DTL_hY5ClALu2","xxoABigzgNfWeg-F-Ddj6"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192048,"link":null,"locked":false,"customData":{"boxId":"d4dZQFNnizOH4OIitFRg0","label":"Cloud Build","resource":"cloudbuild_git_trigger","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-4.222500324249268,-2.429999351501465],[-4.222500324249268,-7.297499656677246],[-7.972499847412109,-9.464999198913574],[-7.972499847412109,-0.2625007629394531],[0,4.342498779296875],[0,0],[0,0]]},{"type":"line","version":133,"versionNonce":1183325469,"isDeleted":true,"id":"zdOjHpwFgpRtDle1HA139","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":287.92749977111816,"y":284.94750022888184,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":15.952500820159912,"height":6.772500038146973,"seed":1257541839,"groupIds":["IHEhD0D_DpRcnceyUUfUa","_qSL7eT4DTL_hY5ClALu2","xxoABigzgNfWeg-F-Ddj6"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192048,"link":null,"locked":false,"customData":{"boxId":"d4dZQFNnizOH4OIitFRg0","label":"Cloud Build","resource":"cloudbuild_git_trigger","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[4.222500801086426,-2.4375],[8.444999694824219,0],[12.20250129699707,-2.1675004959106445],[4.222500801086426,-6.772500038146973],[-3.749999523162842,-2.1675004959106445],[0,0],[0,0]]},{"type":"line","version":133,"versionNonce":1533644595,"isDeleted":true,"id":"_9zT0ankzZpeluu9CBFr0","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":297.0625,"y":291.01500034332275,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":7.965000152587891,"height":13.80749797821045,"seed":2029316001,"groupIds":["IHEhD0D_DpRcnceyUUfUa","_qSL7eT4DTL_hY5ClALu2","xxoABigzgNfWeg-F-Ddj6"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192048,"link":null,"locked":false,"customData":{"boxId":"d4dZQFNnizOH4OIitFRg0","label":"Cloud Build","resource":"cloudbuild_git_trigger","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-4.215000152587891,2.429999351501465],[-4.215000152587891,6.77249813079834],[3.75,2.1674985885620117],[3.75,-7.034999847412109],[0,-4.867500305175781],[0,0],[0,0]]},{"type":"rectangle","version":173,"versionNonce":354447741,"isDeleted":true,"id":"wdJbcKQ7xeYqt5eFLleXz","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":640,"y":140,"strokeColor":"#202124","backgroundColor":"#FFF","width":240,"height":60,"seed":515423823,"groupIds":["oyjUDIsKDQhTAdfByi1Q_","vrVAZh2mvPoDVLeLf5Js8"],"strokeSharpness":"round","boundElements":[{"id":"7f_aN7Y5o9pnUMQ7rmRx4","type":"arrow"}],"updated":1706297192048,"link":null,"locked":false,"customData":{"boxId":"2U_pB52jYPVp4fY61XVUs","label":"Binary Authorization","type":"container"}},{"type":"text","version":164,"versionNonce":544682195,"isDeleted":true,"id":"pPqYJBtRLhDrbu_5iSbGK","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":656,"y":156,"strokeColor":"#1a73e8","backgroundColor":"transparent","width":160,"height":18,"seed":1425297953,"groupIds":["oyjUDIsKDQhTAdfByi1Q_","vrVAZh2mvPoDVLeLf5Js8"],"strokeSharpness":"round","boundElements":[{"id":"7f_aN7Y5o9pnUMQ7rmRx4","type":"arrow"}],"updated":1706297192048,"link":null,"locked":false,"customData":{"boxId":"2U_pB52jYPVp4fY61XVUs","label":"Binary Authorization","type":"child"},"fontSize":16,"fontFamily":2,"text":"Binary Authorization","baseline":16,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":"Binary Authorization"},{"type":"text","version":125,"versionNonce":711932381,"isDeleted":true,"id":"u1R5P2xj1yICzOEIATkTW","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":536,"y":198,"strokeColor":"#202124","backgroundColor":"transparent","width":90,"height":19,"seed":1623858287,"groupIds":["oyjUDIsKDQhTAdfByi1Q_","vrVAZh2mvPoDVLeLf5Js8"],"strokeSharpness":"round","boundElements":[],"updated":1706297192048,"link":null,"locked":false,"customData":{"boxId":"2U_pB52jYPVp4fY61XVUs","label":"Binary Authorization","type":"child"},"fontSize":16,"fontFamily":2,"text":"","baseline":15,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":""},{"type":"line","version":125,"versionNonce":1654627955,"isDeleted":true,"id":"aAHWDRc-e_7or1oNdNmKh","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":536,"y":225,"strokeColor":"#202124","backgroundColor":"transparent","width":208,"height":0,"seed":2110219777,"groupIds":["oyjUDIsKDQhTAdfByi1Q_","vrVAZh2mvPoDVLeLf5Js8"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192048,"link":null,"locked":false,"customData":{"boxId":"2U_pB52jYPVp4fY61XVUs","label":"Binary Authorization","type":"child"},"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[208,0]]},{"type":"text","version":125,"versionNonce":1334179389,"isDeleted":true,"id":"_rXMayfVA8JEL8yw1zi1K","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":536,"y":233,"strokeColor":"#202124","backgroundColor":"transparent","width":91,"height":14,"seed":826979983,"groupIds":["oyjUDIsKDQhTAdfByi1Q_","vrVAZh2mvPoDVLeLf5Js8"],"strokeSharpness":"round","boundElements":[],"updated":1706297192048,"link":null,"locked":false,"customData":{"boxId":"2U_pB52jYPVp4fY61XVUs","label":"Binary Authorization","type":"child"},"fontSize":12,"fontFamily":2,"text":"","baseline":11,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":""},{"type":"line","version":162,"versionNonce":1286166547,"isDeleted":true,"id":"bK5JdwD9MWZB7L2uHW0g9","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":852.6638898849487,"y":167.52171230316162,"strokeColor":"#00000000","backgroundColor":"#669df6","width":7.067220687866211,"height":13.477689743041992,"seed":1724710369,"groupIds":["YU1J8xw87tjmiAN0hnbMS","oyjUDIsKDQhTAdfByi1Q_","vrVAZh2mvPoDVLeLf5Js8"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192048,"link":null,"locked":false,"customData":{"boxId":"2U_pB52jYPVp4fY61XVUs","label":"Binary Authorization","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[2.3271865844726562,0],[2.3271865844726562,0],[2.3155136108398438,0.6361570358276367],[2.2813262939453125,1.2466144561767578],[2.225862503051758,1.8318605422973633],[2.1503658294677734,2.3923826217651367],[2.0560789108276367,2.9286632537841797],[1.9442415237426758,3.4411935806274414],[1.8160982131958008,3.930455207824707],[1.6728887557983398,4.396936416625977],[1.3462371826171875,5.263503074645996],[0.9742250442504883,6.044783592224121],[0.5667839050292969,6.744668006896973],[0.1338481903076172,7.367043495178223],[-0.31464576721191406,7.915802955627441],[-0.7687664031982422,8.394835472106934],[-1.2185783386230469,8.808030128479004],[-1.6541500091552734,9.159279823303223],[-2.0655431747436523,9.452471733093262],[-2.4428253173828125,9.691496849060059],[-2.776063919067383,9.880244255065918],[-3.055323600769043,10.022604942321777],[-3.055323600769043,11.807255744934082],[-2.755502700805664,11.707316398620605],[-2.755502700805664,11.707316398620605],[-2.712222099304199,11.691277503967285],[-2.6347970962524414,11.661320686340332],[-2.5255584716796875,11.616576194763184],[-2.3868331909179688,11.556178092956543],[-2.220950126647949,11.47925853729248],[-2.030240058898926,11.3849515914917],[-1.8170318603515625,11.272383689880371],[-1.5836553573608398,11.1406888961792],[-1.0657119750976562,10.816454887390137],[-0.49504566192626953,10.405303001403809],[0.109710693359375,9.900286674499512],[0.7299222946166992,9.294468879699707],[1.0400018692016602,8.951586723327637],[1.3469552993774414,8.580899238586426],[1.6484565734863281,8.181540489196777],[1.9421758651733398,7.752638816833496],[2.2257823944091797,7.293332099914551],[2.4969482421875,6.802746772766113],[2.753342628479004,6.280014991760254],[2.9926376342773438,5.724270820617676],[3.212505340576172,5.134648323059082],[3.4106130599975586,4.510275840759277],[3.5846338272094727,3.850287437438965],[3.732235908508301,3.1538143157958984],[3.8510942459106445,2.419989585876465],[3.938876152038574,1.647944450378418],[3.9932546615600586,0.8368129730224609],[4.011897087097168,-0.014277458190917969],[4.011897087097168,-1.6704339981079102],[-0.8423547744750977,-1.6704339981079102],[0,0],[0,0]]},{"type":"line","version":162,"versionNonce":793126557,"isDeleted":true,"id":"To4E9WoQeCK8HoFfrZaXk","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":851.8072566986084,"y":165.8512783050537,"strokeColor":"#00000000","backgroundColor":"#4285f4","width":7.052944183349609,"height":19.131469160318375,"seed":1995639983,"groupIds":["L3pheg2oEI7odsuPbIZ_r","oyjUDIsKDQhTAdfByi1Q_","vrVAZh2mvPoDVLeLf5Js8"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192048,"link":null,"locked":false,"customData":{"boxId":"2U_pB52jYPVp4fY61XVUs","label":"Binary Authorization","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0.8280792236328125,-1.5704936981201172],[0.8280792236328125,-9.38013020157814],[-0.4854249954223633,-8.366447925567627],[-0.4854249954223633,-8.366447925567627],[-1.0193290710449219,-7.942404866218567],[-1.552311897277832,-7.47975492477417],[-2.079440116882324,-6.980045318603516],[-2.595775604248047,-6.444823980331421],[-3.0963850021362305,-5.875638484954834],[-3.57633113861084,-5.274036884307861],[-4.030677795410156,-4.641565799713135],[-4.454490661621094,-3.97977352142334],[-4.842833995819092,-3.290207862854004],[-5.190771579742432,-2.574415683746338],[-5.493367671966553,-1.8339462280273438],[-5.7456865310668945,-1.0703449249267578],[-5.942792892456055,-0.28516101837158203],[-6.079751014709473,0.5200586318969727],[-6.151625156402588,1.343766212463379],[-6.15347957611084,2.184414863586426],[-6.126155376434326,2.7413511276245117],[-6.066059589385986,3.292348861694336],[-5.973881721496582,3.836151123046875],[-5.850311756134033,4.3715057373046875],[-5.696040630340576,4.897154808044434],[-5.511757850646973,5.411846160888672],[-5.298153877258301,5.914322853088379],[-5.0559186935424805,6.403331756591797],[-4.785742282867432,6.877616882324219],[-4.488315582275391,7.33592414855957],[-4.164328098297119,7.776998519897461],[-3.8144702911376953,8.199583053588867],[-3.439432144165039,8.602428436279297],[-3.039902687072754,8.984272003173828],[-2.616575241088867,9.343866348266602],[-2.1701364517211914,9.679952621459961],[-2.0416412353515625,9.751338958740234],[-1.1850080490112305,8.366447448730469],[-1.2992267608642578,8.295063018798828],[-1.2992267608642578,8.295063018798828],[-1.7935752868652344,7.897085189819336],[-2.2557992935180664,7.466983795166016],[0.8994646072387695,5.6823320388793945],[0.8994646072387695,1.6847124099731445],[0,0],[0,0]]},{"type":"line","version":162,"versionNonce":1821040051,"isDeleted":true,"id":"Q3q4AQ1Rz85uehe3PzE36","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":850.9934558868408,"y":167.52171230316162,"strokeColor":"#00000000","backgroundColor":"#4285f4","width":3.6835217475891113,"height":11.964307069778442,"seed":1863621057,"groupIds":["L3pheg2oEI7odsuPbIZ_r","oyjUDIsKDQhTAdfByi1Q_","vrVAZh2mvPoDVLeLf5Js8"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192048,"link":null,"locked":false,"customData":{"boxId":"2U_pB52jYPVp4fY61XVUs","label":"Binary Authorization","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,2.998215675354004],[-2.4842357635498047,4.440215110778809],[-2.4842357635498047,4.440215110778809],[-2.7565345764160156,3.982088088989258],[-2.9948692321777344,3.5084028244018555],[-3.198737621307373,3.020998001098633],[-3.36763858795166,2.521714210510254],[-3.5010690689086914,2.0123910903930664],[-3.5985279083251953,1.4948692321777344],[-3.659512519836426,0.9709901809692383],[-3.6835217475891113,0.4425945281982422],[-3.660844326019287,-0.1255941390991211],[-3.609179973602295,-0.6890983581542969],[-3.528989315032959,-1.246912956237793],[-3.420731544494629,-1.7980365753173828],[-3.284867763519287,-2.3414621353149414],[-3.1218581199645996,-2.8761892318725586],[-2.932162284851074,-3.401211738586426],[-2.716240882873535,-3.915525436401367],[-2.4745521545410156,-4.418128490447998],[-2.2075586318969727,-4.908015727996826],[-1.9157190322875977,-5.384182929992676],[-1.5994939804077148,-5.845627307891846],[-1.2593441009521484,-6.291343688964844],[-0.8957281112670898,-6.720329284667969],[-0.5091075897216797,-7.131580352783203],[-0.09994029998779297,-7.524091958999634],[-0.09994029998779297,-3.6264123916625977],[-2.013087272644043,0],[0,0]]},{"type":"line","version":162,"versionNonce":476138237,"isDeleted":true,"id":"ghl2PwLIMIrZE6R49Oj0x","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":850.9934558868408,"y":167.52171230316162,"strokeColor":"#00000000","backgroundColor":"#fff","width":3.6835217475891113,"height":11.964307069778442,"seed":762027727,"groupIds":["e6Fw3u0vLi4Fy2r1FinA6","oyjUDIsKDQhTAdfByi1Q_","vrVAZh2mvPoDVLeLf5Js8"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192048,"link":null,"locked":false,"customData":{"boxId":"2U_pB52jYPVp4fY61XVUs","label":"Binary Authorization","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,2.998215675354004],[-2.4842357635498047,4.440215110778809],[-2.4842357635498047,4.440215110778809],[-2.7565345764160156,3.982088088989258],[-2.9948692321777344,3.5084028244018555],[-3.198737621307373,3.020998001098633],[-3.36763858795166,2.521714210510254],[-3.5010690689086914,2.0123910903930664],[-3.5985279083251953,1.4948692321777344],[-3.659512519836426,0.9709901809692383],[-3.6835217475891113,0.4425945281982422],[-3.660844326019287,-0.1255941390991211],[-3.609179973602295,-0.6890983581542969],[-3.528989315032959,-1.246912956237793],[-3.420731544494629,-1.7980365753173828],[-3.284867763519287,-2.3414621353149414],[-3.1218581199645996,-2.8761892318725586],[-2.932162284851074,-3.401211738586426],[-2.716240882873535,-3.915525436401367],[-2.4745521545410156,-4.418128490447998],[-2.2075586318969727,-4.908015727996826],[-1.9157190322875977,-5.384182929992676],[-1.5994939804077148,-5.845627307891846],[-1.2593441009521484,-6.291343688964844],[-0.8957281112670898,-6.720329284667969],[-0.5091075897216797,-7.131580352783203],[-0.09994029998779297,-7.524091958999634],[-0.09994029998779297,-3.6264123916625977],[-2.013087272644043,0],[0,0]]},{"type":"line","version":162,"versionNonce":1298837331,"isDeleted":true,"id":"jjTCQ4MRJf2eWkQuWVF5y","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":849.6085662841797,"y":177.61570358276367,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":7.637927174568176,"height":13.63473892211914,"seed":1740487073,"groupIds":["ESTghUcPXoLSsqYmZ4ncB","oyjUDIsKDQhTAdfByi1Q_","vrVAZh2mvPoDVLeLf5Js8"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192048,"link":null,"locked":false,"customData":{"boxId":"2U_pB52jYPVp4fY61XVUs","label":"Binary Authorization","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.6996078491210938,-0.3905677795410156],[-1.362553596496582,-0.8270187377929688],[-1.9873113632202148,-1.3067207336425781],[-2.572352886199951,-1.8270378112792969],[-3.116152763366699,-2.385334014892578],[-3.617182731628418,-2.978975296020508],[-4.073917865753174,-3.6053237915039062],[-4.484830379486084,-4.261747360229492],[-4.84839391708374,-4.945611953735352],[-5.163082122802734,-5.654278755187988],[-5.427367210388184,-6.385114669799805],[-5.639723539352417,-7.135483741760254],[-5.798623561859131,-7.902751922607422],[-5.902541399002075,-8.684283256530762],[-5.949949741363525,-9.477441787719727],[-5.939321756362915,-10.279594421386719],[-5.939321756362915,-11.850088119506836],[-7.624033451080322,-11.850088119506836],[-7.624033451080322,-10.279594421386719],[-7.624033451080322,-10.279594421386719],[-7.637927174568176,-9.323471069335938],[-7.579249858856201,-8.379413604736328],[-7.450050592422485,-7.45079231262207],[-7.252379655838013,-6.540971755981445],[-6.988286018371582,-5.6533203125],[-6.659819602966309,-4.791204452514648],[-6.269029378890991,-3.9579906463623047],[-5.817965745925903,-3.1570472717285156],[-5.308677673339844,-2.391742706298828],[-4.7432146072387695,-1.6654434204101562],[-4.123627185821533,-0.9815139770507812],[-3.451963424682617,-0.3433208465576172],[-2.730273723602295,0.24576377868652344],[-1.9606080055236816,0.7823753356933594],[-1.145014762878418,1.2631454467773438],[-0.28554439544677734,1.6847114562988281],[-0.014278411865234375,1.7846508026123047]]},{"type":"rectangle","version":160,"versionNonce":391701341,"isDeleted":true,"id":"naTolb6WaI_4qh01Vb529","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":720,"y":260,"strokeColor":"#202124","backgroundColor":"#FFF","width":240,"height":60,"seed":1847933057,"groupIds":["mMWIZLiz1Fp21LFuhY-Fr","doOUm7RmlgfFfU49D8dnf"],"strokeSharpness":"round","boundElements":[{"id":"7ovtTjRzZj2EWDoBAM3Je","type":"arrow"}],"updated":1706297192048,"link":null,"locked":false,"customData":{"boxId":"VMEzO5TJRg0sI-Q6N5846","label":"Binary Authorization","type":"container"}},{"type":"text","version":154,"versionNonce":1369394419,"isDeleted":true,"id":"bVJU8cxnqdqPRmwxxtwIY","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":736,"y":276,"strokeColor":"#1a73e8","backgroundColor":"transparent","width":160,"height":18,"seed":1548307471,"groupIds":["mMWIZLiz1Fp21LFuhY-Fr","doOUm7RmlgfFfU49D8dnf"],"strokeSharpness":"round","boundElements":[],"updated":1706297192048,"link":null,"locked":false,"customData":{"boxId":"VMEzO5TJRg0sI-Q6N5846","label":"Binary Authorization","type":"child"},"fontSize":16,"fontFamily":2,"text":"Binary Authorization","baseline":16,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":"Binary Authorization"},{"type":"line","version":153,"versionNonce":343830461,"isDeleted":true,"id":"EMX6axmwwTaGWYJ8JsPBR","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":932.6638898849487,"y":287.5217123031616,"strokeColor":"#00000000","backgroundColor":"#669df6","width":7.067220687866211,"height":13.477689743041992,"seed":1624014945,"groupIds":["ahZmMdnKVl6pltCjJsnmR","mMWIZLiz1Fp21LFuhY-Fr","doOUm7RmlgfFfU49D8dnf"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192048,"link":null,"locked":false,"customData":{"boxId":"VMEzO5TJRg0sI-Q6N5846","label":"Binary Authorization","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[2.3271865844726562,0],[2.3271865844726562,0],[2.3155136108398438,0.6361570358276367],[2.2813262939453125,1.2466144561767578],[2.225862503051758,1.8318605422973633],[2.1503658294677734,2.3923826217651367],[2.0560789108276367,2.9286632537841797],[1.9442415237426758,3.4411935806274414],[1.8160982131958008,3.930455207824707],[1.6728887557983398,4.396936416625977],[1.3462371826171875,5.263503074645996],[0.9742250442504883,6.044783592224121],[0.5667839050292969,6.744668006896973],[0.1338481903076172,7.367043495178223],[-0.31464576721191406,7.915802955627441],[-0.7687664031982422,8.394835472106934],[-1.2185783386230469,8.808030128479004],[-1.6541500091552734,9.159279823303223],[-2.0655431747436523,9.452471733093262],[-2.4428253173828125,9.691496849060059],[-2.776063919067383,9.880244255065918],[-3.055323600769043,10.022604942321777],[-3.055323600769043,11.807255744934082],[-2.755502700805664,11.707316398620605],[-2.755502700805664,11.707316398620605],[-2.712222099304199,11.691277503967285],[-2.6347970962524414,11.661320686340332],[-2.5255584716796875,11.616576194763184],[-2.3868331909179688,11.556178092956543],[-2.220950126647949,11.47925853729248],[-2.030240058898926,11.3849515914917],[-1.8170318603515625,11.272383689880371],[-1.5836553573608398,11.1406888961792],[-1.0657119750976562,10.816454887390137],[-0.49504566192626953,10.405303001403809],[0.109710693359375,9.900286674499512],[0.7299222946166992,9.294468879699707],[1.0400018692016602,8.951586723327637],[1.3469552993774414,8.580899238586426],[1.6484565734863281,8.181540489196777],[1.9421758651733398,7.752638816833496],[2.2257823944091797,7.293332099914551],[2.4969482421875,6.802746772766113],[2.753342628479004,6.280014991760254],[2.9926376342773438,5.724270820617676],[3.212505340576172,5.134648323059082],[3.4106130599975586,4.510275840759277],[3.5846338272094727,3.850287437438965],[3.732235908508301,3.1538143157958984],[3.8510942459106445,2.419989585876465],[3.938876152038574,1.647944450378418],[3.9932546615600586,0.8368129730224609],[4.011897087097168,-0.014277458190917969],[4.011897087097168,-1.6704339981079102],[-0.8423547744750977,-1.6704339981079102],[0,0],[0,0]]},{"type":"line","version":153,"versionNonce":1286551187,"isDeleted":true,"id":"4Rgz5mPyWJbEckISWZFiw","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":931.8072566986084,"y":285.8512783050537,"strokeColor":"#00000000","backgroundColor":"#4285f4","width":7.052944183349609,"height":19.131469160318375,"seed":1082323503,"groupIds":["2ro6xTgbt40tkQT6M24ZK","mMWIZLiz1Fp21LFuhY-Fr","doOUm7RmlgfFfU49D8dnf"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192048,"link":null,"locked":false,"customData":{"boxId":"VMEzO5TJRg0sI-Q6N5846","label":"Binary Authorization","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0.8280792236328125,-1.5704936981201172],[0.8280792236328125,-9.38013020157814],[-0.4854249954223633,-8.366447925567627],[-0.4854249954223633,-8.366447925567627],[-1.0193290710449219,-7.942404866218567],[-1.552311897277832,-7.47975492477417],[-2.079440116882324,-6.980045318603516],[-2.595775604248047,-6.444823980331421],[-3.0963850021362305,-5.875638484954834],[-3.57633113861084,-5.274036884307861],[-4.030677795410156,-4.641565799713135],[-4.454490661621094,-3.97977352142334],[-4.842833995819092,-3.290207862854004],[-5.190771579742432,-2.574415683746338],[-5.493367671966553,-1.8339462280273438],[-5.7456865310668945,-1.0703449249267578],[-5.942792892456055,-0.28516101837158203],[-6.079751014709473,0.5200586318969727],[-6.151625156402588,1.343766212463379],[-6.15347957611084,2.184414863586426],[-6.126155376434326,2.7413511276245117],[-6.066059589385986,3.292348861694336],[-5.973881721496582,3.836151123046875],[-5.850311756134033,4.3715057373046875],[-5.696040630340576,4.897154808044434],[-5.511757850646973,5.411846160888672],[-5.298153877258301,5.914322853088379],[-5.0559186935424805,6.403331756591797],[-4.785742282867432,6.877616882324219],[-4.488315582275391,7.33592414855957],[-4.164328098297119,7.776998519897461],[-3.8144702911376953,8.199583053588867],[-3.439432144165039,8.602428436279297],[-3.039902687072754,8.984272003173828],[-2.616575241088867,9.343866348266602],[-2.1701364517211914,9.679952621459961],[-2.0416412353515625,9.751338958740234],[-1.1850080490112305,8.366447448730469],[-1.2992267608642578,8.295063018798828],[-1.2992267608642578,8.295063018798828],[-1.7935752868652344,7.897085189819336],[-2.2557992935180664,7.466983795166016],[0.8994646072387695,5.6823320388793945],[0.8994646072387695,1.6847124099731445],[0,0],[0,0]]},{"type":"line","version":153,"versionNonce":32731165,"isDeleted":true,"id":"feTFNzevzJymCGgKE3bfi","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":930.9934558868408,"y":287.5217123031616,"strokeColor":"#00000000","backgroundColor":"#4285f4","width":3.6835217475891113,"height":11.964307069778442,"seed":855624769,"groupIds":["2ro6xTgbt40tkQT6M24ZK","mMWIZLiz1Fp21LFuhY-Fr","doOUm7RmlgfFfU49D8dnf"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192048,"link":null,"locked":false,"customData":{"boxId":"VMEzO5TJRg0sI-Q6N5846","label":"Binary Authorization","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,2.998215675354004],[-2.4842357635498047,4.440215110778809],[-2.4842357635498047,4.440215110778809],[-2.7565345764160156,3.982088088989258],[-2.9948692321777344,3.5084028244018555],[-3.198737621307373,3.020998001098633],[-3.36763858795166,2.521714210510254],[-3.5010690689086914,2.0123910903930664],[-3.5985279083251953,1.4948692321777344],[-3.659512519836426,0.9709901809692383],[-3.6835217475891113,0.4425945281982422],[-3.660844326019287,-0.1255941390991211],[-3.609179973602295,-0.6890983581542969],[-3.528989315032959,-1.246912956237793],[-3.420731544494629,-1.7980365753173828],[-3.284867763519287,-2.3414621353149414],[-3.1218581199645996,-2.8761892318725586],[-2.932162284851074,-3.401211738586426],[-2.716240882873535,-3.915525436401367],[-2.4745521545410156,-4.418128490447998],[-2.2075586318969727,-4.908015727996826],[-1.9157190322875977,-5.384182929992676],[-1.5994939804077148,-5.845627307891846],[-1.2593441009521484,-6.291343688964844],[-0.8957281112670898,-6.720329284667969],[-0.5091075897216797,-7.131580352783203],[-0.09994029998779297,-7.524091958999634],[-0.09994029998779297,-3.6264123916625977],[-2.013087272644043,0],[0,0]]},{"type":"line","version":153,"versionNonce":1565584435,"isDeleted":true,"id":"U8_S-xD5G6ShXhChfTdH8","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":930.9934558868408,"y":287.5217123031616,"strokeColor":"#00000000","backgroundColor":"#fff","width":3.6835217475891113,"height":11.964307069778442,"seed":1457706063,"groupIds":["EZVDA10mwKOAas4r1bT65","mMWIZLiz1Fp21LFuhY-Fr","doOUm7RmlgfFfU49D8dnf"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192048,"link":null,"locked":false,"customData":{"boxId":"VMEzO5TJRg0sI-Q6N5846","label":"Binary Authorization","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,2.998215675354004],[-2.4842357635498047,4.440215110778809],[-2.4842357635498047,4.440215110778809],[-2.7565345764160156,3.982088088989258],[-2.9948692321777344,3.5084028244018555],[-3.198737621307373,3.020998001098633],[-3.36763858795166,2.521714210510254],[-3.5010690689086914,2.0123910903930664],[-3.5985279083251953,1.4948692321777344],[-3.659512519836426,0.9709901809692383],[-3.6835217475891113,0.4425945281982422],[-3.660844326019287,-0.1255941390991211],[-3.609179973602295,-0.6890983581542969],[-3.528989315032959,-1.246912956237793],[-3.420731544494629,-1.7980365753173828],[-3.284867763519287,-2.3414621353149414],[-3.1218581199645996,-2.8761892318725586],[-2.932162284851074,-3.401211738586426],[-2.716240882873535,-3.915525436401367],[-2.4745521545410156,-4.418128490447998],[-2.2075586318969727,-4.908015727996826],[-1.9157190322875977,-5.384182929992676],[-1.5994939804077148,-5.845627307891846],[-1.2593441009521484,-6.291343688964844],[-0.8957281112670898,-6.720329284667969],[-0.5091075897216797,-7.131580352783203],[-0.09994029998779297,-7.524091958999634],[-0.09994029998779297,-3.6264123916625977],[-2.013087272644043,0],[0,0]]},{"type":"line","version":153,"versionNonce":229205117,"isDeleted":true,"id":"e3ILYmBHudGAy7JEpzQQu","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":929.6085662841797,"y":297.6157035827637,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":7.637927174568176,"height":13.63473892211914,"seed":480156705,"groupIds":["TabXR4fX_ycdxCCRJ1PSD","mMWIZLiz1Fp21LFuhY-Fr","doOUm7RmlgfFfU49D8dnf"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192048,"link":null,"locked":false,"customData":{"boxId":"VMEzO5TJRg0sI-Q6N5846","label":"Binary Authorization","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.6996078491210938,-0.3905677795410156],[-1.362553596496582,-0.8270187377929688],[-1.9873113632202148,-1.3067207336425781],[-2.572352886199951,-1.8270378112792969],[-3.116152763366699,-2.385334014892578],[-3.617182731628418,-2.978975296020508],[-4.073917865753174,-3.6053237915039062],[-4.484830379486084,-4.261747360229492],[-4.84839391708374,-4.945611953735352],[-5.163082122802734,-5.654278755187988],[-5.427367210388184,-6.385114669799805],[-5.639723539352417,-7.135483741760254],[-5.798623561859131,-7.902751922607422],[-5.902541399002075,-8.684283256530762],[-5.949949741363525,-9.477441787719727],[-5.939321756362915,-10.279594421386719],[-5.939321756362915,-11.850088119506836],[-7.624033451080322,-11.850088119506836],[-7.624033451080322,-10.279594421386719],[-7.624033451080322,-10.279594421386719],[-7.637927174568176,-9.323471069335938],[-7.579249858856201,-8.379413604736328],[-7.450050592422485,-7.45079231262207],[-7.252379655838013,-6.540971755981445],[-6.988286018371582,-5.6533203125],[-6.659819602966309,-4.791204452514648],[-6.269029378890991,-3.9579906463623047],[-5.817965745925903,-3.1570472717285156],[-5.308677673339844,-2.391742706298828],[-4.7432146072387695,-1.6654434204101562],[-4.123627185821533,-0.9815139770507812],[-3.451963424682617,-0.3433208465576172],[-2.730273723602295,0.24576377868652344],[-1.9606080055236816,0.7823753356933594],[-1.145014762878418,1.2631454467773438],[-0.28554439544677734,1.6847114562988281],[-0.014278411865234375,1.7846508026123047]]},{"type":"rectangle","version":146,"versionNonce":124448211,"isDeleted":true,"id":"RuGEK4rcEUcwCLLrUn_cn","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":460,"y":260,"strokeColor":"#202124","backgroundColor":"#FFF","width":240,"height":60,"seed":1480478863,"groupIds":["Gr5_-u_-W7Wi4LQBpohhf","1N-Onp8yV6O0sTW9KEcg1"],"strokeSharpness":"round","boundElements":[{"id":"wzTbZ3Gv04CVnyVobOJbO","type":"arrow"}],"updated":1706297192048,"link":null,"locked":false,"customData":{"boxId":"3aO77mjuVdoCQqzyCUFZU","label":"Artifact Registry","type":"container"}},{"type":"text","version":140,"versionNonce":727829725,"isDeleted":true,"id":"e-IikHBmMP7dH46_e0XBM","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":476,"y":276,"strokeColor":"#1a73e8","backgroundColor":"transparent","width":160,"height":18,"seed":234357729,"groupIds":["Gr5_-u_-W7Wi4LQBpohhf","1N-Onp8yV6O0sTW9KEcg1"],"strokeSharpness":"round","boundElements":[{"id":"0mG0njKLae7Xs8hf0tM2V","type":"arrow"}],"updated":1706297192049,"link":null,"locked":false,"customData":{"boxId":"3aO77mjuVdoCQqzyCUFZU","label":"Artifact Registry","type":"child"},"fontSize":16,"fontFamily":2,"text":"Artifact Registry","baseline":16,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":"Artifact Registry"},{"type":"text","version":115,"versionNonce":236174195,"isDeleted":true,"id":"U8ubw7xR7epzJIBuXQt7B","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":356,"y":238,"strokeColor":"#202124","backgroundColor":"transparent","width":160,"height":18,"seed":1885562543,"groupIds":["Gr5_-u_-W7Wi4LQBpohhf","1N-Onp8yV6O0sTW9KEcg1"],"strokeSharpness":"round","boundElements":[],"updated":1706297192049,"link":null,"locked":false,"customData":{"boxId":"3aO77mjuVdoCQqzyCUFZU","label":"Artifact Registry","type":"child"},"fontSize":16,"fontFamily":2,"text":"","baseline":16,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":""},{"type":"line","version":115,"versionNonce":1521363261,"isDeleted":true,"id":"J4Iuvpov_jJVQF_KmXhp7","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":356,"y":265,"strokeColor":"#202124","backgroundColor":"transparent","width":16,"height":1,"seed":1190059969,"groupIds":["Gr5_-u_-W7Wi4LQBpohhf","1N-Onp8yV6O0sTW9KEcg1"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192049,"link":null,"locked":false,"customData":{"boxId":"3aO77mjuVdoCQqzyCUFZU","label":"Artifact Registry","type":"child"},"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[208,0]]},{"type":"text","version":115,"versionNonce":227661075,"isDeleted":true,"id":"HkzioyOGmH7eH1I0BHd8y","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":356,"y":273,"strokeColor":"#202124","backgroundColor":"transparent","width":160,"height":14,"seed":197179599,"groupIds":["Gr5_-u_-W7Wi4LQBpohhf","1N-Onp8yV6O0sTW9KEcg1"],"strokeSharpness":"round","boundElements":[],"updated":1706297192049,"link":null,"locked":false,"customData":{"boxId":"3aO77mjuVdoCQqzyCUFZU","label":"Artifact Registry","type":"child"},"fontSize":12,"fontFamily":2,"text":"","baseline":12,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":""},{"type":"line","version":138,"versionNonce":753924509,"isDeleted":true,"id":"-wqdtGth6S4mFp4qi1meQ","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":666.0481100082397,"y":277.1546391248703,"strokeColor":"transparent","backgroundColor":"#4285f4","width":5.072165012359619,"height":20.646048665046692,"seed":408895393,"groupIds":["Gr5_-u_-W7Wi4LQBpohhf","1N-Onp8yV6O0sTW9KEcg1"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192049,"link":null,"locked":false,"customData":{"boxId":"3aO77mjuVdoCQqzyCUFZU","label":"Artifact Registry","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,2.487972617149353],[-3.0378007888793945,4.2474223375320435],[-3.0378007888793945,16.39862549304962],[0,18.158074498176575],[0,20.646048665046692],[-5.072165012359619,17.718213200569153],[-5.072165012359619,2.9278351068496704],[0,0],[0,0]]},{"type":"line","version":138,"versionNonce":1432074931,"isDeleted":true,"id":"7zW47HdSR4jCTCd33crgb","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":678.185567855835,"y":277.1546391248703,"strokeColor":"transparent","backgroundColor":"#4285f4","width":5.058418273925781,"height":20.632302403450012,"seed":267306735,"groupIds":["Gr5_-u_-W7Wi4LQBpohhf","1N-Onp8yV6O0sTW9KEcg1"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192049,"link":null,"locked":false,"customData":{"boxId":"3aO77mjuVdoCQqzyCUFZU","label":"Artifact Registry","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[5.058418273925781,2.914089322090149],[5.058418273925781,17.704466938972473],[0,20.632302403450012],[0,18.144328236579895],[3.0377979278564453,16.39862549304962],[3.0377979278564453,4.2474223375320435],[0,2.487972617149353],[0,0],[0,0]]},{"type":"line","version":138,"versionNonce":190365181,"isDeleted":true,"id":"yuNCILiawn8kBTBvdAUVO","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":672.0955324172974,"y":280.5773196220398,"strokeColor":"transparent","backgroundColor":"#4285f4","width":5.965635299682617,"height":3.340205669403076,"seed":1081648001,"groupIds":["Gr5_-u_-W7Wi4LQBpohhf","1N-Onp8yV6O0sTW9KEcg1"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192049,"link":null,"locked":false,"customData":{"boxId":"3aO77mjuVdoCQqzyCUFZU","label":"Artifact Registry","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-2.9828176498413086,1.6632304191589355],[0,3.340205669403076],[2.9828176498413086,1.6632304191589355],[0,0]]},{"type":"line","version":138,"versionNonce":35122259,"isDeleted":true,"id":"fqvhoK69LLr9Bb4o1bePP","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":672.4941577911377,"y":287.8213052749634,"strokeColor":"transparent","backgroundColor":"#4285f4","width":2.9140892028808594,"height":5.017181873321533,"seed":460722447,"groupIds":["Gr5_-u_-W7Wi4LQBpohhf","1N-Onp8yV6O0sTW9KEcg1"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192049,"link":null,"locked":false,"customData":{"boxId":"3aO77mjuVdoCQqzyCUFZU","label":"Artifact Registry","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[2.9140892028808594,-1.6907215118408203],[2.9140892028808594,-5.017181873321533],[0,-3.3264598846435547],[0,0]]},{"type":"line","version":138,"versionNonce":1021965917,"isDeleted":true,"id":"Ki5ezdaMi_W-4k7hFiU-C","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":671.7518901824951,"y":284.4948453903198,"strokeColor":"transparent","backgroundColor":"#4285f4","width":2.900343894958496,"height":5.017181873321533,"seed":192580449,"groupIds":["Gr5_-u_-W7Wi4LQBpohhf","1N-Onp8yV6O0sTW9KEcg1"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192049,"link":null,"locked":false,"customData":{"boxId":"3aO77mjuVdoCQqzyCUFZU","label":"Artifact Registry","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-2.900343894958496,-1.6907219886779785],[-2.900343894958496,1.6357383728027344],[0,3.3264598846435547],[0,0]]},{"type":"line","version":138,"versionNonce":1469901299,"isDeleted":true,"id":"FP6tyMSCnN9XkavbpJv73","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":668.6391754150391,"y":286.7221984863281,"strokeColor":"transparent","backgroundColor":"#4285f4","width":5.7044677734375,"height":3.3264617919921875,"seed":1741625135,"groupIds":["Gr5_-u_-W7Wi4LQBpohhf","1N-Onp8yV6O0sTW9KEcg1"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192049,"link":null,"locked":false,"customData":{"boxId":"3aO77mjuVdoCQqzyCUFZU","label":"Artifact Registry","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-2.85910701751709,1.6632299423217773],[0,3.3264617919921875],[2.84536075592041,1.6632299423217773],[0,0]]},{"type":"line","version":138,"versionNonce":745874109,"isDeleted":true,"id":"TAwMHpMZi6Zb2hBHUPChz","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":668.9003438949585,"y":293.96618461608887,"strokeColor":"transparent","backgroundColor":"#4285f4","width":2.9003429412841797,"height":5.017181396484375,"seed":297039681,"groupIds":["Gr5_-u_-W7Wi4LQBpohhf","1N-Onp8yV6O0sTW9KEcg1"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192049,"link":null,"locked":false,"customData":{"boxId":"3aO77mjuVdoCQqzyCUFZU","label":"Artifact Registry","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[2.9003429412841797,-1.6907215118408203],[2.9003429412841797,-5.017181396484375],[0,-3.3264598846435547],[0,0]]},{"type":"line","version":138,"versionNonce":1525756819,"isDeleted":true,"id":"EZTKHPvvH1WJAms4yM35Y","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":668.364260673523,"y":290.6397247314453,"strokeColor":"transparent","backgroundColor":"#4285f4","width":2.900343418121338,"height":5.017181396484375,"seed":1801607503,"groupIds":["Gr5_-u_-W7Wi4LQBpohhf","1N-Onp8yV6O0sTW9KEcg1"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192049,"link":null,"locked":false,"customData":{"boxId":"3aO77mjuVdoCQqzyCUFZU","label":"Artifact Registry","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-2.900343418121338,-1.6907215118408203],[-2.900343418121338,1.6357383728027344],[0,3.3264598846435547],[0,0]]},{"type":"line","version":138,"versionNonce":1855701789,"isDeleted":true,"id":"Bc5f6g3LuglmuwaKjANZZ","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":675.607834815979,"y":286.7221984863281,"strokeColor":"transparent","backgroundColor":"#4285f4","width":5.7044677734375,"height":3.3264617919921875,"seed":897967905,"groupIds":["Gr5_-u_-W7Wi4LQBpohhf","1N-Onp8yV6O0sTW9KEcg1"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192049,"link":null,"locked":false,"customData":{"boxId":"3aO77mjuVdoCQqzyCUFZU","label":"Artifact Registry","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-2.84536075592041,1.6632299423217773],[0,3.3264617919921875],[2.85910701751709,1.6632299423217773],[0,0]]},{"type":"line","version":138,"versionNonce":743131443,"isDeleted":true,"id":"2b0Pn04S62gSfjd5gP1Ya","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":675.8827486038208,"y":293.96618461608887,"strokeColor":"transparent","backgroundColor":"#4285f4","width":2.900343894958496,"height":5.017181396484375,"seed":998791023,"groupIds":["Gr5_-u_-W7Wi4LQBpohhf","1N-Onp8yV6O0sTW9KEcg1"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192049,"link":null,"locked":false,"customData":{"boxId":"3aO77mjuVdoCQqzyCUFZU","label":"Artifact Registry","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[2.900343894958496,-1.6907215118408203],[2.900343894958496,-5.017181396484375],[0,-3.3264598846435547],[0,0]]},{"type":"line","version":138,"versionNonce":131028861,"isDeleted":true,"id":"YWGJVK4IJ04ntzoH2THqy","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":675.3466672897339,"y":290.6397247314453,"strokeColor":"transparent","backgroundColor":"#4285f4","width":2.9003448486328125,"height":5.017181396484375,"seed":1633573633,"groupIds":["Gr5_-u_-W7Wi4LQBpohhf","1N-Onp8yV6O0sTW9KEcg1"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192049,"link":null,"locked":false,"customData":{"boxId":"3aO77mjuVdoCQqzyCUFZU","label":"Artifact Registry","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-2.9003448486328125,-1.6907215118408203],[-2.9003448486328125,1.6357383728027344],[0,3.3264598846435547],[0,0]]},{"type":"rectangle","version":157,"versionNonce":554805971,"isDeleted":true,"id":"thqVsWnvipTNZJpePsNIH","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":420,"y":500,"strokeColor":"#202124","backgroundColor":"#FFF","width":240,"height":60,"seed":2014138401,"groupIds":["1LdZ3Y2U-7aeozaGgposf","5KC3q9V00HBxGjsr3T8oP"],"strokeSharpness":"round","boundElements":[],"updated":1706297192049,"link":null,"locked":false,"customData":{"boxId":"rgbsKGp957DPl0B7CCfRk","label":"Cloud Deploy","type":"container"}},{"type":"text","version":142,"versionNonce":1917935581,"isDeleted":true,"id":"q24c5b0SNKehIqImEz2XH","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":436,"y":516,"strokeColor":"#1a73e8","backgroundColor":"transparent","width":160,"height":18,"seed":1447558767,"groupIds":["1LdZ3Y2U-7aeozaGgposf","5KC3q9V00HBxGjsr3T8oP"],"strokeSharpness":"round","boundElements":[{"id":"8rQyLaKxAoB8tQIxvtlYK","type":"arrow"}],"updated":1706297192049,"link":null,"locked":false,"customData":{"boxId":"rgbsKGp957DPl0B7CCfRk","label":"Cloud Deploy","type":"child"},"fontSize":16,"fontFamily":2,"text":"Cloud Deploy","baseline":16,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":"Cloud Deploy"},{"type":"text","version":115,"versionNonce":500881523,"isDeleted":true,"id":"N4McaglBdk1jBYP4GtPmq","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":276,"y":558,"strokeColor":"#202124","backgroundColor":"transparent","width":160,"height":18,"seed":286303233,"groupIds":["1LdZ3Y2U-7aeozaGgposf","5KC3q9V00HBxGjsr3T8oP"],"strokeSharpness":"round","boundElements":[],"updated":1706297192049,"link":null,"locked":false,"customData":{"boxId":"rgbsKGp957DPl0B7CCfRk","label":"Cloud Deploy","type":"child"},"fontSize":16,"fontFamily":2,"text":"","baseline":16,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":""},{"type":"line","version":116,"versionNonce":1681087549,"isDeleted":true,"id":"3-qkHmQllFe2BHFbWLmr2","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":276,"y":580,"strokeColor":"#202124","backgroundColor":"transparent","width":16,"height":1,"seed":1086085263,"groupIds":["1LdZ3Y2U-7aeozaGgposf","5KC3q9V00HBxGjsr3T8oP"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192049,"link":null,"locked":false,"customData":{"boxId":"rgbsKGp957DPl0B7CCfRk","label":"Cloud Deploy","type":"child"},"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[208,0]]},{"type":"text","version":116,"versionNonce":812470803,"isDeleted":true,"id":"iZt8fPuewYbqId6bNe2se","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":276,"y":588,"strokeColor":"#202124","backgroundColor":"transparent","width":160,"height":14,"seed":2050915297,"groupIds":["1LdZ3Y2U-7aeozaGgposf","5KC3q9V00HBxGjsr3T8oP"],"strokeSharpness":"round","boundElements":[],"updated":1706297192049,"link":null,"locked":false,"customData":{"boxId":"rgbsKGp957DPl0B7CCfRk","label":"Cloud Deploy","type":"child"},"fontSize":12,"fontFamily":2,"text":"","baseline":12,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":""},{"type":"line","version":140,"versionNonce":1431751837,"isDeleted":true,"id":"nlxN5IO4YrwpinAgxkzvx","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":640.3866672515869,"y":534.2400016784668,"strokeColor":"#00000000","backgroundColor":"#4285f4","width":8.866666793823242,"height":15.353334903717041,"seed":736128687,"groupIds":["BulxHPWSNPwaWyKnIMqHT","1LdZ3Y2U-7aeozaGgposf","5KC3q9V00HBxGjsr3T8oP"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192049,"link":null,"locked":false,"customData":{"boxId":"rgbsKGp957DPl0B7CCfRk","label":"Cloud Deploy","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,-10.2333345413208],[-8.866666793823242,-15.353334903717041],[-8.866666793823242,-10.693335056304932],[-4.013334274291992,-7.920001983642578],[-4.039999008178711,-2.333333969116211],[0,0],[0,0]]},{"type":"line","version":140,"versionNonce":1774163891,"isDeleted":true,"id":"sfHPa3akyg6THwvmP65X_","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":634.7933340072632,"y":535.8533344268799,"strokeColor":"#00000000","backgroundColor":"#669df6","width":7.466667175292969,"height":12.933334350585938,"seed":1403410369,"groupIds":["syV6g5eenlL5K6TJDCNVa","1LdZ3Y2U-7aeozaGgposf","5KC3q9V00HBxGjsr3T8oP"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192049,"link":null,"locked":false,"customData":{"boxId":"rgbsKGp957DPl0B7CCfRk","label":"Cloud Deploy","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,-8.620000839233398],[-7.466667175292969,-12.933334350585938],[-7.466667175292969,-8.913333892822266],[-3.4600000381469727,-6.620000839233398],[-3.473334312438965,-2.0066661834716797],[0,0],[0,0]]},{"type":"line","version":140,"versionNonce":1164783869,"isDeleted":true,"id":"rlNmR8rExBmt-xo_AXcZC","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":629.7600002288818,"y":537.1466674804688,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":6.066666841506958,"height":10.513334274291992,"seed":1650245839,"groupIds":["272FODIO794pUv3mUl5iO","1LdZ3Y2U-7aeozaGgposf","5KC3q9V00HBxGjsr3T8oP"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192049,"link":null,"locked":false,"customData":{"boxId":"rgbsKGp957DPl0B7CCfRk","label":"Cloud Deploy","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,-7.0066680908203125],[-6.066666841506958,-10.513334274291992],[-6.066666841506958,-7.14666748046875],[-2.9000000953674316,-5.333333969116211],[-2.913332939147949,-1.6800003051757812],[0,0],[0,0]]},{"type":"rectangle","version":170,"versionNonce":2012752211,"isDeleted":true,"id":"MSXfs0Xk2_LjCTY3Hg-Rx","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":680,"y":500,"strokeColor":"#202124","backgroundColor":"#FFF","width":240,"height":60,"seed":460747599,"groupIds":["9zSlK443xOkhk6KXMK1_7","BbdCn4mmVbLgBRnb5LDrC"],"strokeSharpness":"round","boundElements":[{"id":"DfIrtZP8buaaSUfiDxtCo","type":"arrow"}],"updated":1706297192049,"link":null,"locked":false,"customData":{"boxId":"AdNAjJY_mPmLqaqxUTb82","label":"Cloud Build","resource":"cloudbuild_git_trigger","type":"container"}},{"type":"text","version":164,"versionNonce":1106774365,"isDeleted":true,"id":"pJjBwLQBEfoOJoKXk4IGs","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":696,"y":516,"strokeColor":"#1a73e8","backgroundColor":"transparent","width":160,"height":18,"seed":1406692641,"groupIds":["9zSlK443xOkhk6KXMK1_7","BbdCn4mmVbLgBRnb5LDrC"],"strokeSharpness":"round","boundElements":[],"updated":1706297192049,"link":null,"locked":false,"customData":{"boxId":"AdNAjJY_mPmLqaqxUTb82","label":"Cloud Build","resource":"cloudbuild_git_trigger","type":"child"},"fontSize":16,"fontFamily":2,"text":"Cloud Build","baseline":16,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":"Cloud Build"},{"type":"line","version":163,"versionNonce":7177971,"isDeleted":true,"id":"sw7SE6srkKKhE6Q2FMncS","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":892.1500005722046,"y":532.2449989318848,"strokeColor":"#00000000","backgroundColor":"#4285f4","width":4.709999084472656,"height":6.779998779296875,"seed":1175007599,"groupIds":["kV8e1WylUomyvYulKnMDw","9zSlK443xOkhk6KXMK1_7","BbdCn4mmVbLgBRnb5LDrC"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192049,"link":null,"locked":false,"customData":{"boxId":"AdNAjJY_mPmLqaqxUTb82","label":"Cloud Build","resource":"cloudbuild_git_trigger","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[3.524998664855957,-2.032498359680176],[3.524998664855957,-6.097498893737793],[2.339999198913574,-6.779998779296875],[-1.1850004196166992,-0.6824989318847656],[0,0],[0,0]]},{"type":"line","version":163,"versionNonce":742970813,"isDeleted":true,"id":"VDIh4Pof5NgFCRyir95Jq","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":888.6324996948242,"y":526.147500038147,"strokeColor":"#00000000","backgroundColor":"#669df6","width":4.70250129699707,"height":6.780000686645508,"seed":1601184001,"groupIds":["lmx_ycXo4-on5viF-t28N","9zSlK443xOkhk6KXMK1_7","BbdCn4mmVbLgBRnb5LDrC"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192049,"link":null,"locked":false,"customData":{"boxId":"AdNAjJY_mPmLqaqxUTb82","label":"Cloud Build","resource":"cloudbuild_git_trigger","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,4.065000534057617],[1.1850004196166992,4.747500419616699],[4.70250129699707,-1.3500003814697266],[3.517500877380371,-2.0325002670288086],[0,0],[0,0]]},{"type":"line","version":163,"versionNonce":967192723,"isDeleted":true,"id":"dX6Pqzs0azghRQ6OjNxL-","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":891.460000038147,"y":533.4449996948242,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":7.972499847412109,"height":13.80749797821045,"seed":668937103,"groupIds":["Ox-4gFf3F-V_AeQ8wXEyR","9zSlK443xOkhk6KXMK1_7","BbdCn4mmVbLgBRnb5LDrC"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192049,"link":null,"locked":false,"customData":{"boxId":"AdNAjJY_mPmLqaqxUTb82","label":"Cloud Build","resource":"cloudbuild_git_trigger","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-4.222500324249268,-2.429999351501465],[-4.222500324249268,-7.297499656677246],[-7.972499847412109,-9.464999198913574],[-7.972499847412109,-0.2625007629394531],[0,4.342498779296875],[0,0],[0,0]]},{"type":"line","version":163,"versionNonce":1065424413,"isDeleted":true,"id":"hCd9IIDNcW7lpLboRvgUP","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":887.9274997711182,"y":524.9475002288818,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":15.952500820159912,"height":6.772500038146973,"seed":698767585,"groupIds":["Ox-4gFf3F-V_AeQ8wXEyR","9zSlK443xOkhk6KXMK1_7","BbdCn4mmVbLgBRnb5LDrC"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192049,"link":null,"locked":false,"customData":{"boxId":"AdNAjJY_mPmLqaqxUTb82","label":"Cloud Build","resource":"cloudbuild_git_trigger","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[4.222500801086426,-2.4375],[8.444999694824219,0],[12.20250129699707,-2.1675004959106445],[4.222500801086426,-6.772500038146973],[-3.749999523162842,-2.1675004959106445],[0,0],[0,0]]},{"type":"line","version":163,"versionNonce":1163437619,"isDeleted":true,"id":"kues_hSWogBQD6-KaUAHd","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":897.0625,"y":531.0150003433228,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":7.965000152587891,"height":13.80749797821045,"seed":1831920047,"groupIds":["Ox-4gFf3F-V_AeQ8wXEyR","9zSlK443xOkhk6KXMK1_7","BbdCn4mmVbLgBRnb5LDrC"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192049,"link":null,"locked":false,"customData":{"boxId":"AdNAjJY_mPmLqaqxUTb82","label":"Cloud Build","resource":"cloudbuild_git_trigger","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-4.215000152587891,2.429999351501465],[-4.215000152587891,6.77249813079834],[3.75,2.1674985885620117],[3.75,-7.034999847412109],[0,-4.867500305175781],[0,0],[0,0]]},{"type":"rectangle","version":152,"versionNonce":1452427901,"isDeleted":true,"id":"5JXsJyqt37VvHbAO7yjq8","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":680,"y":360,"strokeColor":"#202124","backgroundColor":"#FFF","width":240,"height":60,"seed":913245039,"groupIds":["BpG1x-O9OLHHoC7nbrOsy","-4bnv8htQ4DlHkz2d9LyZ"],"strokeSharpness":"round","boundElements":[{"id":"DfIrtZP8buaaSUfiDxtCo","type":"arrow"},{"id":"7mHnYCMq-L6XCjXQ8F8pG","type":"arrow"}],"updated":1706297192049,"link":null,"locked":false,"customData":{"boxId":"T_mshNLa6Cv_keTTXyg9N","label":"Pub/Sub","resource":"google_pubsub_topic","type":"container"}},{"type":"text","version":142,"versionNonce":1248552915,"isDeleted":true,"id":"e83CFcBwIYTAuc95n2cLu","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":696,"y":376,"strokeColor":"#1a73e8","backgroundColor":"transparent","width":160,"height":18,"seed":1854435073,"groupIds":["BpG1x-O9OLHHoC7nbrOsy","-4bnv8htQ4DlHkz2d9LyZ"],"strokeSharpness":"round","boundElements":[],"updated":1706297192049,"link":null,"locked":false,"customData":{"boxId":"T_mshNLa6Cv_keTTXyg9N","label":"Pub/Sub","resource":"google_pubsub_topic","type":"child"},"fontSize":16,"fontFamily":2,"text":"Pub/Sub","baseline":16,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":"Pub/Sub"},{"type":"text","version":114,"versionNonce":1916662493,"isDeleted":true,"id":"fly9gQq0puGBf4HHSkH9M","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":456,"y":358,"strokeColor":"#202124","backgroundColor":"transparent","width":160,"height":18,"seed":1874509199,"groupIds":["BpG1x-O9OLHHoC7nbrOsy","-4bnv8htQ4DlHkz2d9LyZ"],"strokeSharpness":"round","boundElements":[],"updated":1706297192049,"link":null,"locked":false,"customData":{"boxId":"T_mshNLa6Cv_keTTXyg9N","label":"Pub/Sub","resource":"google_pubsub_topic","type":"child"},"fontSize":16,"fontFamily":2,"text":"","baseline":16,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":""},{"type":"line","version":114,"versionNonce":1324676467,"isDeleted":true,"id":"j5rKv1Pd5h3liy23h6eMQ","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":456,"y":385,"strokeColor":"#202124","backgroundColor":"transparent","width":16,"height":1,"seed":210036449,"groupIds":["BpG1x-O9OLHHoC7nbrOsy","-4bnv8htQ4DlHkz2d9LyZ"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192049,"link":null,"locked":false,"customData":{"boxId":"T_mshNLa6Cv_keTTXyg9N","label":"Pub/Sub","resource":"google_pubsub_topic","type":"child"},"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[208,0]]},{"type":"text","version":114,"versionNonce":2132119357,"isDeleted":true,"id":"6R33SYvjgdRj74SVOY0x-","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":456,"y":393,"strokeColor":"#202124","backgroundColor":"transparent","width":160,"height":14,"seed":399127471,"groupIds":["BpG1x-O9OLHHoC7nbrOsy","-4bnv8htQ4DlHkz2d9LyZ"],"strokeSharpness":"round","boundElements":[],"updated":1706297192049,"link":null,"locked":false,"customData":{"boxId":"T_mshNLa6Cv_keTTXyg9N","label":"Pub/Sub","resource":"google_pubsub_topic","type":"child"},"fontSize":12,"fontFamily":2,"text":"","baseline":12,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":""},{"type":"ellipse","version":141,"versionNonce":1379651347,"isDeleted":true,"id":"czCXciJ4NVyKB8L5zYnz-","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":897.25,"y":382.48999977111816,"strokeColor":"transparent","backgroundColor":"#669df6","width":3.440000057220459,"height":3.440000057220459,"seed":1206346433,"groupIds":["BpG1x-O9OLHHoC7nbrOsy","-4bnv8htQ4DlHkz2d9LyZ"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192049,"link":null,"locked":false,"customData":{"boxId":"T_mshNLa6Cv_keTTXyg9N","label":"Pub/Sub","resource":"google_pubsub_topic","type":"child"}},{"type":"ellipse","version":141,"versionNonce":1534762909,"isDeleted":true,"id":"zY6B4Pfpo8cWEWxwMRSlD","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":883.3099999427795,"y":382.48999977111816,"strokeColor":"transparent","backgroundColor":"#669df6","width":3.440000057220459,"height":3.440000057220459,"seed":382068175,"groupIds":["BpG1x-O9OLHHoC7nbrOsy","-4bnv8htQ4DlHkz2d9LyZ"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192049,"link":null,"locked":false,"customData":{"boxId":"T_mshNLa6Cv_keTTXyg9N","label":"Pub/Sub","resource":"google_pubsub_topic","type":"child"}},{"type":"ellipse","version":141,"versionNonce":649491635,"isDeleted":true,"id":"NVJ4nLTNvDASzOqbgNszL","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":890.2799997329712,"y":394.5599994659424,"strokeColor":"transparent","backgroundColor":"#669df6","width":3.440000057220459,"height":3.440000057220459,"seed":223306401,"groupIds":["BpG1x-O9OLHHoC7nbrOsy","-4bnv8htQ4DlHkz2d9LyZ"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192049,"link":null,"locked":false,"customData":{"boxId":"T_mshNLa6Cv_keTTXyg9N","label":"Pub/Sub","resource":"google_pubsub_topic","type":"child"}},{"type":"line","version":141,"versionNonce":496935933,"isDeleted":true,"id":"CKSWA16qP6GG72fknomB3","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":891.6459999084473,"y":388.85999965667725,"strokeColor":"#00000000","backgroundColor":"#4285f4","width":7.790000915527344,"height":5.403999328613281,"seed":1002853359,"groupIds":["DnD_Ns3fXS6v4km0IZNAe","BpG1x-O9OLHHoC7nbrOsy","-4bnv8htQ4DlHkz2d9LyZ"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192049,"link":null,"locked":false,"customData":{"boxId":"T_mshNLa6Cv_keTTXyg9N","label":"Pub/Sub","resource":"google_pubsub_topic","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0.7950000762939453,-1.3839998245239258],[7.790000915527344,2.636000633239746],[6.995000839233398,4.0199995040893555],[0,0]]},{"type":"line","version":141,"versionNonce":202073683,"isDeleted":true,"id":"Es5f-BBw6SqeSh7Z2nzsE","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":884.6329998970032,"y":391.57299995422363,"strokeColor":"#00000000","backgroundColor":"#4285f4","width":7.757999897003174,"height":5.397000312805176,"seed":158099073,"groupIds":["ybysXVHqq-isWTJn0Bydp","BpG1x-O9OLHHoC7nbrOsy","-4bnv8htQ4DlHkz2d9LyZ"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192049,"link":null,"locked":false,"customData":{"boxId":"T_mshNLa6Cv_keTTXyg9N","label":"Pub/Sub","resource":"google_pubsub_topic","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[6.9629998207092285,-4.0199995040893555],[7.757999897003174,-2.6429996490478516],[0.7950000762939453,1.3770008087158203],[0,0]]},{"type":"line","version":141,"versionNonce":428022877,"isDeleted":true,"id":"R67PEtAZsWEg2H7jd8GHP","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":891.1999998092651,"y":380.19000005722046,"strokeColor":"#00000000","backgroundColor":"#4285f4","width":1.5900001525878906,"height":8.03999948501587,"seed":1590951439,"groupIds":["PZufmkT5w54eY_Zqh9FXR","BpG1x-O9OLHHoC7nbrOsy","-4bnv8htQ4DlHkz2d9LyZ"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192049,"link":null,"locked":false,"customData":{"boxId":"T_mshNLa6Cv_keTTXyg9N","label":"Pub/Sub","resource":"google_pubsub_topic","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[1.5900001525878906,0],[1.5900001525878906,8.03999948501587],[0,8.03999948501587],[0,0]]},{"type":"ellipse","version":141,"versionNonce":152118259,"isDeleted":true,"id":"x-SXhsXV7NIWwYee8YCVk","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":889.2200002670288,"y":385.44999980926514,"strokeColor":"transparent","backgroundColor":"#aecbfa","width":5.559999942779541,"height":5.559999942779541,"seed":654175841,"groupIds":["BpG1x-O9OLHHoC7nbrOsy","-4bnv8htQ4DlHkz2d9LyZ"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192049,"link":null,"locked":false,"customData":{"boxId":"T_mshNLa6Cv_keTTXyg9N","label":"Pub/Sub","resource":"google_pubsub_topic","type":"child"}},{"type":"ellipse","version":141,"versionNonce":653887677,"isDeleted":true,"id":"AdnrckW6rKfw8jfyB45z7","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":882.8399999141693,"y":390.0600004196167,"strokeColor":"transparent","backgroundColor":"#aecbfa","width":4.380000114440918,"height":4.380000114440918,"seed":1122460719,"groupIds":["BpG1x-O9OLHHoC7nbrOsy","-4bnv8htQ4DlHkz2d9LyZ"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192049,"link":null,"locked":false,"customData":{"boxId":"T_mshNLa6Cv_keTTXyg9N","label":"Pub/Sub","resource":"google_pubsub_topic","type":"child"}},{"type":"ellipse","version":141,"versionNonce":97398163,"isDeleted":true,"id":"aXzdzYNAPnHJYuXIt_f-Y","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":896.7800006866455,"y":390.0600004196167,"strokeColor":"transparent","backgroundColor":"#aecbfa","width":4.380000114440918,"height":4.380000114440918,"seed":1288927809,"groupIds":["BpG1x-O9OLHHoC7nbrOsy","-4bnv8htQ4DlHkz2d9LyZ"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192049,"link":null,"locked":false,"customData":{"boxId":"T_mshNLa6Cv_keTTXyg9N","label":"Pub/Sub","resource":"google_pubsub_topic","type":"child"}},{"type":"ellipse","version":142,"versionNonce":665020701,"isDeleted":true,"id":"zwtYWwdyIbm2-OQQ1LQ3T","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":889.8100004196167,"y":378,"strokeColor":"transparent","backgroundColor":"#aecbfa","width":4.380000114440918,"height":4.380000114440918,"seed":938018383,"groupIds":["BpG1x-O9OLHHoC7nbrOsy","-4bnv8htQ4DlHkz2d9LyZ"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192049,"link":null,"locked":false,"customData":{"boxId":"T_mshNLa6Cv_keTTXyg9N","label":"Pub/Sub","resource":"google_pubsub_topic","type":"child"}},{"type":"rectangle","version":187,"versionNonce":628687667,"isDeleted":true,"id":"nV1AI5bHHC26YAjup5RIv","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":140,"y":120,"strokeColor":"#202124","backgroundColor":"#FFF","width":240,"height":60,"seed":443582607,"groupIds":["lpCFOWtkVrhqR-TY1YGq_","atYHvAauKJPBDvWmtEw_u"],"strokeSharpness":"round","boundElements":[{"id":"u3MHsCfKj6joFmOvIyJhR","type":"arrow"},{"id":"7f_aN7Y5o9pnUMQ7rmRx4","type":"arrow"}],"updated":1706297192049,"link":null,"locked":false,"customData":{"boxId":"rJJmXdPlRXtLrEaOFUoaQ","label":"Cloud Storage","resource":"google_storage_bucket","type":"container"}},{"type":"text","version":180,"versionNonce":1290943869,"isDeleted":true,"id":"ITrKp6V6S9Cmg6mW98Vtw","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":156,"y":136,"strokeColor":"#1a73e8","backgroundColor":"transparent","width":160,"height":18,"seed":1764051937,"groupIds":["lpCFOWtkVrhqR-TY1YGq_","atYHvAauKJPBDvWmtEw_u"],"strokeSharpness":"round","boundElements":[{"id":"gISyGfHd3ExlrEzh0Hj-0","type":"arrow"}],"updated":1706297192049,"link":null,"locked":false,"customData":{"boxId":"rJJmXdPlRXtLrEaOFUoaQ","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"},"fontSize":16,"fontFamily":2,"text":"Cloud Storage","baseline":16,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":"Cloud Storage"},{"type":"text","version":119,"versionNonce":1618486483,"isDeleted":true,"id":"yvoOLMHERKAqDoCfiPE8y","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":376,"y":418,"strokeColor":"#202124","backgroundColor":"transparent","width":160,"height":18,"seed":529440431,"groupIds":["lpCFOWtkVrhqR-TY1YGq_","atYHvAauKJPBDvWmtEw_u"],"strokeSharpness":"round","boundElements":[],"updated":1706297192049,"link":null,"locked":false,"customData":{"boxId":"rJJmXdPlRXtLrEaOFUoaQ","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"},"fontSize":16,"fontFamily":2,"text":"","baseline":16,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":""},{"type":"line","version":120,"versionNonce":505906653,"isDeleted":true,"id":"PdNXdlYF9b4_kpVydHyZz","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":380,"y":445,"strokeColor":"#202124","backgroundColor":"transparent","width":16,"height":1,"seed":1563633601,"groupIds":["lpCFOWtkVrhqR-TY1YGq_","atYHvAauKJPBDvWmtEw_u"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192049,"link":null,"locked":false,"customData":{"boxId":"rJJmXdPlRXtLrEaOFUoaQ","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"},"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[208,0]]},{"type":"text","version":120,"versionNonce":1583485555,"isDeleted":true,"id":"jPXYS3JtzQvdr23DbZrGb","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":380,"y":453,"strokeColor":"#202124","backgroundColor":"transparent","width":160,"height":14,"seed":549777615,"groupIds":["lpCFOWtkVrhqR-TY1YGq_","atYHvAauKJPBDvWmtEw_u"],"strokeSharpness":"round","boundElements":[],"updated":1706297192049,"link":null,"locked":false,"customData":{"boxId":"rJJmXdPlRXtLrEaOFUoaQ","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"},"fontSize":12,"fontFamily":2,"text":"","baseline":12,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":""},{"type":"rectangle","version":178,"versionNonce":1045742141,"isDeleted":true,"id":"qcPNVRi7vG5Nt3qDHFBmx","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":342,"y":140,"strokeColor":"transparent","backgroundColor":"#aecbfa","width":20,"height":7,"seed":1859815329,"groupIds":["lpCFOWtkVrhqR-TY1YGq_","atYHvAauKJPBDvWmtEw_u"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192049,"link":null,"locked":false,"customData":{"boxId":"rJJmXdPlRXtLrEaOFUoaQ","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"}},{"type":"rectangle","version":178,"versionNonce":268258323,"isDeleted":true,"id":"06XSh5RVwY5GrgZt6k0_E","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":360,"y":140,"strokeColor":"transparent","backgroundColor":"#669df6","width":2,"height":7,"seed":1739325167,"groupIds":["lpCFOWtkVrhqR-TY1YGq_","atYHvAauKJPBDvWmtEw_u"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192049,"link":null,"locked":false,"customData":{"boxId":"rJJmXdPlRXtLrEaOFUoaQ","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"}},{"type":"line","version":178,"versionNonce":1918595741,"isDeleted":true,"id":"tto4WaJazHBfz9I4BM-dm","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":362,"y":140,"strokeColor":"#00000000","backgroundColor":"#4285f4","width":2,"height":7,"seed":944434049,"groupIds":["aLCKileQ88_F43nfE-jrr","lpCFOWtkVrhqR-TY1YGq_","atYHvAauKJPBDvWmtEw_u"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192050,"link":null,"locked":false,"customData":{"boxId":"rJJmXdPlRXtLrEaOFUoaQ","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-2,0],[-2,7],[0,0],[0,0]]},{"type":"rectangle","version":178,"versionNonce":155210163,"isDeleted":true,"id":"30BD-7pkdLJq4dKVPvr07","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":342,"y":140,"strokeColor":"transparent","backgroundColor":"#669df6","width":2,"height":7,"seed":1993099535,"groupIds":["lpCFOWtkVrhqR-TY1YGq_","atYHvAauKJPBDvWmtEw_u"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192050,"link":null,"locked":false,"customData":{"boxId":"rJJmXdPlRXtLrEaOFUoaQ","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"}},{"type":"rectangle","version":178,"versionNonce":1726813949,"isDeleted":true,"id":"AsWzomLr_TpEZ1XaAWQfZ","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":346,"y":143,"strokeColor":"transparent","backgroundColor":"#fff","width":6,"height":1,"seed":1640223585,"groupIds":["lpCFOWtkVrhqR-TY1YGq_","atYHvAauKJPBDvWmtEw_u"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192050,"link":null,"locked":false,"customData":{"boxId":"rJJmXdPlRXtLrEaOFUoaQ","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"}},{"type":"rectangle","version":178,"versionNonce":458335059,"isDeleted":true,"id":"9NeR01rWGvckIOKWadwgF","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":355,"y":142,"strokeColor":"transparent","backgroundColor":"#fff","width":3,"height":3,"seed":1805537071,"groupIds":["lpCFOWtkVrhqR-TY1YGq_","atYHvAauKJPBDvWmtEw_u"],"strokeSharpness":"round","boundElements":[],"updated":1706297192050,"link":null,"locked":false,"customData":{"boxId":"rJJmXdPlRXtLrEaOFUoaQ","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"}},{"type":"rectangle","version":178,"versionNonce":915091293,"isDeleted":true,"id":"o1HJ3vZjC8885RZH_MZSP","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":342,"y":149,"strokeColor":"transparent","backgroundColor":"#aecbfa","width":20,"height":7,"seed":1603583809,"groupIds":["lpCFOWtkVrhqR-TY1YGq_","atYHvAauKJPBDvWmtEw_u"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192050,"link":null,"locked":false,"customData":{"boxId":"rJJmXdPlRXtLrEaOFUoaQ","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"}},{"type":"rectangle","version":178,"versionNonce":780648691,"isDeleted":true,"id":"-LBbcAJ3Z-allbkmHMmgg","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":360,"y":149,"strokeColor":"transparent","backgroundColor":"#669df6","width":2,"height":7,"seed":545952079,"groupIds":["lpCFOWtkVrhqR-TY1YGq_","atYHvAauKJPBDvWmtEw_u"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192050,"link":null,"locked":false,"customData":{"boxId":"rJJmXdPlRXtLrEaOFUoaQ","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"}},{"type":"line","version":178,"versionNonce":797391805,"isDeleted":true,"id":"57oOuYWAkPM5-Z9B0pILx","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":362,"y":149,"strokeColor":"#00000000","backgroundColor":"#4285f4","width":2,"height":7,"seed":1880960801,"groupIds":["v2uJpNgXmsqU8tAXRtiGd","lpCFOWtkVrhqR-TY1YGq_","atYHvAauKJPBDvWmtEw_u"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192050,"link":null,"locked":false,"customData":{"boxId":"rJJmXdPlRXtLrEaOFUoaQ","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-2,0],[-2,7],[0,0],[0,0]]},{"type":"rectangle","version":178,"versionNonce":1550396051,"isDeleted":true,"id":"BT7xlYtwISLlfc7CGjOMO","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":342,"y":149,"strokeColor":"transparent","backgroundColor":"#669df6","width":2,"height":7,"seed":250187631,"groupIds":["lpCFOWtkVrhqR-TY1YGq_","atYHvAauKJPBDvWmtEw_u"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192050,"link":null,"locked":false,"customData":{"boxId":"rJJmXdPlRXtLrEaOFUoaQ","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"}},{"type":"rectangle","version":178,"versionNonce":1510128669,"isDeleted":true,"id":"WQn4xZDN583Gr8s_yXrmz","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":346,"y":152,"strokeColor":"transparent","backgroundColor":"#fff","width":6,"height":1,"seed":1506583297,"groupIds":["lpCFOWtkVrhqR-TY1YGq_","atYHvAauKJPBDvWmtEw_u"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192050,"link":null,"locked":false,"customData":{"boxId":"rJJmXdPlRXtLrEaOFUoaQ","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"}},{"type":"rectangle","version":178,"versionNonce":1236033587,"isDeleted":true,"id":"IVsPD4aph7lxKkupcnsJK","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":355,"y":151,"strokeColor":"transparent","backgroundColor":"#fff","width":3,"height":3,"seed":1896073615,"groupIds":["lpCFOWtkVrhqR-TY1YGq_","atYHvAauKJPBDvWmtEw_u"],"strokeSharpness":"round","boundElements":[],"updated":1706297192050,"link":null,"locked":false,"customData":{"boxId":"rJJmXdPlRXtLrEaOFUoaQ","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"}},{"type":"rectangle","version":152,"versionNonce":1039085693,"isDeleted":true,"id":"VjU1bGi9YYnINIC6WYz7H","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":380,"y":720,"strokeColor":"#202124","backgroundColor":"#FFF","width":240,"height":60,"seed":595769167,"groupIds":["OWuNUjBSN-6_rltscNRsi","ZvdVgd3lQD-gdXzTQj2Pp"],"strokeSharpness":"round","boundElements":[{"id":"Sj_PH5cNVlsYPvn1BMMmF","type":"arrow"}],"updated":1706297192050,"link":null,"locked":false,"customData":{"boxId":"TeSsPVhf1rBYk5OOuRG0w","label":"Cloud VPN","type":"container"}},{"type":"text","version":147,"versionNonce":1077404115,"isDeleted":true,"id":"FplAVudSsCZGAJEhDZZ6O","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":396,"y":736,"strokeColor":"#1A73F8","backgroundColor":"transparent","width":160,"height":18,"seed":1419929889,"groupIds":["OWuNUjBSN-6_rltscNRsi","ZvdVgd3lQD-gdXzTQj2Pp"],"strokeSharpness":"round","boundElements":[{"id":"Sj_PH5cNVlsYPvn1BMMmF","type":"arrow"}],"updated":1706297192050,"link":null,"locked":false,"customData":{"boxId":"TeSsPVhf1rBYk5OOuRG0w","label":"Cloud VPN","type":"child"},"fontSize":16,"fontFamily":2,"text":"Cloud VPN","baseline":16,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":"Cloud VPN"},{"type":"line","version":146,"versionNonce":1762531549,"isDeleted":true,"id":"9X0FETu3qIydvnv2NqAQe","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":598.5022354125977,"y":741.5054316520691,"strokeColor":"#00000000","backgroundColor":"#669df6","width":5.033864974975586,"height":12.816612720489502,"seed":200078703,"groupIds":["sPyePw-9Rb6FulWsVVSMK","OWuNUjBSN-6_rltscNRsi","ZvdVgd3lQD-gdXzTQj2Pp"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192050,"link":null,"locked":false,"customData":{"boxId":"TeSsPVhf1rBYk5OOuRG0w","label":"Cloud VPN","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,5.647284030914307],[-3.5233211517333984,5.647284030914307],[-3.5233211517333984,7.157826900482178],[0,7.157826900482178],[0,12.816612720489502],[1.5105438232421875,12.816612720489502],[1.5105438232421875,0],[0,0]]},{"type":"line","version":146,"versionNonce":153235315,"isDeleted":true,"id":"0B_QP6ie9QXoEd3RA4L-m","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":586.4945683479309,"y":747.1527156829834,"strokeColor":"#00000000","backgroundColor":"#669df6","width":4.6849846839904785,"height":1.510542869567871,"seed":765107457,"groupIds":["sPyePw-9Rb6FulWsVVSMK","OWuNUjBSN-6_rltscNRsi","ZvdVgd3lQD-gdXzTQj2Pp"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192050,"link":null,"locked":false,"customData":{"boxId":"TeSsPVhf1rBYk5OOuRG0w","label":"Cloud VPN","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[4.6849846839904785,0],[4.6849846839904785,1.510542869567871],[0,1.510542869567871],[0,0]]},{"type":"line","version":146,"versionNonce":888206653,"isDeleted":true,"id":"IwhAOWPulY5eWbxWXa34Y","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":593.0849828720093,"y":750.3194885253906,"strokeColor":"#00000000","backgroundColor":"#4285f4","width":4.815336227416992,"height":4.815335273742676,"seed":78278543,"groupIds":["prQXe_W-ewXqczASNUKdv","OWuNUjBSN-6_rltscNRsi","ZvdVgd3lQD-gdXzTQj2Pp"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192050,"link":null,"locked":false,"customData":{"boxId":"TeSsPVhf1rBYk5OOuRG0w","label":"Cloud VPN","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.24627304077148438,-0.012423515319824219],[-0.4854106903076172,-0.048890113830566406],[-0.7162008285522461,-0.10819053649902344],[-0.93743896484375,-0.1891164779663086],[-1.1479177474975586,-0.2904653549194336],[-1.3464269638061523,-0.4110240936279297],[-1.5317630767822266,-0.5495901107788086],[-1.702713966369629,-0.7049522399902344],[-1.858077049255371,-0.8759040832519531],[-1.9966421127319336,-1.061239242553711],[-2.117201805114746,-1.259749412536621],[-2.2185497283935547,-1.4702281951904297],[-2.2994766235351562,-1.6914663314819336],[-2.3587770462036133,-1.9222564697265625],[-2.3952436447143555,-2.161393165588379],[-2.4076671600341797,-2.4076671600341797],[-2.3952436447143555,-2.653942108154297],[-2.3587770462036133,-2.893077850341797],[-2.2994766235351562,-3.123868942260742],[-2.2185497283935547,-3.345107078552246],[-2.117201805114746,-3.5555849075317383],[-1.9966421127319336,-3.754096031188965],[-1.858077049255371,-3.9394302368164062],[-1.702713966369629,-4.110383033752441],[-1.5317630767822266,-4.265745162963867],[-1.3464269638061523,-4.40431022644043],[-1.1479177474975586,-4.524870872497559],[-0.93743896484375,-4.626217842102051],[-0.7162008285522461,-4.707145690917969],[-0.4854106903076172,-4.766446113586426],[-0.24627304077148438,-4.802911758422852],[0,-4.815335273742676],[0.2462759017944336,-4.802911758422852],[0.4854116439819336,-4.766446113586426],[0.7162027359008789,-4.707145690917969],[0.9374408721923828,-4.626217842102051],[1.147918701171875,-4.524870872497559],[1.3464288711547852,-4.40431022644043],[1.531764030456543,-4.265745162963867],[1.7027158737182617,-4.110383033752441],[1.858078956604004,-3.9394302368164062],[1.99664306640625,-3.754096031188965],[2.117203712463379,-3.5555849075317383],[2.218550682067871,-3.345107078552246],[2.299478530883789,-3.123868942260742],[2.358778953552246,-2.893077850341797],[2.395244598388672,-2.653942108154297],[2.4076690673828125,-2.4076671600341797],[2.3966827392578125,-2.162698745727539],[2.3616552352905273,-1.9246149063110352],[2.3037919998168945,-1.6946420669555664],[2.224302291870117,-1.4740009307861328],[2.124392509460449,-1.2639188766479492],[2.005270004272461,-1.0656204223632812],[1.868143081665039,-0.8803262710571289],[1.7142181396484375,-0.7092647552490234],[1.544703483581543,-0.5536584854125977],[1.3608064651489258,-0.4147310256958008],[1.1637334823608398,-0.29370784759521484],[0.9546937942504883,-0.19181251525878906],[0.734893798828125,-0.11027050018310547],[0.5055398941040039,-0.050304412841796875],[0.2678413391113281,-0.013138771057128906],[0.023003578186035156,0],[0,0],[0,0]]},{"type":"line","version":146,"versionNonce":112314643,"isDeleted":true,"id":"PIMB0qSiX_iDVay2ZGs-S","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":593.0849828720093,"y":746.4089450836182,"strokeColor":"#00000000","backgroundColor":"#4285f4","width":3.021085739135742,"height":3.021085739135742,"seed":1159812321,"groupIds":["prQXe_W-ewXqczASNUKdv","OWuNUjBSN-6_rltscNRsi","ZvdVgd3lQD-gdXzTQj2Pp"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192050,"link":null,"locked":false,"customData":{"boxId":"TeSsPVhf1rBYk5OOuRG0w","label":"Cloud VPN","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.15433025360107422,0.002124786376953125],[-0.3048133850097656,0.019514083862304688],[-0.45065879821777344,0.0514373779296875],[-0.5910730361938477,0.09716415405273438],[-0.7252655029296875,0.15596675872802734],[-0.852442741394043,0.22711181640625],[-0.9718132019042969,0.30987071990966797],[-1.0825872421264648,0.4035148620605469],[-1.1839704513549805,0.5073118209838867],[-1.2751712799072266,0.6205329895019531],[-1.3553991317749023,0.7424468994140625],[-1.4238605499267578,0.8723239898681641],[-1.4797658920288086,1.0094356536865234],[-1.5223207473754883,1.153050422668457],[-1.5507354736328125,1.302438735961914],[-1.5642166137695312,1.456869125366211],[-1.5620918273925781,1.6118316650390625],[-1.5447025299072266,1.7627849578857422],[-1.5127792358398438,1.9089527130126953],[-1.4670524597167969,2.0495615005493164],[-1.408249855041504,2.1838340759277344],[-1.3371047973632812,2.3109970092773438],[-1.2543458938598633,2.430276870727539],[-1.1607017517089844,2.5408945083618164],[-1.056905746459961,2.6420793533325195],[-0.9436845779418945,2.7330522537231445],[-0.8217697143554688,2.8130407333374023],[-0.6918926239013672,2.881270408630371],[-0.5547809600830078,2.9369640350341797],[-0.4111671447753906,2.9793481826782227],[-0.2617778778076172,3.0076475143432617],[-0.10734748840332031,3.021085739135742],[0.04761505126953125,3.0189619064331055],[0.19856834411621094,3.001572608947754],[0.34473609924316406,2.969649314880371],[0.48534488677978516,2.923922538757324],[0.6196174621582031,2.8651199340820312],[0.7467803955078125,2.7939748764038086],[0.8660602569580078,2.7112159729003906],[0.9766778945922852,2.6175718307495117],[1.0778617858886719,2.513774871826172],[1.1688356399536133,2.4005537033081055],[1.248824119567871,2.278639793395996],[1.3170537948608398,2.1487627029418945],[1.3727474212646484,2.011651039123535],[1.4151315689086914,1.8680362701416016],[1.4434309005737305,1.7186479568481445],[1.456869125366211,1.5642175674438477],[1.456869125366211,1.5335464477539062],[1.456869125366211,1.5335464477539062],[1.4520912170410156,1.380782127380371],[1.4324817657470703,1.2320938110351562],[1.3987531661987305,1.0882368087768555],[1.351618766784668,0.9499607086181641],[1.2917909622192383,0.8180198669433594],[1.2199859619140625,0.6931667327880859],[1.136916160583496,0.5761528015136719],[1.0432920455932617,0.46773242950439453],[0.9398288726806641,0.36865711212158203],[0.8272390365600586,0.2796783447265625],[0.70623779296875,0.20154953002929688],[0.5775375366210938,0.1350250244140625],[0.4418497085571289,0.08085441589355469],[0.29988861083984375,0.03979206085205078],[0.15236759185791016,0.012589454650878906],[0,0],[0,0]]},{"type":"line","version":146,"versionNonce":1291404701,"isDeleted":true,"id":"Rc6202_7VyhMuock2BXSp","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":593.0849828720093,"y":746.4089450836182,"strokeColor":"#00000000","backgroundColor":"#fff","width":3.021085739135742,"height":3.021085739135742,"seed":401843631,"groupIds":["TnPYRXIe8OpvgMtu4FLr6","OWuNUjBSN-6_rltscNRsi","ZvdVgd3lQD-gdXzTQj2Pp"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192050,"link":null,"locked":false,"customData":{"boxId":"TeSsPVhf1rBYk5OOuRG0w","label":"Cloud VPN","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.15433025360107422,0.002124786376953125],[-0.3048133850097656,0.019514083862304688],[-0.45065879821777344,0.0514373779296875],[-0.5910730361938477,0.09716415405273438],[-0.7252655029296875,0.15596675872802734],[-0.852442741394043,0.22711181640625],[-0.9718132019042969,0.30987071990966797],[-1.0825872421264648,0.4035148620605469],[-1.1839704513549805,0.5073118209838867],[-1.2751712799072266,0.6205329895019531],[-1.3553991317749023,0.7424468994140625],[-1.4238605499267578,0.8723239898681641],[-1.4797658920288086,1.0094356536865234],[-1.5223207473754883,1.153050422668457],[-1.5507354736328125,1.302438735961914],[-1.5642166137695312,1.456869125366211],[-1.5620918273925781,1.6118316650390625],[-1.5447025299072266,1.7627849578857422],[-1.5127792358398438,1.9089527130126953],[-1.4670524597167969,2.0495615005493164],[-1.408249855041504,2.1838340759277344],[-1.3371047973632812,2.3109970092773438],[-1.2543458938598633,2.430276870727539],[-1.1607017517089844,2.5408945083618164],[-1.056905746459961,2.6420793533325195],[-0.9436845779418945,2.7330522537231445],[-0.8217697143554688,2.8130407333374023],[-0.6918926239013672,2.881270408630371],[-0.5547809600830078,2.9369640350341797],[-0.4111671447753906,2.9793481826782227],[-0.2617778778076172,3.0076475143432617],[-0.10734748840332031,3.021085739135742],[0.04761505126953125,3.0189619064331055],[0.19856834411621094,3.001572608947754],[0.34473609924316406,2.969649314880371],[0.48534488677978516,2.923922538757324],[0.6196174621582031,2.8651199340820312],[0.7467803955078125,2.7939748764038086],[0.8660602569580078,2.7112159729003906],[0.9766778945922852,2.6175718307495117],[1.0778617858886719,2.513774871826172],[1.1688356399536133,2.4005537033081055],[1.248824119567871,2.278639793395996],[1.3170537948608398,2.1487627029418945],[1.3727474212646484,2.011651039123535],[1.4151315689086914,1.8680362701416016],[1.4434309005737305,1.7186479568481445],[1.456869125366211,1.5642175674438477],[1.456869125366211,1.5335464477539062],[1.456869125366211,1.5335464477539062],[1.4520912170410156,1.380782127380371],[1.4324817657470703,1.2320938110351562],[1.3987531661987305,1.0882368087768555],[1.351618766784668,0.9499607086181641],[1.2917909622192383,0.8180198669433594],[1.2199859619140625,0.6931667327880859],[1.136916160583496,0.5761528015136719],[1.0432920455932617,0.46773242950439453],[0.9398288726806641,0.36865711212158203],[0.8272390365600586,0.2796783447265625],[0.70623779296875,0.20154953002929688],[0.5775375366210938,0.1350250244140625],[0.4418497085571289,0.08085441589355469],[0.29988861083984375,0.03979206085205078],[0.15236759185791016,0.012589454650878906],[0,0],[0,0]]},{"type":"line","version":146,"versionNonce":240987827,"isDeleted":true,"id":"vluAdiyiCrvYQy6fr1ey_","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":597.00319480896,"y":753.766134262085,"strokeColor":"#00000000","backgroundColor":"#4285f4","width":5.122043609619141,"height":5.122043609619141,"seed":1321603265,"groupIds":["zWYSy2pvGQM0cYdLRcCwF","OWuNUjBSN-6_rltscNRsi","ZvdVgd3lQD-gdXzTQj2Pp"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192050,"link":null,"locked":false,"customData":{"boxId":"TeSsPVhf1rBYk5OOuRG0w","label":"Cloud VPN","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[4.508625030517578,0],[4.508625030517578,0],[4.57023811340332,0.006259918212890625],[4.627714157104492,0.024200439453125],[4.679801940917969,0.05256462097167969],[4.725238800048828,0.09009552001953125],[4.762767791748047,0.13553237915039062],[4.791133880615234,0.1876201629638672],[4.809074401855469,0.24509811401367188],[4.815334320068359,0.30670928955078125],[4.815334320068359,4.815334320068359],[4.815334320068359,4.815334320068359],[4.809074401855469,4.876947402954102],[4.791133880615234,4.934425354003906],[4.762767791748047,4.98651123046875],[4.725238800048828,5.031949996948242],[4.679801940917969,5.069478988647461],[4.627714157104492,5.097843170166016],[4.57023811340332,5.115785598754883],[4.508625030517578,5.122043609619141],[0,5.122043609619141],[0,5.122043609619141],[-0.061611175537109375,5.115785598754883],[-0.11909103393554688,5.097843170166016],[-0.17117691040039062,5.069478988647461],[-0.21661376953125,5.031949996948242],[-0.25414276123046875,4.98651123046875],[-0.28250885009765625,4.934425354003906],[-0.3004493713378906,4.876947402954102],[-0.30670928955078125,4.815334320068359],[-0.30670928955078125,0.30670928955078125],[-0.30670928955078125,0.30670928955078125],[-0.3004493713378906,0.24509811401367188],[-0.28250885009765625,0.1876201629638672],[-0.25414276123046875,0.13553237915039062],[-0.21661376953125,0.09009552001953125],[-0.17117691040039062,0.05256462097167969],[-0.11909103393554688,0.024200439453125],[-0.061611175537109375,0.006259918212890625],[0,0],[0,0]]},{"type":"line","version":146,"versionNonce":1951959549,"isDeleted":true,"id":"8XM3bICf5dgghzLTwOeYk","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":597.00319480896,"y":736.9968050718307,"strokeColor":"#00000000","backgroundColor":"#4285f4","width":5.122043609619141,"height":5.122044682502747,"seed":1961957327,"groupIds":["zWYSy2pvGQM0cYdLRcCwF","OWuNUjBSN-6_rltscNRsi","ZvdVgd3lQD-gdXzTQj2Pp"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192050,"link":null,"locked":false,"customData":{"boxId":"TeSsPVhf1rBYk5OOuRG0w","label":"Cloud VPN","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[4.508625030517578,0],[4.508625030517578,0],[4.57023811340332,0.006259918212890625],[4.627714157104492,0.024201273918151855],[4.679801940917969,0.052565932273864746],[4.725238800048828,0.0900958776473999],[4.762767791748047,0.13553321361541748],[4.791133880615234,0.18761980533599854],[4.809074401855469,0.24509775638580322],[4.815334320068359,0.30670928955078125],[4.815334320068359,4.8153358697891235],[4.815334320068359,4.8153358697891235],[4.809074401855469,4.876947045326233],[4.791133880615234,4.934424996376038],[4.762767791748047,4.986511826515198],[4.725238800048828,5.031948685646057],[4.679801940917969,5.0694791078567505],[4.627714157104492,5.097843289375305],[4.57023811340332,5.115784764289856],[4.508625030517578,5.122044682502747],[0,5.122044682502747],[0,5.122044682502747],[-0.061611175537109375,5.115784764289856],[-0.11909103393554688,5.097843289375305],[-0.17117691040039062,5.0694791078567505],[-0.21661376953125,5.031948685646057],[-0.25414276123046875,4.986511826515198],[-0.28250885009765625,4.934424996376038],[-0.3004493713378906,4.876947045326233],[-0.30670928955078125,4.8153358697891235],[-0.30670928955078125,0.30670928955078125],[-0.30670928955078125,0.30670928955078125],[-0.3004493713378906,0.24509775638580322],[-0.28250885009765625,0.18761980533599854],[-0.25414276123046875,0.13553321361541748],[-0.21661376953125,0.0900958776473999],[-0.17117691040039062,0.052565932273864746],[-0.11909103393554688,0.024201273918151855],[-0.061611175537109375,0.006259918212890625],[0,0],[0,0]]},{"type":"line","version":146,"versionNonce":46850131,"isDeleted":true,"id":"DFCVsXz7Z_9W78QSv9Y7t","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":582.4766771793365,"y":745.3469648361206,"strokeColor":"#00000000","backgroundColor":"#4285f4","width":5.122044801712036,"height":5.122044563293457,"seed":1613254817,"groupIds":["zWYSy2pvGQM0cYdLRcCwF","OWuNUjBSN-6_rltscNRsi","ZvdVgd3lQD-gdXzTQj2Pp"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192050,"link":null,"locked":false,"customData":{"boxId":"TeSsPVhf1rBYk5OOuRG0w","label":"Cloud VPN","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[4.508626222610474,0],[4.508626222610474,0],[4.570237874984741,0.006259918212890625],[4.627715349197388,0.024200439453125],[4.679802179336548,0.052565574645996094],[4.725239992141724,0.09009552001953125],[4.762769460678101,0.13553333282470703],[4.791134595870972,0.1876201629638672],[4.809075117111206,0.24509716033935547],[4.815335512161255,0.30670928955078125],[4.815335512161255,4.815335273742676],[4.815335512161255,4.815335273742676],[4.809075117111206,4.876946449279785],[4.791134595870972,4.934425354003906],[4.762769460678101,4.98651123046875],[4.725239992141724,5.031948089599609],[4.679802179336548,5.0694780349731445],[4.627715349197388,5.097843170166016],[4.570237874984741,5.115784645080566],[4.508626222610474,5.122044563293457],[0,5.122044563293457],[0,5.122044563293457],[-0.06161141395568848,5.115784645080566],[-0.11908936500549316,5.097843170166016],[-0.17117619514465332,5.0694780349731445],[-0.2166132926940918,5.031948089599609],[-0.25414323806762695,4.98651123046875],[-0.28250789642333984,4.934425354003906],[-0.3004491329193115,4.876946449279785],[-0.30670928955078125,4.815335273742676],[-0.30670928955078125,0.30670928955078125],[-0.30670928955078125,0.30670928955078125],[-0.2993483543395996,0.24509716033935547],[-0.28089046478271484,0.1876201629638672],[-0.2524585723876953,0.13553333282470703],[-0.21517562866210938,0.09009552001953125],[-0.1701653003692627,0.052565574645996094],[-0.11855030059814453,0.024200439453125],[-0.061454057693481445,0.006259918212890625],[0,0],[0,0]]},{"type":"rectangle","version":538,"versionNonce":202392157,"isDeleted":true,"id":"alQMHesl-G0NviYi6f0BX","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-820,"y":140,"strokeColor":"#F9AB00","backgroundColor":"#FDE293","width":280,"height":200,"seed":1716867951,"groupIds":["ogT50GayQ-Q5VOFc-AmYk"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192050,"link":null,"locked":false,"customData":{"boxId":"q530R61UTLOj7TzT77YrD","label":"Virtual Private Cloud","resource":"google_compute_network","type":"container"}},{"type":"text","version":378,"versionNonce":768695795,"isDeleted":true,"id":"b5uFYKYQ9YtB2lM0PEZyK","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":80,"angle":0,"x":-720,"y":160,"strokeColor":"#202124","backgroundColor":"transparent","width":86,"height":19,"seed":1391402753,"groupIds":["ogT50GayQ-Q5VOFc-AmYk"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192050,"link":null,"locked":false,"customData":{"boxId":"q530R61UTLOj7TzT77YrD","label":"Virtual Private Cloud","resource":"google_compute_network","type":"child"},"fontSize":16,"fontFamily":2,"text":"DATA LAKE","baseline":15,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":"DATA LAKE"},{"type":"rectangle","version":160,"versionNonce":1492250301,"isDeleted":true,"id":"FT082wzi3l6l370pE96ew","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":80,"y":440,"strokeColor":"#202124","backgroundColor":"#FFF","width":240,"height":60,"seed":1691381167,"groupIds":["UiMOJK8pH8PtRU08sXlNA","AvV-fXW-o6BbE7fIp-hnW"],"strokeSharpness":"round","boundElements":[{"id":"FdOpZc3X7dy5DyT_pEmQC","type":"arrow"}],"updated":1706297192050,"link":null,"locked":false,"customData":{"boxId":"ytWIU5Fbiq4oKMskS45VV","label":"Cloud Build","resource":"cloudbuild_git_trigger","type":"container"}},{"type":"text","version":154,"versionNonce":1517758355,"isDeleted":true,"id":"HCnCXOttU8ehwY6NpOb8p","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":96,"y":456,"strokeColor":"#1a73e8","backgroundColor":"transparent","width":160,"height":18,"seed":1626982593,"groupIds":["UiMOJK8pH8PtRU08sXlNA","AvV-fXW-o6BbE7fIp-hnW"],"strokeSharpness":"round","boundElements":[],"updated":1706297192050,"link":null,"locked":false,"customData":{"boxId":"ytWIU5Fbiq4oKMskS45VV","label":"Cloud Build","resource":"cloudbuild_git_trigger","type":"child"},"fontSize":16,"fontFamily":2,"text":"Cloud Build","baseline":16,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":"Cloud Build"},{"type":"line","version":153,"versionNonce":161419037,"isDeleted":true,"id":"qnoivhRwFrwRQaMY62xBC","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":292.1500005722046,"y":472.24499893188477,"strokeColor":"#00000000","backgroundColor":"#4285f4","width":4.709999084472656,"height":6.779998779296875,"seed":452255695,"groupIds":["zjNY1k-_e8YdoAPpOwx-d","UiMOJK8pH8PtRU08sXlNA","AvV-fXW-o6BbE7fIp-hnW"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192050,"link":null,"locked":false,"customData":{"boxId":"ytWIU5Fbiq4oKMskS45VV","label":"Cloud Build","resource":"cloudbuild_git_trigger","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[3.524998664855957,-2.032498359680176],[3.524998664855957,-6.097498893737793],[2.339999198913574,-6.779998779296875],[-1.1850004196166992,-0.6824989318847656],[0,0],[0,0]]},{"type":"line","version":153,"versionNonce":787660083,"isDeleted":true,"id":"tYz1f2llDug-UmmXNJkQy","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":288.6324996948242,"y":466.147500038147,"strokeColor":"#00000000","backgroundColor":"#669df6","width":4.70250129699707,"height":6.780000686645508,"seed":1663371425,"groupIds":["1QhsszbburjDVfud0jRW6","UiMOJK8pH8PtRU08sXlNA","AvV-fXW-o6BbE7fIp-hnW"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192050,"link":null,"locked":false,"customData":{"boxId":"ytWIU5Fbiq4oKMskS45VV","label":"Cloud Build","resource":"cloudbuild_git_trigger","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,4.065000534057617],[1.1850004196166992,4.747500419616699],[4.70250129699707,-1.3500003814697266],[3.517500877380371,-2.0325002670288086],[0,0],[0,0]]},{"type":"line","version":153,"versionNonce":2089362301,"isDeleted":true,"id":"W_X2ubNjxVbV8qqsWwPI9","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":291.460000038147,"y":473.4449996948242,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":7.972499847412109,"height":13.80749797821045,"seed":335941103,"groupIds":["8iUz2p4Dw9gUraW5Q9xI8","UiMOJK8pH8PtRU08sXlNA","AvV-fXW-o6BbE7fIp-hnW"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192050,"link":null,"locked":false,"customData":{"boxId":"ytWIU5Fbiq4oKMskS45VV","label":"Cloud Build","resource":"cloudbuild_git_trigger","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-4.222500324249268,-2.429999351501465],[-4.222500324249268,-7.297499656677246],[-7.972499847412109,-9.464999198913574],[-7.972499847412109,-0.2625007629394531],[0,4.342498779296875],[0,0],[0,0]]},{"type":"line","version":153,"versionNonce":1185586899,"isDeleted":true,"id":"-Pnu17ChbzpRuPLVzrqUR","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":287.92749977111816,"y":464.94750022888184,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":15.952500820159912,"height":6.772500038146973,"seed":563956865,"groupIds":["8iUz2p4Dw9gUraW5Q9xI8","UiMOJK8pH8PtRU08sXlNA","AvV-fXW-o6BbE7fIp-hnW"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192050,"link":null,"locked":false,"customData":{"boxId":"ytWIU5Fbiq4oKMskS45VV","label":"Cloud Build","resource":"cloudbuild_git_trigger","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[4.222500801086426,-2.4375],[8.444999694824219,0],[12.20250129699707,-2.1675004959106445],[4.222500801086426,-6.772500038146973],[-3.749999523162842,-2.1675004959106445],[0,0],[0,0]]},{"type":"line","version":153,"versionNonce":1173466077,"isDeleted":true,"id":"zLIKVElOrHefm_fiJ385D","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":297.0625,"y":471.01500034332275,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":7.965000152587891,"height":13.80749797821045,"seed":1259108367,"groupIds":["8iUz2p4Dw9gUraW5Q9xI8","UiMOJK8pH8PtRU08sXlNA","AvV-fXW-o6BbE7fIp-hnW"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192050,"link":null,"locked":false,"customData":{"boxId":"ytWIU5Fbiq4oKMskS45VV","label":"Cloud Build","resource":"cloudbuild_git_trigger","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-4.215000152587891,2.429999351501465],[-4.215000152587891,6.77249813079834],[3.75,2.1674985885620117],[3.75,-7.034999847412109],[0,-4.867500305175781],[0,0],[0,0]]},{"type":"rectangle","version":140,"versionNonce":204819571,"isDeleted":true,"id":"dHskVG81JjltL_ZxuSSjx","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":80,"y":520,"strokeColor":"#202124","backgroundColor":"#FFF","width":240,"height":60,"seed":1937532833,"groupIds":["7PZctueu-OUkf697Lunp5","ei3PZDTsz5Y4iwULDaaE6"],"strokeSharpness":"round","boundElements":[],"updated":1706297192050,"link":null,"locked":false,"customData":{"boxId":"eODzaX2FgZNAffoJ2BXyK","label":"Cloud VPN","type":"container"}},{"type":"text","version":136,"versionNonce":1978279997,"isDeleted":true,"id":"4kX7ZHc9Z1C8xui4L-zoa","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":96,"y":536,"strokeColor":"#1a73e8","backgroundColor":"transparent","width":160,"height":18,"seed":1587027695,"groupIds":["7PZctueu-OUkf697Lunp5","ei3PZDTsz5Y4iwULDaaE6"],"strokeSharpness":"round","boundElements":[],"updated":1706297192050,"link":null,"locked":false,"customData":{"boxId":"eODzaX2FgZNAffoJ2BXyK","label":"Cloud VPN","type":"child"},"fontSize":16,"fontFamily":2,"text":"Cloud VPN","baseline":16,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":"Cloud VPN"},{"type":"text","version":115,"versionNonce":1398359571,"isDeleted":true,"id":"MfmT9lKDEdoZQbk35YiYr","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":316,"y":618,"strokeColor":"#202124","backgroundColor":"transparent","width":160,"height":18,"seed":229690241,"groupIds":["7PZctueu-OUkf697Lunp5","ei3PZDTsz5Y4iwULDaaE6"],"strokeSharpness":"round","boundElements":[],"updated":1706297192050,"link":null,"locked":false,"customData":{"boxId":"eODzaX2FgZNAffoJ2BXyK","label":"Cloud VPN","type":"child"},"fontSize":16,"fontFamily":2,"text":"","baseline":16,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":""},{"type":"line","version":115,"versionNonce":508827805,"isDeleted":true,"id":"nxNG_QURvrXE6Rd7fD7UC","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":316,"y":645,"strokeColor":"#202124","backgroundColor":"transparent","width":16,"height":1,"seed":2067032335,"groupIds":["7PZctueu-OUkf697Lunp5","ei3PZDTsz5Y4iwULDaaE6"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192050,"link":null,"locked":false,"customData":{"boxId":"eODzaX2FgZNAffoJ2BXyK","label":"Cloud VPN","type":"child"},"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[208,0]]},{"type":"text","version":115,"versionNonce":856492979,"isDeleted":true,"id":"q_0DJMYKrr2pRJnf5aPhv","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":316,"y":653,"strokeColor":"#202124","backgroundColor":"transparent","width":160,"height":14,"seed":1332589409,"groupIds":["7PZctueu-OUkf697Lunp5","ei3PZDTsz5Y4iwULDaaE6"],"strokeSharpness":"round","boundElements":[],"updated":1706297192050,"link":null,"locked":false,"customData":{"boxId":"eODzaX2FgZNAffoJ2BXyK","label":"Cloud VPN","type":"child"},"fontSize":12,"fontFamily":2,"text":"","baseline":12,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":""},{"type":"line","version":135,"versionNonce":417398013,"isDeleted":true,"id":"3Dg7jnOk3bOSOMZFoqKt3","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":298.50223541259766,"y":541.5054316520691,"strokeColor":"#00000000","backgroundColor":"#669df6","width":5.033864974975586,"height":12.816612720489502,"seed":1845653295,"groupIds":["c19rpFEgeCSueG-OZXWEW","7PZctueu-OUkf697Lunp5","ei3PZDTsz5Y4iwULDaaE6"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192050,"link":null,"locked":false,"customData":{"boxId":"eODzaX2FgZNAffoJ2BXyK","label":"Cloud VPN","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,5.647284030914307],[-3.5233211517333984,5.647284030914307],[-3.5233211517333984,7.157826900482178],[0,7.157826900482178],[0,12.816612720489502],[1.5105438232421875,12.816612720489502],[1.5105438232421875,0],[0,0]]},{"type":"line","version":135,"versionNonce":527899987,"isDeleted":true,"id":"BCgnFR8vzYoT4-tErlrL5","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":286.4945683479309,"y":547.1527156829834,"strokeColor":"#00000000","backgroundColor":"#669df6","width":4.6849846839904785,"height":1.510542869567871,"seed":1023582017,"groupIds":["c19rpFEgeCSueG-OZXWEW","7PZctueu-OUkf697Lunp5","ei3PZDTsz5Y4iwULDaaE6"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192050,"link":null,"locked":false,"customData":{"boxId":"eODzaX2FgZNAffoJ2BXyK","label":"Cloud VPN","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[4.6849846839904785,0],[4.6849846839904785,1.510542869567871],[0,1.510542869567871],[0,0]]},{"type":"line","version":135,"versionNonce":219305309,"isDeleted":true,"id":"ocQ8B2FefnUZoexD-aIiU","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":293.0849828720093,"y":550.3194885253906,"strokeColor":"#00000000","backgroundColor":"#4285f4","width":4.815336227416992,"height":4.815335273742676,"seed":23769423,"groupIds":["FjY58-QGxkNdDH_oopjJn","7PZctueu-OUkf697Lunp5","ei3PZDTsz5Y4iwULDaaE6"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192050,"link":null,"locked":false,"customData":{"boxId":"eODzaX2FgZNAffoJ2BXyK","label":"Cloud VPN","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.24627304077148438,-0.012423515319824219],[-0.4854106903076172,-0.048890113830566406],[-0.7162008285522461,-0.10819053649902344],[-0.93743896484375,-0.1891164779663086],[-1.1479177474975586,-0.2904653549194336],[-1.3464269638061523,-0.4110240936279297],[-1.5317630767822266,-0.5495901107788086],[-1.702713966369629,-0.7049522399902344],[-1.858077049255371,-0.8759040832519531],[-1.9966421127319336,-1.061239242553711],[-2.117201805114746,-1.259749412536621],[-2.2185497283935547,-1.4702281951904297],[-2.2994766235351562,-1.6914663314819336],[-2.3587770462036133,-1.9222564697265625],[-2.3952436447143555,-2.161393165588379],[-2.4076671600341797,-2.4076671600341797],[-2.3952436447143555,-2.653942108154297],[-2.3587770462036133,-2.893077850341797],[-2.2994766235351562,-3.123868942260742],[-2.2185497283935547,-3.345107078552246],[-2.117201805114746,-3.5555849075317383],[-1.9966421127319336,-3.754096031188965],[-1.858077049255371,-3.9394302368164062],[-1.702713966369629,-4.110383033752441],[-1.5317630767822266,-4.265745162963867],[-1.3464269638061523,-4.40431022644043],[-1.1479177474975586,-4.524870872497559],[-0.93743896484375,-4.626217842102051],[-0.7162008285522461,-4.707145690917969],[-0.4854106903076172,-4.766446113586426],[-0.24627304077148438,-4.802911758422852],[0,-4.815335273742676],[0.2462759017944336,-4.802911758422852],[0.4854116439819336,-4.766446113586426],[0.7162027359008789,-4.707145690917969],[0.9374408721923828,-4.626217842102051],[1.147918701171875,-4.524870872497559],[1.3464288711547852,-4.40431022644043],[1.531764030456543,-4.265745162963867],[1.7027158737182617,-4.110383033752441],[1.858078956604004,-3.9394302368164062],[1.99664306640625,-3.754096031188965],[2.117203712463379,-3.5555849075317383],[2.218550682067871,-3.345107078552246],[2.299478530883789,-3.123868942260742],[2.358778953552246,-2.893077850341797],[2.395244598388672,-2.653942108154297],[2.4076690673828125,-2.4076671600341797],[2.3966827392578125,-2.162698745727539],[2.3616552352905273,-1.9246149063110352],[2.3037919998168945,-1.6946420669555664],[2.224302291870117,-1.4740009307861328],[2.124392509460449,-1.2639188766479492],[2.005270004272461,-1.0656204223632812],[1.868143081665039,-0.8803262710571289],[1.7142181396484375,-0.7092647552490234],[1.544703483581543,-0.5536584854125977],[1.3608064651489258,-0.4147310256958008],[1.1637334823608398,-0.29370784759521484],[0.9546937942504883,-0.19181251525878906],[0.734893798828125,-0.11027050018310547],[0.5055398941040039,-0.050304412841796875],[0.2678413391113281,-0.013138771057128906],[0.023003578186035156,0],[0,0],[0,0]]},{"type":"line","version":135,"versionNonce":1139669747,"isDeleted":true,"id":"LsoXac9281hSmo4L4V7Xq","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":293.0849828720093,"y":546.4089450836182,"strokeColor":"#00000000","backgroundColor":"#4285f4","width":3.021085739135742,"height":3.021085739135742,"seed":617549601,"groupIds":["FjY58-QGxkNdDH_oopjJn","7PZctueu-OUkf697Lunp5","ei3PZDTsz5Y4iwULDaaE6"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192050,"link":null,"locked":false,"customData":{"boxId":"eODzaX2FgZNAffoJ2BXyK","label":"Cloud VPN","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.15433025360107422,0.002124786376953125],[-0.3048133850097656,0.019514083862304688],[-0.45065879821777344,0.0514373779296875],[-0.5910730361938477,0.09716415405273438],[-0.7252655029296875,0.15596675872802734],[-0.852442741394043,0.22711181640625],[-0.9718132019042969,0.30987071990966797],[-1.0825872421264648,0.4035148620605469],[-1.1839704513549805,0.5073118209838867],[-1.2751712799072266,0.6205329895019531],[-1.3553991317749023,0.7424468994140625],[-1.4238605499267578,0.8723239898681641],[-1.4797658920288086,1.0094356536865234],[-1.5223207473754883,1.153050422668457],[-1.5507354736328125,1.302438735961914],[-1.5642166137695312,1.456869125366211],[-1.5620918273925781,1.6118316650390625],[-1.5447025299072266,1.7627849578857422],[-1.5127792358398438,1.9089527130126953],[-1.4670524597167969,2.0495615005493164],[-1.408249855041504,2.1838340759277344],[-1.3371047973632812,2.3109970092773438],[-1.2543458938598633,2.430276870727539],[-1.1607017517089844,2.5408945083618164],[-1.056905746459961,2.6420793533325195],[-0.9436845779418945,2.7330522537231445],[-0.8217697143554688,2.8130407333374023],[-0.6918926239013672,2.881270408630371],[-0.5547809600830078,2.9369640350341797],[-0.4111671447753906,2.9793481826782227],[-0.2617778778076172,3.0076475143432617],[-0.10734748840332031,3.021085739135742],[0.04761505126953125,3.0189619064331055],[0.19856834411621094,3.001572608947754],[0.34473609924316406,2.969649314880371],[0.48534488677978516,2.923922538757324],[0.6196174621582031,2.8651199340820312],[0.7467803955078125,2.7939748764038086],[0.8660602569580078,2.7112159729003906],[0.9766778945922852,2.6175718307495117],[1.0778617858886719,2.513774871826172],[1.1688356399536133,2.4005537033081055],[1.248824119567871,2.278639793395996],[1.3170537948608398,2.1487627029418945],[1.3727474212646484,2.011651039123535],[1.4151315689086914,1.8680362701416016],[1.4434309005737305,1.7186479568481445],[1.456869125366211,1.5642175674438477],[1.456869125366211,1.5335464477539062],[1.456869125366211,1.5335464477539062],[1.4520912170410156,1.380782127380371],[1.4324817657470703,1.2320938110351562],[1.3987531661987305,1.0882368087768555],[1.351618766784668,0.9499607086181641],[1.2917909622192383,0.8180198669433594],[1.2199859619140625,0.6931667327880859],[1.136916160583496,0.5761528015136719],[1.0432920455932617,0.46773242950439453],[0.9398288726806641,0.36865711212158203],[0.8272390365600586,0.2796783447265625],[0.70623779296875,0.20154953002929688],[0.5775375366210938,0.1350250244140625],[0.4418497085571289,0.08085441589355469],[0.29988861083984375,0.03979206085205078],[0.15236759185791016,0.012589454650878906],[0,0],[0,0]]},{"type":"line","version":135,"versionNonce":909746621,"isDeleted":true,"id":"OskPc8Jo_2UfOzL3gNrtV","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":293.0849828720093,"y":546.4089450836182,"strokeColor":"#00000000","backgroundColor":"#fff","width":3.021085739135742,"height":3.021085739135742,"seed":516271983,"groupIds":["oVhjKvkzPvFKalZPj53Q6","7PZctueu-OUkf697Lunp5","ei3PZDTsz5Y4iwULDaaE6"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192050,"link":null,"locked":false,"customData":{"boxId":"eODzaX2FgZNAffoJ2BXyK","label":"Cloud VPN","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.15433025360107422,0.002124786376953125],[-0.3048133850097656,0.019514083862304688],[-0.45065879821777344,0.0514373779296875],[-0.5910730361938477,0.09716415405273438],[-0.7252655029296875,0.15596675872802734],[-0.852442741394043,0.22711181640625],[-0.9718132019042969,0.30987071990966797],[-1.0825872421264648,0.4035148620605469],[-1.1839704513549805,0.5073118209838867],[-1.2751712799072266,0.6205329895019531],[-1.3553991317749023,0.7424468994140625],[-1.4238605499267578,0.8723239898681641],[-1.4797658920288086,1.0094356536865234],[-1.5223207473754883,1.153050422668457],[-1.5507354736328125,1.302438735961914],[-1.5642166137695312,1.456869125366211],[-1.5620918273925781,1.6118316650390625],[-1.5447025299072266,1.7627849578857422],[-1.5127792358398438,1.9089527130126953],[-1.4670524597167969,2.0495615005493164],[-1.408249855041504,2.1838340759277344],[-1.3371047973632812,2.3109970092773438],[-1.2543458938598633,2.430276870727539],[-1.1607017517089844,2.5408945083618164],[-1.056905746459961,2.6420793533325195],[-0.9436845779418945,2.7330522537231445],[-0.8217697143554688,2.8130407333374023],[-0.6918926239013672,2.881270408630371],[-0.5547809600830078,2.9369640350341797],[-0.4111671447753906,2.9793481826782227],[-0.2617778778076172,3.0076475143432617],[-0.10734748840332031,3.021085739135742],[0.04761505126953125,3.0189619064331055],[0.19856834411621094,3.001572608947754],[0.34473609924316406,2.969649314880371],[0.48534488677978516,2.923922538757324],[0.6196174621582031,2.8651199340820312],[0.7467803955078125,2.7939748764038086],[0.8660602569580078,2.7112159729003906],[0.9766778945922852,2.6175718307495117],[1.0778617858886719,2.513774871826172],[1.1688356399536133,2.4005537033081055],[1.248824119567871,2.278639793395996],[1.3170537948608398,2.1487627029418945],[1.3727474212646484,2.011651039123535],[1.4151315689086914,1.8680362701416016],[1.4434309005737305,1.7186479568481445],[1.456869125366211,1.5642175674438477],[1.456869125366211,1.5335464477539062],[1.456869125366211,1.5335464477539062],[1.4520912170410156,1.380782127380371],[1.4324817657470703,1.2320938110351562],[1.3987531661987305,1.0882368087768555],[1.351618766784668,0.9499607086181641],[1.2917909622192383,0.8180198669433594],[1.2199859619140625,0.6931667327880859],[1.136916160583496,0.5761528015136719],[1.0432920455932617,0.46773242950439453],[0.9398288726806641,0.36865711212158203],[0.8272390365600586,0.2796783447265625],[0.70623779296875,0.20154953002929688],[0.5775375366210938,0.1350250244140625],[0.4418497085571289,0.08085441589355469],[0.29988861083984375,0.03979206085205078],[0.15236759185791016,0.012589454650878906],[0,0],[0,0]]},{"type":"line","version":135,"versionNonce":486024339,"isDeleted":true,"id":"RCQ5IEX35PV-19fq4vhSK","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":297.00319480895996,"y":553.766134262085,"strokeColor":"#00000000","backgroundColor":"#4285f4","width":5.122043609619141,"height":5.122043609619141,"seed":1564640001,"groupIds":["toKOci7VtTgiLI8XDmuVU","7PZctueu-OUkf697Lunp5","ei3PZDTsz5Y4iwULDaaE6"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192050,"link":null,"locked":false,"customData":{"boxId":"eODzaX2FgZNAffoJ2BXyK","label":"Cloud VPN","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[4.508625030517578,0],[4.508625030517578,0],[4.57023811340332,0.006259918212890625],[4.627714157104492,0.024200439453125],[4.679801940917969,0.05256462097167969],[4.725238800048828,0.09009552001953125],[4.762767791748047,0.13553237915039062],[4.791133880615234,0.1876201629638672],[4.809074401855469,0.24509811401367188],[4.815334320068359,0.30670928955078125],[4.815334320068359,4.815334320068359],[4.815334320068359,4.815334320068359],[4.809074401855469,4.876947402954102],[4.791133880615234,4.934425354003906],[4.762767791748047,4.98651123046875],[4.725238800048828,5.031949996948242],[4.679801940917969,5.069478988647461],[4.627714157104492,5.097843170166016],[4.57023811340332,5.115785598754883],[4.508625030517578,5.122043609619141],[0,5.122043609619141],[0,5.122043609619141],[-0.061611175537109375,5.115785598754883],[-0.11909103393554688,5.097843170166016],[-0.17117691040039062,5.069478988647461],[-0.21661376953125,5.031949996948242],[-0.25414276123046875,4.98651123046875],[-0.28250885009765625,4.934425354003906],[-0.3004493713378906,4.876947402954102],[-0.30670928955078125,4.815334320068359],[-0.30670928955078125,0.30670928955078125],[-0.30670928955078125,0.30670928955078125],[-0.3004493713378906,0.24509811401367188],[-0.28250885009765625,0.1876201629638672],[-0.25414276123046875,0.13553237915039062],[-0.21661376953125,0.09009552001953125],[-0.17117691040039062,0.05256462097167969],[-0.11909103393554688,0.024200439453125],[-0.061611175537109375,0.006259918212890625],[0,0],[0,0]]},{"type":"line","version":135,"versionNonce":1769497117,"isDeleted":true,"id":"G4SZsMNza64EdTCiiAQZi","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":297.00319480895996,"y":536.9968050718307,"strokeColor":"#00000000","backgroundColor":"#4285f4","width":5.122043609619141,"height":5.122044682502747,"seed":1885071759,"groupIds":["toKOci7VtTgiLI8XDmuVU","7PZctueu-OUkf697Lunp5","ei3PZDTsz5Y4iwULDaaE6"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192050,"link":null,"locked":false,"customData":{"boxId":"eODzaX2FgZNAffoJ2BXyK","label":"Cloud VPN","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[4.508625030517578,0],[4.508625030517578,0],[4.57023811340332,0.006259918212890625],[4.627714157104492,0.024201273918151855],[4.679801940917969,0.052565932273864746],[4.725238800048828,0.0900958776473999],[4.762767791748047,0.13553321361541748],[4.791133880615234,0.18761980533599854],[4.809074401855469,0.24509775638580322],[4.815334320068359,0.30670928955078125],[4.815334320068359,4.8153358697891235],[4.815334320068359,4.8153358697891235],[4.809074401855469,4.876947045326233],[4.791133880615234,4.934424996376038],[4.762767791748047,4.986511826515198],[4.725238800048828,5.031948685646057],[4.679801940917969,5.0694791078567505],[4.627714157104492,5.097843289375305],[4.57023811340332,5.115784764289856],[4.508625030517578,5.122044682502747],[0,5.122044682502747],[0,5.122044682502747],[-0.061611175537109375,5.115784764289856],[-0.11909103393554688,5.097843289375305],[-0.17117691040039062,5.0694791078567505],[-0.21661376953125,5.031948685646057],[-0.25414276123046875,4.986511826515198],[-0.28250885009765625,4.934424996376038],[-0.3004493713378906,4.876947045326233],[-0.30670928955078125,4.8153358697891235],[-0.30670928955078125,0.30670928955078125],[-0.30670928955078125,0.30670928955078125],[-0.3004493713378906,0.24509775638580322],[-0.28250885009765625,0.18761980533599854],[-0.25414276123046875,0.13553321361541748],[-0.21661376953125,0.0900958776473999],[-0.17117691040039062,0.052565932273864746],[-0.11909103393554688,0.024201273918151855],[-0.061611175537109375,0.006259918212890625],[0,0],[0,0]]},{"type":"line","version":135,"versionNonce":1380719155,"isDeleted":true,"id":"SrZumm_5zg7QDqje7tMwV","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":282.47667717933655,"y":545.3469648361206,"strokeColor":"#00000000","backgroundColor":"#4285f4","width":5.122044801712036,"height":5.122044563293457,"seed":1121745633,"groupIds":["toKOci7VtTgiLI8XDmuVU","7PZctueu-OUkf697Lunp5","ei3PZDTsz5Y4iwULDaaE6"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192050,"link":null,"locked":false,"customData":{"boxId":"eODzaX2FgZNAffoJ2BXyK","label":"Cloud VPN","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[4.508626222610474,0],[4.508626222610474,0],[4.570237874984741,0.006259918212890625],[4.627715349197388,0.024200439453125],[4.679802179336548,0.052565574645996094],[4.725239992141724,0.09009552001953125],[4.762769460678101,0.13553333282470703],[4.791134595870972,0.1876201629638672],[4.809075117111206,0.24509716033935547],[4.815335512161255,0.30670928955078125],[4.815335512161255,4.815335273742676],[4.815335512161255,4.815335273742676],[4.809075117111206,4.876946449279785],[4.791134595870972,4.934425354003906],[4.762769460678101,4.98651123046875],[4.725239992141724,5.031948089599609],[4.679802179336548,5.0694780349731445],[4.627715349197388,5.097843170166016],[4.570237874984741,5.115784645080566],[4.508626222610474,5.122044563293457],[0,5.122044563293457],[0,5.122044563293457],[-0.06161141395568848,5.115784645080566],[-0.11908936500549316,5.097843170166016],[-0.17117619514465332,5.0694780349731445],[-0.2166132926940918,5.031948089599609],[-0.25414323806762695,4.98651123046875],[-0.28250789642333984,4.934425354003906],[-0.3004491329193115,4.876946449279785],[-0.30670928955078125,4.815335273742676],[-0.30670928955078125,0.30670928955078125],[-0.30670928955078125,0.30670928955078125],[-0.2993483543395996,0.24509716033935547],[-0.28089046478271484,0.1876201629638672],[-0.2524585723876953,0.13553333282470703],[-0.21517562866210938,0.09009552001953125],[-0.1701653003692627,0.052565574645996094],[-0.11855030059814453,0.024200439453125],[-0.061454057693481445,0.006259918212890625],[0,0],[0,0]]},{"type":"rectangle","version":495,"versionNonce":1539315325,"isDeleted":true,"id":"TXEjIo4mN5S32oecI7i3C","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":80,"y":800,"strokeColor":"#F9AB00","backgroundColor":"#FDE293","width":272.7272727272727,"height":160.00000000000003,"seed":1833713473,"groupIds":["v4Kyrx3gvgGfINYNqD0Sk"],"strokeSharpness":"sharp","boundElements":[{"id":"shJ__kxr9Uyo_Kc4UCS2e","type":"arrow"}],"updated":1706297192050,"link":null,"locked":false,"customData":{"boxId":"ytmbL65ING_a2IF5e25Mc","label":"Virtual Private Cloud","resource":"google_compute_network","type":"container"}},{"type":"text","version":361,"versionNonce":1355832275,"isDeleted":true,"id":"aN_qxEMolrKsxMGTyvEUg","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":80,"angle":0,"x":160,"y":820,"strokeColor":"#202124","backgroundColor":"transparent","width":103,"height":19,"seed":202051919,"groupIds":["v4Kyrx3gvgGfINYNqD0Sk"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192050,"link":null,"locked":false,"customData":{"boxId":"ytmbL65ING_a2IF5e25Mc","label":"Virtual Private Cloud","resource":"google_compute_network","type":"child"},"fontSize":16,"fontFamily":2,"text":"DEV SUBNET","baseline":15,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":"DEV SUBNET"},{"type":"rectangle","version":129,"versionNonce":668090077,"isDeleted":true,"id":"Gxohmm-MpUgfliDHgZjIh","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":100,"y":860,"strokeColor":"#202124","backgroundColor":"#FFF","width":240,"height":60,"seed":381678785,"groupIds":["PFbVPQCfXimzo3r1MIFvQ","wbPi58CFWCI2Wep2Jdsdc"],"strokeSharpness":"round","boundElements":[],"updated":1706297192050,"link":null,"locked":false,"customData":{"boxId":"qWT4rflNgdOfouksxcANl","label":"GKE","resource":"gke","type":"container"}},{"type":"text","version":151,"versionNonce":614164851,"isDeleted":true,"id":"i5O_IyW22NKqiIgyLj2lZ","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":116,"y":876,"strokeColor":"#1a73e8","backgroundColor":"transparent","width":142,"height":37,"seed":754414543,"groupIds":["PFbVPQCfXimzo3r1MIFvQ","wbPi58CFWCI2Wep2Jdsdc"],"strokeSharpness":"round","boundElements":[],"updated":1706297192050,"link":null,"locked":false,"customData":{"boxId":"qWT4rflNgdOfouksxcANl","label":"GKE","resource":"gke","type":"child"},"fontSize":16,"fontFamily":2,"text":"Google Kubernetes \nEngine","baseline":34,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":"Google Kubernetes \nEngine"},{"type":"text","version":119,"versionNonce":339761981,"isDeleted":true,"id":"7WccvBfTqmal1klF43ZeK","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":260,"y":880,"strokeColor":"#202124","backgroundColor":"transparent","width":5,"height":19,"seed":1464186017,"groupIds":["PFbVPQCfXimzo3r1MIFvQ","wbPi58CFWCI2Wep2Jdsdc"],"strokeSharpness":"round","boundElements":[],"updated":1706297192050,"link":null,"locked":false,"customData":{"boxId":"qWT4rflNgdOfouksxcANl","label":"GKE","resource":"gke","type":"child"},"fontSize":16,"fontFamily":2,"text":"","baseline":15,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":""},{"type":"line","version":119,"versionNonce":317965075,"isDeleted":true,"id":"F4UBAUOPiNih_1NgGEvLL","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":260,"y":907,"strokeColor":"#202124","backgroundColor":"transparent","width":208,"height":7,"seed":1888887279,"groupIds":["PFbVPQCfXimzo3r1MIFvQ","wbPi58CFWCI2Wep2Jdsdc"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192050,"link":null,"locked":false,"customData":{"boxId":"qWT4rflNgdOfouksxcANl","label":"GKE","resource":"gke","type":"child"},"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[100,-7],[208,0]]},{"type":"text","version":114,"versionNonce":426503069,"isDeleted":true,"id":"-IeM8tVDqUrkJh2of4d2v","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":256,"y":913,"strokeColor":"#202124","backgroundColor":"transparent","width":160,"height":14,"seed":617117825,"groupIds":["PFbVPQCfXimzo3r1MIFvQ","wbPi58CFWCI2Wep2Jdsdc"],"strokeSharpness":"round","boundElements":[],"updated":1706297192050,"link":null,"locked":false,"customData":{"boxId":"qWT4rflNgdOfouksxcANl","label":"GKE","resource":"gke","type":"child"},"fontSize":12,"fontFamily":2,"text":"","baseline":12,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":""},{"type":"line","version":124,"versionNonce":1951393971,"isDeleted":true,"id":"oY2PfKMrZHLT05GNwLL5x","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":312.16421031951904,"y":876.9347368478775,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":19.932629585266113,"height":22.642104506492615,"seed":1148849167,"groupIds":["symsiy-U2zHp1U5qqqHr6","PFbVPQCfXimzo3r1MIFvQ","wbPi58CFWCI2Wep2Jdsdc"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192050,"link":null,"locked":false,"customData":{"boxId":"qWT4rflNgdOfouksxcANl","label":"GKE","resource":"gke","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-9.972631454467773,5.665263056755066],[-9.972631454467773,16.9705251455307],[-0.018947601318359375,22.642104506492615],[9.95999813079834,16.932631850242615],[9.95999813079834,5.557894587516785],[0,0]]},{"type":"line","version":124,"versionNonce":663121917,"isDeleted":true,"id":"LR4ZjxL5mAHDg9Av8-evk","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":312.1705255508423,"y":879.3978946208954,"strokeColor":"#00000000","backgroundColor":"#fff","width":15.637893676757812,"height":17.709473848342896,"seed":1627897953,"groupIds":["Yws3MTy8lJJuOr9m4VEqD","PFbVPQCfXimzo3r1MIFvQ","wbPi58CFWCI2Wep2Jdsdc"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192050,"link":null,"locked":false,"customData":{"boxId":"qWT4rflNgdOfouksxcANl","label":"GKE","resource":"gke","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-7.831578254699707,4.452631711959839],[-7.831578254699707,13.256842851638794],[-0.031579017639160156,17.709473848342896],[7.8063154220581055,13.225262880325317],[7.8063154220581055,4.357895135879517],[0,0]]},{"type":"line","version":124,"versionNonce":1314282067,"isDeleted":true,"id":"LqdEvJDdiakzhgvG6Xwfy","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":312.6568412780762,"y":888.5242109298706,"strokeColor":"#00000000","backgroundColor":"#4285f4","width":4.4273681640625,"height":7.882104873657227,"seed":1687925295,"groupIds":["0ez8K_H2m5dafIPVeHgnu","PFbVPQCfXimzo3r1MIFvQ","wbPi58CFWCI2Wep2Jdsdc"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192050,"link":null,"locked":false,"customData":{"boxId":"qWT4rflNgdOfouksxcANl","label":"GKE","resource":"gke","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,5.261052131652832],[4.4273681640625,2.665262222290039],[4.4273681640625,-2.6210527420043945],[0,0]]},{"type":"line","version":124,"versionNonce":747726941,"isDeleted":true,"id":"60tBT7iJjm8hMhKRNVmMv","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":307.62947368621826,"y":885.0505266189575,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":9.056841850280762,"height":5.185263156890869,"seed":164826177,"groupIds":["1gjXPZD-ZIlSfvGZ6YeyB","PFbVPQCfXimzo3r1MIFvQ","wbPi58CFWCI2Wep2Jdsdc"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192050,"link":null,"locked":false,"customData":{"boxId":"qWT4rflNgdOfouksxcANl","label":"GKE","resource":"gke","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[4.49052619934082,2.602105140686035],[9.056841850280762,-0.006316184997558594],[4.49052619934082,-2.583158016204834],[0,0]]},{"type":"line","version":124,"versionNonce":769497075,"isDeleted":true,"id":"ml1WD2o_me_Fsw5JlTvex","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":307.20631551742554,"y":885.9284210205078,"strokeColor":"#00000000","backgroundColor":"#669df6","width":4.427368640899658,"height":7.856842041015625,"seed":2044957775,"groupIds":["vS0jRmQ94PLOCtN6aPZFt","PFbVPQCfXimzo3r1MIFvQ","wbPi58CFWCI2Wep2Jdsdc"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192050,"link":null,"locked":false,"customData":{"boxId":"qWT4rflNgdOfouksxcANl","label":"GKE","resource":"gke","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[4.395789623260498,2.6273679733276367],[4.395789623260498,7.856842041015625],[-0.031579017639160156,5.178946495056152],[0,0]]},{"type":"line","version":124,"versionNonce":1516131517,"isDeleted":true,"id":"-xPj0VZlsgdNgj__S5-0E","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":312.6568412780762,"y":883.0989475250244,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":1.016840934753418,"height":3.7010529041290283,"seed":923393057,"groupIds":["Y0h2PLPgYarjxlQEpTljD","PFbVPQCfXimzo3r1MIFvQ","wbPi58CFWCI2Wep2Jdsdc"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192050,"link":null,"locked":false,"customData":{"boxId":"qWT4rflNgdOfouksxcANl","label":"GKE","resource":"gke","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,-3.429474115371704],[-0.4863157272338867,-3.7010529041290283],[-1.016840934753418,-3.3915791511535645],[-1.016840934753418,0],[0,0]]},{"type":"line","version":124,"versionNonce":1089216915,"isDeleted":true,"id":"YneCxdebDNYckI3qjj2i-","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":319.9768409729004,"y":892.1999988555908,"strokeColor":"#00000000","backgroundColor":"#4285f4","width":4.0673675537109375,"height":2.848422050476074,"seed":2083140207,"groupIds":["GPTSD5mCh3LqiitCPI0h6","PFbVPQCfXimzo3r1MIFvQ","wbPi58CFWCI2Wep2Jdsdc"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192051,"link":null,"locked":false,"customData":{"boxId":"qWT4rflNgdOfouksxcANl","label":"GKE","resource":"gke","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-3.5936832427978516,-2.0905256271362305],[-4.0673675537109375,-1.2694730758666992],[-0.5810508728027344,0.7578964233398438],[0,0.4231586456298828],[0,0]]},{"type":"line","version":124,"versionNonce":747549981,"isDeleted":true,"id":"m3XL1a736tD5XpAbbkCLS","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":307.7999997138977,"y":890.128420829773,"strokeColor":"#00000000","backgroundColor":"#669df6","width":3.947368621826172,"height":2.8484201431274414,"seed":1486598145,"groupIds":["JMrHQdOqUFVZ017rg4xwg","PFbVPQCfXimzo3r1MIFvQ","wbPi58CFWCI2Wep2Jdsdc"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192051,"link":null,"locked":false,"customData":{"boxId":"qWT4rflNgdOfouksxcANl","label":"GKE","resource":"gke","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-3.461052417755127,2.0842103958129883],[-3.461052417755127,2.5263166427612305],[-2.898947238922119,2.8484201431274414],[0.4863162040710449,0.8147373199462891],[0,0]]},{"type":"rectangle","version":510,"versionNonce":817395507,"isDeleted":true,"id":"yXmE5IfkXtfLBNXzyC9-u","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":380,"y":800,"strokeColor":"#F9AB00","backgroundColor":"#FDE293","width":272.7272727272727,"height":160.00000000000003,"seed":1596056111,"groupIds":["7n9Cse3WWz7efRfcJX32D"],"strokeSharpness":"sharp","boundElements":[{"id":"uw9uafUImq_py2-_G2vYB","type":"arrow"}],"updated":1706297192051,"link":null,"locked":false,"customData":{"boxId":"NQh75nyHB1usHUHR1z4Ot","label":"Virtual Private Cloud","resource":"google_compute_network","type":"container"}},{"type":"text","version":382,"versionNonce":781453693,"isDeleted":true,"id":"PL3KGhBNLFBGRWqBH21oo","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":80,"angle":0,"x":460,"y":820,"strokeColor":"#202124","backgroundColor":"transparent","width":93,"height":19,"seed":101178433,"groupIds":["7n9Cse3WWz7efRfcJX32D"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192051,"link":null,"locked":false,"customData":{"boxId":"NQh75nyHB1usHUHR1z4Ot","label":"Virtual Private Cloud","resource":"google_compute_network","type":"child"},"fontSize":16,"fontFamily":2,"text":"QA SUBNET","baseline":15,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":"QA SUBNET"},{"type":"rectangle","version":146,"versionNonce":1000937683,"isDeleted":true,"id":"It6Fg91kutUsPimMteqbG","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":400,"y":860,"strokeColor":"#202124","backgroundColor":"#FFF","width":240,"height":60,"seed":606323791,"groupIds":["VbZbn7vj2IsY6EYlXO24A","jlc5t66PYxG-LjU53w-2q"],"strokeSharpness":"round","boundElements":[],"updated":1706297192051,"link":null,"locked":false,"customData":{"boxId":"iKMbPK-SQF1Wpw3bvJSpa","label":"GKE","resource":"gke","type":"container"}},{"type":"text","version":171,"versionNonce":28299741,"isDeleted":true,"id":"ouGPfMM4Cwyo_TXxpI0BI","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":416,"y":876,"strokeColor":"#1a73e8","backgroundColor":"transparent","width":142,"height":37,"seed":1948560417,"groupIds":["VbZbn7vj2IsY6EYlXO24A","jlc5t66PYxG-LjU53w-2q"],"strokeSharpness":"round","boundElements":[],"updated":1706297192051,"link":null,"locked":false,"customData":{"boxId":"iKMbPK-SQF1Wpw3bvJSpa","label":"GKE","resource":"gke","type":"child"},"fontSize":16,"fontFamily":2,"text":"Google Kubernetes \nEngine","baseline":34,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":"Google Kubernetes \nEngine"},{"type":"line","version":141,"versionNonce":257197683,"isDeleted":true,"id":"KPd5j8UH0pjX178W7d956","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":612.164210319519,"y":876.9347368478775,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":19.932629585266113,"height":22.642104506492615,"seed":1323590255,"groupIds":["iudIHUbJJMTVpR1r16jf4","VbZbn7vj2IsY6EYlXO24A","jlc5t66PYxG-LjU53w-2q"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192051,"link":null,"locked":false,"customData":{"boxId":"iKMbPK-SQF1Wpw3bvJSpa","label":"GKE","resource":"gke","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-9.972631454467773,5.665263056755066],[-9.972631454467773,16.9705251455307],[-0.018947601318359375,22.642104506492615],[9.95999813079834,16.932631850242615],[9.95999813079834,5.557894587516785],[0,0]]},{"type":"line","version":141,"versionNonce":586387005,"isDeleted":true,"id":"x-Pl_3-Af0IxHMPTMvdDe","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":612.1705255508423,"y":879.3978946208954,"strokeColor":"#00000000","backgroundColor":"#fff","width":15.637893676757812,"height":17.709473848342896,"seed":1239187457,"groupIds":["A6rGJ8bmCMkJWDug0G1y6","VbZbn7vj2IsY6EYlXO24A","jlc5t66PYxG-LjU53w-2q"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192051,"link":null,"locked":false,"customData":{"boxId":"iKMbPK-SQF1Wpw3bvJSpa","label":"GKE","resource":"gke","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-7.831578254699707,4.452631711959839],[-7.831578254699707,13.256842851638794],[-0.031579017639160156,17.709473848342896],[7.8063154220581055,13.225262880325317],[7.8063154220581055,4.357895135879517],[0,0]]},{"type":"line","version":141,"versionNonce":1652637715,"isDeleted":true,"id":"_hDUEtPCKFfxqd50LXyNw","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":612.6568412780762,"y":888.5242109298706,"strokeColor":"#00000000","backgroundColor":"#4285f4","width":4.4273681640625,"height":7.882104873657227,"seed":808205455,"groupIds":["VpiryfaYxmEW-iRtoSyNh","VbZbn7vj2IsY6EYlXO24A","jlc5t66PYxG-LjU53w-2q"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192051,"link":null,"locked":false,"customData":{"boxId":"iKMbPK-SQF1Wpw3bvJSpa","label":"GKE","resource":"gke","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,5.261052131652832],[4.4273681640625,2.665262222290039],[4.4273681640625,-2.6210527420043945],[0,0]]},{"type":"line","version":141,"versionNonce":1900068509,"isDeleted":true,"id":"dxUQ_0nIzzdBXj90rLsuE","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":607.6294736862183,"y":885.0505266189575,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":9.056841850280762,"height":5.185263156890869,"seed":1697568737,"groupIds":["GIufUB0abrByh237Rselw","VbZbn7vj2IsY6EYlXO24A","jlc5t66PYxG-LjU53w-2q"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192051,"link":null,"locked":false,"customData":{"boxId":"iKMbPK-SQF1Wpw3bvJSpa","label":"GKE","resource":"gke","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[4.49052619934082,2.602105140686035],[9.056841850280762,-0.006316184997558594],[4.49052619934082,-2.583158016204834],[0,0]]},{"type":"line","version":141,"versionNonce":1327875507,"isDeleted":true,"id":"cTBh7MDUkceYd-znE2DRw","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":607.2063155174255,"y":885.9284210205078,"strokeColor":"#00000000","backgroundColor":"#669df6","width":4.427368640899658,"height":7.856842041015625,"seed":1806946991,"groupIds":["BfcgeILTW7tP_tCcmjd3d","VbZbn7vj2IsY6EYlXO24A","jlc5t66PYxG-LjU53w-2q"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192051,"link":null,"locked":false,"customData":{"boxId":"iKMbPK-SQF1Wpw3bvJSpa","label":"GKE","resource":"gke","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[4.395789623260498,2.6273679733276367],[4.395789623260498,7.856842041015625],[-0.031579017639160156,5.178946495056152],[0,0]]},{"type":"line","version":141,"versionNonce":1934156541,"isDeleted":true,"id":"x3ff1XK6td6g0gkQYkjcx","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":612.6568412780762,"y":883.0989475250244,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":1.016840934753418,"height":3.7010529041290283,"seed":942355393,"groupIds":["k1dJRprUzoWoHFgEBz4gP","VbZbn7vj2IsY6EYlXO24A","jlc5t66PYxG-LjU53w-2q"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192051,"link":null,"locked":false,"customData":{"boxId":"iKMbPK-SQF1Wpw3bvJSpa","label":"GKE","resource":"gke","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,-3.429474115371704],[-0.4863157272338867,-3.7010529041290283],[-1.016840934753418,-3.3915791511535645],[-1.016840934753418,0],[0,0]]},{"type":"line","version":141,"versionNonce":1818793811,"isDeleted":true,"id":"pydGRoKbh_IcQBu2GWyPl","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":619.9768409729004,"y":892.1999988555908,"strokeColor":"#00000000","backgroundColor":"#4285f4","width":4.0673675537109375,"height":2.848422050476074,"seed":438543567,"groupIds":["YYDtsfctbswzMmq2Ck_hl","VbZbn7vj2IsY6EYlXO24A","jlc5t66PYxG-LjU53w-2q"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192051,"link":null,"locked":false,"customData":{"boxId":"iKMbPK-SQF1Wpw3bvJSpa","label":"GKE","resource":"gke","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-3.5936832427978516,-2.0905256271362305],[-4.0673675537109375,-1.2694730758666992],[-0.5810508728027344,0.7578964233398438],[0,0.4231586456298828],[0,0]]},{"type":"line","version":141,"versionNonce":1569553245,"isDeleted":true,"id":"r-zQGoMMm4RalpkJEN_BW","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":607.7999997138977,"y":890.128420829773,"strokeColor":"#00000000","backgroundColor":"#669df6","width":3.947368621826172,"height":2.8484201431274414,"seed":1190204321,"groupIds":["Ls7-fi6Fuk9XnmHC_zttG","VbZbn7vj2IsY6EYlXO24A","jlc5t66PYxG-LjU53w-2q"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192051,"link":null,"locked":false,"customData":{"boxId":"iKMbPK-SQF1Wpw3bvJSpa","label":"GKE","resource":"gke","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-3.461052417755127,2.0842103958129883],[-3.461052417755127,2.5263166427612305],[-2.898947238922119,2.8484201431274414],[0.4863162040710449,0.8147373199462891],[0,0]]},{"type":"rectangle","version":498,"versionNonce":681587955,"isDeleted":true,"id":"Ewm3TZnx9dyQaz23xd6bv","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":680,"y":800,"strokeColor":"#F9AB00","backgroundColor":"#FDE293","width":272.7272727272727,"height":160.00000000000003,"seed":2050733249,"groupIds":["rSFcwUCe--C834beUoAU3"],"strokeSharpness":"sharp","boundElements":[{"id":"pdPc6K8gQxSjcdIstC2GM","type":"arrow"}],"updated":1706297192051,"link":null,"locked":false,"customData":{"boxId":"1ZffgxEm7iEhX_jh3uJ65","label":"Virtual Private Cloud","resource":"google_compute_network","type":"container"}},{"type":"text","version":366,"versionNonce":1482688445,"isDeleted":true,"id":"cd-uFgDtoVNcZEN5CUivs","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":80,"angle":0,"x":760,"y":819,"strokeColor":"#202124","backgroundColor":"transparent","width":117,"height":19,"seed":538424271,"groupIds":["rSFcwUCe--C834beUoAU3"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192051,"link":null,"locked":false,"customData":{"boxId":"1ZffgxEm7iEhX_jh3uJ65","label":"Virtual Private Cloud","resource":"google_compute_network","type":"child"},"fontSize":16,"fontFamily":2,"text":"PROD SUBNET","baseline":15,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":"PROD SUBNET"},{"type":"rectangle","version":134,"versionNonce":1666391699,"isDeleted":true,"id":"0ajDR25Afe-RD7-13RV7b","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":700,"y":860,"strokeColor":"#202124","backgroundColor":"#FFF","width":240,"height":60,"seed":1430877345,"groupIds":["wnVqv5F3oA8Ye6ViED9T-","oIR8EvobXIbVBrLozfTQS"],"strokeSharpness":"round","boundElements":[],"updated":1706297192051,"link":null,"locked":false,"customData":{"boxId":"FBRQR79WCfzcDxQf2qSz1","label":"GKE","resource":"gke","type":"container"}},{"type":"text","version":156,"versionNonce":98699293,"isDeleted":true,"id":"-PSE6nWEp2ao7NJv59m6y","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":716,"y":876,"strokeColor":"#1a73e8","backgroundColor":"transparent","width":142,"height":37,"seed":363749871,"groupIds":["wnVqv5F3oA8Ye6ViED9T-","oIR8EvobXIbVBrLozfTQS"],"strokeSharpness":"round","boundElements":[],"updated":1706297192051,"link":null,"locked":false,"customData":{"boxId":"FBRQR79WCfzcDxQf2qSz1","label":"GKE","resource":"gke","type":"child"},"fontSize":16,"fontFamily":2,"text":"Google Kubernetes \nEngine","baseline":34,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":"Google Kubernetes \nEngine"},{"type":"line","version":129,"versionNonce":1194841139,"isDeleted":true,"id":"ByJOBBW2IbSWy4wtKza_B","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":912.164210319519,"y":876.9347368478775,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":19.932629585266113,"height":22.642104506492615,"seed":743716993,"groupIds":["b9dbaO3WwhieMnXG8nm9I","wnVqv5F3oA8Ye6ViED9T-","oIR8EvobXIbVBrLozfTQS"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192051,"link":null,"locked":false,"customData":{"boxId":"FBRQR79WCfzcDxQf2qSz1","label":"GKE","resource":"gke","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-9.972631454467773,5.665263056755066],[-9.972631454467773,16.9705251455307],[-0.018947601318359375,22.642104506492615],[9.95999813079834,16.932631850242615],[9.95999813079834,5.557894587516785],[0,0]]},{"type":"line","version":129,"versionNonce":1208286333,"isDeleted":true,"id":"JgWyKACsRPawr-S3NQQdo","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":912.1705255508423,"y":879.3978946208954,"strokeColor":"#00000000","backgroundColor":"#fff","width":15.637893676757812,"height":17.709473848342896,"seed":478825487,"groupIds":["uvMswIquB-8Ddm5DyJPV3","wnVqv5F3oA8Ye6ViED9T-","oIR8EvobXIbVBrLozfTQS"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192051,"link":null,"locked":false,"customData":{"boxId":"FBRQR79WCfzcDxQf2qSz1","label":"GKE","resource":"gke","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-7.831578254699707,4.452631711959839],[-7.831578254699707,13.256842851638794],[-0.031579017639160156,17.709473848342896],[7.8063154220581055,13.225262880325317],[7.8063154220581055,4.357895135879517],[0,0]]},{"type":"line","version":129,"versionNonce":1681184211,"isDeleted":true,"id":"xz41JtPeNaAvZSJh3liyN","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":912.6568412780762,"y":888.5242109298706,"strokeColor":"#00000000","backgroundColor":"#4285f4","width":4.4273681640625,"height":7.882104873657227,"seed":18579553,"groupIds":["hbLrWE4JqNj8WeNJyUGS4","wnVqv5F3oA8Ye6ViED9T-","oIR8EvobXIbVBrLozfTQS"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192051,"link":null,"locked":false,"customData":{"boxId":"FBRQR79WCfzcDxQf2qSz1","label":"GKE","resource":"gke","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,5.261052131652832],[4.4273681640625,2.665262222290039],[4.4273681640625,-2.6210527420043945],[0,0]]},{"type":"line","version":129,"versionNonce":1183474909,"isDeleted":true,"id":"xaf2lcJgKYxdMKNnY9BgM","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":907.6294736862183,"y":885.0505266189575,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":9.056841850280762,"height":5.185263156890869,"seed":1352921647,"groupIds":["Ovw0AjCeRdpiFhxnyeYvO","wnVqv5F3oA8Ye6ViED9T-","oIR8EvobXIbVBrLozfTQS"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192051,"link":null,"locked":false,"customData":{"boxId":"FBRQR79WCfzcDxQf2qSz1","label":"GKE","resource":"gke","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[4.49052619934082,2.602105140686035],[9.056841850280762,-0.006316184997558594],[4.49052619934082,-2.583158016204834],[0,0]]},{"type":"line","version":129,"versionNonce":157328243,"isDeleted":true,"id":"4KXDyWRnqxcbBJ1zMaxUe","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":907.2063155174255,"y":885.9284210205078,"strokeColor":"#00000000","backgroundColor":"#669df6","width":4.427368640899658,"height":7.856842041015625,"seed":1903086657,"groupIds":["fYQLeW_yRkFQzoLgoU2ZM","wnVqv5F3oA8Ye6ViED9T-","oIR8EvobXIbVBrLozfTQS"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192051,"link":null,"locked":false,"customData":{"boxId":"FBRQR79WCfzcDxQf2qSz1","label":"GKE","resource":"gke","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[4.395789623260498,2.6273679733276367],[4.395789623260498,7.856842041015625],[-0.031579017639160156,5.178946495056152],[0,0]]},{"type":"line","version":129,"versionNonce":889438525,"isDeleted":true,"id":"YOTTEKbnLE_k4SmWl-4xO","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":912.6568412780762,"y":883.0989475250244,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":1.016840934753418,"height":3.7010529041290283,"seed":988009551,"groupIds":["eCKJxopZhDZj0H6OACCGs","wnVqv5F3oA8Ye6ViED9T-","oIR8EvobXIbVBrLozfTQS"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192051,"link":null,"locked":false,"customData":{"boxId":"FBRQR79WCfzcDxQf2qSz1","label":"GKE","resource":"gke","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,-3.429474115371704],[-0.4863157272338867,-3.7010529041290283],[-1.016840934753418,-3.3915791511535645],[-1.016840934753418,0],[0,0]]},{"type":"line","version":129,"versionNonce":1593949459,"isDeleted":true,"id":"sWRajSP2f_et519CONdbB","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":919.9768409729004,"y":892.1999988555908,"strokeColor":"#00000000","backgroundColor":"#4285f4","width":4.0673675537109375,"height":2.848422050476074,"seed":892181537,"groupIds":["YFNlw9FuEnzJ0PmU-6qMN","wnVqv5F3oA8Ye6ViED9T-","oIR8EvobXIbVBrLozfTQS"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192051,"link":null,"locked":false,"customData":{"boxId":"FBRQR79WCfzcDxQf2qSz1","label":"GKE","resource":"gke","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-3.5936832427978516,-2.0905256271362305],[-4.0673675537109375,-1.2694730758666992],[-0.5810508728027344,0.7578964233398438],[0,0.4231586456298828],[0,0]]},{"type":"line","version":129,"versionNonce":1490194845,"isDeleted":true,"id":"C4vqvoT-8NzPxX2w0QQ-7","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":907.7999997138977,"y":890.128420829773,"strokeColor":"#00000000","backgroundColor":"#669df6","width":3.947368621826172,"height":2.8484201431274414,"seed":857895535,"groupIds":["CxnKLIwp_Agt5XYWFZB59","wnVqv5F3oA8Ye6ViED9T-","oIR8EvobXIbVBrLozfTQS"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192051,"link":null,"locked":false,"customData":{"boxId":"FBRQR79WCfzcDxQf2qSz1","label":"GKE","resource":"gke","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-3.461052417755127,2.0842103958129883],[-3.461052417755127,2.5263166427612305],[-2.898947238922119,2.8484201431274414],[0.4863162040710449,0.8147373199462891],[0,0]]},{"type":"rectangle","version":179,"versionNonce":1083089587,"isDeleted":true,"id":"A3eKhBGrcZNinQ6GBlfEY","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":400,"y":1160,"strokeColor":"#202124","backgroundColor":"#FFF","width":240,"height":60,"seed":54644289,"groupIds":["5aC8-slfVfNHl6N6rCHaE","BXBHfaiNo2PEjRMcjKh0O"],"strokeSharpness":"round","boundElements":[{"id":"BcSy_szos-cbUBAyvULcw","type":"arrow"}],"updated":1706297192051,"link":null,"locked":false,"customData":{"boxId":"RW1qDNxOAU18dHq0ijb14","label":"Binary Authorization","type":"container"}},{"type":"text","version":175,"versionNonce":1328043517,"isDeleted":true,"id":"CcUymMemIT_7lt1klmA5Z","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":416,"y":1175.5,"strokeColor":"#1A73F8","backgroundColor":"transparent","width":143,"height":19,"seed":624554575,"groupIds":["5aC8-slfVfNHl6N6rCHaE","BXBHfaiNo2PEjRMcjKh0O"],"strokeSharpness":"round","boundElements":[],"updated":1706297192051,"link":null,"locked":false,"customData":{"boxId":"RW1qDNxOAU18dHq0ijb14","label":"Binary Authorization","type":"child"},"fontSize":16,"fontFamily":2,"text":"Binary Authorization","baseline":15,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":"Binary Authorization"},{"type":"line","version":169,"versionNonce":1454232659,"isDeleted":true,"id":"OvpO8lQw6LgY0H05qao8z","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":612.6638898849487,"y":1187.5217123031616,"strokeColor":"#00000000","backgroundColor":"#669df6","width":7.067220687866211,"height":13.477689743041992,"seed":1498439201,"groupIds":["EAmG0SzGFJnanXwsVjKnG","5aC8-slfVfNHl6N6rCHaE","BXBHfaiNo2PEjRMcjKh0O"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192051,"link":null,"locked":false,"customData":{"boxId":"RW1qDNxOAU18dHq0ijb14","label":"Binary Authorization","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[2.3271865844726562,0],[2.3271865844726562,0],[2.3155136108398438,0.6361570358276367],[2.2813262939453125,1.2466144561767578],[2.225862503051758,1.8318605422973633],[2.1503658294677734,2.3923826217651367],[2.0560789108276367,2.9286632537841797],[1.9442415237426758,3.4411935806274414],[1.8160982131958008,3.930455207824707],[1.6728887557983398,4.396936416625977],[1.3462371826171875,5.263503074645996],[0.9742250442504883,6.044783592224121],[0.5667839050292969,6.744668006896973],[0.1338481903076172,7.367043495178223],[-0.31464576721191406,7.915802955627441],[-0.7687664031982422,8.394835472106934],[-1.2185783386230469,8.808030128479004],[-1.6541500091552734,9.159279823303223],[-2.0655431747436523,9.452471733093262],[-2.4428253173828125,9.691496849060059],[-2.776063919067383,9.880244255065918],[-3.055323600769043,10.022604942321777],[-3.055323600769043,11.807255744934082],[-2.755502700805664,11.707316398620605],[-2.755502700805664,11.707316398620605],[-2.712222099304199,11.691277503967285],[-2.6347970962524414,11.661320686340332],[-2.5255584716796875,11.616576194763184],[-2.3868331909179688,11.556178092956543],[-2.220950126647949,11.47925853729248],[-2.030240058898926,11.3849515914917],[-1.8170318603515625,11.272383689880371],[-1.5836553573608398,11.1406888961792],[-1.0657119750976562,10.816454887390137],[-0.49504566192626953,10.405303001403809],[0.109710693359375,9.900286674499512],[0.7299222946166992,9.294468879699707],[1.0400018692016602,8.951586723327637],[1.3469552993774414,8.580899238586426],[1.6484565734863281,8.181540489196777],[1.9421758651733398,7.752638816833496],[2.2257823944091797,7.293332099914551],[2.4969482421875,6.802746772766113],[2.753342628479004,6.280014991760254],[2.9926376342773438,5.724270820617676],[3.212505340576172,5.134648323059082],[3.4106130599975586,4.510275840759277],[3.5846338272094727,3.850287437438965],[3.732235908508301,3.1538143157958984],[3.8510942459106445,2.419989585876465],[3.938876152038574,1.647944450378418],[3.9932546615600586,0.8368129730224609],[4.011897087097168,-0.014277458190917969],[4.011897087097168,-1.6704339981079102],[-0.8423547744750977,-1.6704339981079102],[0,0],[0,0]]},{"type":"line","version":169,"versionNonce":319196765,"isDeleted":true,"id":"0EL5KyBxTwftFrlcVBH_6","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":611.8072566986084,"y":1185.8512783050537,"strokeColor":"#00000000","backgroundColor":"#4285f4","width":7.052944183349609,"height":19.131469160318375,"seed":1761923183,"groupIds":["WI9e2s0e1dMwm1-AfPXsA","5aC8-slfVfNHl6N6rCHaE","BXBHfaiNo2PEjRMcjKh0O"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192051,"link":null,"locked":false,"customData":{"boxId":"RW1qDNxOAU18dHq0ijb14","label":"Binary Authorization","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0.8280792236328125,-1.5704936981201172],[0.8280792236328125,-9.38013020157814],[-0.4854249954223633,-8.366447925567627],[-0.4854249954223633,-8.366447925567627],[-1.0193290710449219,-7.942404866218567],[-1.552311897277832,-7.47975492477417],[-2.079440116882324,-6.980045318603516],[-2.595775604248047,-6.444823980331421],[-3.0963850021362305,-5.875638484954834],[-3.57633113861084,-5.274036884307861],[-4.030677795410156,-4.641565799713135],[-4.454490661621094,-3.97977352142334],[-4.842833995819092,-3.290207862854004],[-5.190771579742432,-2.574415683746338],[-5.493367671966553,-1.8339462280273438],[-5.7456865310668945,-1.0703449249267578],[-5.942792892456055,-0.28516101837158203],[-6.079751014709473,0.5200586318969727],[-6.151625156402588,1.343766212463379],[-6.15347957611084,2.184414863586426],[-6.126155376434326,2.7413511276245117],[-6.066059589385986,3.292348861694336],[-5.973881721496582,3.836151123046875],[-5.850311756134033,4.3715057373046875],[-5.696040630340576,4.897154808044434],[-5.511757850646973,5.411846160888672],[-5.298153877258301,5.914322853088379],[-5.0559186935424805,6.403331756591797],[-4.785742282867432,6.877616882324219],[-4.488315582275391,7.33592414855957],[-4.164328098297119,7.776998519897461],[-3.8144702911376953,8.199583053588867],[-3.439432144165039,8.602428436279297],[-3.039902687072754,8.984272003173828],[-2.616575241088867,9.343866348266602],[-2.1701364517211914,9.679952621459961],[-2.0416412353515625,9.751338958740234],[-1.1850080490112305,8.366447448730469],[-1.2992267608642578,8.295063018798828],[-1.2992267608642578,8.295063018798828],[-1.7935752868652344,7.897085189819336],[-2.2557992935180664,7.466983795166016],[0.8994646072387695,5.6823320388793945],[0.8994646072387695,1.6847124099731445],[0,0],[0,0]]},{"type":"line","version":169,"versionNonce":1899352563,"isDeleted":true,"id":"jStVys1h_1ZIcjxldecmh","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":610.9934558868408,"y":1187.5217123031616,"strokeColor":"#00000000","backgroundColor":"#4285f4","width":3.6835217475891113,"height":11.964307069778442,"seed":851571201,"groupIds":["WI9e2s0e1dMwm1-AfPXsA","5aC8-slfVfNHl6N6rCHaE","BXBHfaiNo2PEjRMcjKh0O"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192051,"link":null,"locked":false,"customData":{"boxId":"RW1qDNxOAU18dHq0ijb14","label":"Binary Authorization","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,2.998215675354004],[-2.4842357635498047,4.440215110778809],[-2.4842357635498047,4.440215110778809],[-2.7565345764160156,3.982088088989258],[-2.9948692321777344,3.5084028244018555],[-3.198737621307373,3.020998001098633],[-3.36763858795166,2.521714210510254],[-3.5010690689086914,2.0123910903930664],[-3.5985279083251953,1.4948692321777344],[-3.659512519836426,0.9709901809692383],[-3.6835217475891113,0.4425945281982422],[-3.660844326019287,-0.1255941390991211],[-3.609179973602295,-0.6890983581542969],[-3.528989315032959,-1.246912956237793],[-3.420731544494629,-1.7980365753173828],[-3.284867763519287,-2.3414621353149414],[-3.1218581199645996,-2.8761892318725586],[-2.932162284851074,-3.401211738586426],[-2.716240882873535,-3.915525436401367],[-2.4745521545410156,-4.418128490447998],[-2.2075586318969727,-4.908015727996826],[-1.9157190322875977,-5.384182929992676],[-1.5994939804077148,-5.845627307891846],[-1.2593441009521484,-6.291343688964844],[-0.8957281112670898,-6.720329284667969],[-0.5091075897216797,-7.131580352783203],[-0.09994029998779297,-7.524091958999634],[-0.09994029998779297,-3.6264123916625977],[-2.013087272644043,0],[0,0]]},{"type":"line","version":169,"versionNonce":1128184509,"isDeleted":true,"id":"UpU6inBmpPX0iFyPyh6_V","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":610.9934558868408,"y":1187.5217123031616,"strokeColor":"#00000000","backgroundColor":"#fff","width":3.6835217475891113,"height":11.964307069778442,"seed":1208937103,"groupIds":["f4J7dG4CuvfaLccpN73gR","5aC8-slfVfNHl6N6rCHaE","BXBHfaiNo2PEjRMcjKh0O"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192051,"link":null,"locked":false,"customData":{"boxId":"RW1qDNxOAU18dHq0ijb14","label":"Binary Authorization","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,2.998215675354004],[-2.4842357635498047,4.440215110778809],[-2.4842357635498047,4.440215110778809],[-2.7565345764160156,3.982088088989258],[-2.9948692321777344,3.5084028244018555],[-3.198737621307373,3.020998001098633],[-3.36763858795166,2.521714210510254],[-3.5010690689086914,2.0123910903930664],[-3.5985279083251953,1.4948692321777344],[-3.659512519836426,0.9709901809692383],[-3.6835217475891113,0.4425945281982422],[-3.660844326019287,-0.1255941390991211],[-3.609179973602295,-0.6890983581542969],[-3.528989315032959,-1.246912956237793],[-3.420731544494629,-1.7980365753173828],[-3.284867763519287,-2.3414621353149414],[-3.1218581199645996,-2.8761892318725586],[-2.932162284851074,-3.401211738586426],[-2.716240882873535,-3.915525436401367],[-2.4745521545410156,-4.418128490447998],[-2.2075586318969727,-4.908015727996826],[-1.9157190322875977,-5.384182929992676],[-1.5994939804077148,-5.845627307891846],[-1.2593441009521484,-6.291343688964844],[-0.8957281112670898,-6.720329284667969],[-0.5091075897216797,-7.131580352783203],[-0.09994029998779297,-7.524091958999634],[-0.09994029998779297,-3.6264123916625977],[-2.013087272644043,0],[0,0]]},{"type":"line","version":169,"versionNonce":556604307,"isDeleted":true,"id":"FG1H8YjDrU5dPeviu8Ret","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":609.6085662841797,"y":1197.6157035827637,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":7.637927174568176,"height":13.63473892211914,"seed":882248161,"groupIds":["U-oABaPB0qCDdWNM_UnpL","5aC8-slfVfNHl6N6rCHaE","BXBHfaiNo2PEjRMcjKh0O"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192051,"link":null,"locked":false,"customData":{"boxId":"RW1qDNxOAU18dHq0ijb14","label":"Binary Authorization","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.6996078491210938,-0.3905677795410156],[-1.362553596496582,-0.8270187377929688],[-1.9873113632202148,-1.3067207336425781],[-2.572352886199951,-1.8270378112792969],[-3.116152763366699,-2.385334014892578],[-3.617182731628418,-2.978975296020508],[-4.073917865753174,-3.6053237915039062],[-4.484830379486084,-4.261747360229492],[-4.84839391708374,-4.945611953735352],[-5.163082122802734,-5.654278755187988],[-5.427367210388184,-6.385114669799805],[-5.639723539352417,-7.135483741760254],[-5.798623561859131,-7.902751922607422],[-5.902541399002075,-8.684283256530762],[-5.949949741363525,-9.477441787719727],[-5.939321756362915,-10.279594421386719],[-5.939321756362915,-11.850088119506836],[-7.624033451080322,-11.850088119506836],[-7.624033451080322,-10.279594421386719],[-7.624033451080322,-10.279594421386719],[-7.637927174568176,-9.323471069335938],[-7.579249858856201,-8.379413604736328],[-7.450050592422485,-7.45079231262207],[-7.252379655838013,-6.540971755981445],[-6.988286018371582,-5.6533203125],[-6.659819602966309,-4.791204452514648],[-6.269029378890991,-3.9579906463623047],[-5.817965745925903,-3.1570472717285156],[-5.308677673339844,-2.391742706298828],[-4.7432146072387695,-1.6654434204101562],[-4.123627185821533,-0.9815139770507812],[-3.451963424682617,-0.3433208465576172],[-2.730273723602295,0.24576377868652344],[-1.9606080055236816,0.7823753356933594],[-1.145014762878418,1.2631454467773438],[-0.28554439544677734,1.6847114562988281],[-0.014278411865234375,1.7846508026123047]]},{"type":"rectangle","version":155,"versionNonce":678583069,"isDeleted":true,"id":"MuZFZCmHJJEbcEIjywlCC","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":100,"y":980,"strokeColor":"#202124","backgroundColor":"#FFF","width":240,"height":60,"seed":820694369,"groupIds":["7goKnoCkbt_cuWzF4vvKs","DSNXsvfCWEeo93qlQiuXP"],"strokeSharpness":"round","boundElements":[{"type":"text","id":"yiSd-6J4jgLJiBXNHfydg"}],"updated":1706297192051,"link":null,"locked":false,"customData":{"boxId":"quGgT6MXOAo7I1GUdu618","label":"GKE","resource":"gke","type":"container"}},{"type":"text","version":151,"versionNonce":315240755,"isDeleted":true,"id":"Iv7Zr6CX_0Qp2QhAjv2c6","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-380,"y":716,"strokeColor":"#1A73F8","backgroundColor":"transparent","width":142,"height":37,"seed":1107031343,"groupIds":["7goKnoCkbt_cuWzF4vvKs","DSNXsvfCWEeo93qlQiuXP"],"strokeSharpness":"round","boundElements":[],"updated":1706297192051,"link":null,"locked":false,"customData":{"boxId":"quGgT6MXOAo7I1GUdu618","label":"GKE","resource":"gke","type":"child"},"fontSize":16,"fontFamily":2,"text":"Google Kubernetes \nEngine","baseline":34,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":"Google Kubernetes \nEngine"},{"type":"line","version":125,"versionNonce":2064838525,"isDeleted":true,"id":"tB_Ogmif9URHzZiXW390t","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-190.02736854553223,"y":720,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":19.932629585266113,"height":22.642104506492615,"seed":1674344769,"groupIds":["KcPhkf3grzfz53QJDgWXT","7goKnoCkbt_cuWzF4vvKs","DSNXsvfCWEeo93qlQiuXP"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192051,"link":null,"locked":false,"customData":{"boxId":"quGgT6MXOAo7I1GUdu618","label":"GKE","resource":"gke","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-9.972631454467773,5.665263056755066],[-9.972631454467773,16.9705251455307],[-0.018947601318359375,22.642104506492615],[9.95999813079834,16.932631850242615],[9.95999813079834,5.557894587516785],[0,0]]},{"type":"line","version":124,"versionNonce":661885651,"isDeleted":true,"id":"TGefFVrUt9IsDRMAMvaRj","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-187.82947444915771,"y":719.3978946208954,"strokeColor":"#00000000","backgroundColor":"#fff","width":15.637893676757812,"height":17.709473848342896,"seed":1749251919,"groupIds":["Uldw-GGSx5RRgcNl5Db3l","7goKnoCkbt_cuWzF4vvKs","DSNXsvfCWEeo93qlQiuXP"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192051,"link":null,"locked":false,"customData":{"boxId":"quGgT6MXOAo7I1GUdu618","label":"GKE","resource":"gke","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-7.831578254699707,4.452631711959839],[-7.831578254699707,13.256842851638794],[-0.031579017639160156,17.709473848342896],[7.8063154220581055,13.225262880325317],[7.8063154220581055,4.357895135879517],[0,0]]},{"type":"line","version":124,"versionNonce":1768028125,"isDeleted":true,"id":"Kn_Iuud7eCCo5EtyfAoyh","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-187.34315872192383,"y":728.5242109298706,"strokeColor":"#00000000","backgroundColor":"#4285f4","width":4.4273681640625,"height":7.882104873657227,"seed":1229826337,"groupIds":["IfsDmn0DKHuXmZBIs0DdT","7goKnoCkbt_cuWzF4vvKs","DSNXsvfCWEeo93qlQiuXP"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192051,"link":null,"locked":false,"customData":{"boxId":"quGgT6MXOAo7I1GUdu618","label":"GKE","resource":"gke","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,5.261052131652832],[4.4273681640625,2.665262222290039],[4.4273681640625,-2.6210527420043945],[0,0]]},{"type":"line","version":125,"versionNonce":1337966707,"isDeleted":true,"id":"Z7IZ5gJiTc-Dcq8VzoEOB","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-200,"y":722.5831580162048,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":9.056841850280762,"height":5.185263156890869,"seed":2056631663,"groupIds":["I1kykiLW8b4vVleFm5B3L","7goKnoCkbt_cuWzF4vvKs","DSNXsvfCWEeo93qlQiuXP"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192051,"link":null,"locked":false,"customData":{"boxId":"quGgT6MXOAo7I1GUdu618","label":"GKE","resource":"gke","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[4.49052619934082,2.602105140686035],[9.056841850280762,-0.006316184997558594],[4.49052619934082,-2.583158016204834],[0,0]]},{"type":"line","version":126,"versionNonce":1567683645,"isDeleted":true,"id":"-SVMcUrVmIPfAkooy5knx","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-195.96842098236084,"y":720,"strokeColor":"#00000000","backgroundColor":"#669df6","width":4.427368640899658,"height":7.856842041015625,"seed":1792924929,"groupIds":["YWNsXNokjyuoXcr0epgZ_","7goKnoCkbt_cuWzF4vvKs","DSNXsvfCWEeo93qlQiuXP"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192051,"link":null,"locked":false,"customData":{"boxId":"quGgT6MXOAo7I1GUdu618","label":"GKE","resource":"gke","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[4.395789623260498,2.6273679733276367],[4.395789623260498,7.856842041015625],[-0.031579017639160156,5.178946495056152],[0,0]]},{"type":"line","version":124,"versionNonce":628439571,"isDeleted":true,"id":"sMliTHwcs_b4ZmT97xcb4","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-180.0231590270996,"y":732.1999988555908,"strokeColor":"#00000000","backgroundColor":"#4285f4","width":4.0673675537109375,"height":2.848422050476074,"seed":2013041889,"groupIds":["89eCKlsgNvrAuL0_E1Pxc","7goKnoCkbt_cuWzF4vvKs","DSNXsvfCWEeo93qlQiuXP"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192051,"link":null,"locked":false,"customData":{"boxId":"quGgT6MXOAo7I1GUdu618","label":"GKE","resource":"gke","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-3.5936832427978516,-2.0905256271362305],[-4.0673675537109375,-1.2694730758666992],[-0.5810508728027344,0.7578964233398438],[0,0.4231586456298828],[0,0]]},{"type":"line","version":124,"versionNonce":52520093,"isDeleted":true,"id":"144zNrE3im2mc_dXejVJw","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-192.2000002861023,"y":730.128420829773,"strokeColor":"#00000000","backgroundColor":"#669df6","width":3.947368621826172,"height":2.8484201431274414,"seed":57435567,"groupIds":["rNFdxS5lNSvzBc6zfx6n0","7goKnoCkbt_cuWzF4vvKs","DSNXsvfCWEeo93qlQiuXP"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192051,"link":null,"locked":false,"customData":{"boxId":"quGgT6MXOAo7I1GUdu618","label":"GKE","resource":"gke","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-3.461052417755127,2.0842103958129883],[-3.461052417755127,2.5263166427612305],[-2.898947238922119,2.8484201431274414],[0.4863162040710449,0.8147373199462891],[0,0]]},{"id":"x2TzVX21UZ6TkxzZnI_6h","type":"text","x":-228.8644100388231,"y":879.9587936303021,"width":7,"height":23,"angle":0,"strokeColor":"#000000","backgroundColor":"transparent","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"round","seed":96651247,"version":111,"versionNonce":1166704563,"isDeleted":true,"boundElements":null,"updated":1706297192051,"link":null,"locked":false,"text":"","fontSize":20,"fontFamily":2,"textAlign":"left","verticalAlign":"top","baseline":19,"containerId":null,"originalText":""},{"id":"yiSd-6J4jgLJiBXNHfydg","type":"text","x":105,"y":1000.5,"width":230,"height":19,"angle":0,"strokeColor":"#000000","backgroundColor":"transparent","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":["7goKnoCkbt_cuWzF4vvKs","DSNXsvfCWEeo93qlQiuXP"],"strokeSharpness":"round","seed":4539969,"version":190,"versionNonce":237291773,"isDeleted":true,"boundElements":null,"updated":1706297192051,"link":null,"locked":false,"text":"Required attestations build","fontSize":16,"fontFamily":2,"textAlign":"center","verticalAlign":"middle","baseline":15,"containerId":"MuZFZCmHJJEbcEIjywlCC","originalText":"Required attestations build"},{"type":"rectangle","version":181,"versionNonce":1780879699,"isDeleted":true,"id":"lCjQZyTEArtBR_ssx6ki2","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":400,"y":980,"strokeColor":"#202124","backgroundColor":"#FFF","width":240,"height":60,"seed":595785231,"groupIds":["xFs4WMh6FTah8k0J_52vO","8Dl5bYzZf9cBe4Y4nRoQU"],"strokeSharpness":"round","boundElements":[{"id":"ncF8YT_z_OTOSl0cG4gIc","type":"text"},{"type":"text","id":"ncF8YT_z_OTOSl0cG4gIc"},{"id":"BcSy_szos-cbUBAyvULcw","type":"arrow"}],"updated":1706297192051,"link":null,"locked":false,"customData":{"boxId":"xUiJL3UPVgR8Msy3NuSMX","label":"GKE","resource":"gke","type":"container"}},{"type":"text","version":222,"versionNonce":1073520989,"isDeleted":true,"id":"ncF8YT_z_OTOSl0cG4gIc","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":405,"y":991,"strokeColor":"#000000","backgroundColor":"transparent","width":230,"height":38,"seed":47871585,"groupIds":["xFs4WMh6FTah8k0J_52vO","8Dl5bYzZf9cBe4Y4nRoQU"],"strokeSharpness":"round","boundElements":[],"updated":1706297192051,"link":null,"locked":false,"fontSize":16,"fontFamily":2,"text":"Required attestations build, \nsecurity","baseline":34,"textAlign":"center","verticalAlign":"middle","containerId":"lCjQZyTEArtBR_ssx6ki2","originalText":"Required attestations build, security"},{"type":"rectangle","version":189,"versionNonce":1151233779,"isDeleted":true,"id":"0TmYeCcEoQcGV9jC2m4fX","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":700,"y":980,"strokeColor":"#202124","backgroundColor":"#FFF","width":240,"height":60,"seed":1020477217,"groupIds":["4pSlmnjQZibOs130E-Sb3","UupQjrOPAx6gu7EpGXjmJ"],"strokeSharpness":"round","boundElements":[{"id":"_TyuzdC_cxtRROfaAnnue","type":"text"},{"id":"_TyuzdC_cxtRROfaAnnue","type":"text"},{"type":"text","id":"_TyuzdC_cxtRROfaAnnue"}],"updated":1706297192051,"link":null,"locked":false,"customData":{"boxId":"rRg18D8ZBs9CfX193c9q8","label":"GKE","resource":"gke","type":"container"}},{"type":"text","version":241,"versionNonce":771386813,"isDeleted":true,"id":"_TyuzdC_cxtRROfaAnnue","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":705,"y":991,"strokeColor":"#000000","backgroundColor":"transparent","width":230,"height":38,"seed":475823983,"groupIds":["4pSlmnjQZibOs130E-Sb3","UupQjrOPAx6gu7EpGXjmJ"],"strokeSharpness":"round","boundElements":[],"updated":1706297192051,"link":null,"locked":false,"fontSize":16,"fontFamily":2,"text":"Required attestations build, \nsecurity, quality","baseline":34,"textAlign":"center","verticalAlign":"middle","containerId":"0TmYeCcEoQcGV9jC2m4fX","originalText":"Required attestations build, security, quality"},{"id":"u3MHsCfKj6joFmOvIyJhR","type":"arrow","x":-680,"y":21.250000000000014,"width":0,"height":118.74999999999999,"angle":0,"strokeColor":"#202124","backgroundColor":"#202124","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"sharp","seed":1520277185,"version":930,"versionNonce":393877651,"isDeleted":true,"boundElements":null,"updated":1706297192051,"link":null,"locked":false,"points":[[0,0],[0,118.74999999999999]],"lastCommittedPoint":null,"startBinding":{"elementId":"nuE-AcFQrwLl8JaHXKzu4","focus":0.5102040816326531,"gap":1.2500000000000142},"endBinding":{"elementId":"alQMHesl-G0NviYi6f0BX","focus":0,"gap":1},"startArrowhead":null,"endArrowhead":"triangle","fontFamily":2},{"id":"W9R12Uosv_ysCejW7Zfn5","type":"arrow","x":260,"y":179.24695076595958,"width":0,"height":59.75304923404042,"angle":0,"strokeColor":"#202124","backgroundColor":"#202124","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"sharp","seed":1723920495,"version":410,"versionNonce":1195355677,"isDeleted":true,"boundElements":null,"updated":1706297192051,"link":null,"locked":false,"points":[[0,0],[0,59.75304923404042]],"lastCommittedPoint":null,"startBinding":null,"endBinding":{"elementId":"alQMHesl-G0NviYi6f0BX","focus":0.4285714285714287,"gap":21},"startArrowhead":null,"endArrowhead":"triangle","fontFamily":2},{"id":"wzTbZ3Gv04CVnyVobOJbO","type":"arrow","x":320,"y":280,"width":140,"height":0,"angle":0,"strokeColor":"#202124","backgroundColor":"#202124","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"sharp","seed":1492273537,"version":411,"versionNonce":275746355,"isDeleted":true,"boundElements":null,"updated":1706297192051,"link":null,"locked":false,"points":[[0,0],[140,0]],"lastCommittedPoint":null,"startBinding":null,"endBinding":null,"startArrowhead":null,"endArrowhead":"triangle","fontFamily":2},{"id":"0mG0njKLae7Xs8hf0tM2V","type":"arrow","x":680,"y":201,"width":0,"height":59,"angle":0,"strokeColor":"#202124","backgroundColor":"#202124","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"sharp","seed":1374805217,"version":166,"versionNonce":448651901,"isDeleted":true,"boundElements":null,"updated":1706297192051,"link":null,"locked":false,"points":[[0,0],[0,59]],"lastCommittedPoint":null,"startBinding":{"elementId":"wdJbcKQ7xeYqt5eFLleXz","focus":0.6666666666666666,"gap":1},"endBinding":null,"startArrowhead":null,"endArrowhead":"triangle","fontFamily":2},{"id":"Ox5mUOuHGzYA12cNbxFFk","type":"line","x":380,"y":300,"width":0,"height":220,"angle":0,"strokeColor":"#202124","backgroundColor":"transparent","fillStyle":"hachure","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"round","seed":2024543439,"version":140,"versionNonce":1650806739,"isDeleted":true,"boundElements":null,"updated":1706297192051,"link":null,"locked":false,"points":[[0,0],[0,220]],"lastCommittedPoint":null,"startBinding":null,"endBinding":null,"startArrowhead":null,"endArrowhead":"triangle","fontFamily":2},{"id":"8rQyLaKxAoB8tQIxvtlYK","type":"arrow","x":380,"y":520,"width":41.16760302580866,"height":0,"angle":0,"strokeColor":"#202124","backgroundColor":"#202124","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"sharp","seed":978531009,"version":145,"versionNonce":1563855581,"isDeleted":true,"boundElements":null,"updated":1706297192051,"link":null,"locked":false,"points":[[0,0],[41.16760302580866,0]],"lastCommittedPoint":null,"startBinding":null,"endBinding":null,"startArrowhead":null,"endArrowhead":"triangle","fontFamily":2},{"id":"gISyGfHd3ExlrEzh0Hj-0","type":"arrow","x":380,"y":400,"width":67.38461538461536,"height":219,"angle":0,"strokeColor":"#202124","backgroundColor":"#202124","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"sharp","seed":204379183,"version":336,"versionNonce":527555955,"isDeleted":true,"boundElements":null,"updated":1706297192052,"link":null,"locked":false,"points":[[0,0],[-67.38461538461536,-219]],"lastCommittedPoint":null,"startBinding":null,"endBinding":null,"startArrowhead":null,"endArrowhead":"triangle","fontFamily":2},{"id":"w7G5c3bssSr0pDxV4UMRh","type":"line","x":600,"y":460,"width":0,"height":40,"angle":0,"strokeColor":"#202124","backgroundColor":"transparent","fillStyle":"hachure","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"round","seed":936183265,"version":120,"versionNonce":792405821,"isDeleted":true,"boundElements":null,"updated":1706297192052,"link":null,"locked":false,"points":[[0,0],[0,40]],"lastCommittedPoint":null,"startBinding":null,"endBinding":null,"startArrowhead":null,"endArrowhead":"triangle","fontFamily":2},{"id":"igogTZJwWzncygOnqfIbj","type":"arrow","x":751.2,"y":459,"width":28.799999999999955,"height":21,"angle":0,"strokeColor":"#202124","backgroundColor":"#202124","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"sharp","seed":158035855,"version":182,"versionNonce":1390130963,"isDeleted":true,"boundElements":null,"updated":1706297192052,"link":null,"locked":false,"points":[[0,0],[28.799999999999955,21]],"lastCommittedPoint":null,"startBinding":null,"endBinding":null,"startArrowhead":null,"endArrowhead":"triangle","fontFamily":2},{"id":"DfIrtZP8buaaSUfiDxtCo","type":"arrow","x":840.0000000274126,"y":421,"width":2.69479869530187e-8,"height":58,"angle":0,"strokeColor":"#202124","backgroundColor":"#202124","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"sharp","seed":1148000065,"version":341,"versionNonce":590165917,"isDeleted":true,"boundElements":null,"updated":1706297192052,"link":null,"locked":false,"points":[[0,0],[-2.69479869530187e-8,58]],"lastCommittedPoint":null,"startBinding":null,"endBinding":null,"startArrowhead":null,"endArrowhead":"triangle","fontFamily":2},{"id":"m9NP4e0V2NbJQI-NmR7jU","type":"text","x":930.3055778938806,"y":383.8664631304317,"width":7,"height":23,"angle":0,"strokeColor":"#202124","backgroundColor":"transparent","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"round","seed":1468806017,"version":99,"versionNonce":1528388787,"isDeleted":true,"boundElements":null,"updated":1706297192052,"link":null,"locked":false,"text":"","fontSize":20,"fontFamily":2,"textAlign":"left","verticalAlign":"top","baseline":19,"containerId":null,"originalText":""},{"id":"7mHnYCMq-L6XCjXQ8F8pG","type":"arrow","x":760,"y":460,"width":0,"height":39,"angle":0,"strokeColor":"#202124","backgroundColor":"#202124","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"sharp","seed":198032527,"version":104,"versionNonce":54410237,"isDeleted":true,"boundElements":null,"updated":1706297192052,"link":null,"locked":false,"points":[[0,0],[0,-39]],"lastCommittedPoint":null,"startBinding":null,"endBinding":null,"startArrowhead":null,"endArrowhead":"triangle","fontFamily":2},{"id":"SEQW2KpBeU2Er3-0YvvU1","type":"line","x":920,"y":540,"width":20,"height":0,"angle":0,"strokeColor":"#202124","backgroundColor":"transparent","fillStyle":"hachure","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"round","seed":136688367,"version":104,"versionNonce":64048723,"isDeleted":true,"boundElements":null,"updated":1706297192052,"link":null,"locked":false,"points":[[0,0],[20,0]],"lastCommittedPoint":null,"startBinding":null,"endBinding":null,"startArrowhead":null,"endArrowhead":"triangle","fontFamily":2},{"id":"7ovtTjRzZj2EWDoBAM3Je","type":"arrow","x":940,"y":540,"width":0,"height":219,"angle":0,"strokeColor":"#202124","backgroundColor":"#202124","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"sharp","seed":1088699169,"version":116,"versionNonce":1466938461,"isDeleted":true,"boundElements":null,"updated":1706297192052,"link":null,"locked":false,"points":[[0,0],[0,-219]],"lastCommittedPoint":null,"startBinding":null,"endBinding":null,"startArrowhead":null,"endArrowhead":"triangle","fontFamily":2},{"id":"tzltvz06MYsY6b9U8_x56","type":"arrow","x":220,"y":262.1818181818182,"width":0,"height":62.18181818181819,"angle":0,"strokeColor":"#202124","backgroundColor":"#202124","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"sharp","seed":1391174767,"version":419,"versionNonce":1608125427,"isDeleted":true,"boundElements":null,"updated":1706297192052,"link":null,"locked":false,"points":[[0,0],[0,-62.18181818181819]],"lastCommittedPoint":null,"startBinding":null,"endBinding":null,"startArrowhead":null,"endArrowhead":"triangle","fontFamily":2},{"id":"L_LKWVirTjHH4Ncix2DfT","type":"line","x":420,"y":540,"width":60,"height":0,"angle":0,"strokeColor":"#202124","backgroundColor":"transparent","fillStyle":"hachure","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"round","seed":218084783,"version":115,"versionNonce":731062461,"isDeleted":true,"boundElements":null,"updated":1706297192052,"link":null,"locked":false,"points":[[0,0],[-60,0]],"lastCommittedPoint":null,"startBinding":null,"endBinding":null,"startArrowhead":null,"endArrowhead":"triangle","fontFamily":2},{"id":"OwudwDvG4os7Lw0sCo-im","type":"line","x":360,"y":540,"width":0,"height":80,"angle":0,"strokeColor":"#202124","backgroundColor":"transparent","fillStyle":"hachure","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"round","seed":1481369135,"version":115,"versionNonce":1664750995,"isDeleted":true,"boundElements":null,"updated":1706297192052,"link":null,"locked":false,"points":[[0,0],[0,-80]],"lastCommittedPoint":null,"startBinding":null,"endBinding":null,"startArrowhead":null,"endArrowhead":"triangle","fontFamily":2},{"id":"FdOpZc3X7dy5DyT_pEmQC","type":"arrow","x":280.7235142118863,"y":336.66666666666663,"width":59.27648578811369,"height":123.33333333333337,"angle":0,"strokeColor":"#202124","backgroundColor":"#202124","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"sharp","seed":1570074561,"version":681,"versionNonce":357171485,"isDeleted":true,"boundElements":null,"updated":1706297192052,"link":null,"locked":false,"points":[[0,0],[59.27648578811369,123.33333333333337]],"lastCommittedPoint":null,"startBinding":{"elementId":"alQMHesl-G0NviYi6f0BX","gap":16.666666666666664,"focus":0.16666666666666666},"endBinding":null,"startArrowhead":null,"endArrowhead":"triangle","fontFamily":2},{"id":"ASBL7QH_7dby1mNlRmSJK","type":"line","x":380,"y":540,"width":0,"height":40,"angle":0,"strokeColor":"#202124","backgroundColor":"transparent","fillStyle":"hachure","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"round","seed":232319745,"version":112,"versionNonce":1026026291,"isDeleted":true,"boundElements":null,"updated":1706297192052,"link":null,"locked":false,"points":[[0,0],[0,40]],"lastCommittedPoint":null,"startBinding":null,"endBinding":null,"startArrowhead":null,"endArrowhead":"triangle","fontFamily":2},{"id":"JGgM9Egr-cGxclIxeIH8n","type":"line","x":380,"y":580,"width":420,"height":0,"angle":0,"strokeColor":"#202124","backgroundColor":"transparent","fillStyle":"hachure","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"round","seed":1514809807,"version":121,"versionNonce":2047202685,"isDeleted":true,"boundElements":null,"updated":1706297192052,"link":null,"locked":false,"points":[[0,0],[220,0],[420,0]],"lastCommittedPoint":null,"startBinding":null,"endBinding":null,"startArrowhead":null,"endArrowhead":"triangle","fontFamily":2},{"id":"k9iST2Ww6ZFCoqs5qXDsx","type":"line","x":800,"y":580,"width":0,"height":20,"angle":0,"strokeColor":"#202124","backgroundColor":"transparent","fillStyle":"hachure","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"round","seed":958149089,"version":110,"versionNonce":1913261267,"isDeleted":true,"boundElements":null,"updated":1706297192052,"link":null,"locked":false,"points":[[0,0],[0,-20]],"lastCommittedPoint":null,"startBinding":null,"endBinding":null,"startArrowhead":null,"endArrowhead":"triangle","fontFamily":2},{"id":"ax1y3gkL5MjprHkh-fIU3","type":"line","x":540,"y":560,"width":0,"height":60,"angle":0,"strokeColor":"#202124","backgroundColor":"transparent","fillStyle":"hachure","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"round","seed":1621332353,"version":113,"versionNonce":352853469,"isDeleted":true,"boundElements":null,"updated":1706297192052,"link":null,"locked":false,"points":[[0,0],[0,60]],"lastCommittedPoint":null,"startBinding":null,"endBinding":null,"startArrowhead":null,"endArrowhead":"triangle","fontFamily":2},{"id":"NUpcmeUGsowAIlJzvOmbm","type":"line","x":320,"y":620,"width":560,"height":0,"angle":0,"strokeColor":"#202124","backgroundColor":"transparent","fillStyle":"hachure","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"round","seed":1196654817,"version":146,"versionNonce":896989811,"isDeleted":true,"boundElements":null,"updated":1706297192052,"link":null,"locked":false,"points":[[0,0],[560,0]],"lastCommittedPoint":null,"startBinding":null,"endBinding":null,"startArrowhead":null,"endArrowhead":"triangle","fontFamily":2},{"id":"pdPc6K8gQxSjcdIstC2GM","type":"arrow","x":880,"y":620,"width":0,"height":180,"angle":0,"strokeColor":"#202124","backgroundColor":"#202124","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"sharp","seed":1877976833,"version":109,"versionNonce":1029855805,"isDeleted":true,"boundElements":null,"updated":1706297192052,"link":null,"locked":false,"points":[[0,0],[0,180]],"lastCommittedPoint":null,"startBinding":null,"endBinding":null,"startArrowhead":null,"endArrowhead":"triangle","fontFamily":2},{"id":"uw9uafUImq_py2-_G2vYB","type":"arrow","x":640,"y":620,"width":131.8947368421052,"height":179,"angle":0,"strokeColor":"#202124","backgroundColor":"#202124","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"sharp","seed":1226359905,"version":171,"versionNonce":70595603,"isDeleted":true,"boundElements":null,"updated":1706297192052,"link":null,"locked":false,"points":[[0,0],[131.8947368421052,179]],"lastCommittedPoint":null,"startBinding":null,"endBinding":{"elementId":"9S5avaATpAiJMjsYiewcz","focus":0.6666666666666666,"gap":1},"startArrowhead":null,"endArrowhead":"triangle","fontFamily":2},{"id":"shJ__kxr9Uyo_Kc4UCS2e","type":"arrow","x":376.212961495801,"y":338.1818181818182,"width":56.21296149580098,"height":460.7272727272727,"angle":0,"strokeColor":"#202124","backgroundColor":"#202124","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"sharp","seed":473193185,"version":551,"versionNonce":1811286685,"isDeleted":true,"boundElements":null,"updated":1706297192052,"link":null,"locked":false,"points":[[0,0],[-56.21296149580098,460.7272727272727]],"lastCommittedPoint":null,"startBinding":{"elementId":"alQMHesl-G0NviYi6f0BX","gap":18.18181818181818,"focus":-0.8571428571428571},"endBinding":null,"startArrowhead":null,"endArrowhead":"triangle","fontFamily":2},{"id":"FMBTmNCSBwDRjjSH0lqCr","type":"arrow","x":260,"y":1100,"width":0,"height":60,"angle":0,"strokeColor":"#202124","backgroundColor":"#202124","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"sharp","seed":1446154753,"version":125,"versionNonce":2117810611,"isDeleted":true,"boundElements":null,"updated":1706297192052,"link":null,"locked":false,"points":[[0,0],[0,-60]],"lastCommittedPoint":null,"startBinding":null,"endBinding":{"elementId":"DYaaB9-Upcbvgkx-N9rbN","focus":0.5555555555555556,"gap":20},"startArrowhead":null,"endArrowhead":"triangle","fontFamily":2},{"type":"arrow","version":115,"versionNonce":24424189,"isDeleted":true,"id":"Y1BOjhXuHuS3ur54qYzON","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":520,"y":1100,"strokeColor":"#202124","backgroundColor":"#202124","width":0,"height":59,"seed":1970080129,"groupIds":[],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192052,"link":null,"locked":false,"startBinding":null,"endBinding":{"elementId":"lCjQZyTEArtBR_ssx6ki2","focus":0,"gap":1},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[0,-59]],"fontFamily":2},{"type":"arrow","version":146,"versionNonce":11504467,"isDeleted":true,"id":"SmTDDfA1bsDdxpj6TSeh5","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":520,"y":1159,"strokeColor":"#202124","backgroundColor":"#202124","width":0,"height":118,"seed":47789007,"groupIds":[],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192052,"link":null,"locked":false,"startBinding":{"elementId":"A3eKhBGrcZNinQ6GBlfEY","focus":0,"gap":1},"endBinding":{"elementId":"lCjQZyTEArtBR_ssx6ki2","focus":0,"gap":1},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[0,-118]],"fontFamily":2},{"type":"arrow","version":126,"versionNonce":1281345373,"isDeleted":true,"id":"7WlAZM0LQ2icqPKQK9bAh","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":820,"y":1100,"strokeColor":"#202124","backgroundColor":"#202124","width":0,"height":59,"seed":608166383,"groupIds":[],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192052,"link":null,"locked":false,"startBinding":null,"endBinding":{"elementId":"0TmYeCcEoQcGV9jC2m4fX","focus":0,"gap":1},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[0,-59]],"fontFamily":2},{"id":"1nrFbf4Db13TekgDqhtK1","type":"line","x":260,"y":1100,"width":560,"height":0,"angle":0,"strokeColor":"#202124","backgroundColor":"transparent","fillStyle":"hachure","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"round","seed":1308437281,"version":122,"versionNonce":2145954035,"isDeleted":true,"boundElements":null,"updated":1706297192052,"link":null,"locked":false,"points":[[0,0],[560,0]],"lastCommittedPoint":null,"startBinding":null,"endBinding":null,"startArrowhead":null,"endArrowhead":"triangle","fontFamily":2},{"id":"EHPHkg1qlxCE8U79Uzvvb","type":"arrow","x":200,"y":600,"width":0,"height":40,"angle":0,"strokeColor":"#202124","backgroundColor":"#202124","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"sharp","seed":1745442095,"version":105,"versionNonce":1325978557,"isDeleted":true,"boundElements":null,"updated":1706297192052,"link":null,"locked":false,"points":[[0,0],[0,40]],"lastCommittedPoint":null,"startBinding":{"elementId":"alQMHesl-G0NviYi6f0BX","focus":0,"gap":1},"endBinding":{"elementId":"DYaaB9-Upcbvgkx-N9rbN","focus":-0.6888888888888889,"gap":20},"startArrowhead":null,"endArrowhead":"triangle","fontFamily":2},{"id":"Sj_PH5cNVlsYPvn1BMMmF","type":"arrow","x":77.35783594644624,"y":650.0649342600939,"width":301.6421640535538,"height":88.84339907323942,"angle":0,"strokeColor":"#202124","backgroundColor":"#202124","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"sharp","seed":966489217,"version":226,"versionNonce":560796307,"isDeleted":true,"boundElements":null,"updated":1706297192052,"link":null,"locked":false,"points":[[0,0],[301.6421640535538,88.84339907323942]],"lastCommittedPoint":null,"startBinding":{"elementId":"DYaaB9-Upcbvgkx-N9rbN","focus":0.2,"gap":20},"endBinding":null,"startArrowhead":null,"endArrowhead":"triangle","fontFamily":2},{"id":"3OVxnvHgvYdzGxLVmKgk5","type":"arrow","x":180,"y":640.5681818181818,"width":39.184702084876704,"height":320.56818181818176,"angle":0,"strokeColor":"#202124","backgroundColor":"#202124","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"sharp","seed":161534095,"version":760,"versionNonce":1167152157,"isDeleted":true,"boundElements":null,"updated":1706297192052,"link":null,"locked":false,"points":[[0,0],[39.184702084876704,-320.56818181818176]],"lastCommittedPoint":null,"startBinding":{"elementId":"DYaaB9-Upcbvgkx-N9rbN","focus":-0.7507962533212257,"gap":19.431818181818244},"endBinding":null,"startArrowhead":null,"endArrowhead":"triangle","fontFamily":2},{"id":"CVd8PMrfxHntfy0L8WE7V","type":"line","x":180,"y":640,"width":240,"height":0,"angle":0,"strokeColor":"#202124","backgroundColor":"transparent","fillStyle":"hachure","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"round","seed":1201180943,"version":121,"versionNonce":368265267,"isDeleted":true,"boundElements":null,"updated":1706297192052,"link":null,"locked":false,"points":[[0,0],[240,0]],"lastCommittedPoint":null,"startBinding":null,"endBinding":null,"startArrowhead":null,"endArrowhead":"triangle","fontFamily":2},{"type":"ellipse","version":474,"versionNonce":1810548861,"isDeleted":true,"id":"78Wctym-9y0ecv2s18Suj","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":400,"y":460,"strokeColor":"#202124","backgroundColor":"#202124","width":32,"height":35,"seed":664002191,"groupIds":["yIXsaARoztc3ErlCISyV8"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192052,"link":null,"locked":false,"customData":{"boxId":"qlWGZXu5w60raOSOrI44S","label":"Step Circle","type":"child"}},{"type":"text","version":439,"versionNonce":862046675,"isDeleted":true,"id":"CsY-U-O3NloGTsyC4N_u8","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":410.5,"y":468,"strokeColor":"#FFFFFF","backgroundColor":"#202124","width":9,"height":16,"seed":856315361,"groupIds":["yIXsaARoztc3ErlCISyV8"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192052,"link":null,"locked":false,"customData":{"boxId":"qlWGZXu5w60raOSOrI44S","label":"Step Circle","type":"child"},"fontSize":14,"fontFamily":2,"text":"6","baseline":13,"textAlign":"center","verticalAlign":"top","containerId":null,"originalText":"6"},{"type":"ellipse","version":502,"versionNonce":64401629,"isDeleted":true,"id":"SQqnNx10EYOgX9sTwlC09","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":540,"y":460,"strokeColor":"#202124","backgroundColor":"#202124","width":32,"height":35,"seed":46022337,"groupIds":["dMtH3VaEcU5zbjmDq4RS4"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192052,"link":null,"locked":false,"customData":{"boxId":"uENvUshk8qf7zm8ydjU02","label":"Step Circle","type":"child"}},{"type":"text","version":468,"versionNonce":1322194803,"isDeleted":true,"id":"LHtehNjXKY0j42Scq6N1H","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":550.5,"y":468,"strokeColor":"#FFFFFF","backgroundColor":"#202124","width":9,"height":16,"seed":1046137295,"groupIds":["dMtH3VaEcU5zbjmDq4RS4"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192052,"link":null,"locked":false,"customData":{"boxId":"uENvUshk8qf7zm8ydjU02","label":"Step Circle","type":"child"},"fontSize":14,"fontFamily":2,"text":"7","baseline":13,"textAlign":"center","verticalAlign":"top","containerId":null,"originalText":"7"},{"type":"ellipse","version":524,"versionNonce":451317053,"isDeleted":true,"id":"2wFSii_UEdNj0bs9Hccju","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":940,"y":380,"strokeColor":"#202124","backgroundColor":"#202124","width":32,"height":35,"seed":1148066735,"groupIds":["L_DSv2S_0pUqtZNNxeaGo"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192052,"link":null,"locked":false,"customData":{"boxId":"qXhMc50XiP9gGZgWCu8RH","label":"Step Circle","type":"child"}},{"type":"text","version":490,"versionNonce":1451340051,"isDeleted":true,"id":"srizKmCc_9FI7A91P3WwT","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":950.5,"y":388,"strokeColor":"#FFFFFF","backgroundColor":"#202124","width":9,"height":16,"seed":366344897,"groupIds":["L_DSv2S_0pUqtZNNxeaGo"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192052,"link":null,"locked":false,"customData":{"boxId":"qXhMc50XiP9gGZgWCu8RH","label":"Step Circle","type":"child"},"fontSize":14,"fontFamily":2,"text":"8","baseline":13,"textAlign":"center","verticalAlign":"top","containerId":null,"originalText":"8"},{"id":"ZJZo43039jVVxfsk2ceXw","type":"text","x":945,"y":386,"width":22,"height":23,"angle":0,"strokeColor":"#202124","backgroundColor":"transparent","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":["L_DSv2S_0pUqtZNNxeaGo"],"strokeSharpness":"round","seed":1298507681,"version":99,"versionNonce":276553117,"isDeleted":true,"boundElements":null,"updated":1706297192052,"link":null,"locked":false,"text":"","fontSize":20,"fontFamily":2,"textAlign":"center","verticalAlign":"middle","baseline":19,"containerId":"2wFSii_UEdNj0bs9Hccju","originalText":""},{"id":"4HGeJfVzni_9Ykz0cxFjn","type":"text","x":945,"y":386,"width":22,"height":23,"angle":0,"strokeColor":"#202124","backgroundColor":"transparent","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":["L_DSv2S_0pUqtZNNxeaGo"],"strokeSharpness":"round","seed":837734863,"version":96,"versionNonce":737154739,"isDeleted":true,"boundElements":null,"updated":1706297192052,"link":null,"locked":false,"text":"","fontSize":20,"fontFamily":2,"textAlign":"center","verticalAlign":"middle","baseline":19,"containerId":"2wFSii_UEdNj0bs9Hccju","originalText":""},{"type":"ellipse","version":477,"versionNonce":1539842557,"isDeleted":true,"id":"X7ycdTkB9P_U4NG-rs4pl","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":280,"y":700,"strokeColor":"#202124","backgroundColor":"#202124","width":32,"height":35,"seed":2024578721,"groupIds":["rJzwglZhAlrEVjemXNN75"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192052,"link":null,"locked":false,"customData":{"boxId":"fvgf6kD4ul62xACCrvpGj","label":"Step Circle","type":"child"}},{"type":"text","version":442,"versionNonce":1036044371,"isDeleted":true,"id":"VwQg3CLetAv0KyHTeFZJk","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":290.5,"y":708,"strokeColor":"#FFFFFF","backgroundColor":"#202124","width":9,"height":16,"seed":753588207,"groupIds":["rJzwglZhAlrEVjemXNN75"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192052,"link":null,"locked":false,"customData":{"boxId":"fvgf6kD4ul62xACCrvpGj","label":"Step Circle","type":"child"},"fontSize":14,"fontFamily":2,"text":"6","baseline":13,"textAlign":"center","verticalAlign":"top","containerId":null,"originalText":"6"},{"type":"ellipse","version":488,"versionNonce":298637917,"isDeleted":true,"id":"dH6mWSq7_6oPcsot9biDB","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":660,"y":700,"strokeColor":"#202124","backgroundColor":"#202124","width":32,"height":35,"seed":1427148225,"groupIds":["L8nbqNJreSPzQOYQDtkHr"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192052,"link":null,"locked":false,"customData":{"boxId":"tspEGr9ui0pQMyti_LAgw","label":"Step Circle","type":"child"}},{"type":"text","version":454,"versionNonce":1640646131,"isDeleted":true,"id":"yzcm-i9sCNwGYffZCXOme","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":670.5,"y":708,"strokeColor":"#FFFFFF","backgroundColor":"#202124","width":9,"height":16,"seed":744024783,"groupIds":["L8nbqNJreSPzQOYQDtkHr"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192052,"link":null,"locked":false,"customData":{"boxId":"tspEGr9ui0pQMyti_LAgw","label":"Step Circle","type":"child"},"fontSize":14,"fontFamily":2,"text":"9","baseline":13,"textAlign":"center","verticalAlign":"top","containerId":null,"originalText":"9"},{"type":"ellipse","version":496,"versionNonce":727418557,"isDeleted":true,"id":"UZveLYbMK6MFTIRLte6g7","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":900,"y":700,"strokeColor":"#202124","backgroundColor":"#202124","width":32,"height":35,"seed":555401839,"groupIds":["Mp4AZ36gw6YcN83NHxZ3E"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192052,"link":null,"locked":false,"customData":{"boxId":"_J3UUmmCABTjwsFyreQs3","label":"Step Circle","type":"child"}},{"type":"text","version":464,"versionNonce":1863520147,"isDeleted":true,"id":"J9VAaI6kejeX2J2eD_Bq7","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":906.5,"y":708,"strokeColor":"#FFFFFF","backgroundColor":"#202124","width":17,"height":16,"seed":616308737,"groupIds":["Mp4AZ36gw6YcN83NHxZ3E"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192052,"link":null,"locked":false,"customData":{"boxId":"_J3UUmmCABTjwsFyreQs3","label":"Step Circle","type":"child"},"fontSize":14,"fontFamily":2,"text":"10","baseline":13,"textAlign":"center","verticalAlign":"top","containerId":null,"originalText":"10"},{"type":"ellipse","version":511,"versionNonce":185968413,"isDeleted":true,"id":"CtIeGm_0J0ZwgXEGqeaT7","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":560,"y":1120,"strokeColor":"#202124","backgroundColor":"#202124","width":32,"height":35,"seed":1259242543,"groupIds":["IjVz8Jyj9wjgoQtbidhFE"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192052,"link":null,"locked":false,"customData":{"boxId":"Koa7RuVQRpC3YjZBDzcgx","label":"Step Circle","type":"child"}},{"type":"text","version":479,"versionNonce":399615283,"isDeleted":true,"id":"3asuPQOuzubGWMxwfrB9o","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":567,"y":1128,"strokeColor":"#FFFFFF","backgroundColor":"#202124","width":16,"height":16,"seed":372136513,"groupIds":["IjVz8Jyj9wjgoQtbidhFE"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192052,"link":null,"locked":false,"customData":{"boxId":"Koa7RuVQRpC3YjZBDzcgx","label":"Step Circle","type":"child"},"fontSize":14,"fontFamily":2,"text":"11","baseline":13,"textAlign":"center","verticalAlign":"top","containerId":null,"originalText":"11"},{"id":"psR2OrDD9UVhhLE8qIasW","type":"text","x":-297.9651744985325,"y":622.7972508918074,"width":7,"height":23,"angle":0,"strokeColor":"#202124","backgroundColor":"transparent","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"round","seed":78079887,"version":94,"versionNonce":1131199357,"isDeleted":true,"boundElements":null,"updated":1706297192052,"link":null,"locked":false,"text":"","fontSize":20,"fontFamily":2,"textAlign":"left","verticalAlign":"top","baseline":19,"containerId":null,"originalText":""},{"type":"ellipse","version":540,"versionNonce":57444051,"isDeleted":true,"id":"i_UJISUT9aobixuJNgIVL","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":160,"y":340,"strokeColor":"#202124","backgroundColor":"#202124","width":32,"height":35,"seed":186361871,"groupIds":["DYKkFL0PVBanZIJj8EwyE"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192052,"link":null,"locked":false,"customData":{"boxId":"JtclH-XJZ-XZePWv-u5vO","label":"Step Circle","type":"child"}},{"type":"text","version":510,"versionNonce":480396253,"isDeleted":true,"id":"fDr6bwLRei8m6nO9XKb3l","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":166.5,"y":348,"strokeColor":"#FFFFFF","backgroundColor":"#202124","width":17,"height":16,"seed":64873569,"groupIds":["DYKkFL0PVBanZIJj8EwyE"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192053,"link":null,"locked":false,"customData":{"boxId":"JtclH-XJZ-XZePWv-u5vO","label":"Step Circle","type":"child"},"fontSize":14,"fontFamily":2,"text":"12","baseline":13,"textAlign":"center","verticalAlign":"top","containerId":null,"originalText":"12"},{"type":"ellipse","version":455,"versionNonce":679097459,"isDeleted":true,"id":"x5Pa38vqOFZy3lNJ389sX","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-380,"y":200,"strokeColor":"#202124","backgroundColor":"#202124","width":32,"height":32,"seed":58966837,"groupIds":["N6wIb8neExP8RGaioqiue"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192053,"link":null,"locked":false,"customData":{"boxId":"q_x4vNsCAxDX_x_EuMU_y","label":"Step Circle","type":"child"}},{"type":"text","version":416,"versionNonce":1523040317,"isDeleted":true,"id":"SEQamGre3PGTErj8bDluV","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-369.5,"y":208,"strokeColor":"#FFFFFF","backgroundColor":"#202124","width":9,"height":16,"seed":972355227,"groupIds":["N6wIb8neExP8RGaioqiue"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192053,"link":null,"locked":false,"customData":{"boxId":"q_x4vNsCAxDX_x_EuMU_y","label":"Step Circle","type":"child"},"fontSize":14,"fontFamily":2,"text":"2","baseline":13,"textAlign":"center","verticalAlign":"top","containerId":null,"originalText":"2"},{"type":"ellipse","version":360,"versionNonce":1723936275,"isDeleted":true,"id":"qNnIErxgfuV1BVkCyDL7b","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":160,"y":340,"strokeColor":"#202124","backgroundColor":"#202124","width":32,"height":32,"seed":9267541,"groupIds":["tAvrdlE1qfkglhmYdkWYa"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192053,"link":null,"locked":false,"customData":{"boxId":"8YPcJJ6foKsJz74dVQC9L","label":"Step Circle","type":"child"}},{"type":"text","version":322,"versionNonce":1136570525,"isDeleted":true,"id":"tzcr4uTlnt1iS-LesRC0m","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":166.5,"y":348,"strokeColor":"#FFFFFF","backgroundColor":"#202124","width":17,"height":16,"seed":676872827,"groupIds":["tAvrdlE1qfkglhmYdkWYa"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192053,"link":null,"locked":false,"customData":{"boxId":"8YPcJJ6foKsJz74dVQC9L","label":"Step Circle","type":"child"},"fontSize":14,"fontFamily":2,"text":"12","baseline":13,"textAlign":"center","verticalAlign":"top","containerId":null,"originalText":"12"},{"type":"ellipse","version":445,"versionNonce":1631056819,"isDeleted":true,"id":"nlbYwb8ZxMrYUYDOAuQKA","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-840,"y":500,"strokeColor":"#202124","backgroundColor":"#202124","width":32,"height":32,"seed":916897595,"groupIds":["75IRW1WjqOLiaStc0Ge1X"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192053,"link":null,"locked":false,"customData":{"boxId":"cX6_g5IRqptzU_mt4U-MX","label":"Step Circle","type":"child"}},{"type":"text","version":407,"versionNonce":1698206973,"isDeleted":true,"id":"TWu3gk1lMvvvZhguHlyEf","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-829.5,"y":508,"strokeColor":"#FFFFFF","backgroundColor":"#202124","width":9,"height":16,"seed":2073306613,"groupIds":["75IRW1WjqOLiaStc0Ge1X"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192053,"link":null,"locked":false,"customData":{"boxId":"cX6_g5IRqptzU_mt4U-MX","label":"Step Circle","type":"child"},"fontSize":14,"fontFamily":2,"text":"4","baseline":13,"textAlign":"center","verticalAlign":"top","containerId":null,"originalText":"4"},{"type":"ellipse","version":432,"versionNonce":402982227,"isDeleted":true,"id":"ySves-RdNXqjcjwUKoCHi","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-720,"y":360,"strokeColor":"#202124","backgroundColor":"#202124","width":32,"height":32,"seed":1094769243,"groupIds":["ZToeJWayNv_1EdeRtK05m"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192053,"link":null,"locked":false,"customData":{"boxId":"qPCpsxGBwLGCOo5WKe8sR","label":"Step Circle","type":"child"}},{"type":"text","version":394,"versionNonce":448195933,"isDeleted":true,"id":"TbgPgnwdAuKVpTK4Rcl4L","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-709.5,"y":368,"strokeColor":"#FFFFFF","backgroundColor":"#202124","width":9,"height":16,"seed":328518869,"groupIds":["ZToeJWayNv_1EdeRtK05m"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192053,"link":null,"locked":false,"customData":{"boxId":"qPCpsxGBwLGCOo5WKe8sR","label":"Step Circle","type":"child"},"fontSize":14,"fontFamily":2,"text":"3","baseline":13,"textAlign":"center","verticalAlign":"top","containerId":null,"originalText":"3"},{"type":"ellipse","version":434,"versionNonce":1115611891,"isDeleted":true,"id":"eDNaee2-ziNKllxdYkwwc","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-340,"y":560,"strokeColor":"#202124","backgroundColor":"#202124","width":32,"height":32,"seed":344326523,"groupIds":["-vRojK5P1iyf5s1nLk9FH"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192053,"link":null,"locked":false,"customData":{"boxId":"yg_3yGKDcFztvdWz4Vy3R","label":"Step Circle","type":"child"}},{"type":"text","version":396,"versionNonce":1401633213,"isDeleted":true,"id":"jFnlhC-vmj6T4zpxZ1_OQ","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-329.5,"y":568,"strokeColor":"#FFFFFF","backgroundColor":"#202124","width":9,"height":16,"seed":1609639861,"groupIds":["-vRojK5P1iyf5s1nLk9FH"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192053,"link":null,"locked":false,"customData":{"boxId":"yg_3yGKDcFztvdWz4Vy3R","label":"Step Circle","type":"child"},"fontSize":14,"fontFamily":2,"text":"5","baseline":13,"textAlign":"center","verticalAlign":"top","containerId":null,"originalText":"5"},{"type":"ellipse","version":368,"versionNonce":1764494483,"isDeleted":true,"id":"Wj7iDVYYlca3W0P3dXayl","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1140,"y":-80,"strokeColor":"#202124","backgroundColor":"#202124","width":32,"height":32,"seed":302980085,"groupIds":["dIwiZvGV45gQvqMX3CF5e"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192053,"link":null,"locked":false,"customData":{"boxId":"TpClCuqxTynKKfDAatPAJ","label":"Step Circle","type":"child"}},{"type":"text","version":330,"versionNonce":416741917,"isDeleted":true,"id":"8QdOVk_21qmgqx3OfCoPk","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1150.5,"y":-72,"strokeColor":"#FFFFFF","backgroundColor":"#202124","width":9,"height":16,"seed":788040155,"groupIds":["dIwiZvGV45gQvqMX3CF5e"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192053,"link":null,"locked":false,"customData":{"boxId":"TpClCuqxTynKKfDAatPAJ","label":"Step Circle","type":"child"},"fontSize":14,"fontFamily":2,"text":"6","baseline":13,"textAlign":"center","verticalAlign":"top","containerId":null,"originalText":"6"},{"type":"ellipse","version":352,"versionNonce":1069744691,"isDeleted":true,"id":"3s9tAcNFDQcygVCxHFpMm","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":560,"y":460,"strokeColor":"#202124","backgroundColor":"#202124","width":32,"height":32,"seed":813040341,"groupIds":["i_L8V6YNBUmR0hHAjrMwi"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192053,"link":null,"locked":false,"customData":{"boxId":"1Bu_dDZftxqNUQVcXnGRb","label":"Step Circle","type":"child"}},{"type":"text","version":315,"versionNonce":1401663101,"isDeleted":true,"id":"K1mM9woJILebWzCpFR_u-","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":570.5,"y":468,"strokeColor":"#FFFFFF","backgroundColor":"#202124","width":9,"height":16,"seed":1006633211,"groupIds":["i_L8V6YNBUmR0hHAjrMwi"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192053,"link":null,"locked":false,"customData":{"boxId":"1Bu_dDZftxqNUQVcXnGRb","label":"Step Circle","type":"child"},"fontSize":14,"fontFamily":2,"text":"8","baseline":13,"textAlign":"center","verticalAlign":"top","containerId":null,"originalText":"8"},{"type":"ellipse","version":366,"versionNonce":1059734483,"isDeleted":true,"id":"jUA3TKshK_2tNTzX_WLJv","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1380,"y":380,"strokeColor":"#202124","backgroundColor":"#202124","width":32,"height":32,"seed":366543899,"groupIds":["zDXWOmmc1ZC9RxRHVEVkT"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192053,"link":null,"locked":false,"customData":{"boxId":"LMa-w_IS3LJdeuq5ShOn0","label":"Step Circle","type":"child"}},{"type":"text","version":332,"versionNonce":1382733533,"isDeleted":true,"id":"6BNlMUM31taBa1QEJJyhI","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1390.5,"y":388,"strokeColor":"#FFFFFF","backgroundColor":"#202124","width":9,"height":16,"seed":322772757,"groupIds":["zDXWOmmc1ZC9RxRHVEVkT"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192053,"link":null,"locked":false,"customData":{"boxId":"LMa-w_IS3LJdeuq5ShOn0","label":"Step Circle","type":"child"},"fontSize":14,"fontFamily":2,"text":"9","baseline":13,"textAlign":"center","verticalAlign":"top","containerId":null,"originalText":"9"},{"type":"ellipse","version":351,"versionNonce":2138591603,"isDeleted":true,"id":"QyyW29zaWzdyFBq0Dn3v1","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":900,"y":720,"strokeColor":"#202124","backgroundColor":"#202124","width":32,"height":32,"seed":339728565,"groupIds":["nhvhvCjfKZCr-D7JKDisx"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192053,"link":null,"locked":false,"customData":{"boxId":"cKcwg3JiT2txYous4-0B_","label":"Step Circle","type":"child"}},{"type":"text","version":316,"versionNonce":268825405,"isDeleted":true,"id":"B2VEnlnHe8GpA_hX7pbKG","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":907,"y":728,"strokeColor":"#FFFFFF","backgroundColor":"#202124","width":16,"height":16,"seed":852424987,"groupIds":["nhvhvCjfKZCr-D7JKDisx"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192053,"link":null,"locked":false,"customData":{"boxId":"cKcwg3JiT2txYous4-0B_","label":"Step Circle","type":"child"},"fontSize":14,"fontFamily":2,"text":"11","baseline":13,"textAlign":"center","verticalAlign":"top","containerId":null,"originalText":"11"},{"type":"ellipse","version":351,"versionNonce":1374923539,"isDeleted":true,"id":"3FtIkVI1A_3wC1OCgEMU3","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":660,"y":700,"strokeColor":"#202124","backgroundColor":"#202124","width":32,"height":32,"seed":1739122747,"groupIds":["8QPIG6RUyjbA1-SJ9b-kr"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192053,"link":null,"locked":false,"customData":{"boxId":"WVoBhS9H_LVIQRzrNbK7h","label":"Step Circle","type":"child"}},{"type":"text","version":318,"versionNonce":952009629,"isDeleted":true,"id":"gIxw9UejSwTnlKaz_V-Cs","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":666.5,"y":708,"strokeColor":"#FFFFFF","backgroundColor":"#202124","width":17,"height":16,"seed":1910836469,"groupIds":["8QPIG6RUyjbA1-SJ9b-kr"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192053,"link":null,"locked":false,"customData":{"boxId":"WVoBhS9H_LVIQRzrNbK7h","label":"Step Circle","type":"child"},"fontSize":14,"fontFamily":2,"text":"10","baseline":13,"textAlign":"center","verticalAlign":"top","containerId":null,"originalText":"10"},{"type":"ellipse","version":351,"versionNonce":454217907,"isDeleted":true,"id":"d1e0Oenb-v5dDUCf83OEY","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":280,"y":700,"strokeColor":"#202124","backgroundColor":"#202124","width":32,"height":32,"seed":1467306965,"groupIds":["yV5YDSGRcP2-ufwRUukhN"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192053,"link":null,"locked":false,"customData":{"boxId":"MPcXP6eO_0VR7uPGzSbcC","label":"Step Circle","type":"child"}},{"type":"text","version":314,"versionNonce":1892026365,"isDeleted":true,"id":"7ZuVhaLvVu1wJk0aO3zQK","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":290.5,"y":708,"strokeColor":"#FFFFFF","backgroundColor":"#202124","width":9,"height":16,"seed":68829179,"groupIds":["yV5YDSGRcP2-ufwRUukhN"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192053,"link":null,"locked":false,"customData":{"boxId":"MPcXP6eO_0VR7uPGzSbcC","label":"Step Circle","type":"child"},"fontSize":14,"fontFamily":2,"text":"7","baseline":13,"textAlign":"center","verticalAlign":"top","containerId":null,"originalText":"7"},{"type":"ellipse","version":368,"versionNonce":1820082771,"isDeleted":true,"id":"d9-BH4z0RtpPfGpI5Zg5m","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":200,"y":1060,"strokeColor":"#202124","backgroundColor":"#202124","width":32,"height":32,"seed":715907867,"groupIds":["LPhhXdIsU9hsikPcWyT6H"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192053,"link":null,"locked":false,"customData":{"boxId":"kys11FcxCb6KpS0oZVjPc","label":"Step Circle","type":"child"}},{"type":"text","version":332,"versionNonce":1511915613,"isDeleted":true,"id":"clhrnS2e9TZS9VFuM0mhf","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":210.5,"y":1068,"strokeColor":"#FFFFFF","backgroundColor":"#202124","width":9,"height":16,"seed":281784341,"groupIds":["LPhhXdIsU9hsikPcWyT6H"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192053,"link":null,"locked":false,"customData":{"boxId":"kys11FcxCb6KpS0oZVjPc","label":"Step Circle","type":"child"},"fontSize":14,"fontFamily":2,"text":"7","baseline":13,"textAlign":"center","verticalAlign":"top","containerId":null,"originalText":"7"},{"type":"text","version":367,"versionNonce":1594261491,"isDeleted":true,"id":"eanvCRctDGqeRlnbsdImu","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":80,"angle":0,"x":160,"y":820,"strokeColor":"#202124","backgroundColor":"transparent","width":103,"height":19,"seed":1065355388,"groupIds":["v4Kyrx3gvgGfINYNqD0Sk"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192053,"link":null,"locked":false,"customData":{"boxId":"AAf3trC5P8q_OHT59SwTB","label":"Virtual Private Cloud","resource":"google_compute_network","type":"child"},"fontSize":16,"fontFamily":2,"text":"DEV SUBNET","baseline":15,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":"DEV SUBNET"},{"id":"uhhZPNIvPGXYzmzoL3709","type":"text","x":-760,"y":600,"width":149,"height":19,"angle":0,"strokeColor":"#202124","backgroundColor":"transparent","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"round","seed":653384572,"version":203,"versionNonce":1519905981,"isDeleted":true,"boundElements":null,"updated":1706297192053,"link":null,"locked":false,"text":"DATA WAREHOUSE","fontSize":16,"fontFamily":2,"textAlign":"left","verticalAlign":"top","baseline":15,"containerId":null,"originalText":"DATA WAREHOUSE"},{"type":"ellipse","version":380,"versionNonce":750258579,"isDeleted":true,"id":"HWNst2nUxKk2Ub7IMNKkR","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":480,"y":1060,"strokeColor":"#202124","backgroundColor":"#202124","width":32,"height":32,"seed":1725774076,"groupIds":["axztrPMqOSgjk_w9sjmye"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192053,"link":null,"locked":false,"customData":{"boxId":"1dqqZyQ61opbKGJ30kDvn","label":"Step Circle","type":"child"}},{"type":"text","version":348,"versionNonce":567627037,"isDeleted":true,"id":"SI0sC_9keJi73ycQDfjCj","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":486.5,"y":1068,"strokeColor":"#FFFFFF","backgroundColor":"#202124","width":17,"height":16,"seed":1802233028,"groupIds":["axztrPMqOSgjk_w9sjmye"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192053,"link":null,"locked":false,"customData":{"boxId":"1dqqZyQ61opbKGJ30kDvn","label":"Step Circle","type":"child"},"fontSize":14,"fontFamily":2,"text":"10","baseline":13,"textAlign":"center","verticalAlign":"top","containerId":null,"originalText":"10"},{"type":"ellipse","version":394,"versionNonce":180838195,"isDeleted":true,"id":"_F7fMv4ohWladS67CVOad","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":840,"y":1060,"strokeColor":"#202124","backgroundColor":"#202124","width":32,"height":32,"seed":472021956,"groupIds":["y2umzz-Xlk8G-IspTOE4C"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192053,"link":null,"locked":false,"customData":{"boxId":"_a_b-dfbVazRfX9b7IO1s","label":"Step Circle","type":"child"}},{"type":"text","version":366,"versionNonce":1866965373,"isDeleted":true,"id":"dTbCFHCPvb9Nf6ucwG9jS","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":847,"y":1068,"strokeColor":"#FFFFFF","backgroundColor":"#202124","width":16,"height":16,"seed":170332796,"groupIds":["y2umzz-Xlk8G-IspTOE4C"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192053,"link":null,"locked":false,"customData":{"boxId":"_a_b-dfbVazRfX9b7IO1s","label":"Step Circle","type":"child"},"fontSize":14,"fontFamily":2,"text":"11","baseline":13,"textAlign":"center","verticalAlign":"top","containerId":null,"originalText":"11"},{"id":"ghqypfbEJh-dvnDTHAIcH","type":"line","x":380,"y":300,"width":0,"height":140,"angle":0,"strokeColor":"#202124","backgroundColor":"transparent","fillStyle":"hachure","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"round","seed":448502084,"version":90,"versionNonce":1134231763,"isDeleted":true,"boundElements":null,"updated":1706297192053,"link":null,"locked":false,"points":[[0,0],[0,-140]],"lastCommittedPoint":null,"startBinding":null,"endBinding":null,"startArrowhead":null,"endArrowhead":"triangle","fontFamily":2},{"id":"7f_aN7Y5o9pnUMQ7rmRx4","type":"arrow","x":381,"y":160,"width":258,"height":0,"angle":0,"strokeColor":"#202124","backgroundColor":"#202124","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"sharp","seed":1451183812,"version":367,"versionNonce":405826013,"isDeleted":true,"boundElements":null,"updated":1706297192053,"link":null,"locked":false,"points":[[0,0],[258,0]],"lastCommittedPoint":null,"startBinding":null,"endBinding":null,"startArrowhead":null,"endArrowhead":"triangle","fontFamily":2},{"type":"rectangle","version":97,"versionNonce":281636467,"isDeleted":true,"id":"DNRYALDqi1CMZ407YFMI3","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":80,"y":420,"strokeColor":"#202124","backgroundColor":"#FFF","width":240,"height":80,"seed":1065392836,"groupIds":["YbF1VhtR5IoWi-lYIGAqS","jAGgxaV68qTEiVpHo7G2W"],"strokeSharpness":"round","boundElements":[],"updated":1706297192053,"link":null,"locked":false,"customData":{"boxId":"XOMy8QrxWZ0K4rehh5TUj","label":"Cloud Build","resource":"cloudbuild_git_trigger","type":"container"}},{"type":"text","version":92,"versionNonce":1302406717,"isDeleted":true,"id":"eJomFSVxjUy8CA021T_nR","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":96,"y":436,"strokeColor":"#1A73F8","backgroundColor":"transparent","width":160,"height":18,"seed":1786667900,"groupIds":["YbF1VhtR5IoWi-lYIGAqS","jAGgxaV68qTEiVpHo7G2W"],"strokeSharpness":"round","boundElements":[],"updated":1706297192053,"link":null,"locked":false,"customData":{"boxId":"XOMy8QrxWZ0K4rehh5TUj","label":"Cloud Build","resource":"cloudbuild_git_trigger","type":"child"},"fontSize":16,"fontFamily":2,"text":"Cloud Build","baseline":16,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":"Cloud Build"},{"type":"text","version":106,"versionNonce":890841107,"isDeleted":true,"id":"VLzUJ4pIQ5osVXVSLrklz","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":96,"y":458,"strokeColor":"#202124","backgroundColor":"transparent","width":87,"height":19,"seed":1302897220,"groupIds":["YbF1VhtR5IoWi-lYIGAqS","jAGgxaV68qTEiVpHo7G2W"],"strokeSharpness":"round","boundElements":[],"updated":1706297192053,"link":null,"locked":false,"customData":{"boxId":"XOMy8QrxWZ0K4rehh5TUj","label":"Cloud Build","resource":"cloudbuild_git_trigger","type":"child"},"fontSize":16,"fontFamily":2,"text":"Worker pool","baseline":15,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":"Worker pool"},{"type":"line","version":90,"versionNonce":578508445,"isDeleted":true,"id":"1WZz9VqXfMJsELdp7dHOI","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":96,"y":460,"strokeColor":"#202124","backgroundColor":"transparent","width":16,"height":1,"seed":945591292,"groupIds":["YbF1VhtR5IoWi-lYIGAqS","jAGgxaV68qTEiVpHo7G2W"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192053,"link":null,"locked":false,"customData":{"boxId":"XOMy8QrxWZ0K4rehh5TUj","label":"Cloud Build","resource":"cloudbuild_git_trigger","type":"child"},"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[208,0]]},{"type":"text","version":90,"versionNonce":1451273651,"isDeleted":true,"id":"KcciNXEB3h0zkb2cQNrhE","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":96,"y":468,"strokeColor":"#202124","backgroundColor":"transparent","width":160,"height":14,"seed":2019801540,"groupIds":["YbF1VhtR5IoWi-lYIGAqS","jAGgxaV68qTEiVpHo7G2W"],"strokeSharpness":"round","boundElements":[],"updated":1706297192053,"link":null,"locked":false,"customData":{"boxId":"XOMy8QrxWZ0K4rehh5TUj","label":"Cloud Build","resource":"cloudbuild_git_trigger","type":"child"},"fontSize":12,"fontFamily":2,"text":"","baseline":12,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":""},{"type":"line","version":92,"versionNonce":1366326013,"isDeleted":true,"id":"SppQSCjT74DPScg_ORU8q","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":292.1500005722046,"y":452.24499893188477,"strokeColor":"#00000000","backgroundColor":"#4285f4","width":4.709999084472656,"height":6.779998779296875,"seed":2082518140,"groupIds":["iD44Czl413s4ESjNAkWSd","YbF1VhtR5IoWi-lYIGAqS","jAGgxaV68qTEiVpHo7G2W"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192053,"link":null,"locked":false,"customData":{"boxId":"XOMy8QrxWZ0K4rehh5TUj","label":"Cloud Build","resource":"cloudbuild_git_trigger","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[3.524998664855957,-2.032498359680176],[3.524998664855957,-6.097498893737793],[2.339999198913574,-6.779998779296875],[-1.1850004196166992,-0.6824989318847656],[0,0],[0,0]]},{"type":"line","version":92,"versionNonce":405176147,"isDeleted":true,"id":"fV_EDs7iZL8hrvyi9Fxgz","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":288.6324996948242,"y":446.147500038147,"strokeColor":"#00000000","backgroundColor":"#669df6","width":4.70250129699707,"height":6.780000686645508,"seed":1523573060,"groupIds":["F_IN6YnFoXW-TRgDyaHYI","YbF1VhtR5IoWi-lYIGAqS","jAGgxaV68qTEiVpHo7G2W"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192053,"link":null,"locked":false,"customData":{"boxId":"XOMy8QrxWZ0K4rehh5TUj","label":"Cloud Build","resource":"cloudbuild_git_trigger","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,4.065000534057617],[1.1850004196166992,4.747500419616699],[4.70250129699707,-1.3500003814697266],[3.517500877380371,-2.0325002670288086],[0,0],[0,0]]},{"type":"line","version":92,"versionNonce":1124209501,"isDeleted":true,"id":"WTdjlv2OVRXBRiMvdiKWW","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":291.460000038147,"y":453.4449996948242,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":7.972499847412109,"height":13.80749797821045,"seed":1670169852,"groupIds":["p1tkBs4iKH9bp4frqFQhp","YbF1VhtR5IoWi-lYIGAqS","jAGgxaV68qTEiVpHo7G2W"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192053,"link":null,"locked":false,"customData":{"boxId":"XOMy8QrxWZ0K4rehh5TUj","label":"Cloud Build","resource":"cloudbuild_git_trigger","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-4.222500324249268,-2.429999351501465],[-4.222500324249268,-7.297499656677246],[-7.972499847412109,-9.464999198913574],[-7.972499847412109,-0.2625007629394531],[0,4.342498779296875],[0,0],[0,0]]},{"type":"line","version":92,"versionNonce":1952521459,"isDeleted":true,"id":"4BOD-jvJBDDY5i2T9hUbn","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":287.92749977111816,"y":444.94750022888184,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":15.952500820159912,"height":6.772500038146973,"seed":2085296324,"groupIds":["p1tkBs4iKH9bp4frqFQhp","YbF1VhtR5IoWi-lYIGAqS","jAGgxaV68qTEiVpHo7G2W"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192053,"link":null,"locked":false,"customData":{"boxId":"XOMy8QrxWZ0K4rehh5TUj","label":"Cloud Build","resource":"cloudbuild_git_trigger","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[4.222500801086426,-2.4375],[8.444999694824219,0],[12.20250129699707,-2.1675004959106445],[4.222500801086426,-6.772500038146973],[-3.749999523162842,-2.1675004959106445],[0,0],[0,0]]},{"type":"line","version":92,"versionNonce":1401003965,"isDeleted":true,"id":"XP0An1VsdfWFa8QHfliLY","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":297.0625,"y":451.01500034332275,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":7.965000152587891,"height":13.80749797821045,"seed":337823100,"groupIds":["p1tkBs4iKH9bp4frqFQhp","YbF1VhtR5IoWi-lYIGAqS","jAGgxaV68qTEiVpHo7G2W"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192053,"link":null,"locked":false,"customData":{"boxId":"XOMy8QrxWZ0K4rehh5TUj","label":"Cloud Build","resource":"cloudbuild_git_trigger","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-4.215000152587891,2.429999351501465],[-4.215000152587891,6.77249813079834],[3.75,2.1674985885620117],[3.75,-7.034999847412109],[0,-4.867500305175781],[0,0],[0,0]]},{"type":"rectangle","version":119,"versionNonce":1454835347,"isDeleted":true,"id":"kc7mdb2IBHnKZYCbJMjm7","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":680,"y":480,"strokeColor":"#202124","backgroundColor":"#FFF","width":240,"height":80,"seed":1120254844,"groupIds":["y5nDgA5JRqobTXiU7MXqs","Dj6qBs0PK6pIuGVHjR54n"],"strokeSharpness":"round","boundElements":[{"id":"DfIrtZP8buaaSUfiDxtCo","type":"arrow"}],"updated":1706297192053,"link":null,"locked":false,"customData":{"boxId":"hzpvJNZ8CpRAPAjCV7wET","label":"Cloud Build","resource":"cloudbuild_git_trigger","type":"container"}},{"type":"text","version":111,"versionNonce":1494261789,"isDeleted":true,"id":"dJ2tzvuRAJfFvfjIPzVFe","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":696,"y":496,"strokeColor":"#1A73F8","backgroundColor":"transparent","width":160,"height":18,"seed":35834436,"groupIds":["y5nDgA5JRqobTXiU7MXqs","Dj6qBs0PK6pIuGVHjR54n"],"strokeSharpness":"round","boundElements":[],"updated":1706297192053,"link":null,"locked":false,"customData":{"boxId":"hzpvJNZ8CpRAPAjCV7wET","label":"Cloud Build","resource":"cloudbuild_git_trigger","type":"child"},"fontSize":16,"fontFamily":2,"text":"Cloud Build","baseline":16,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":"Cloud Build"},{"type":"text","version":132,"versionNonce":1977531443,"isDeleted":true,"id":"xaTOtMZ49dWyeSGmOtO0Y","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":696,"y":518,"strokeColor":"#202124","backgroundColor":"transparent","width":51,"height":19,"seed":1039723516,"groupIds":["y5nDgA5JRqobTXiU7MXqs","Dj6qBs0PK6pIuGVHjR54n"],"strokeSharpness":"round","boundElements":[],"updated":1706297192053,"link":null,"locked":false,"customData":{"boxId":"hzpvJNZ8CpRAPAjCV7wET","label":"Cloud Build","resource":"cloudbuild_git_trigger","type":"child"},"fontSize":16,"fontFamily":2,"text":"Trigger","baseline":15,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":"Trigger"},{"type":"line","version":111,"versionNonce":1772131453,"isDeleted":true,"id":"xoHKFM0mjusJ07kR_cD56","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":892.1500005722046,"y":512.2449989318848,"strokeColor":"#00000000","backgroundColor":"#4285f4","width":4.709999084472656,"height":6.779998779296875,"seed":1800987076,"groupIds":["Gz74dBPzSm8cjaUL9CuMO","y5nDgA5JRqobTXiU7MXqs","Dj6qBs0PK6pIuGVHjR54n"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192053,"link":null,"locked":false,"customData":{"boxId":"hzpvJNZ8CpRAPAjCV7wET","label":"Cloud Build","resource":"cloudbuild_git_trigger","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[3.524998664855957,-2.032498359680176],[3.524998664855957,-6.097498893737793],[2.339999198913574,-6.779998779296875],[-1.1850004196166992,-0.6824989318847656],[0,0],[0,0]]},{"type":"line","version":111,"versionNonce":1841216979,"isDeleted":true,"id":"doVXqdwVU7_lwMNGCtN_R","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":888.6324996948242,"y":506.147500038147,"strokeColor":"#00000000","backgroundColor":"#669df6","width":4.70250129699707,"height":6.780000686645508,"seed":1014107260,"groupIds":["FTqAmV2doIlHqdn-7Kim7","y5nDgA5JRqobTXiU7MXqs","Dj6qBs0PK6pIuGVHjR54n"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192054,"link":null,"locked":false,"customData":{"boxId":"hzpvJNZ8CpRAPAjCV7wET","label":"Cloud Build","resource":"cloudbuild_git_trigger","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,4.065000534057617],[1.1850004196166992,4.747500419616699],[4.70250129699707,-1.3500003814697266],[3.517500877380371,-2.0325002670288086],[0,0],[0,0]]},{"type":"line","version":111,"versionNonce":1626537181,"isDeleted":true,"id":"PETMVXYIvr8UywI69DQlM","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":891.460000038147,"y":513.4449996948242,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":7.972499847412109,"height":13.80749797821045,"seed":81791300,"groupIds":["5Q1wX-u5k25t96EfH9sB3","y5nDgA5JRqobTXiU7MXqs","Dj6qBs0PK6pIuGVHjR54n"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192054,"link":null,"locked":false,"customData":{"boxId":"hzpvJNZ8CpRAPAjCV7wET","label":"Cloud Build","resource":"cloudbuild_git_trigger","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-4.222500324249268,-2.429999351501465],[-4.222500324249268,-7.297499656677246],[-7.972499847412109,-9.464999198913574],[-7.972499847412109,-0.2625007629394531],[0,4.342498779296875],[0,0],[0,0]]},{"type":"line","version":111,"versionNonce":426609523,"isDeleted":true,"id":"ZLBR81rFBmSV2Z2WCLOBf","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":887.9274997711182,"y":504.94750022888184,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":15.952500820159912,"height":6.772500038146973,"seed":1072897276,"groupIds":["5Q1wX-u5k25t96EfH9sB3","y5nDgA5JRqobTXiU7MXqs","Dj6qBs0PK6pIuGVHjR54n"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192054,"link":null,"locked":false,"customData":{"boxId":"hzpvJNZ8CpRAPAjCV7wET","label":"Cloud Build","resource":"cloudbuild_git_trigger","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[4.222500801086426,-2.4375],[8.444999694824219,0],[12.20250129699707,-2.1675004959106445],[4.222500801086426,-6.772500038146973],[-3.749999523162842,-2.1675004959106445],[0,0],[0,0]]},{"type":"line","version":111,"versionNonce":647584061,"isDeleted":true,"id":"jxLN7FHPXy1Yg35NSz4gt","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":897.0625,"y":511.01500034332275,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":7.965000152587891,"height":13.80749797821045,"seed":1108754628,"groupIds":["5Q1wX-u5k25t96EfH9sB3","y5nDgA5JRqobTXiU7MXqs","Dj6qBs0PK6pIuGVHjR54n"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192054,"link":null,"locked":false,"customData":{"boxId":"hzpvJNZ8CpRAPAjCV7wET","label":"Cloud Build","resource":"cloudbuild_git_trigger","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-4.215000152587891,2.429999351501465],[-4.215000152587891,6.77249813079834],[3.75,2.1674985885620117],[3.75,-7.034999847412109],[0,-4.867500305175781],[0,0],[0,0]]},{"type":"rectangle","version":153,"versionNonce":758228243,"isDeleted":true,"id":"rW2PTmqX4Ggypk0jdCJFh","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":80,"y":240,"strokeColor":"#202124","backgroundColor":"#FFF","width":240,"height":80,"seed":409952252,"groupIds":["V2bk2rXnXCzbu-MyaIj_J","7Yn47CKRjpTbKs88WzXej"],"strokeSharpness":"round","boundElements":[{"id":"DfIrtZP8buaaSUfiDxtCo","type":"arrow"},{"id":"W9R12Uosv_ysCejW7Zfn5","type":"arrow"},{"id":"wzTbZ3Gv04CVnyVobOJbO","type":"arrow"},{"id":"tzltvz06MYsY6b9U8_x56","type":"arrow"}],"updated":1706297192054,"link":null,"locked":false,"customData":{"boxId":"kLidXBsuXTZeh2Z2UdLlI","label":"Cloud Build","resource":"cloudbuild_git_trigger","type":"container"}},{"type":"text","version":141,"versionNonce":871704989,"isDeleted":true,"id":"Hd7aQLoWFzaz1ovM4ixkd","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":96,"y":256,"strokeColor":"#1A73F8","backgroundColor":"transparent","width":160,"height":18,"seed":1890823620,"groupIds":["V2bk2rXnXCzbu-MyaIj_J","7Yn47CKRjpTbKs88WzXej"],"strokeSharpness":"round","boundElements":[],"updated":1706297192054,"link":null,"locked":false,"customData":{"boxId":"kLidXBsuXTZeh2Z2UdLlI","label":"Cloud Build","resource":"cloudbuild_git_trigger","type":"child"},"fontSize":16,"fontFamily":2,"text":"Cloud Build","baseline":16,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":"Cloud Build"},{"type":"text","version":162,"versionNonce":276925107,"isDeleted":true,"id":"lquLK_i34OYzBzJDvwRPO","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":96,"y":278,"strokeColor":"#202124","backgroundColor":"transparent","width":51,"height":19,"seed":1744437372,"groupIds":["V2bk2rXnXCzbu-MyaIj_J","7Yn47CKRjpTbKs88WzXej"],"strokeSharpness":"round","boundElements":[],"updated":1706297192054,"link":null,"locked":false,"customData":{"boxId":"kLidXBsuXTZeh2Z2UdLlI","label":"Cloud Build","resource":"cloudbuild_git_trigger","type":"child"},"fontSize":16,"fontFamily":2,"text":"Trigger","baseline":15,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":"Trigger"},{"type":"line","version":141,"versionNonce":1513614845,"isDeleted":true,"id":"ce5H79HhQCRlJ6nwTv27P","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":292.1500005722046,"y":272.24499893188477,"strokeColor":"#00000000","backgroundColor":"#4285f4","width":4.709999084472656,"height":6.779998779296875,"seed":755062084,"groupIds":["_zMTF_ElLblJuEEBpa78C","V2bk2rXnXCzbu-MyaIj_J","7Yn47CKRjpTbKs88WzXej"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192054,"link":null,"locked":false,"customData":{"boxId":"kLidXBsuXTZeh2Z2UdLlI","label":"Cloud Build","resource":"cloudbuild_git_trigger","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[3.524998664855957,-2.032498359680176],[3.524998664855957,-6.097498893737793],[2.339999198913574,-6.779998779296875],[-1.1850004196166992,-0.6824989318847656],[0,0],[0,0]]},{"type":"line","version":141,"versionNonce":2013510739,"isDeleted":true,"id":"mCjrIe1iRb2FYIaBqMEjR","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":288.6324996948242,"y":266.147500038147,"strokeColor":"#00000000","backgroundColor":"#669df6","width":4.70250129699707,"height":6.780000686645508,"seed":509382908,"groupIds":["dQkU7M0ztXto41TUnazEv","V2bk2rXnXCzbu-MyaIj_J","7Yn47CKRjpTbKs88WzXej"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192054,"link":null,"locked":false,"customData":{"boxId":"kLidXBsuXTZeh2Z2UdLlI","label":"Cloud Build","resource":"cloudbuild_git_trigger","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,4.065000534057617],[1.1850004196166992,4.747500419616699],[4.70250129699707,-1.3500003814697266],[3.517500877380371,-2.0325002670288086],[0,0],[0,0]]},{"type":"line","version":141,"versionNonce":1214457437,"isDeleted":true,"id":"MtXUnnRu-UI3yVxYGZaH2","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":291.460000038147,"y":273.4449996948242,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":7.972499847412109,"height":13.80749797821045,"seed":1882066116,"groupIds":["7i0FLwIjkps9d5C-bB4hW","V2bk2rXnXCzbu-MyaIj_J","7Yn47CKRjpTbKs88WzXej"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192054,"link":null,"locked":false,"customData":{"boxId":"kLidXBsuXTZeh2Z2UdLlI","label":"Cloud Build","resource":"cloudbuild_git_trigger","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-4.222500324249268,-2.429999351501465],[-4.222500324249268,-7.297499656677246],[-7.972499847412109,-9.464999198913574],[-7.972499847412109,-0.2625007629394531],[0,4.342498779296875],[0,0],[0,0]]},{"type":"line","version":141,"versionNonce":1066318323,"isDeleted":true,"id":"URHHJwUyPV5oRPyZPHNEe","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":287.92749977111816,"y":264.94750022888184,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":15.952500820159912,"height":6.772500038146973,"seed":2065240444,"groupIds":["7i0FLwIjkps9d5C-bB4hW","V2bk2rXnXCzbu-MyaIj_J","7Yn47CKRjpTbKs88WzXej"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192054,"link":null,"locked":false,"customData":{"boxId":"kLidXBsuXTZeh2Z2UdLlI","label":"Cloud Build","resource":"cloudbuild_git_trigger","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[4.222500801086426,-2.4375],[8.444999694824219,0],[12.20250129699707,-2.1675004959106445],[4.222500801086426,-6.772500038146973],[-3.749999523162842,-2.1675004959106445],[0,0],[0,0]]},{"type":"line","version":141,"versionNonce":1363694269,"isDeleted":true,"id":"xO75XndnkfOvqb82uhQpQ","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":297.0625,"y":271.01500034332275,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":7.965000152587891,"height":13.80749797821045,"seed":735564868,"groupIds":["7i0FLwIjkps9d5C-bB4hW","V2bk2rXnXCzbu-MyaIj_J","7Yn47CKRjpTbKs88WzXej"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192054,"link":null,"locked":false,"customData":{"boxId":"kLidXBsuXTZeh2Z2UdLlI","label":"Cloud Build","resource":"cloudbuild_git_trigger","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-4.215000152587891,2.429999351501465],[-4.215000152587891,6.77249813079834],[3.75,2.1674985885620117],[3.75,-7.034999847412109],[0,-4.867500305175781],[0,0],[0,0]]},{"id":"XBtPrrKjt-IYFDzTFgmrF","type":"line","x":260,"y":1040,"width":0,"height":60,"angle":0,"strokeColor":"#202124","backgroundColor":"transparent","fillStyle":"hachure","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"round","seed":557421380,"version":81,"versionNonce":69796755,"isDeleted":true,"boundElements":null,"updated":1706297192054,"link":null,"locked":false,"points":[[0,0],[0,60]],"lastCommittedPoint":null,"startBinding":null,"endBinding":null,"startArrowhead":null,"endArrowhead":"triangle","fontFamily":2},{"id":"6QHaaka5rNhpcRtNPhcSl","type":"line","x":520,"y":1040,"width":0,"height":60,"angle":0,"strokeColor":"#202124","backgroundColor":"transparent","fillStyle":"hachure","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"round","seed":799253500,"version":79,"versionNonce":1904800541,"isDeleted":true,"boundElements":null,"updated":1706297192054,"link":null,"locked":false,"points":[[0,0],[0,60]],"lastCommittedPoint":null,"startBinding":null,"endBinding":null,"startArrowhead":null,"endArrowhead":"triangle","fontFamily":2},{"id":"ShpizXL49uz-ODMS8A3gc","type":"line","x":820,"y":1040,"width":0,"height":60,"angle":0,"strokeColor":"#202124","backgroundColor":"transparent","fillStyle":"hachure","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"round","seed":1828784324,"version":82,"versionNonce":2114525491,"isDeleted":true,"boundElements":null,"updated":1706297192054,"link":null,"locked":false,"points":[[0,0],[0,60]],"lastCommittedPoint":null,"startBinding":null,"endBinding":null,"startArrowhead":null,"endArrowhead":"triangle","fontFamily":2},{"id":"BcSy_szos-cbUBAyvULcw","type":"arrow","x":520,"y":781,"width":0,"height":378,"angle":0,"strokeColor":"#202124","backgroundColor":"#202124","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"sharp","seed":1193576132,"version":186,"versionNonce":362186621,"isDeleted":true,"boundElements":null,"updated":1706297192054,"link":null,"locked":false,"points":[[0,0],[0,378]],"lastCommittedPoint":null,"startBinding":{"elementId":"DYaaB9-Upcbvgkx-N9rbN","focus":-0.022222222222222223,"gap":21},"endBinding":null,"startArrowhead":null,"endArrowhead":"triangle","fontFamily":2},{"id":"8USQIac6tvkAE-1mcKOT-","type":"line","x":600,"y":460,"width":160,"height":0,"angle":0,"strokeColor":"#000000","backgroundColor":"transparent","fillStyle":"hachure","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"round","seed":1735818366,"version":84,"versionNonce":446003923,"isDeleted":true,"boundElements":null,"updated":1706297192054,"link":null,"locked":false,"points":[[0,0],[160,0]],"lastCommittedPoint":null,"startBinding":null,"endBinding":null,"startArrowhead":null,"endArrowhead":"triangle","fontFamily":2},{"id":"i8pIgAaXwDjUT4tCQU6ap","type":"line","x":360,"y":500,"width":0,"height":80,"angle":0,"strokeColor":"#000000","backgroundColor":"transparent","fillStyle":"hachure","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"round","seed":1938641314,"version":85,"versionNonce":531795933,"isDeleted":true,"boundElements":null,"updated":1706297192054,"link":null,"locked":false,"points":[[0,0],[0,-40],[0,40]],"lastCommittedPoint":[0,-40],"startBinding":null,"endBinding":null,"startArrowhead":null,"endArrowhead":"triangle","fontFamily":2},{"id":"loRDMdwvBp_wHXFbuRIXd","type":"line","x":360,"y":460,"width":0,"height":80,"angle":0,"strokeColor":"#000000","backgroundColor":"transparent","fillStyle":"hachure","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"round","seed":219925310,"version":81,"versionNonce":1449437299,"isDeleted":true,"boundElements":null,"updated":1706297192054,"link":null,"locked":false,"points":[[0,0],[0,40],[0,80]],"lastCommittedPoint":null,"startBinding":null,"endBinding":null,"startArrowhead":null,"endArrowhead":"triangle","fontFamily":2},{"type":"rectangle","version":97,"versionNonce":770608189,"isDeleted":true,"id":"LJk2XCvI5nymX1bvvY-K5","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-560,"y":-80,"strokeColor":"#202124","backgroundColor":"#FFF","width":82,"height":82,"seed":1667954679,"groupIds":["OAWkqXeW9V9QnRaA2Zf13"],"strokeSharpness":"round","boundElements":[],"updated":1706297192054,"link":null,"locked":false,"customData":{}},{"type":"text","version":108,"versionNonce":1463624211,"isDeleted":true,"id":"Oao7PNEfHAidyLqMR0UZe","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-536.5,"y":-32,"strokeColor":"#202124","backgroundColor":"transparent","width":35,"height":19,"seed":383379193,"groupIds":["OAWkqXeW9V9QnRaA2Zf13"],"strokeSharpness":"round","boundElements":[],"updated":1706297192054,"link":null,"locked":false,"customData":{},"fontSize":16,"fontFamily":2,"text":"Data","baseline":15,"textAlign":"center","verticalAlign":"top","containerId":null,"originalText":"Data"},{"type":"line","version":97,"versionNonce":539753629,"isDeleted":true,"id":"ebm5I-ffxunqTEdQET6aV","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-531,"y":-64,"strokeColor":"#00000000","backgroundColor":"#00000000","width":24,"height":24,"seed":1230430487,"groupIds":["1jwBp00-X1LvsFMNfgM1i","OAWkqXeW9V9QnRaA2Zf13"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192054,"link":null,"locked":false,"customData":{},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[24,0],[24,24],[0,24],[0,0]]},{"type":"line","version":97,"versionNonce":1175807923,"isDeleted":true,"id":"JGPcvZGwBXATHwBd9fFag","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-511,"y":-51,"strokeColor":"#00000000","backgroundColor":"#000","width":18,"height":8,"seed":1154785241,"groupIds":["LCCtG2EFzC8Ei0I0_l7Vl","OAWkqXeW9V9QnRaA2Zf13"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192054,"link":null,"locked":false,"customData":{},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-16,0],[-16,0],[-16.706249952316284,0.2937498092651367],[-17,1],[-17,7],[-17,7],[-16.706249952316284,7.706249237060547],[-16,8],[0,8],[0,8],[0.7062492370605469,7.706249237060547],[1,7],[1,1],[1,1],[0.7062492370605469,0.2937498092651367],[0,0],[0,0]]},{"type":"line","version":97,"versionNonce":1578918141,"isDeleted":true,"id":"WmvhC96coCpe8dr5Mjny6","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-524,"y":-45,"strokeColor":"#00000000","backgroundColor":"#DEDEDE","width":4,"height":4,"seed":405317175,"groupIds":["mV96xTNDSUGyXTkpNyXSd","OAWkqXeW9V9QnRaA2Zf13"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192054,"link":null,"locked":false,"customData":{},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.7765626907348633,-0.15781211853027344],[-1.4124999046325684,-0.5874996185302734],[-1.8421874046325684,-1.2234382629394531],[-2,-2],[-1.8421874046325684,-2.776561737060547],[-1.4124999046325684,-3.4125003814697266],[-0.7765626907348633,-3.8421878814697266],[0,-4],[0.7765626907348633,-3.8421878814697266],[1.4125003814697266,-3.4125003814697266],[1.8421878814697266,-2.776561737060547],[2,-2],[1.8421878814697266,-1.2234382629394531],[1.4125003814697266,-0.5874996185302734],[0.7765626907348633,-0.15781211853027344],[0,0],[0,0]]},{"type":"line","version":97,"versionNonce":1762916691,"isDeleted":true,"id":"sJ2uzvF4adnQV8bL5K1V_","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-511,"y":-61,"strokeColor":"#00000000","backgroundColor":"#000","width":18,"height":8,"seed":1489321145,"groupIds":["KgBJiZNE_14Hk6ZktT8tm","OAWkqXeW9V9QnRaA2Zf13"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192055,"link":null,"locked":false,"customData":{},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-16,0],[-16,0],[-16.706249952316284,0.2937500476837158],[-17,1],[-17,7],[-17,7],[-16.706249952316284,7.706250190734863],[-16,8],[0,8],[0,8],[0.7062492370605469,7.706250190734863],[1,7],[1,1],[1,1],[0.7062492370605469,0.2937500476837158],[0,0],[0,0]]},{"type":"line","version":97,"versionNonce":1564555613,"isDeleted":true,"id":"xxyH-bIwD3xzAYM63lint","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-524,"y":-55,"strokeColor":"#00000000","backgroundColor":"#DEDEDE","width":4,"height":4,"seed":1858389847,"groupIds":["4Bx09aiAdKrALiVoXrAIL","OAWkqXeW9V9QnRaA2Zf13"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192055,"link":null,"locked":false,"customData":{},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.7765626907348633,-0.15781211853027344],[-1.4124999046325684,-0.5874996185302734],[-1.8421874046325684,-1.2234373092651367],[-2,-2],[-1.8421874046325684,-2.7765626907348633],[-1.4124999046325684,-3.4124999046325684],[-0.7765626907348633,-3.8421874046325684],[0,-4],[0.7765626907348633,-3.8421874046325684],[1.4125003814697266,-3.4124999046325684],[1.8421878814697266,-2.7765626907348633],[2,-2],[1.8421878814697266,-1.2234373092651367],[1.4125003814697266,-0.5874996185302734],[0.7765626907348633,-0.15781211853027344],[0,0],[0,0]]},{"type":"rectangle","version":105,"versionNonce":2106545907,"isDeleted":true,"id":"XcWFGvwFHWeHat_0QxYqT","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-460,"y":-80,"strokeColor":"#202124","backgroundColor":"#FFF","width":82,"height":82,"seed":1663502903,"groupIds":["fAu4Y2TuePjhZPAHGrCrc"],"strokeSharpness":"round","boundElements":[],"updated":1706297192055,"link":null,"locked":false,"customData":{"boxId":"Qad_ZwMF65Ad2td3ztjRq"}},{"type":"text","version":110,"versionNonce":1726743997,"isDeleted":true,"id":"VXnomDYAaMYKVL5_ZIeRg","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-436.5,"y":-32,"strokeColor":"#202124","backgroundColor":"transparent","width":35,"height":19,"seed":240064697,"groupIds":["fAu4Y2TuePjhZPAHGrCrc"],"strokeSharpness":"round","boundElements":[],"updated":1706297192055,"link":null,"locked":false,"customData":{"boxId":"Qad_ZwMF65Ad2td3ztjRq"},"fontSize":16,"fontFamily":2,"text":"Data","baseline":15,"textAlign":"center","verticalAlign":"top","containerId":null,"originalText":"Data"},{"type":"line","version":105,"versionNonce":1376649363,"isDeleted":true,"id":"9iqb-SYzoShcfP7QwItnt","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-431,"y":-64,"strokeColor":"#00000000","backgroundColor":"#00000000","width":24,"height":24,"seed":341224279,"groupIds":["EFmQgnMtLO1MJuQ0fMxGA","fAu4Y2TuePjhZPAHGrCrc"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192055,"link":null,"locked":false,"customData":{"boxId":"Qad_ZwMF65Ad2td3ztjRq"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[24,0],[24,24],[0,24],[0,0]]},{"type":"line","version":105,"versionNonce":507397661,"isDeleted":true,"id":"9btzpZ2MwGv_siztDnLyo","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-411,"y":-51,"strokeColor":"#00000000","backgroundColor":"#000","width":18,"height":8,"seed":37591449,"groupIds":["2pYI9dMJHFDgFbfJcG3T0","fAu4Y2TuePjhZPAHGrCrc"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192055,"link":null,"locked":false,"customData":{"boxId":"Qad_ZwMF65Ad2td3ztjRq"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-16,0],[-16,0],[-16.706249952316284,0.2937498092651367],[-17,1],[-17,7],[-17,7],[-16.706249952316284,7.706249237060547],[-16,8],[0,8],[0,8],[0.7062492370605469,7.706249237060547],[1,7],[1,1],[1,1],[0.7062492370605469,0.2937498092651367],[0,0],[0,0]]},{"type":"line","version":105,"versionNonce":541488691,"isDeleted":true,"id":"I1N-jf6unhLTizhB78PfQ","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-424,"y":-45,"strokeColor":"#00000000","backgroundColor":"#DEDEDE","width":4,"height":4,"seed":2100635767,"groupIds":["09tcDvUms1SzTHWhZVYmV","fAu4Y2TuePjhZPAHGrCrc"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192055,"link":null,"locked":false,"customData":{"boxId":"Qad_ZwMF65Ad2td3ztjRq"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.7765626907348633,-0.15781211853027344],[-1.4124999046325684,-0.5874996185302734],[-1.8421874046325684,-1.2234382629394531],[-2,-2],[-1.8421874046325684,-2.776561737060547],[-1.4124999046325684,-3.4125003814697266],[-0.7765626907348633,-3.8421878814697266],[0,-4],[0.7765626907348633,-3.8421878814697266],[1.4125003814697266,-3.4125003814697266],[1.8421878814697266,-2.776561737060547],[2,-2],[1.8421878814697266,-1.2234382629394531],[1.4125003814697266,-0.5874996185302734],[0.7765626907348633,-0.15781211853027344],[0,0],[0,0]]},{"type":"line","version":105,"versionNonce":1177123453,"isDeleted":true,"id":"YiWvovsyJ0LRPAT2oGYfY","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-411,"y":-61,"strokeColor":"#00000000","backgroundColor":"#000","width":18,"height":8,"seed":2053701241,"groupIds":["j2TCQ1qABDNdYb3DFD9Ek","fAu4Y2TuePjhZPAHGrCrc"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192055,"link":null,"locked":false,"customData":{"boxId":"Qad_ZwMF65Ad2td3ztjRq"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-16,0],[-16,0],[-16.706249952316284,0.2937500476837158],[-17,1],[-17,7],[-17,7],[-16.706249952316284,7.706250190734863],[-16,8],[0,8],[0,8],[0.7062492370605469,7.706250190734863],[1,7],[1,1],[1,1],[0.7062492370605469,0.2937500476837158],[0,0],[0,0]]},{"type":"line","version":105,"versionNonce":656357331,"isDeleted":true,"id":"swnDs17DE0NL7dhh8CMfj","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-424,"y":-55,"strokeColor":"#00000000","backgroundColor":"#DEDEDE","width":4,"height":4,"seed":2072445335,"groupIds":["d2MMvMq_3pVywE4K3yugn","fAu4Y2TuePjhZPAHGrCrc"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192055,"link":null,"locked":false,"customData":{"boxId":"Qad_ZwMF65Ad2td3ztjRq"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.7765626907348633,-0.15781211853027344],[-1.4124999046325684,-0.5874996185302734],[-1.8421874046325684,-1.2234373092651367],[-2,-2],[-1.8421874046325684,-2.7765626907348633],[-1.4124999046325684,-3.4124999046325684],[-0.7765626907348633,-3.8421874046325684],[0,-4],[0.7765626907348633,-3.8421874046325684],[1.4125003814697266,-3.4124999046325684],[1.8421878814697266,-2.7765626907348633],[2,-2],[1.8421878814697266,-1.2234373092651367],[1.4125003814697266,-0.5874996185302734],[0.7765626907348633,-0.15781211853027344],[0,0],[0,0]]},{"type":"rectangle","version":109,"versionNonce":1198465757,"isDeleted":true,"id":"EfLUqG8VkbxWkqofNu1B6","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-360,"y":-80,"strokeColor":"#202124","backgroundColor":"#FFF","width":82,"height":82,"seed":626560855,"groupIds":["pDXzfPHgZzxxwtOMrtSpg"],"strokeSharpness":"round","boundElements":[],"updated":1706297192055,"link":null,"locked":false,"customData":{"boxId":"LoPiLQO2NSOPANfJRhWgB"}},{"type":"text","version":114,"versionNonce":78562675,"isDeleted":true,"id":"fa09_vxJI_A-2DtmwCGsy","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-336.5,"y":-32,"strokeColor":"#202124","backgroundColor":"transparent","width":35,"height":19,"seed":1706816921,"groupIds":["pDXzfPHgZzxxwtOMrtSpg"],"strokeSharpness":"round","boundElements":[],"updated":1706297192055,"link":null,"locked":false,"customData":{"boxId":"LoPiLQO2NSOPANfJRhWgB"},"fontSize":16,"fontFamily":2,"text":"Data","baseline":15,"textAlign":"center","verticalAlign":"top","containerId":null,"originalText":"Data"},{"type":"line","version":109,"versionNonce":1990246205,"isDeleted":true,"id":"e-GkTlFxyJ-fqiVyoSwk7","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-331,"y":-64,"strokeColor":"#00000000","backgroundColor":"#00000000","width":24,"height":24,"seed":1549438071,"groupIds":["ReLFbn2tftwCinmWPXlhG","pDXzfPHgZzxxwtOMrtSpg"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192055,"link":null,"locked":false,"customData":{"boxId":"LoPiLQO2NSOPANfJRhWgB"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[24,0],[24,24],[0,24],[0,0]]},{"type":"line","version":109,"versionNonce":1346084627,"isDeleted":true,"id":"5sCtVdicHMUOVfodqKu9Y","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-311,"y":-51,"strokeColor":"#00000000","backgroundColor":"#000","width":18,"height":8,"seed":364632697,"groupIds":["LtHdkl7DN2Qa7V1yMnfk3","pDXzfPHgZzxxwtOMrtSpg"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192055,"link":null,"locked":false,"customData":{"boxId":"LoPiLQO2NSOPANfJRhWgB"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-16,0],[-16,0],[-16.706249952316284,0.2937498092651367],[-17,1],[-17,7],[-17,7],[-16.706249952316284,7.706249237060547],[-16,8],[0,8],[0,8],[0.7062492370605469,7.706249237060547],[1,7],[1,1],[1,1],[0.7062492370605469,0.2937498092651367],[0,0],[0,0]]},{"type":"line","version":109,"versionNonce":438292381,"isDeleted":true,"id":"rmsIhDwyQUdOWXEqw0LMn","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-324,"y":-45,"strokeColor":"#00000000","backgroundColor":"#DEDEDE","width":4,"height":4,"seed":408937879,"groupIds":["PEtvkJACkiUMhjCp1EJXh","pDXzfPHgZzxxwtOMrtSpg"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192055,"link":null,"locked":false,"customData":{"boxId":"LoPiLQO2NSOPANfJRhWgB"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.7765626907348633,-0.15781211853027344],[-1.4124999046325684,-0.5874996185302734],[-1.8421874046325684,-1.2234382629394531],[-2,-2],[-1.8421874046325684,-2.776561737060547],[-1.4124999046325684,-3.4125003814697266],[-0.7765626907348633,-3.8421878814697266],[0,-4],[0.7765626907348633,-3.8421878814697266],[1.4125003814697266,-3.4125003814697266],[1.8421878814697266,-2.776561737060547],[2,-2],[1.8421878814697266,-1.2234382629394531],[1.4125003814697266,-0.5874996185302734],[0.7765626907348633,-0.15781211853027344],[0,0],[0,0]]},{"type":"line","version":109,"versionNonce":1950106803,"isDeleted":true,"id":"rQvhMy4vcDVytMFvFpQB8","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-311,"y":-61,"strokeColor":"#00000000","backgroundColor":"#000","width":18,"height":8,"seed":170664793,"groupIds":["gCGplUD8yCEIPVgiWezp-","pDXzfPHgZzxxwtOMrtSpg"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192055,"link":null,"locked":false,"customData":{"boxId":"LoPiLQO2NSOPANfJRhWgB"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-16,0],[-16,0],[-16.706249952316284,0.2937500476837158],[-17,1],[-17,7],[-17,7],[-16.706249952316284,7.706250190734863],[-16,8],[0,8],[0,8],[0.7062492370605469,7.706250190734863],[1,7],[1,1],[1,1],[0.7062492370605469,0.2937500476837158],[0,0],[0,0]]},{"type":"line","version":109,"versionNonce":807261181,"isDeleted":true,"id":"02d2aUGDcSfIxY6BIn6kW","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-324,"y":-55,"strokeColor":"#00000000","backgroundColor":"#DEDEDE","width":4,"height":4,"seed":412949175,"groupIds":["lss6KLgOwy6qgYErilXsH","pDXzfPHgZzxxwtOMrtSpg"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192055,"link":null,"locked":false,"customData":{"boxId":"LoPiLQO2NSOPANfJRhWgB"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.7765626907348633,-0.15781211853027344],[-1.4124999046325684,-0.5874996185302734],[-1.8421874046325684,-1.2234373092651367],[-2,-2],[-1.8421874046325684,-2.7765626907348633],[-1.4124999046325684,-3.4124999046325684],[-0.7765626907348633,-3.8421874046325684],[0,-4],[0.7765626907348633,-3.8421874046325684],[1.4125003814697266,-3.4124999046325684],[1.8421878814697266,-2.7765626907348633],[2,-2],[1.8421878814697266,-1.2234373092651367],[1.4125003814697266,-0.5874996185302734],[0.7765626907348633,-0.15781211853027344],[0,0],[0,0]]},{"type":"rectangle","version":217,"versionNonce":1213675091,"isDeleted":true,"id":"rfo0vgI0WaVRshIqPSdJC","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":80,"y":360,"strokeColor":"#202124","backgroundColor":"#FFF","width":240,"height":60,"seed":691709241,"groupIds":["BvSX7YpaQgFV6wb08G3nE","HwTCCLwG4W0Nf8Sdmtinx"],"strokeSharpness":"round","boundElements":[{"id":"u3MHsCfKj6joFmOvIyJhR","type":"arrow"},{"id":"7f_aN7Y5o9pnUMQ7rmRx4","type":"arrow"}],"updated":1706297192055,"link":null,"locked":false,"customData":{"boxId":"FV69FXJ4PIlJiH340IvLT","label":"Cloud Storage","resource":"google_storage_bucket","type":"container"}},{"type":"text","version":210,"versionNonce":1956400221,"isDeleted":true,"id":"dAUJF7WEtziGbQ3uyvZ2E","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":96,"y":376,"strokeColor":"#1a73e8","backgroundColor":"transparent","width":160,"height":18,"seed":421013207,"groupIds":["BvSX7YpaQgFV6wb08G3nE","HwTCCLwG4W0Nf8Sdmtinx"],"strokeSharpness":"round","boundElements":[{"id":"gISyGfHd3ExlrEzh0Hj-0","type":"arrow"}],"updated":1706297192055,"link":null,"locked":false,"customData":{"boxId":"FV69FXJ4PIlJiH340IvLT","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"},"fontSize":16,"fontFamily":2,"text":"Cloud Storage","baseline":16,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":"Cloud Storage"},{"type":"rectangle","version":207,"versionNonce":1801647091,"isDeleted":true,"id":"DPClQ7KUuT12YCCEymTVJ","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":282,"y":380,"strokeColor":"transparent","backgroundColor":"#aecbfa","width":20,"height":7,"seed":1090754073,"groupIds":["BvSX7YpaQgFV6wb08G3nE","HwTCCLwG4W0Nf8Sdmtinx"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192055,"link":null,"locked":false,"customData":{"boxId":"FV69FXJ4PIlJiH340IvLT","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"}},{"type":"rectangle","version":207,"versionNonce":661436605,"isDeleted":true,"id":"hpDrdXTPj8o9tyZIA0Kfd","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":300,"y":380,"strokeColor":"transparent","backgroundColor":"#669df6","width":2,"height":7,"seed":1933259767,"groupIds":["BvSX7YpaQgFV6wb08G3nE","HwTCCLwG4W0Nf8Sdmtinx"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192055,"link":null,"locked":false,"customData":{"boxId":"FV69FXJ4PIlJiH340IvLT","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"}},{"type":"line","version":207,"versionNonce":1566965139,"isDeleted":true,"id":"BavSg1cJoq_vXXJT4mLD-","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":302,"y":380,"strokeColor":"#00000000","backgroundColor":"#4285f4","width":2,"height":7,"seed":1480289017,"groupIds":["caOxQrXK9y3hN8mWh7_fl","BvSX7YpaQgFV6wb08G3nE","HwTCCLwG4W0Nf8Sdmtinx"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192055,"link":null,"locked":false,"customData":{"boxId":"FV69FXJ4PIlJiH340IvLT","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-2,0],[-2,7],[0,0],[0,0]]},{"type":"rectangle","version":207,"versionNonce":305174813,"isDeleted":true,"id":"skpoMvVatbUmCjoe8K85i","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":282,"y":380,"strokeColor":"transparent","backgroundColor":"#669df6","width":2,"height":7,"seed":1807719703,"groupIds":["BvSX7YpaQgFV6wb08G3nE","HwTCCLwG4W0Nf8Sdmtinx"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192055,"link":null,"locked":false,"customData":{"boxId":"FV69FXJ4PIlJiH340IvLT","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"}},{"type":"rectangle","version":207,"versionNonce":1503056691,"isDeleted":true,"id":"sneTMVr3u-qcwmfDnA-qq","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":286,"y":383,"strokeColor":"transparent","backgroundColor":"#fff","width":6,"height":1,"seed":1734714329,"groupIds":["BvSX7YpaQgFV6wb08G3nE","HwTCCLwG4W0Nf8Sdmtinx"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192055,"link":null,"locked":false,"customData":{"boxId":"FV69FXJ4PIlJiH340IvLT","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"}},{"type":"rectangle","version":207,"versionNonce":1314483581,"isDeleted":true,"id":"_joX6HYG8CR5zAMWrbcQE","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":295,"y":382,"strokeColor":"transparent","backgroundColor":"#fff","width":3,"height":3,"seed":1712972343,"groupIds":["BvSX7YpaQgFV6wb08G3nE","HwTCCLwG4W0Nf8Sdmtinx"],"strokeSharpness":"round","boundElements":[],"updated":1706297192055,"link":null,"locked":false,"customData":{"boxId":"FV69FXJ4PIlJiH340IvLT","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"}},{"type":"rectangle","version":207,"versionNonce":1885074643,"isDeleted":true,"id":"C5ctS2MQQidHb5nm4_ILL","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":282,"y":389,"strokeColor":"transparent","backgroundColor":"#aecbfa","width":20,"height":7,"seed":177586361,"groupIds":["BvSX7YpaQgFV6wb08G3nE","HwTCCLwG4W0Nf8Sdmtinx"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192055,"link":null,"locked":false,"customData":{"boxId":"FV69FXJ4PIlJiH340IvLT","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"}},{"type":"rectangle","version":207,"versionNonce":1260959197,"isDeleted":true,"id":"FXCNZFliDY_xW0NsKnRlB","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":300,"y":389,"strokeColor":"transparent","backgroundColor":"#669df6","width":2,"height":7,"seed":1663992663,"groupIds":["BvSX7YpaQgFV6wb08G3nE","HwTCCLwG4W0Nf8Sdmtinx"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192055,"link":null,"locked":false,"customData":{"boxId":"FV69FXJ4PIlJiH340IvLT","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"}},{"type":"line","version":207,"versionNonce":1632363123,"isDeleted":true,"id":"aWzWHJzcm-yYcaOIyP56W","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":302,"y":389,"strokeColor":"#00000000","backgroundColor":"#4285f4","width":2,"height":7,"seed":258949529,"groupIds":["4E-ATa57osK16LOiBqxdn","BvSX7YpaQgFV6wb08G3nE","HwTCCLwG4W0Nf8Sdmtinx"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192055,"link":null,"locked":false,"customData":{"boxId":"FV69FXJ4PIlJiH340IvLT","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-2,0],[-2,7],[0,0],[0,0]]},{"type":"rectangle","version":207,"versionNonce":330297917,"isDeleted":true,"id":"fxpqr3CKhdPcffo4amL76","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":282,"y":389,"strokeColor":"transparent","backgroundColor":"#669df6","width":2,"height":7,"seed":1397882999,"groupIds":["BvSX7YpaQgFV6wb08G3nE","HwTCCLwG4W0Nf8Sdmtinx"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192055,"link":null,"locked":false,"customData":{"boxId":"FV69FXJ4PIlJiH340IvLT","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"}},{"type":"rectangle","version":207,"versionNonce":892148755,"isDeleted":true,"id":"m4I01ocnrd0dWScMYKrpD","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":286,"y":392,"strokeColor":"transparent","backgroundColor":"#fff","width":6,"height":1,"seed":1126540921,"groupIds":["BvSX7YpaQgFV6wb08G3nE","HwTCCLwG4W0Nf8Sdmtinx"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192055,"link":null,"locked":false,"customData":{"boxId":"FV69FXJ4PIlJiH340IvLT","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"}},{"type":"rectangle","version":207,"versionNonce":1422959261,"isDeleted":true,"id":"d72llA2G6JzkjWIuawbMC","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":295,"y":391,"strokeColor":"transparent","backgroundColor":"#fff","width":3,"height":3,"seed":675862935,"groupIds":["BvSX7YpaQgFV6wb08G3nE","HwTCCLwG4W0Nf8Sdmtinx"],"strokeSharpness":"round","boundElements":[],"updated":1706297192055,"link":null,"locked":false,"customData":{"boxId":"FV69FXJ4PIlJiH340IvLT","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"}},{"type":"text","version":220,"versionNonce":402006451,"isDeleted":true,"id":"EM9xr5KsBCr4SK2RSCHMw","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-300,"y":600,"strokeColor":"#202124","backgroundColor":"transparent","width":120,"height":19,"seed":143092345,"groupIds":[],"strokeSharpness":"round","boundElements":[],"updated":1706297192055,"link":null,"locked":false,"fontSize":16,"fontFamily":2,"text":"VISUALIZATION","baseline":15,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":"VISUALIZATION"},{"type":"text","version":237,"versionNonce":591152893,"isDeleted":true,"id":"g9ZP1GdyeFgArDXsAP7yG","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-500,"y":420,"strokeColor":"#202124","backgroundColor":"transparent","width":121,"height":19,"seed":531028089,"groupIds":[],"strokeSharpness":"round","boundElements":[],"updated":1706297192055,"link":null,"locked":false,"fontSize":16,"fontFamily":2,"text":"DATA ANALYSIS","baseline":15,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":"DATA ANALYSIS"},{"type":"rectangle","version":132,"versionNonce":1926067027,"isDeleted":true,"id":"9S5avaATpAiJMjsYiewcz","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-340,"y":480,"strokeColor":"#202124","backgroundColor":"#FFF","width":240,"height":60,"seed":817874903,"groupIds":["qGozkT32hN_3hNcIKafRs","aehIdcQh8bj4SRS7sDpi2"],"strokeSharpness":"round","boundElements":[],"updated":1706297192055,"link":null,"locked":false,"customData":{"boxId":"q_T0s9QsnhtFIwhSerxq3","label":"Looker","type":"container"}},{"type":"text","version":133,"versionNonce":24403805,"isDeleted":true,"id":"5TTFh6lcnxiCqjt7mWQwt","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-324,"y":496,"strokeColor":"#1A73E8","backgroundColor":"transparent","width":103,"height":20,"seed":300057881,"groupIds":["qGozkT32hN_3hNcIKafRs","aehIdcQh8bj4SRS7sDpi2"],"strokeSharpness":"round","boundElements":[{"id":"eA4HsqtnkUBOc8YEdHjwl","type":"arrow"}],"updated":1706297192055,"link":null,"locked":false,"customData":{"boxId":"q_T0s9QsnhtFIwhSerxq3","label":"Looker","type":"child"},"fontSize":16,"fontFamily":5,"text":"Looker Studio","baseline":16,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":"Looker Studio"},{"type":"text","version":73,"versionNonce":1175032051,"isDeleted":true,"id":"I4Xb6FpodIm3uSBY53pVF","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":456,"y":780,"strokeColor":"#202124","backgroundColor":"transparent","width":160,"height":18,"seed":1464251639,"groupIds":["qGozkT32hN_3hNcIKafRs","aehIdcQh8bj4SRS7sDpi2"],"strokeSharpness":"round","boundElements":[],"updated":1706297192055,"link":null,"locked":false,"customData":{"boxId":"q_T0s9QsnhtFIwhSerxq3","label":"Looker","type":"child"},"fontSize":16,"fontFamily":5,"text":"","baseline":16,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":""},{"type":"line","version":74,"versionNonce":634022845,"isDeleted":true,"id":"rnrN3Odmd9WXmUDaXtfRt","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":456,"y":807,"strokeColor":"#202124","backgroundColor":"transparent","width":208,"height":0,"seed":761559545,"groupIds":["qGozkT32hN_3hNcIKafRs","aehIdcQh8bj4SRS7sDpi2"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192055,"link":null,"locked":false,"customData":{"boxId":"q_T0s9QsnhtFIwhSerxq3","label":"Looker","type":"child"},"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[208,0]]},{"type":"text","version":72,"versionNonce":1127283347,"isDeleted":true,"id":"lF517h0RQcr8ee7FCIdmT","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":456,"y":813,"strokeColor":"#202124","backgroundColor":"transparent","width":160,"height":14,"seed":615710231,"groupIds":["qGozkT32hN_3hNcIKafRs","aehIdcQh8bj4SRS7sDpi2"],"strokeSharpness":"round","boundElements":[],"updated":1706297192055,"link":null,"locked":false,"customData":{"boxId":"q_T0s9QsnhtFIwhSerxq3","label":"Looker","type":"child"},"fontSize":12,"fontFamily":4,"text":"","baseline":12,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":""},{"type":"line","version":124,"versionNonce":6286365,"isDeleted":true,"id":"2VyNtq4L4VK0KS1vxepg6","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-132.03875017166138,"y":497.33350002765656,"strokeColor":"#00000000","backgroundColor":"#d2e3fc","width":3.7423171997070312,"height":3.734805941581726,"seed":1922355929,"groupIds":["1btVUiomdVH3Kr3B2_Z5g","qGozkT32hN_3hNcIKafRs","aehIdcQh8bj4SRS7sDpi2"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192055,"link":null,"locked":false,"customData":{"boxId":"q_T0s9QsnhtFIwhSerxq3","label":"Looker","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.5100312232971191,0.0662999153137207],[-0.9578003883361816,0.256449818611145],[-1.6157517433166504,0.9213823080062866],[-1.8722500801086426,1.8209623098373413],[-1.625687599182129,2.7813557386398315],[-1.5472497940063477,2.906999945640564],[-0.7537503242492676,2.1134999990463257],[-0.7537503242492676,2.1134999990463257],[-0.7934994697570801,1.8667501211166382],[-0.6784472465515137,1.459694266319275],[-0.3909187316894531,1.182958722114563],[-0.005667686462402344,1.078858494758606],[0.40255308151245117,1.1897085905075073],[0.6975464820861816,1.4928752183914185],[0.7934422492980957,1.8802498579025269],[0.6909708976745605,2.2659372091293335],[0.39086198806762695,2.564041018486023],[0,2.6670001745224],[-0.24749994277954102,2.6339999437332153],[-1.0394997596740723,3.413999915122986],[-1.0394997596740723,3.413999915122986],[-0.09706878662109375,3.734805941581726],[0.823235034942627,3.547327399253845],[1.539562702178955,2.9398897886276245],[1.7644085884094238,2.5062869787216187],[1.8700671195983887,2.000815749168396],[1.763500690460205,1.230448842048645],[1.3719353675842285,0.5925709009170532],[0.7621073722839355,0.15861141681671143],[0.0007500648498535156,0],[0,0]]},{"type":"line","version":124,"versionNonce":653930547,"isDeleted":true,"id":"CQqJXPRgjxn0OPYbwkbi8","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-132.77899980545044,"y":502.76725006103516,"strokeColor":"#00000000","backgroundColor":"#5e97f6","width":1.8870000839233398,"height":4.200750827789307,"seed":1274618679,"groupIds":["eow4gkBPcRiPAVE1M738y","qGozkT32hN_3hNcIKafRs","aehIdcQh8bj4SRS7sDpi2"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192055,"link":null,"locked":false,"customData":{"boxId":"q_T0s9QsnhtFIwhSerxq3","label":"Looker","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.1371932029724121,-0.9175972938537598],[-0.553499698638916,-1.7467503547668457],[-1.6200003623962402,-0.7132501602172852],[-1.6200003623962402,-0.7132501602172852],[-1.4332499504089355,0],[-1.5482854843139648,0.5842504501342773],[-1.8870000839233398,1.0739998817443848],[-1.320000171661377,2.454000473022461],[-1.320000171661377,2.454000473022461],[-0.7648921012878418,1.9806079864501953],[-0.3492741584777832,1.3941383361816406],[-0.0890202522277832,0.7240996360778809],[0,0],[0,0]]},{"type":"line","version":124,"versionNonce":19292285,"isDeleted":true,"id":"Lyyk_etILK4xyblptFnVr","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-135.6725001335144,"y":504.2544994354248,"strokeColor":"#00000000","backgroundColor":"#5e97f6","width":4.788131952285767,"height":5.8241026401519775,"seed":1711738809,"groupIds":["8scWl7gGuaJ6VdTbSX0yj","qGozkT32hN_3hNcIKafRs","aehIdcQh8bj4SRS7sDpi2"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192055,"link":null,"locked":false,"customData":{"boxId":"q_T0s9QsnhtFIwhSerxq3","label":"Looker","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.7686569690704346,-0.19264698028564453],[-1.3029444217681885,-0.7155532836914062],[-1.519442081451416,-1.4311113357543945],[-1.3347289562225342,-2.2017135620117188],[-0.9288370609283447,-2.6721296310424805],[-0.38905811309814453,-2.929086685180664],[0.20825529098510742,-2.9536781311035156],[0.7867498397827148,-2.726999282836914],[1.813499927520752,-3.7469992637634277],[1.813499927520752,-3.7469992637634277],[0.9519872665405273,-4.242705345153809],[-0.026999950408935547,-4.414499521255493],[-0.8281154632568359,-4.312613487243652],[-1.5320091247558594,-4.015993595123291],[-2.1186437606811523,-3.5587029457092285],[-2.567983627319336,-2.974803924560547],[-2.8599919080734253,-2.298361301422119],[-2.9746320247650146,-1.5634379386901855],[-2.891867995262146,-0.8040962219238281],[-2.591663122177124,-0.05439949035644531],[-2.0081441402435303,0.6735925674438477],[-1.2448241710662842,1.1711139678955078],[-0.365445613861084,1.4096031188964844],[0.5662503242492676,1.3605003356933594],[0,0]]},{"type":"line","version":124,"versionNonce":1397469651,"isDeleted":true,"id":"a0aWqVR-G7zE22ypAuvJD","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-131.9989995956421,"y":505.4409999847412,"strokeColor":"#00000000","backgroundColor":"#4285f4","width":13.195429801940918,"height":13.228109359741211,"seed":763208791,"groupIds":["wsCQDBWJiABDfBMhhWxQH","qGozkT32hN_3hNcIKafRs","aehIdcQh8bj4SRS7sDpi2"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192055,"link":null,"locked":false,"customData":{"boxId":"q_T0s9QsnhtFIwhSerxq3","label":"Looker","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-1.9072504043579102,0.2805004119873047],[-1.0935001373291016,2.280750274658203],[-1.0935001373291016,2.280750274658203],[0,2.147250175476074],[1.225865364074707,2.3133630752563477],[2.3003673553466797,2.7765493392944336],[3.193240165710449,3.4843788146972656],[3.8742170333862305,4.384426116943359],[4.3130340576171875,5.42425537109375],[4.479426383972168,6.551445007324219],[4.343131065368652,7.713560104370117],[3.8738794326782227,8.858175277709961],[3.1170883178710938,9.836748123168945],[2.178708076477051,10.535699844360352],[1.1192741394042969,10.955032348632812],[-0.0006742477416992188,11.094751358032227],[-1.1206021308898926,10.954858779907227],[-2.1799707412719727,10.535362243652344],[-3.1182432174682617,9.836267471313477],[-3.874882698059082,8.857574462890625],[-4.254111051559448,8.009841918945312],[-4.4462738037109375,7.13081169128418],[-4.458913087844849,6.24669075012207],[-4.299572467803955,5.383687973022461],[-3.97579288482666,4.568010330200195],[-3.495117664337158,3.825863838195801],[-2.8650894165039062,3.1834583282470703],[-2.093250274658203,2.6669998168945312],[-2.9070005416870117,0.6667499542236328],[-2.9070005416870117,0.6667499542236328],[-4.429308652877808,1.68048095703125],[-5.558233737945557,2.9912586212158203],[-6.2874510288238525,4.509803771972656],[-6.610635757446289,6.1468400955200195],[-6.5214632749557495,7.813089370727539],[-6.013608932495117,9.419271469116211],[-5.080748081207275,10.876110076904297],[-3.7165560722351074,12.094327926635742],[-2.0774850845336914,12.905818939208984],[-0.3778553009033203,13.228109359741211],[1.3018522262573242,13.10035514831543],[2.8811588287353516,12.561723709106445],[4.279585838317871,11.651374816894531],[5.416653633117676,10.408468246459961],[6.211883544921875,8.872167587280273],[6.584794044494629,7.081634521484375],[6.536764144897461,5.680234909057617],[6.209012031555176,4.363650321960449],[5.630675315856934,3.1632137298583984],[4.830890655517578,2.110261917114258],[3.838794708251953,1.2361297607421875],[2.6835222244262695,0.5721530914306641],[1.394211769104004,0.14966392517089844],[0,0],[0,0]]},{"type":"rectangle","version":118,"versionNonce":501172445,"isDeleted":true,"id":"D6aJ_2_A95YlU4x7pRShZ","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-800,"y":480,"strokeColor":"#202124","backgroundColor":"#FFF","width":240,"height":60,"seed":2044467065,"groupIds":["PWn5snQqlVoHQ2RC5iCPd","pUP0qaCcZs3RD-8AgkWsr"],"strokeSharpness":"round","boundElements":[],"updated":1706297192055,"link":null,"locked":false,"customData":{"boxId":"rCkbsZl5tCzAsNPaJki8x","label":"BigQuery","resource":"google_bigquery_dataset","type":"container"}},{"type":"text","version":112,"versionNonce":691797875,"isDeleted":true,"id":"ziTJLMTGXBaihpVo72h8a","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-784,"y":496,"strokeColor":"#1A73E8","backgroundColor":"transparent","width":160,"height":18,"seed":858650775,"groupIds":["PWn5snQqlVoHQ2RC5iCPd","pUP0qaCcZs3RD-8AgkWsr"],"strokeSharpness":"round","boundElements":[{"id":"3EleidzYjikUW9ZkNfEPT","type":"arrow"}],"updated":1706297192055,"link":null,"locked":false,"customData":{"boxId":"rCkbsZl5tCzAsNPaJki8x","label":"BigQuery","resource":"google_bigquery_dataset","type":"child"},"fontSize":16,"fontFamily":5,"text":"BigQuery","baseline":16,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":"BigQuery"},{"type":"text","version":71,"versionNonce":404497725,"isDeleted":true,"id":"yocS2x47D1cJJUeo8hyYV","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":236,"y":818,"strokeColor":"#202124","backgroundColor":"transparent","width":160,"height":18,"seed":1497153625,"groupIds":["PWn5snQqlVoHQ2RC5iCPd","pUP0qaCcZs3RD-8AgkWsr"],"strokeSharpness":"round","boundElements":[],"updated":1706297192056,"link":null,"locked":false,"customData":{"boxId":"rCkbsZl5tCzAsNPaJki8x","label":"BigQuery","resource":"google_bigquery_dataset","type":"child"},"fontSize":16,"fontFamily":5,"text":"","baseline":16,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":""},{"type":"line","version":73,"versionNonce":588355859,"isDeleted":true,"id":"UzhS7a9jmDHd0k787P82D","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":236,"y":845,"strokeColor":"#202124","backgroundColor":"transparent","width":208,"height":5,"seed":1982909879,"groupIds":["PWn5snQqlVoHQ2RC5iCPd","pUP0qaCcZs3RD-8AgkWsr"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192056,"link":null,"locked":false,"customData":{"boxId":"rCkbsZl5tCzAsNPaJki8x","label":"BigQuery","resource":"google_bigquery_dataset","type":"child"},"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[104,-5],[208,0]]},{"type":"text","version":71,"versionNonce":54424989,"isDeleted":true,"id":"2a-zmsgTooCjG_D84EKDh","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":236,"y":853,"strokeColor":"#202124","backgroundColor":"transparent","width":160,"height":14,"seed":1549094201,"groupIds":["PWn5snQqlVoHQ2RC5iCPd","pUP0qaCcZs3RD-8AgkWsr"],"strokeSharpness":"round","boundElements":[],"updated":1706297192056,"link":null,"locked":false,"customData":{"boxId":"rCkbsZl5tCzAsNPaJki8x","label":"BigQuery","resource":"google_bigquery_dataset","type":"child"},"fontSize":12,"fontFamily":4,"text":"","baseline":12,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":""},{"type":"line","version":111,"versionNonce":776142515,"isDeleted":true,"id":"RnleHxA9DF4HZsoQ1WmJ-","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-581.578784942627,"y":512.7999992370605,"strokeColor":"transparent","backgroundColor":"#4285f4","width":6.175506591796875,"height":6.175506591796875,"seed":945553111,"groupIds":["PWn5snQqlVoHQ2RC5iCPd","pUP0qaCcZs3RD-8AgkWsr"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192056,"link":null,"locked":false,"customData":{"boxId":"rCkbsZl5tCzAsNPaJki8x","label":"BigQuery","resource":"google_bigquery_dataset","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-1.508890151977539,1.5088920593261719],[-1.508890151977539,1.5088920593261719],[-1.5668010711669922,1.5783119201660156],[-1.6085205078125,1.6556739807128906],[-1.6340065002441406,1.7383899688720703],[-1.6432132720947266,1.8238697052001953],[-1.6360969543457031,1.9095230102539062],[-1.6126155853271484,1.9927654266357422],[-1.5727252960205078,2.071004867553711],[-1.5163803100585938,2.141653060913086],[-1.508890151977539,2.149141311645508],[2.253978729248047,5.912012100219727],[2.253978729248047,5.912012100219727],[2.3232383728027344,5.968524932861328],[2.400175094604492,6.008892059326172],[2.4822921752929688,6.033111572265625],[2.5670833587646484,6.04118537902832],[2.6520519256591797,6.033111572265625],[2.7346935272216797,6.008892059326172],[2.8125076293945312,5.968524932861328],[2.88299560546875,5.912012100219727],[4.403120040893555,4.391887664794922],[4.403120040893555,4.391887664794922],[4.459634780883789,4.322628021240234],[4.5,4.245691299438477],[4.524219512939453,4.16357421875],[4.532293319702148,4.07878303527832],[4.524219512939453,3.993816375732422],[4.5,3.911174774169922],[4.459634780883789,3.8333587646484375],[4.403120040893555,3.7628707885742188],[0.6365070343017578,0],[0.6365070343017578,0],[0.5670852661132812,-0.057910919189453125],[0.48972320556640625,-0.09963035583496094],[0.4070091247558594,-0.12511444091796875],[0.3215293884277344,-0.1343212127685547],[0.23587417602539062,-0.12720489501953125],[0.1526336669921875,-0.10372543334960938],[0.07439422607421875,-0.06383323669433594],[0.00374603271484375,-0.007488250732421875],[0,0]]},{"type":"line","version":111,"versionNonce":175618557,"isDeleted":true,"id":"gMuURjq2cP6ln7sAdjHOH","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-588.7450857162476,"y":497.5725427865982,"strokeColor":"transparent","backgroundColor":"#669df6","width":19.140093445777893,"height":19.140092253684998,"seed":176766489,"groupIds":["PWn5snQqlVoHQ2RC5iCPd","pUP0qaCcZs3RD-8AgkWsr"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192056,"link":null,"locked":false,"customData":{"boxId":"rCkbsZl5tCzAsNPaJki8x","label":"BigQuery","resource":"google_bigquery_dataset","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.49259281158447266,0.012448668479919434],[-0.9787044525146484,0.04939424991607666],[-1.4577360153198242,0.1102362871170044],[-1.9290857315063477,0.19437408447265625],[-2.392153739929199,0.3012070655822754],[-2.8463401794433594,0.430134654045105],[-3.291043758392334,0.5805565118789673],[-3.725663661956787,0.7518719434738159],[-4.149599075317383,0.943480372428894],[-4.562250137329102,1.1547812223434448],[-4.963016510009766,1.3851739168167114],[-5.351297378540039,1.6340581178665161],[-5.726491451263428,1.900833010673523],[-6.087998867034912,2.184897780418396],[-6.435218811035156,2.4856523275375366],[-6.767550945281982,2.802495837211609],[-7.084394454956055,3.134827971458435],[-7.385149240493774,3.4820483922958374],[-7.6692140102386475,3.8435558080673218],[-7.935988903045654,4.2187498807907104],[-8.184873104095459,4.607030749320984],[-8.415265798568726,5.00779664516449],[-8.626566410064697,5.4204477071762085],[-8.818174839019775,5.844383597373962],[-8.989490509033203,6.2790035009384155],[-9.139912366867065,6.723706603050232],[-9.268839955329895,7.177893042564392],[-9.375672936439514,7.640961050987244],[-9.459810733795166,8.112310767173767],[-9.520652770996094,8.591342329978943],[-9.557598352432251,9.077454924583435],[-9.57004702091217,9.570046782493591],[-9.557598352432251,10.062638640403748],[-9.520652770996094,10.548750281333923],[-9.459810733795166,11.0277818441391],[-9.375672936439514,11.499131560325623],[-9.268839955329895,11.96220052242279],[-9.139912366867065,12.416386008262634],[-8.989490509033203,12.861090064048767],[-8.818174839019775,13.29570996761322],[-8.626566410064697,13.719644904136658],[-8.415265798568726,14.132296919822693],[-8.184873104095459,14.533063292503357],[-7.935988903045654,14.92134416103363],[-7.6692140102386475,15.296536803245544],[-7.385149240493774,15.658044219017029],[-7.084394454956055,16.005265593528748],[-6.767550945281982,16.3375962972641],[-6.435218811035156,16.654441237449646],[-6.087998867034912,16.955195784568787],[-5.726491451263428,17.239259123802185],[-5.351297378540039,17.50603425502777],[-4.963016510009766,17.754918456077576],[-4.562250137329102,17.985310912132263],[-4.149599075317383,18.19661271572113],[-3.725663661956787,18.38822114467621],[-3.291043758392334,18.55953538417816],[-2.8463401794433594,18.709956526756287],[-2.392153739929199,18.83888566493988],[-1.9290857315063477,18.945720076560974],[-1.4577360153198242,19.0298570394516],[-0.9787044525146484,19.090697646141052],[-0.49259281158447266,19.12764298915863],[0,19.140092253684998],[0.49259185791015625,19.12764298915863],[0.978703498840332,19.090697646141052],[1.4577350616455078,19.0298570394516],[1.9290847778320312,18.945720076560974],[2.392153739929199,18.83888566493988],[2.846339225769043,18.709956526756287],[3.291043281555176,18.55953538417816],[3.7256622314453125,18.38822114467621],[4.149598121643066,18.19661271572113],[4.562249183654785,17.985310912132263],[4.963015556335449,17.754918456077576],[5.351296424865723,17.50603425502777],[5.7264909744262695,17.239259123802185],[6.087996482849121,16.955195784568787],[6.43521785736084,16.654441237449646],[6.767550468444824,16.3375962972641],[7.084393501281738,16.005265593528748],[7.385148048400879,15.658044219017029],[7.66921329498291,15.296536803245544],[7.935986518859863,14.92134416103363],[8.184870719909668,14.533063292503357],[8.415265083312988,14.132296919822693],[8.626564979553223,13.719644904136658],[8.818175315856934,13.29570996761322],[8.989487648010254,12.861090064048767],[9.139910697937012,12.416386008262634],[9.268839836120605,11.96220052242279],[9.375672340393066,11.499131560325623],[9.459811210632324,11.0277818441391],[9.520649909973145,10.548750281333923],[9.557595252990723,10.062638640403748],[9.570046424865723,9.570046782493591],[9.557587623596191,9.077454924583435],[9.520609855651855,8.591342329978943],[9.45971965789795,8.112310767173767],[9.375519752502441,7.640961050987244],[9.268609046936035,7.177893042564392],[9.1395902633667,6.723706603050232],[8.989069938659668,6.2790035009384155],[8.817646980285645,5.844383597373962],[8.62592601776123,5.4204477071762085],[8.414509773254395,5.00779664516449],[8.184000968933105,4.607030749320984],[7.935000419616699,4.2187498807907104],[7.668112754821777,3.8435558080673218],[7.383938789367676,3.4820483922958374],[7.083081245422363,3.134827971458435],[6.766144752502441,2.802495837211609],[6.433732032775879,2.4856523275375366],[6.086441993713379,2.184897780418396],[5.724881172180176,1.900833010673523],[5.3496503829956055,1.6340581178665161],[4.961352348327637,1.3851739168167114],[4.560590744018555,1.1547812223434448],[4.147966384887695,0.943480372428894],[3.7240819931030273,0.7518719434738159],[3.2895421981811523,0.5805565118789673],[2.8449487686157227,0.430134654045105],[2.3909034729003906,0.3012070655822754],[1.928009033203125,0.19437408447265625],[1.4568700790405273,0.1102362871170044],[0.9780864715576172,0.04939424991607666],[0.4922628402709961,0.012448668479919434],[0,0]]},{"type":"line","version":111,"versionNonce":1165406291,"isDeleted":true,"id":"___yOsTw0d-CbwANIKJGw","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-588.7450857162476,"y":514.2564735412598,"strokeColor":"transparent","backgroundColor":"#669df6","width":14.205303192138672,"height":14.20530366897583,"seed":742657015,"groupIds":["PWn5snQqlVoHQ2RC5iCPd","pUP0qaCcZs3RD-8AgkWsr"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192056,"link":null,"locked":false,"customData":{"boxId":"rCkbsZl5tCzAsNPaJki8x","label":"BigQuery","resource":"google_bigquery_dataset","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.36559581756591797,-0.009929656982421875],[-0.7263565063476562,-0.03801727294921875],[-1.081838607788086,-0.08381843566894531],[-1.4315967559814453,-0.14688491821289062],[-1.7751836776733398,-0.22677230834960938],[-2.112156867980957,-0.32303619384765625],[-2.4420671463012695,-0.4352302551269531],[-2.764470100402832,-0.5629100799560547],[-3.078920364379883,-0.70562744140625],[-3.3849730491638184,-0.8629360198974609],[-3.6821823120117188,-1.0343952178955078],[-3.9701008796691895,-1.2195549011230469],[-4.248284816741943,-1.4179706573486328],[-4.516287803649902,-1.6291980743408203],[-4.773664474487305,-1.8527889251708984],[-5.019969463348389,-2.088298797607422],[-5.254756450653076,-2.3352842330932617],[-5.4775800704956055,-2.5932979583740234],[-5.687994480133057,-2.8618927001953125],[-5.885554790496826,-3.140625],[-6.069815635681152,-3.429048538208008],[-6.240329742431641,-3.726717948913574],[-6.396652698516846,-4.0331878662109375],[-6.538338661193848,-4.348011016845703],[-6.664942264556885,-4.670742988586426],[-6.776017189025879,-5.000938415527344],[-6.871118545532227,-5.338151931762695],[-6.949800491333008,-5.681938171386719],[-7.0116167068481445,-6.031848907470703],[-7.056122779846191,-6.3874406814575195],[-7.08287239074707,-6.74826717376709],[-7.0914201736450195,-7.113883972167969],[-7.081490516662598,-7.47947883605957],[-7.053402900695801,-7.840239524841309],[-7.007602214813232,-8.195722579956055],[-6.944535255432129,-8.545480728149414],[-6.864646911621094,-8.889067649841309],[-6.768383026123047,-9.22603988647461],[-6.65618896484375,-9.555950164794922],[-6.528510570526123,-9.8783540725708],[-6.385793209075928,-10.192804336547852],[-6.228483200073242,-10.498857021331787],[-6.057024955749512,-10.79606580734253],[-5.871865749359131,-11.083984851837158],[-5.673449516296387,-11.362168312072754],[-5.462223052978516,-11.630171298980713],[-5.238631725311279,-11.887547969818115],[-5.003120422363281,-12.1338529586792],[-4.756135940551758,-12.368639945983887],[-4.498122692108154,-12.591463565826416],[-4.229527473449707,-12.801878452301025],[-3.9507951736450195,-12.999438762664795],[-3.6623711585998535,-13.183699131011963],[-3.3647022247314453,-13.35421371459961],[-3.0582332611083984,-13.510536670684814],[-2.7434091567993164,-13.652222633361816],[-2.4206771850585938,-13.778826236724854],[-2.0904808044433594,-13.889901161193848],[-1.7532682418823242,-13.985002517700195],[-1.4094829559326172,-14.063683986663818],[-1.0595712661743164,-14.125500679016113],[-0.7039785385131836,-14.17000675201416],[-0.3431520462036133,-14.196756362915039],[0.022464752197265625,-14.20530366897583],[0.3870382308959961,-14.195406913757324],[0.7468461990356445,-14.167415142059326],[1.1014394760131836,-14.121772766113281],[1.4503746032714844,-14.058923244476318],[1.7932062149047852,-13.979310512542725],[2.129486083984375,-13.883377075195312],[2.4587717056274414,-13.771567344665527],[2.78061580657959,-13.644324779510498],[3.094572067260742,-13.502092361450195],[3.400197982788086,-13.345314979553223],[3.6970434188842773,-13.174434185028076],[3.9846668243408203,-12.989895343780518],[4.262619972229004,-12.792141437530518],[4.530458450317383,-12.581615924835205],[4.787737846374512,-12.358762741088867],[5.0340070724487305,-12.124024391174316],[5.268828392028809,-11.877845287322998],[5.491751670837402,-11.6206693649292],[5.702330589294434,-11.35293960571289],[5.900120735168457,-11.075099468231201],[6.084677696228027,-10.787592887878418],[6.255553245544434,-10.490862846374512],[6.412304878234863,-10.185354232788086],[6.5544843673706055,-9.871508598327637],[6.681647300720215,-9.549772262573242],[6.793347358703613,-9.220584869384766],[6.8891401290893555,-8.884393692016602],[6.968579292297363,-8.541641235351562],[7.031216621398926,-8.192770004272461],[7.076613426208496,-7.838224411010742],[7.104315757751465,-7.478448867797852],[7.113883018493652,-7.113883972167969],[7.1053361892700195,-6.74826717376709],[7.078587532043457,-6.3874406814575195],[7.03408145904541,-6.031848907470703],[6.972264289855957,-5.681938171386719],[6.893582344055176,-5.338151931762695],[6.798480033874512,-5.000938415527344],[6.687405586242676,-4.670742988586426],[6.560803413391113,-4.348011016845703],[6.419116020202637,-4.0331878662109375],[6.26279354095459,-3.726717948913574],[6.092278480529785,-3.429048538208008],[5.908019065856934,-3.140625],[5.710457801818848,-2.8618927001953125],[5.500042915344238,-2.5932979583740234],[5.277220726013184,-2.3352842330932617],[5.042431831359863,-2.088298797607422],[4.796128273010254,-1.8527889251708984],[4.538751602172852,-1.6291980743408203],[4.270748138427734,-1.4179706573486328],[3.992565155029297,-1.2195549011230469],[3.7046451568603516,-1.0343952178955078],[3.407437324523926,-0.8629360198974609],[3.101384162902832,-0.70562744140625],[2.786932945251465,-0.5629100799560547],[2.4645309448242188,-0.4352302551269531],[2.13461971282959,-0.32303619384765625],[1.7976484298706055,-0.22677230834960938],[1.4540605545043945,-0.14688491821289062],[1.1043024063110352,-0.08381843566894531],[0.7488203048706055,-0.03801727294921875],[0.3880586624145508,-0.009929656982421875],[0.022464752197265625,0],[0,0]]},{"type":"line","version":111,"versionNonce":1992913501,"isDeleted":true,"id":"nJAGx2ce2HDuf3-pCujZv","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-588.7450857162476,"y":514.2564735412598,"strokeColor":"transparent","backgroundColor":"#fff","width":14.205303192138672,"height":14.20530366897583,"seed":852235001,"groupIds":["PWn5snQqlVoHQ2RC5iCPd","pUP0qaCcZs3RD-8AgkWsr"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192056,"link":null,"locked":false,"customData":{"boxId":"rCkbsZl5tCzAsNPaJki8x","label":"BigQuery","resource":"google_bigquery_dataset","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.36559581756591797,-0.009929656982421875],[-0.7263565063476562,-0.03801727294921875],[-1.081838607788086,-0.08381843566894531],[-1.4315967559814453,-0.14688491821289062],[-1.7751836776733398,-0.22677230834960938],[-2.112156867980957,-0.32303619384765625],[-2.4420671463012695,-0.4352302551269531],[-2.764470100402832,-0.5629100799560547],[-3.078920364379883,-0.70562744140625],[-3.3849730491638184,-0.8629360198974609],[-3.6821823120117188,-1.0343952178955078],[-3.9701008796691895,-1.2195549011230469],[-4.248284816741943,-1.4179706573486328],[-4.516287803649902,-1.6291980743408203],[-4.773664474487305,-1.8527889251708984],[-5.019969463348389,-2.088298797607422],[-5.254756450653076,-2.3352842330932617],[-5.4775800704956055,-2.5932979583740234],[-5.687994480133057,-2.8618927001953125],[-5.885554790496826,-3.140625],[-6.069815635681152,-3.429048538208008],[-6.240329742431641,-3.726717948913574],[-6.396652698516846,-4.0331878662109375],[-6.538338661193848,-4.348011016845703],[-6.664942264556885,-4.670742988586426],[-6.776017189025879,-5.000938415527344],[-6.871118545532227,-5.338151931762695],[-6.949800491333008,-5.681938171386719],[-7.0116167068481445,-6.031848907470703],[-7.056122779846191,-6.3874406814575195],[-7.08287239074707,-6.74826717376709],[-7.0914201736450195,-7.113883972167969],[-7.081490516662598,-7.47947883605957],[-7.053402900695801,-7.840239524841309],[-7.007602214813232,-8.195722579956055],[-6.944535255432129,-8.545480728149414],[-6.864646911621094,-8.889067649841309],[-6.768383026123047,-9.22603988647461],[-6.65618896484375,-9.555950164794922],[-6.528510570526123,-9.8783540725708],[-6.385793209075928,-10.192804336547852],[-6.228483200073242,-10.498857021331787],[-6.057024955749512,-10.79606580734253],[-5.871865749359131,-11.083984851837158],[-5.673449516296387,-11.362168312072754],[-5.462223052978516,-11.630171298980713],[-5.238631725311279,-11.887547969818115],[-5.003120422363281,-12.1338529586792],[-4.756135940551758,-12.368639945983887],[-4.498122692108154,-12.591463565826416],[-4.229527473449707,-12.801878452301025],[-3.9507951736450195,-12.999438762664795],[-3.6623711585998535,-13.183699131011963],[-3.3647022247314453,-13.35421371459961],[-3.0582332611083984,-13.510536670684814],[-2.7434091567993164,-13.652222633361816],[-2.4206771850585938,-13.778826236724854],[-2.0904808044433594,-13.889901161193848],[-1.7532682418823242,-13.985002517700195],[-1.4094829559326172,-14.063683986663818],[-1.0595712661743164,-14.125500679016113],[-0.7039785385131836,-14.17000675201416],[-0.3431520462036133,-14.196756362915039],[0.022464752197265625,-14.20530366897583],[0.3870382308959961,-14.195406913757324],[0.7468461990356445,-14.167415142059326],[1.1014394760131836,-14.121772766113281],[1.4503746032714844,-14.058923244476318],[1.7932062149047852,-13.979310512542725],[2.129486083984375,-13.883377075195312],[2.4587717056274414,-13.771567344665527],[2.78061580657959,-13.644324779510498],[3.094572067260742,-13.502092361450195],[3.400197982788086,-13.345314979553223],[3.6970434188842773,-13.174434185028076],[3.9846668243408203,-12.989895343780518],[4.262619972229004,-12.792141437530518],[4.530458450317383,-12.581615924835205],[4.787737846374512,-12.358762741088867],[5.0340070724487305,-12.124024391174316],[5.268828392028809,-11.877845287322998],[5.491751670837402,-11.6206693649292],[5.702330589294434,-11.35293960571289],[5.900120735168457,-11.075099468231201],[6.084677696228027,-10.787592887878418],[6.255553245544434,-10.490862846374512],[6.412304878234863,-10.185354232788086],[6.5544843673706055,-9.871508598327637],[6.681647300720215,-9.549772262573242],[6.793347358703613,-9.220584869384766],[6.8891401290893555,-8.884393692016602],[6.968579292297363,-8.541641235351562],[7.031216621398926,-8.192770004272461],[7.076613426208496,-7.838224411010742],[7.104315757751465,-7.478448867797852],[7.113883018493652,-7.113883972167969],[7.1053361892700195,-6.74826717376709],[7.078587532043457,-6.3874406814575195],[7.03408145904541,-6.031848907470703],[6.972264289855957,-5.681938171386719],[6.893582344055176,-5.338151931762695],[6.798480033874512,-5.000938415527344],[6.687405586242676,-4.670742988586426],[6.560803413391113,-4.348011016845703],[6.419116020202637,-4.0331878662109375],[6.26279354095459,-3.726717948913574],[6.092278480529785,-3.429048538208008],[5.908019065856934,-3.140625],[5.710457801818848,-2.8618927001953125],[5.500042915344238,-2.5932979583740234],[5.277220726013184,-2.3352842330932617],[5.042431831359863,-2.088298797607422],[4.796128273010254,-1.8527889251708984],[4.538751602172852,-1.6291980743408203],[4.270748138427734,-1.4179706573486328],[3.992565155029297,-1.2195549011230469],[3.7046451568603516,-1.0343952178955078],[3.407437324523926,-0.8629360198974609],[3.101384162902832,-0.70562744140625],[2.786932945251465,-0.5629100799560547],[2.4645309448242188,-0.4352302551269531],[2.13461971282959,-0.32303619384765625],[1.7976484298706055,-0.22677230834960938],[1.4540605545043945,-0.14688491821289062],[1.1043024063110352,-0.08381843566894531],[0.7488203048706055,-0.03801727294921875],[0.3880586624145508,-0.009929656982421875],[0.022464752197265625,0],[0,0]]},{"type":"line","version":111,"versionNonce":1250110963,"isDeleted":true,"id":"T9eojxue9EVUgk7Oey03w","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-593.2867398262024,"y":506.96286964416504,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":1.8196568489074707,"height":4.646490097045898,"seed":1038972183,"groupIds":["jPGKJN1GzmTpTm6AfSVZT","PWn5snQqlVoHQ2RC5iCPd","pUP0qaCcZs3RD-8AgkWsr"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192056,"link":null,"locked":false,"customData":{"boxId":"rCkbsZl5tCzAsNPaJki8x","label":"BigQuery","resource":"google_bigquery_dataset","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,2.796879768371582],[0,2.796879768371582],[0.17416858673095703,3.0759944915771484],[0.36487913131713867,3.342823028564453],[0.5714726448059082,3.596665382385254],[0.7932920455932617,3.836817741394043],[1.0296778678894043,4.062578201293945],[1.2799725532531738,4.273244857788086],[1.5435185432434082,4.46811580657959],[1.8196568489074707,4.646490097045898],[1.8196568489074707,0],[0,0],[0,0]]},{"type":"line","version":111,"versionNonce":1963269821,"isDeleted":true,"id":"89n2-VC6qO8C5B8xyHvFf","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-589.9244928359985,"y":504.38689517974854,"strokeColor":"#00000000","backgroundColor":"#669df6","width":2.2427453994750977,"height":8.085492134094238,"seed":2040613849,"groupIds":["iBPzNQQ4IeLLh2JQ_rgVx","PWn5snQqlVoHQ2RC5iCPd","pUP0qaCcZs3RD-8AgkWsr"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192056,"link":null,"locked":false,"customData":{"boxId":"rCkbsZl5tCzAsNPaJki8x","label":"BigQuery","resource":"google_bigquery_dataset","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,8.004990577697754],[0,8.004990577697754],[0.29485130310058594,8.036524772644043],[0.5897035598754883,8.057877540588379],[0.8845548629760742,8.068699836730957],[1.1794071197509766,8.068642616271973],[1.445591926574707,8.081278800964355],[1.7110748291015625,8.085492134094238],[1.9765596389770508,8.081278800964355],[2.2427453994750977,8.068642616271973],[2.2427453994750977,0],[0,0],[0,0]]},{"type":"line","version":111,"versionNonce":544143251,"isDeleted":true,"id":"Wy6vgjoRbDyPDnecTv4nC","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-585.9369735717773,"y":508.05616188049316,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":1.8084230422973633,"height":3.497035026550293,"seed":1691138615,"groupIds":["fZe_yjjcqfbUOpUWFfa0Y","PWn5snQqlVoHQ2RC5iCPd","pUP0qaCcZs3RD-8AgkWsr"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192056,"link":null,"locked":false,"customData":{"boxId":"rCkbsZl5tCzAsNPaJki8x","label":"BigQuery","resource":"google_bigquery_dataset","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,3.497035026550293],[0,3.497035026550293],[0.2770538330078125,3.307438850402832],[0.5408821105957031,3.1014394760131836],[0.7908115386962891,2.879755973815918],[1.026169776916504,2.6431102752685547],[1.2462835311889648,2.392223358154297],[1.4504785537719727,2.1278133392333984],[1.6380834579467773,1.850602149963379],[1.8084230422973633,1.5613107681274414],[1.8084230422973633,0],[0,0],[0,0]]},{"type":"rectangle","version":123,"versionNonce":466370333,"isDeleted":true,"id":"uK_QKU4jqy7TvnkM2CY4t","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":600,"y":220,"strokeColor":"#202124","backgroundColor":"#FFF","width":240,"height":60,"seed":459172503,"groupIds":["5R9cKCvLJ4g76ToM7MLJ1","3jrSiyr1R9hbmIXanWkCL"],"strokeSharpness":"round","boundElements":[],"updated":1706297192056,"link":null,"locked":false,"customData":{"boxId":"xKHUnyB9oVjnPJ1dqEWl3","label":"Cloud Functions","resource":"google_cloudfunctions_function","type":"container"}},{"type":"text","version":114,"versionNonce":91262259,"isDeleted":true,"id":"hgbfKOar4KE5N2WAXKClX","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":616,"y":236,"strokeColor":"#1A73E8","backgroundColor":"transparent","width":160,"height":18,"seed":537161305,"groupIds":["5R9cKCvLJ4g76ToM7MLJ1","3jrSiyr1R9hbmIXanWkCL"],"strokeSharpness":"round","boundElements":[],"updated":1706297192056,"link":null,"locked":false,"customData":{"boxId":"xKHUnyB9oVjnPJ1dqEWl3","label":"Cloud Functions","resource":"google_cloudfunctions_function","type":"child"},"fontSize":16,"fontFamily":5,"text":"Cloud Functions","baseline":16,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":"Cloud Functions"},{"type":"text","version":71,"versionNonce":831542141,"isDeleted":true,"id":"x3F9Oozh31FgC97kyW-ao","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":436,"y":518,"strokeColor":"#202124","backgroundColor":"transparent","width":160,"height":18,"seed":595787703,"groupIds":["5R9cKCvLJ4g76ToM7MLJ1","3jrSiyr1R9hbmIXanWkCL"],"strokeSharpness":"round","boundElements":[],"updated":1706297192056,"link":null,"locked":false,"customData":{"boxId":"xKHUnyB9oVjnPJ1dqEWl3","label":"Cloud Functions","resource":"google_cloudfunctions_function","type":"child"},"fontSize":16,"fontFamily":5,"text":"","baseline":16,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":""},{"type":"line","version":72,"versionNonce":753823443,"isDeleted":true,"id":"upL8UrFxTxjnnHUzaKcoJ","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":436,"y":545,"strokeColor":"#202124","backgroundColor":"transparent","width":208,"height":0,"seed":167197497,"groupIds":["5R9cKCvLJ4g76ToM7MLJ1","3jrSiyr1R9hbmIXanWkCL"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192056,"link":null,"locked":false,"customData":{"boxId":"xKHUnyB9oVjnPJ1dqEWl3","label":"Cloud Functions","resource":"google_cloudfunctions_function","type":"child"},"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[208,0]]},{"type":"text","version":71,"versionNonce":848485341,"isDeleted":true,"id":"TKv2chHuYkC9NW5E5DNua","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":436,"y":553,"strokeColor":"#202124","backgroundColor":"transparent","width":160,"height":14,"seed":546828503,"groupIds":["5R9cKCvLJ4g76ToM7MLJ1","3jrSiyr1R9hbmIXanWkCL"],"strokeSharpness":"round","boundElements":[],"updated":1706297192056,"link":null,"locked":false,"customData":{"boxId":"xKHUnyB9oVjnPJ1dqEWl3","label":"Cloud Functions","resource":"google_cloudfunctions_function","type":"child"},"fontSize":12,"fontFamily":4,"text":"","baseline":12,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":""},{"type":"line","version":114,"versionNonce":427760755,"isDeleted":true,"id":"e_0aKaymMGbZi_n_3BPUM","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":801.3598774671555,"y":251.73782634735107,"strokeColor":"#00000000","backgroundColor":"#669df6","width":3.182848572731018,"height":12.727717876434326,"seed":1237150745,"groupIds":["bNhr7iDN4XSSspPjGYOg5","5R9cKCvLJ4g76ToM7MLJ1","3jrSiyr1R9hbmIXanWkCL"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192056,"link":null,"locked":false,"customData":{"boxId":"xKHUnyB9oVjnPJ1dqEWl3","label":"Cloud Functions","resource":"google_cloudfunctions_function","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[3.182848572731018,2.5874414443969727],[3.182848572731018,-10.140276432037354],[0,-7.563859939575195],[0,0]]},{"type":"line","version":114,"versionNonce":384129085,"isDeleted":true,"id":"_UiCJuGx2f4B0TZQ_2Q3X","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":801.3598774671555,"y":245.83889770507812,"strokeColor":"#00000000","backgroundColor":"#4285f4","width":3.182848572731018,"height":4.241347789764404,"seed":1278328311,"groupIds":["afB47AaiErYunvnouMdGW","5R9cKCvLJ4g76ToM7MLJ1","3jrSiyr1R9hbmIXanWkCL"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192056,"link":null,"locked":false,"customData":{"boxId":"xKHUnyB9oVjnPJ1dqEWl3","label":"Cloud Functions","resource":"google_cloudfunctions_function","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[3.182848572731018,-2.1206741333007812],[3.182848572731018,-4.241347789764404],[0,0]]},{"type":"line","version":114,"versionNonce":921245203,"isDeleted":true,"id":"nPLg2WEhJMbCFuaAqy8Yr","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":804.5427260398865,"y":254.32526779174805,"strokeColor":"#00000000","backgroundColor":"#4285f4","width":3.182848572731018,"height":4.245022773742676,"seed":390758649,"groupIds":["afB47AaiErYunvnouMdGW","5R9cKCvLJ4g76ToM7MLJ1","3jrSiyr1R9hbmIXanWkCL"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192056,"link":null,"locked":false,"customData":{"boxId":"xKHUnyB9oVjnPJ1dqEWl3","label":"Cloud Functions","resource":"google_cloudfunctions_function","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,-2.1206741333007812],[-3.182848572731018,-4.245022773742676],[0,0]]},{"type":"line","version":114,"versionNonce":1483294877,"isDeleted":true,"id":"blnLWzn1758w9dyjNfa65","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":807.7218990325928,"y":256.4459419250488,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":6.362021565437317,"height":8.486371040344238,"seed":961865495,"groupIds":["6QzxFfPXbh10oTspJ3cBo","5R9cKCvLJ4g76ToM7MLJ1","3jrSiyr1R9hbmIXanWkCL"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192056,"link":null,"locked":false,"customData":{"boxId":"xKHUnyB9oVjnPJ1dqEWl3","label":"Cloud Functions","resource":"google_cloudfunctions_function","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-6.362021565437317,-6.365696907043457],[-6.362021565437317,-2.1206741333007812],[-2.1206741333007812,2.1206741333007812],[0,0]]},{"type":"line","version":114,"versionNonce":874699699,"isDeleted":true,"id":"uUZMBe3_UIt4dc5ma7tx0","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":805.59019947052,"y":237.36722826957703,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":6.3546706438064575,"height":8.471669435501099,"seed":1612839385,"groupIds":["6QzxFfPXbh10oTspJ3cBo","5R9cKCvLJ4g76ToM7MLJ1","3jrSiyr1R9hbmIXanWkCL"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192056,"link":null,"locked":false,"customData":{"boxId":"xKHUnyB9oVjnPJ1dqEWl3","label":"Cloud Functions","resource":"google_cloudfunctions_function","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-4.230322003364563,4.230321645736694],[-4.219295978546143,8.471669435501099],[2.1243486404418945,2.120673894882202],[0,0]]},{"type":"line","version":114,"versionNonce":953167101,"isDeleted":true,"id":"utkIFhJVyYPoIYOqZQTW8","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":822.5702896118164,"y":244.19601821899414,"strokeColor":"#00000000","backgroundColor":"#669df6","width":3.1791725158691406,"height":12.727717876434326,"seed":645262391,"groupIds":["4kNdp7PLUCQ8mDodij1mn","5R9cKCvLJ4g76ToM7MLJ1","3jrSiyr1R9hbmIXanWkCL"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192056,"link":null,"locked":false,"customData":{"boxId":"xKHUnyB9oVjnPJ1dqEWl3","label":"Cloud Functions","resource":"google_cloudfunctions_function","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-3.1791725158691406,-2.587441921234131],[-3.1791725158691406,10.140275955200195],[0,7.571209907531738],[0,0]]},{"type":"line","version":114,"versionNonce":491973971,"isDeleted":true,"id":"dM1fGUjvqnUCAfLMy69y5","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":822.5702896118164,"y":250.09127044677734,"strokeColor":"#00000000","backgroundColor":"#4285f4","width":3.1791725158691406,"height":4.245023727416992,"seed":358045369,"groupIds":["ZJtKmHfIMPN2qjEyP2PB1","5R9cKCvLJ4g76ToM7MLJ1","3jrSiyr1R9hbmIXanWkCL"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192056,"link":null,"locked":false,"customData":{"boxId":"xKHUnyB9oVjnPJ1dqEWl3","label":"Cloud Functions","resource":"google_cloudfunctions_function","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-3.1791725158691406,2.1206741333007812],[-3.1791725158691406,4.245023727416992],[0,0]]},{"type":"line","version":114,"versionNonce":1201374557,"isDeleted":true,"id":"dMP2F3iw49ja5d2mRGLhg","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":819.3911170959473,"y":241.60857629776,"strokeColor":"#00000000","backgroundColor":"#4285f4","width":3.1791725158691406,"height":4.241346836090088,"seed":259607895,"groupIds":["ZJtKmHfIMPN2qjEyP2PB1","5R9cKCvLJ4g76ToM7MLJ1","3jrSiyr1R9hbmIXanWkCL"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192056,"link":null,"locked":false,"customData":{"boxId":"xKHUnyB9oVjnPJ1dqEWl3","label":"Cloud Functions","resource":"google_cloudfunctions_function","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,2.120673656463623],[3.1791725158691406,4.241346836090088],[0,0]]},{"type":"line","version":114,"versionNonce":902810355,"isDeleted":true,"id":"OefPteHDJBTQA1Do8akfj","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":816.2082691192627,"y":239.48790216445923,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":6.362020492553711,"height":8.482694864273071,"seed":965613465,"groupIds":["sXcjfWb-V7pPldkw9zSZa","5R9cKCvLJ4g76ToM7MLJ1","3jrSiyr1R9hbmIXanWkCL"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192056,"link":null,"locked":false,"customData":{"boxId":"xKHUnyB9oVjnPJ1dqEWl3","label":"Cloud Functions","resource":"google_cloudfunctions_function","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[6.362020492553711,6.362020969390869],[6.362020492553711,2.1206741333007812],[2.1206741333007812,-2.120673894882202],[0,0]]},{"type":"line","version":114,"versionNonce":672977341,"isDeleted":true,"id":"83VPt72M016rTWs1RVsZX","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":818.3399696350098,"y":258.5666160583496,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":6.350994110107422,"height":8.475345611572266,"seed":2142472823,"groupIds":["sXcjfWb-V7pPldkw9zSZa","5R9cKCvLJ4g76ToM7MLJ1","3jrSiyr1R9hbmIXanWkCL"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192056,"link":null,"locked":false,"customData":{"boxId":"xKHUnyB9oVjnPJ1dqEWl3","label":"Cloud Functions","resource":"google_cloudfunctions_function","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[4.230319976806641,-4.230321884155273],[4.219295501708984,-8.475345611572266],[-2.1206741333007812,-2.1206741333007812],[0,0]]},{"type":"ellipse","version":114,"versionNonce":304084115,"isDeleted":true,"id":"XJZF_fPLZHY97hJplvM8R","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":806.6597242355347,"y":246.8973970413208,"strokeColor":"transparent","backgroundColor":"#aecbfa","width":2.1243491172790527,"height":2.1243491172790527,"seed":788118649,"groupIds":["5R9cKCvLJ4g76ToM7MLJ1","3jrSiyr1R9hbmIXanWkCL"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192056,"link":null,"locked":false,"customData":{"boxId":"xKHUnyB9oVjnPJ1dqEWl3","label":"Cloud Functions","resource":"google_cloudfunctions_function","type":"child"}},{"type":"ellipse","version":114,"versionNonce":393581085,"isDeleted":true,"id":"q3n7JxcBUywJlOBd3PvY7","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":810.9047479629517,"y":246.8973970413208,"strokeColor":"transparent","backgroundColor":"#aecbfa","width":2.1243491172790527,"height":2.1243491172790527,"seed":602481559,"groupIds":["5R9cKCvLJ4g76ToM7MLJ1","3jrSiyr1R9hbmIXanWkCL"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192056,"link":null,"locked":false,"customData":{"boxId":"xKHUnyB9oVjnPJ1dqEWl3","label":"Cloud Functions","resource":"google_cloudfunctions_function","type":"child"}},{"type":"ellipse","version":114,"versionNonce":1912203827,"isDeleted":true,"id":"L4fjmWmI0dtlS24VwxTnH","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":815.1350688934326,"y":246.8973970413208,"strokeColor":"transparent","backgroundColor":"#aecbfa","width":2.1243491172790527,"height":2.1243491172790527,"seed":1163773273,"groupIds":["5R9cKCvLJ4g76ToM7MLJ1","3jrSiyr1R9hbmIXanWkCL"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192056,"link":null,"locked":false,"customData":{"boxId":"xKHUnyB9oVjnPJ1dqEWl3","label":"Cloud Functions","resource":"google_cloudfunctions_function","type":"child"}},{"type":"rectangle","version":138,"versionNonce":848774781,"isDeleted":true,"id":"U7PrUpBPQmmZHCqASI-Ow","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-800,"y":229,"strokeColor":"#202124","backgroundColor":"#FFF","width":240,"height":60,"seed":23934073,"groupIds":["bIfo2S_slPgQcNFNMHHG8","WYywIWhO6_gsd9vfB_ZQR"],"strokeSharpness":"round","boundElements":[],"updated":1706297192056,"link":null,"locked":false,"customData":{"boxId":"rLR6xsPDNiM8uM_dWPxfI","label":"Cloud Storage","resource":"google_storage_bucket","type":"container"}},{"type":"text","version":130,"versionNonce":1514417107,"isDeleted":true,"id":"df1Faj6grA5YWJUMLbUA1","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-784,"y":245,"strokeColor":"#1A73E8","backgroundColor":"transparent","width":160,"height":18,"seed":2122918807,"groupIds":["bIfo2S_slPgQcNFNMHHG8","WYywIWhO6_gsd9vfB_ZQR"],"strokeSharpness":"round","boundElements":[],"updated":1706297192056,"link":null,"locked":false,"customData":{"boxId":"rLR6xsPDNiM8uM_dWPxfI","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"},"fontSize":16,"fontFamily":5,"text":"Cloud Storage","baseline":16,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":"Cloud Storage"},{"type":"text","version":70,"versionNonce":2084794077,"isDeleted":true,"id":"ASGqLNn49E-gUlySKgcYM","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":76,"y":358,"strokeColor":"#202124","backgroundColor":"transparent","width":160,"height":18,"seed":1789017433,"groupIds":["bIfo2S_slPgQcNFNMHHG8","WYywIWhO6_gsd9vfB_ZQR"],"strokeSharpness":"round","boundElements":[],"updated":1706297192056,"link":null,"locked":false,"customData":{"boxId":"rLR6xsPDNiM8uM_dWPxfI","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"},"fontSize":16,"fontFamily":5,"text":"","baseline":16,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":""},{"type":"line","version":72,"versionNonce":1863661939,"isDeleted":true,"id":"emDs8xtXVHbWyvKwkTM9f","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":76,"y":385,"strokeColor":"#202124","backgroundColor":"transparent","width":208,"height":5,"seed":900571319,"groupIds":["bIfo2S_slPgQcNFNMHHG8","WYywIWhO6_gsd9vfB_ZQR"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192056,"link":null,"locked":false,"customData":{"boxId":"rLR6xsPDNiM8uM_dWPxfI","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"},"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[104,-5],[208,0]]},{"type":"text","version":70,"versionNonce":587959101,"isDeleted":true,"id":"7u-q_aNjsr1SCZUOEAsqc","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":76,"y":393,"strokeColor":"#202124","backgroundColor":"transparent","width":160,"height":14,"seed":2114136633,"groupIds":["bIfo2S_slPgQcNFNMHHG8","WYywIWhO6_gsd9vfB_ZQR"],"strokeSharpness":"round","boundElements":[],"updated":1706297192056,"link":null,"locked":false,"customData":{"boxId":"rLR6xsPDNiM8uM_dWPxfI","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"},"fontSize":12,"fontFamily":4,"text":"","baseline":12,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":""},{"type":"rectangle","version":130,"versionNonce":229872403,"isDeleted":true,"id":"HI8XpVJa93L_74TifTQLb","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-598,"y":249,"strokeColor":"transparent","backgroundColor":"#aecbfa","width":20,"height":7,"seed":918974935,"groupIds":["bIfo2S_slPgQcNFNMHHG8","WYywIWhO6_gsd9vfB_ZQR"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192056,"link":null,"locked":false,"customData":{"boxId":"rLR6xsPDNiM8uM_dWPxfI","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"}},{"type":"rectangle","version":130,"versionNonce":122755997,"isDeleted":true,"id":"gGGmgRo83p1-2H5J38a55","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-580,"y":249,"strokeColor":"transparent","backgroundColor":"#669df6","width":2,"height":7,"seed":1416854297,"groupIds":["bIfo2S_slPgQcNFNMHHG8","WYywIWhO6_gsd9vfB_ZQR"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192056,"link":null,"locked":false,"customData":{"boxId":"rLR6xsPDNiM8uM_dWPxfI","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"}},{"type":"line","version":130,"versionNonce":647346355,"isDeleted":true,"id":"-2RO9tA6FGEBIw2H_mtS2","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-578,"y":249,"strokeColor":"#00000000","backgroundColor":"#4285f4","width":2,"height":7,"seed":2062032631,"groupIds":["dQXXRBrWO75fnfmcVT3bh","bIfo2S_slPgQcNFNMHHG8","WYywIWhO6_gsd9vfB_ZQR"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192056,"link":null,"locked":false,"customData":{"boxId":"rLR6xsPDNiM8uM_dWPxfI","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-2,0],[-2,7],[0,0],[0,0]]},{"type":"rectangle","version":130,"versionNonce":21340157,"isDeleted":true,"id":"yo6K94viLy_PPMYCDxaLY","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-598,"y":249,"strokeColor":"transparent","backgroundColor":"#669df6","width":2,"height":7,"seed":510046201,"groupIds":["bIfo2S_slPgQcNFNMHHG8","WYywIWhO6_gsd9vfB_ZQR"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192056,"link":null,"locked":false,"customData":{"boxId":"rLR6xsPDNiM8uM_dWPxfI","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"}},{"type":"rectangle","version":130,"versionNonce":1466051155,"isDeleted":true,"id":"ezaojXbWYhQga4qYlfmzt","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-594,"y":252,"strokeColor":"transparent","backgroundColor":"#fff","width":6,"height":1,"seed":1687627799,"groupIds":["bIfo2S_slPgQcNFNMHHG8","WYywIWhO6_gsd9vfB_ZQR"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192056,"link":null,"locked":false,"customData":{"boxId":"rLR6xsPDNiM8uM_dWPxfI","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"}},{"type":"rectangle","version":130,"versionNonce":1726650461,"isDeleted":true,"id":"tK-D_0iO_1bTx_Z1GVpl1","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-585,"y":251,"strokeColor":"transparent","backgroundColor":"#fff","width":3,"height":3,"seed":836782297,"groupIds":["bIfo2S_slPgQcNFNMHHG8","WYywIWhO6_gsd9vfB_ZQR"],"strokeSharpness":"round","boundElements":[],"updated":1706297192056,"link":null,"locked":false,"customData":{"boxId":"rLR6xsPDNiM8uM_dWPxfI","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"}},{"type":"rectangle","version":130,"versionNonce":1156540403,"isDeleted":true,"id":"va_ItxtgBqfQSYGhL3rIk","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-598,"y":258,"strokeColor":"transparent","backgroundColor":"#aecbfa","width":20,"height":7,"seed":298323255,"groupIds":["bIfo2S_slPgQcNFNMHHG8","WYywIWhO6_gsd9vfB_ZQR"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192056,"link":null,"locked":false,"customData":{"boxId":"rLR6xsPDNiM8uM_dWPxfI","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"}},{"type":"rectangle","version":130,"versionNonce":1376879805,"isDeleted":true,"id":"vcZT6diRIGFDTvY8xkolW","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-580,"y":258,"strokeColor":"transparent","backgroundColor":"#669df6","width":2,"height":7,"seed":1483982265,"groupIds":["bIfo2S_slPgQcNFNMHHG8","WYywIWhO6_gsd9vfB_ZQR"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192056,"link":null,"locked":false,"customData":{"boxId":"rLR6xsPDNiM8uM_dWPxfI","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"}},{"type":"line","version":130,"versionNonce":893645203,"isDeleted":true,"id":"VtXn2cbFQ1T-MGWEQ8jIi","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-578,"y":258,"strokeColor":"#00000000","backgroundColor":"#4285f4","width":2,"height":7,"seed":1843351127,"groupIds":["zpEsK7al1Y_UkOXBBh-N3","bIfo2S_slPgQcNFNMHHG8","WYywIWhO6_gsd9vfB_ZQR"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192056,"link":null,"locked":false,"customData":{"boxId":"rLR6xsPDNiM8uM_dWPxfI","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-2,0],[-2,7],[0,0],[0,0]]},{"type":"rectangle","version":130,"versionNonce":643556637,"isDeleted":true,"id":"gd2cQasVNlwDg78iYzVAB","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-598,"y":258,"strokeColor":"transparent","backgroundColor":"#669df6","width":2,"height":7,"seed":1564780185,"groupIds":["bIfo2S_slPgQcNFNMHHG8","WYywIWhO6_gsd9vfB_ZQR"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192056,"link":null,"locked":false,"customData":{"boxId":"rLR6xsPDNiM8uM_dWPxfI","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"}},{"type":"rectangle","version":130,"versionNonce":1771456307,"isDeleted":true,"id":"FLWXw4vgo7IYe6T8vJNGc","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-594,"y":261,"strokeColor":"transparent","backgroundColor":"#fff","width":6,"height":1,"seed":61959031,"groupIds":["bIfo2S_slPgQcNFNMHHG8","WYywIWhO6_gsd9vfB_ZQR"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192056,"link":null,"locked":false,"customData":{"boxId":"rLR6xsPDNiM8uM_dWPxfI","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"}},{"type":"rectangle","version":130,"versionNonce":1463499133,"isDeleted":true,"id":"Gg9lMQYTOBZY2u2m89x54","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-585,"y":260,"strokeColor":"transparent","backgroundColor":"#fff","width":3,"height":3,"seed":1527147385,"groupIds":["bIfo2S_slPgQcNFNMHHG8","WYywIWhO6_gsd9vfB_ZQR"],"strokeSharpness":"round","boundElements":[],"updated":1706297192056,"link":null,"locked":false,"customData":{"boxId":"rLR6xsPDNiM8uM_dWPxfI","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"}},{"id":"OVEN37Iv__GljxDhpz1EK","type":"text","x":760.3124999999998,"y":24.885742187500227,"width":7,"height":23,"angle":0,"strokeColor":"#000000","backgroundColor":"transparent","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"round","seed":1222193593,"version":67,"versionNonce":944564435,"isDeleted":true,"boundElements":null,"updated":1706297192056,"link":null,"locked":false,"text":"","fontSize":20,"fontFamily":2,"textAlign":"left","verticalAlign":"top","baseline":19,"containerId":null,"originalText":""},{"id":"BPEGt1BNZwBAG_7GLkhpJ","type":"text","x":475.3125,"y":729.8857421875,"width":7,"height":23,"angle":0,"strokeColor":"#000000","backgroundColor":"transparent","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"round","seed":78713145,"version":67,"versionNonce":1844511197,"isDeleted":true,"boundElements":null,"updated":1706297192056,"link":null,"locked":false,"text":"","fontSize":20,"fontFamily":2,"textAlign":"left","verticalAlign":"top","baseline":19,"containerId":null,"originalText":""},{"id":"3EleidzYjikUW9ZkNfEPT","type":"arrow","x":-680,"y":340,"width":0,"height":140,"angle":0,"strokeColor":"#202124","backgroundColor":"#202124","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"sharp","seed":485615671,"version":190,"versionNonce":1727944307,"isDeleted":true,"boundElements":null,"updated":1706297192056,"link":null,"locked":false,"points":[[0,0],[0,140]],"lastCommittedPoint":null,"startBinding":{"elementId":"alQMHesl-G0NviYi6f0BX","focus":0,"gap":1},"endBinding":{"elementId":"D6aJ_2_A95YlU4x7pRShZ","focus":0,"gap":1},"startArrowhead":null,"endArrowhead":"triangle","fontFamily":2},{"id":"eA4HsqtnkUBOc8YEdHjwl","type":"arrow","x":-560,"y":520,"width":220,"height":0,"angle":0,"strokeColor":"#202124","backgroundColor":"#202124","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"sharp","seed":290329817,"version":186,"versionNonce":1334754877,"isDeleted":true,"boundElements":null,"updated":1706297192056,"link":null,"locked":false,"points":[[0,0],[220,0]],"lastCommittedPoint":null,"startBinding":{"elementId":"D6aJ_2_A95YlU4x7pRShZ","focus":0.3333333333333333,"gap":1},"endBinding":{"elementId":"9S5avaATpAiJMjsYiewcz","focus":-0.3333333333333333,"gap":1},"startArrowhead":null,"endArrowhead":"triangle","fontFamily":2},{"id":"xP_gJ8bJaZVmg5KJ-HN1p","type":"line","x":-540,"y":260,"width":200,"height":0,"angle":0,"strokeColor":"#000000","backgroundColor":"transparent","fillStyle":"hachure","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"round","seed":571006489,"version":93,"versionNonce":1148260371,"isDeleted":true,"boundElements":null,"updated":1706297192056,"link":null,"locked":false,"points":[[0,0],[200,0]],"lastCommittedPoint":null,"startBinding":null,"endBinding":null,"startArrowhead":null,"endArrowhead":"triangle","fontFamily":2},{"id":"2e-mxha5cZ4ATXu5ZeyDi","type":"line","x":-640,"y":360,"width":400,"height":0,"angle":0,"strokeColor":"#000000","backgroundColor":"transparent","fillStyle":"hachure","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"round","seed":2131584057,"version":100,"versionNonce":1123413661,"isDeleted":true,"boundElements":null,"updated":1706297192056,"link":null,"locked":false,"points":[[0,0],[400,0]],"lastCommittedPoint":null,"startBinding":null,"endBinding":null,"startArrowhead":null,"endArrowhead":"triangle","fontFamily":2},{"id":"Xhd-6J2LDGQhKMuer4my7","type":"line","x":-240,"y":360,"width":0,"height":80,"angle":0,"strokeColor":"#000000","backgroundColor":"transparent","fillStyle":"hachure","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"round","seed":43393273,"version":87,"versionNonce":43750835,"isDeleted":true,"boundElements":null,"updated":1706297192056,"link":null,"locked":false,"points":[[0,0],[0,-80]],"lastCommittedPoint":null,"startBinding":null,"endBinding":null,"startArrowhead":null,"endArrowhead":"triangle","fontFamily":2},{"id":"YUf3D1bcc1sqJLuyl7Rsa","type":"line","x":-640,"y":360,"width":0,"height":120,"angle":0,"strokeColor":"#000000","backgroundColor":"transparent","fillStyle":"hachure","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"round","seed":1083042423,"version":93,"versionNonce":920130301,"isDeleted":true,"boundElements":null,"updated":1706297192057,"link":null,"locked":false,"points":[[0,0],[0,120]],"lastCommittedPoint":null,"startBinding":null,"endBinding":null,"startArrowhead":null,"endArrowhead":"triangle","fontFamily":2},{"type":"rectangle","version":143,"versionNonce":1352951635,"isDeleted":true,"id":"cf5kRJdL23c-AqV-Ynthp","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-340,"y":229,"strokeColor":"#202124","backgroundColor":"#FFF","width":240,"height":60,"seed":354115579,"groupIds":["gptzy46kGqAGwW9zR9NRE","DRI4DxqEjdWcCsN5R8YS7"],"strokeSharpness":"round","boundElements":[],"updated":1706297192057,"link":null,"locked":false,"customData":{"boxId":"kixQ5_825eshCxk7Ywn9a","label":"Workflows","type":"container"}},{"type":"text","version":140,"versionNonce":1203153757,"isDeleted":true,"id":"bk_slvsh0EiQYE1UI6Kcv","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-324,"y":245,"strokeColor":"#1A73E8","backgroundColor":"transparent","width":160,"height":18,"seed":1690759477,"groupIds":["gptzy46kGqAGwW9zR9NRE","DRI4DxqEjdWcCsN5R8YS7"],"strokeSharpness":"round","boundElements":[],"updated":1706297192057,"link":null,"locked":false,"customData":{"boxId":"kixQ5_825eshCxk7Ywn9a","label":"Workflows","type":"child"},"fontSize":16,"fontFamily":5,"text":"Workflows","baseline":16,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":"Workflows"},{"type":"text","version":99,"versionNonce":887227635,"isDeleted":true,"id":"Ovkx8aiMC4KKm106WRMHH","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1056,"y":278,"strokeColor":"#202124","backgroundColor":"transparent","width":160,"height":18,"seed":1682155675,"groupIds":["gptzy46kGqAGwW9zR9NRE","DRI4DxqEjdWcCsN5R8YS7"],"strokeSharpness":"round","boundElements":[],"updated":1706297192057,"link":null,"locked":false,"customData":{"boxId":"kixQ5_825eshCxk7Ywn9a","label":"Workflows","type":"child"},"fontSize":16,"fontFamily":5,"text":"","baseline":16,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":""},{"type":"line","version":100,"versionNonce":98777021,"isDeleted":true,"id":"oUQ9BshUrmSpQEaE5P6R4","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1056,"y":304,"strokeColor":"#202124","backgroundColor":"transparent","width":208,"height":0,"seed":832373397,"groupIds":["gptzy46kGqAGwW9zR9NRE","DRI4DxqEjdWcCsN5R8YS7"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192057,"link":null,"locked":false,"customData":{"boxId":"kixQ5_825eshCxk7Ywn9a","label":"Workflows","type":"child"},"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[208,0]]},{"type":"text","version":99,"versionNonce":651882131,"isDeleted":true,"id":"OwVka1Gpgm6ALFwQtLAIu","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1056,"y":313,"strokeColor":"#202124","backgroundColor":"transparent","width":160,"height":14,"seed":77192507,"groupIds":["gptzy46kGqAGwW9zR9NRE","DRI4DxqEjdWcCsN5R8YS7"],"strokeSharpness":"round","boundElements":[],"updated":1706297192057,"link":null,"locked":false,"customData":{"boxId":"kixQ5_825eshCxk7Ywn9a","label":"Workflows","type":"child"},"fontSize":12,"fontFamily":4,"text":"","baseline":12,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":""},{"type":"line","version":140,"versionNonce":2071935005,"isDeleted":true,"id":"55F44ecfbmIhmusMYkgEl","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-132.2877697944641,"y":264.10791397094727,"strokeColor":"#00000000","backgroundColor":"#8ab4f8","width":2.2503600120544434,"height":2.071941375732422,"seed":275376117,"groupIds":["0qXjVyivUhvA_qoqjWSGq","gptzy46kGqAGwW9zR9NRE","DRI4DxqEjdWcCsN5R8YS7"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192057,"link":null,"locked":false,"customData":{"boxId":"kixQ5_825eshCxk7Ywn9a","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.011690616607666016,0.2695140838623047],[-0.04604291915893555,0.5330944061279297],[-0.10197877883911133,0.7891197204589844],[-0.17841720581054688,1.035970687866211],[2.0719428062438965,1.035970687866211],[2.0719428062438965,-1.035970687866211],[-0.17841720581054688,-1.035970687866211],[-0.17841720581054688,-1.035970687866211],[-0.10197877883911133,-0.7891178131103516],[-0.04604291915893555,-0.5330944061279297],[-0.011690616607666016,-0.2695140838623047],[0,0],[0,0]]},{"type":"line","version":140,"versionNonce":1766171699,"isDeleted":true,"id":"Zzu7zNaCZYYP2lylhQYYj","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-123.82158279418945,"y":248.56834530830383,"strokeColor":"#00000000","backgroundColor":"#8ab4f8","width":2.250359535217285,"height":2.0719425678253174,"seed":1904246235,"groupIds":["0qXjVyivUhvA_qoqjWSGq","gptzy46kGqAGwW9zR9NRE","DRI4DxqEjdWcCsN5R8YS7"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192057,"link":null,"locked":false,"customData":{"boxId":"kixQ5_825eshCxk7Ywn9a","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-2.250359535217285,0],[-2.250359535217285,2.0719425678253174],[0,2.0719425678253174],[0,2.0719425678253174],[-0.07643890380859375,1.8250901699066162],[-0.13237380981445312,1.5690648555755615],[-0.16672706604003906,1.3054859638214111],[-0.17841720581054688,1.0359714031219482],[-0.16672706604003906,0.7664568424224854],[-0.13237380981445312,0.502877950668335],[-0.07643890380859375,0.24685263633728027],[0,0],[0,0]]},{"type":"line","version":140,"versionNonce":1920740477,"isDeleted":true,"id":"gaevSpU4AwPGp25XXMvjV","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-120.89208602905273,"y":252.7122302055359,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":6.215827941894531,"height":6.2158273458480835,"seed":1127424341,"groupIds":["Qs7KG9BInQJoqOnAuE_p6","gptzy46kGqAGwW9zR9NRE","DRI4DxqEjdWcCsN5R8YS7"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192057,"link":null,"locked":false,"customData":{"boxId":"kixQ5_825eshCxk7Ywn9a","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.31754493713378906,-0.016060352325439453],[-0.6259651184082031,-0.06319713592529297],[-0.9236984252929688,-0.13984060287475586],[-1.2091712951660156,-0.24442386627197266],[-1.4808197021484375,-0.3753790855407715],[-1.7370719909667969,-0.5311374664306641],[-1.9763622283935547,-0.7101306915283203],[-2.1971206665039062,-0.9107909202575684],[-2.3977813720703125,-1.1315503120422363],[-2.5767765045166016,-1.3708405494689941],[-2.732534408569336,-1.6270933151245117],[-2.8634891510009766,-1.8987407684326172],[-2.9680728912353516,-2.1842145919799805],[-3.0447158813476562,-2.4819464683532715],[-3.0918521881103516,-2.7903690338134766],[-3.1079139709472656,-3.1079134941101074],[-3.0918521881103516,-3.4254579544067383],[-3.0447158813476562,-3.7338805198669434],[-2.9680728912353516,-4.031612396240234],[-2.8634891510009766,-4.317086219787598],[-2.732534408569336,-4.588733673095703],[-2.5767765045166016,-4.844986438751221],[-2.3977813720703125,-5.084276437759399],[-2.1971206665039062,-5.305035829544067],[-1.9763622283935547,-5.5056962966918945],[-1.7370719909667969,-5.68468976020813],[-1.4808197021484375,-5.840447902679443],[-1.2091712951660156,-5.9714027643203735],[-0.9236984252929688,-6.075986266136169],[-0.6259651184082031,-6.15263032913208],[-0.31754493713378906,-6.199766755104065],[0,-6.2158273458480835],[0.31754493713378906,-6.199766755104065],[0.6259670257568359,-6.15263032913208],[0.9236984252929688,-6.075986266136169],[1.2091732025146484,-5.9714027643203735],[1.4808197021484375,-5.840447902679443],[1.7370738983154297,-5.68468976020813],[1.9763622283935547,-5.5056962966918945],[2.197122573852539,-5.305035829544067],[2.3977832794189453,-5.084276437759399],[2.5767765045166016,-4.844986438751221],[2.732534408569336,-4.588733673095703],[2.8634891510009766,-4.317086219787598],[2.9680728912353516,-4.031612396240234],[3.0447158813476562,-3.7338805198669434],[3.0918540954589844,-3.4254579544067383],[3.1079139709472656,-3.1079134941101074],[3.0918540954589844,-2.7903690338134766],[3.0447158813476562,-2.4819464683532715],[2.9680728912353516,-2.1842145919799805],[2.8634891510009766,-1.8987407684326172],[2.732534408569336,-1.6270933151245117],[2.5767765045166016,-1.3708405494689941],[2.3977832794189453,-1.1315503120422363],[2.197122573852539,-0.9107909202575684],[1.9763622283935547,-0.7101306915283203],[1.7370738983154297,-0.5311374664306641],[1.4808197021484375,-0.3753790855407715],[1.2091732025146484,-0.24442386627197266],[0.9236984252929688,-0.13984060287475586],[0.6259670257568359,-0.06319713592529297],[0.31754493713378906,-0.016060352325439453],[0,0],[0,0]]},{"type":"line","version":140,"versionNonce":604546515,"isDeleted":true,"id":"Vl8V0Qc7l6kb06mnE9s-T","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-120.89208602905273,"y":248.56834530830383,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":2.071941375732422,"height":2.0719425678253174,"seed":369756795,"groupIds":["Qs7KG9BInQJoqOnAuE_p6","gptzy46kGqAGwW9zR9NRE","DRI4DxqEjdWcCsN5R8YS7"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192057,"link":null,"locked":false,"customData":{"boxId":"kixQ5_825eshCxk7Ywn9a","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.20810508728027344,0.021144390106201172],[-0.4022483825683594,0.08174467086791992],[-0.5781803131103516,0.1775517463684082],[-0.7316551208496094,0.30431652069091797],[-0.8584194183349609,0.4577901363372803],[-0.9542255401611328,0.6337234973907471],[-1.0148277282714844,0.8278663158416748],[-1.035970687866211,1.0359714031219482],[-1.0148277282714844,1.2440760135650635],[-0.9542255401611328,1.4382193088531494],[-0.8584194183349609,1.6141526699066162],[-0.7316551208496094,1.7676260471343994],[-0.5781803131103516,1.8943908214569092],[-0.4022483825683594,1.9901978969573975],[-0.20810508728027344,2.050798177719116],[0,2.0719425678253174],[0.20810508728027344,2.050798177719116],[0.4022483825683594,1.9901978969573975],[0.5781822204589844,1.8943908214569092],[0.7316551208496094,1.7676260471343994],[0.8584194183349609,1.6141526699066162],[0.9542255401611328,1.4382193088531494],[1.0148277282714844,1.2440760135650635],[1.035970687866211,1.0359714031219482],[1.0148277282714844,0.8278663158416748],[0.9542255401611328,0.6337234973907471],[0.8584194183349609,0.4577901363372803],[0.7316551208496094,0.30431652069091797],[0.5781822204589844,0.1775517463684082],[0.4022483825683594,0.08174467086791992],[0.20810508728027344,0.021144390106201172],[0,0],[0,0]]},{"type":"line","version":140,"versionNonce":2057016541,"isDeleted":true,"id":"SZw0N7E_X3GSTq3UqD50u","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-135.39568328857422,"y":267.21582794189453,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":6.2158273458480835,"height":6.215827941894531,"seed":793652917,"groupIds":["Qs7KG9BInQJoqOnAuE_p6","gptzy46kGqAGwW9zR9NRE","DRI4DxqEjdWcCsN5R8YS7"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192057,"link":null,"locked":false,"customData":{"boxId":"kixQ5_825eshCxk7Ywn9a","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.31754446029663086,-0.01605987548828125],[-0.6259670257568359,-0.06319808959960938],[-0.923698902130127,-0.13984107971191406],[-1.2091727256774902,-0.24442481994628906],[-1.4808201789855957,-0.3753795623779297],[-1.7370729446411133,-0.5311374664306641],[-1.976362943649292,-0.7101306915283203],[-2.19712233543396,-0.9107913970947266],[-2.397782802581787,-1.131551742553711],[-2.5767762660980225,-1.370840072631836],[-2.732534408569336,-1.6270942687988281],[-2.863489270210266,-1.8987407684326172],[-2.968072772026062,-2.184215545654297],[-3.0447168350219727,-2.4819469451904297],[-3.0918532609939575,-2.7903690338134766],[-3.107913851737976,-3.1079139709472656],[-3.0918532609939575,-3.4254589080810547],[-3.0447168350219727,-3.7338790893554688],[-2.968072772026062,-4.031612396240234],[-2.863489270210266,-4.317085266113281],[-2.732534408569336,-4.588733673095703],[-2.5767762660980225,-4.8449859619140625],[-2.397782802581787,-5.08427619934082],[-2.19712233543396,-5.305034637451172],[-1.976362943649292,-5.505695343017578],[-1.7370729446411133,-5.684690475463867],[-1.4808201789855957,-5.840448379516602],[-1.2091727256774902,-5.971403121948242],[-0.923698902130127,-6.075986862182617],[-0.6259670257568359,-6.152629852294922],[-0.31754446029663086,-6.199766159057617],[0,-6.215827941894531],[0.31754446029663086,-6.199766159057617],[0.6259670257568359,-6.152629852294922],[0.923698902130127,-6.075986862182617],[1.2091727256774902,-5.971403121948242],[1.4808201789855957,-5.840448379516602],[1.7370729446411133,-5.684690475463867],[1.976363182067871,-5.505695343017578],[2.197122573852539,-5.305034637451172],[2.397782802581787,-5.08427619934082],[2.5767760276794434,-4.8449859619140625],[2.732534408569336,-4.588733673095703],[2.8634896278381348,-4.317085266113281],[2.9680728912353516,-4.031612396240234],[3.0447163581848145,-3.7338790893554688],[3.091853141784668,-3.4254589080810547],[3.1079134941101074,-3.1079139709472656],[3.091853141784668,-2.7903690338134766],[3.0447163581848145,-2.4819469451904297],[2.9680728912353516,-2.184215545654297],[2.8634896278381348,-1.8987407684326172],[2.732534408569336,-1.6270942687988281],[2.5767760276794434,-1.370840072631836],[2.397782802581787,-1.131551742553711],[2.197122573852539,-0.9107913970947266],[1.976363182067871,-0.7101306915283203],[1.7370729446411133,-0.5311374664306641],[1.4808201789855957,-0.3753795623779297],[1.2091727256774902,-0.24442481994628906],[0.923698902130127,-0.13984107971191406],[0.6259670257568359,-0.06319808959960938],[0.31754446029663086,-0.01605987548828125],[0,0],[0,0]]},{"type":"line","version":140,"versionNonce":1044018035,"isDeleted":true,"id":"N3XaQF7l8QxJcpcTGd_j5","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-135.39568328857422,"y":263.07194328308105,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":2.0719425678253174,"height":2.071941375732422,"seed":1459159835,"groupIds":["Qs7KG9BInQJoqOnAuE_p6","gptzy46kGqAGwW9zR9NRE","DRI4DxqEjdWcCsN5R8YS7"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192057,"link":null,"locked":false,"customData":{"boxId":"kixQ5_825eshCxk7Ywn9a","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.20810508728027344,0.021142959594726562],[-0.40224790573120117,0.08174514770507812],[-0.578181266784668,0.17755126953125],[-0.7316548824310303,0.30431556701660156],[-0.85841965675354,0.4577903747558594],[-0.9542267322540283,0.6337223052978516],[-1.014827013015747,0.8278656005859375],[-1.0359714031219482,1.035970687866211],[-1.014827013015747,1.2440757751464844],[-0.9542267322540283,1.4382190704345703],[-0.85841965675354,1.6141529083251953],[-0.7316548824310303,1.7676258087158203],[-0.578181266784668,1.8943901062011719],[-0.40224790573120117,1.9901962280273438],[-0.20810508728027344,2.0507984161376953],[0,2.071941375732422],[0.20810461044311523,2.0507984161376953],[0.40224790573120117,1.9901962280273438],[0.578181266784668,1.8943901062011719],[0.7316546440124512,1.7676258087158203],[0.8584194183349609,1.6141529083251953],[0.9542264938354492,1.4382190704345703],[1.014826774597168,1.2440757751464844],[1.0359711647033691,1.035970687866211],[1.014826774597168,0.8278656005859375],[0.9542264938354492,0.6337223052978516],[0.8584194183349609,0.4577903747558594],[0.7316546440124512,0.30431556701660156],[0.578181266784668,0.17755126953125],[0.40224790573120117,0.08174514770507812],[0.20810461044311523,0.021142959594726562],[0,0],[0,0]]},{"type":"line","version":140,"versionNonce":795799869,"isDeleted":true,"id":"4dYmIXJilkPA3F2c7d4hC","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-120.89208602905273,"y":248.56834530830383,"strokeColor":"#00000000","backgroundColor":"#fff","width":2.071941375732422,"height":2.0719425678253174,"seed":1935708181,"groupIds":["O_gDphGotOhyglk6tWjQK","gptzy46kGqAGwW9zR9NRE","DRI4DxqEjdWcCsN5R8YS7"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192057,"link":null,"locked":false,"customData":{"boxId":"kixQ5_825eshCxk7Ywn9a","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.20810508728027344,0.021144390106201172],[-0.4022483825683594,0.08174467086791992],[-0.5781803131103516,0.1775517463684082],[-0.7316551208496094,0.30431652069091797],[-0.8584194183349609,0.4577901363372803],[-0.9542255401611328,0.6337234973907471],[-1.0148277282714844,0.8278663158416748],[-1.035970687866211,1.0359714031219482],[-1.0148277282714844,1.2440760135650635],[-0.9542255401611328,1.4382193088531494],[-0.8584194183349609,1.6141526699066162],[-0.7316551208496094,1.7676260471343994],[-0.5781803131103516,1.8943908214569092],[-0.4022483825683594,1.9901978969573975],[-0.20810508728027344,2.050798177719116],[0,2.0719425678253174],[0.20810508728027344,2.050798177719116],[0.4022483825683594,1.9901978969573975],[0.5781822204589844,1.8943908214569092],[0.7316551208496094,1.7676260471343994],[0.8584194183349609,1.6141526699066162],[0.9542255401611328,1.4382193088531494],[1.0148277282714844,1.2440760135650635],[1.035970687866211,1.0359714031219482],[1.0148277282714844,0.8278663158416748],[0.9542255401611328,0.6337234973907471],[0.8584194183349609,0.4577901363372803],[0.7316551208496094,0.30431652069091797],[0.5781822204589844,0.1775517463684082],[0.4022483825683594,0.08174467086791992],[0.20810508728027344,0.021144390106201172],[0,0],[0,0]]},{"type":"line","version":140,"versionNonce":2015464723,"isDeleted":true,"id":"K2mEKwjnLZhsqV8fY69MQ","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-135.39568328857422,"y":263.07194328308105,"strokeColor":"#00000000","backgroundColor":"#fff","width":2.0719425678253174,"height":2.071941375732422,"seed":1556080571,"groupIds":["O_gDphGotOhyglk6tWjQK","gptzy46kGqAGwW9zR9NRE","DRI4DxqEjdWcCsN5R8YS7"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192057,"link":null,"locked":false,"customData":{"boxId":"kixQ5_825eshCxk7Ywn9a","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.20810508728027344,0.021142959594726562],[-0.40224790573120117,0.08174514770507812],[-0.578181266784668,0.17755126953125],[-0.7316548824310303,0.30431556701660156],[-0.85841965675354,0.4577903747558594],[-0.9542267322540283,0.6337223052978516],[-1.014827013015747,0.8278656005859375],[-1.0359714031219482,1.035970687866211],[-1.014827013015747,1.2440757751464844],[-0.9542267322540283,1.4382190704345703],[-0.85841965675354,1.6141529083251953],[-0.7316548824310303,1.7676258087158203],[-0.578181266784668,1.8943901062011719],[-0.40224790573120117,1.9901962280273438],[-0.20810508728027344,2.0507984161376953],[0,2.071941375732422],[0.20810461044311523,2.0507984161376953],[0.40224790573120117,1.9901962280273438],[0.578181266784668,1.8943901062011719],[0.7316546440124512,1.7676258087158203],[0.8584194183349609,1.6141529083251953],[0.9542264938354492,1.4382190704345703],[1.014826774597168,1.2440757751464844],[1.0359711647033691,1.035970687866211],[1.014826774597168,0.8278656005859375],[0.9542264938354492,0.6337223052978516],[0.8584194183349609,0.4577903747558594],[0.7316546440124512,0.30431556701660156],[0.578181266784668,0.17755126953125],[0.40224790573120117,0.08174514770507812],[0.20810461044311523,0.021142959594726562],[0,0],[0,0]]},{"type":"line","version":140,"versionNonce":1045938589,"isDeleted":true,"id":"XUqgauL4CO0lGWWcexOdZ","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-132.1093521118164,"y":255.820143699646,"strokeColor":"#00000000","backgroundColor":"#669df6","width":6.394245028495789,"height":9.225899696350098,"seed":1029686645,"groupIds":["DxfRCauXFy8msjzZEeeV_","gptzy46kGqAGwW9zR9NRE","DRI4DxqEjdWcCsN5R8YS7"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192057,"link":null,"locked":false,"customData":{"boxId":"kixQ5_825eshCxk7Ywn9a","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-2.2503600120544434,0],[-2.2503600120544434,0],[-2.462372303009033,-0.010685920715332031],[-2.668221950531006,-0.042052268981933594],[-2.8668718338012695,-0.0930624008178711],[-3.057284355163574,-0.16267967224121094],[-3.2384233474731445,-0.24986648559570312],[-3.4092516899108887,-0.35358524322509766],[-3.568732261657715,-0.47280120849609375],[-3.7158279418945312,-0.6064748764038086],[-3.849501132965088,-0.753570556640625],[-3.968716621398926,-0.913050651550293],[-4.0724358558654785,-1.083878517150879],[-4.159622669219971,-1.2650175094604492],[-4.2292397022247314,-1.4554309844970703],[-4.280249834060669,-1.6540803909301758],[-4.31161642074585,-1.8599300384521484],[-4.322302579879761,-2.0719423294067383],[-4.322302579879761,-3.1079134941101074],[-4.322302579879761,-3.1079134941101074],[-4.316173315048218,-3.2672781944274902],[-4.298089265823364,-3.4234819412231445],[-4.268505811691284,-3.5760602951049805],[-4.227878093719482,-3.724550247192383],[-4.176661252975464,-3.8684868812561035],[-4.1153106689453125,-4.007407188415527],[-4.044281721115112,-4.140848159790039],[-3.96402907371521,-4.268344879150391],[-3.7776756286621094,-4.503653049468994],[-3.5598926544189453,-4.709621906280518],[-3.314321517944336,-4.882542610168457],[-3.182253360748291,-4.955450057983398],[-3.044604778289795,-5.018704414367676],[-3.1479320526123047,-5.301258563995361],[-3.223741054534912,-5.5956830978393555],[-3.270413875579834,-5.9008989334106445],[-3.2863311767578125,-6.215826988220215],[-3.276798725128174,-6.459532260894775],[-3.2489209175109863,-6.697841644287109],[-3.203777313232422,-6.929675817489624],[-3.142446517944336,-7.153956413269043],[-3.485318183898926,-7.062928199768066],[-3.815906524658203,-6.9439857006073],[-4.132853746414185,-6.798486232757568],[-4.434802532196045,-6.6277875900268555],[-4.720395803451538,-6.433246612548828],[-4.98827600479126,-6.216220378875732],[-5.237085819244385,-5.978066921234131],[-5.465467929840088,-5.7201433181762695],[-5.672065019607544,-5.443807601928711],[-5.855519771575928,-5.150415897369385],[-6.014474511146545,-4.841325759887695],[-6.14757227897644,-4.517895221710205],[-6.2534555196762085,-4.18148136138916],[-6.330767035484314,-3.833441734313965],[-6.3781492710113525,-3.4751334190368652],[-6.394245028495789,-3.1079134941101074],[-6.394245028495789,-2.0719423294067383],[-6.394245028495789,-2.0719423294067383],[-6.3728097677230835,-1.6488656997680664],[-6.3099037408828735,-1.2378711700439453],[-6.207625985145569,-0.8410558700561523],[-6.068075895309448,-0.46052074432373047],[-5.893352746963501,-0.09836578369140625],[-5.685555696487427,0.24331188201904297],[-5.446784019470215,0.5624113082885742],[-5.1791369915008545,0.8568344116210938],[-4.884714126586914,1.1244821548461914],[-4.5656139850616455,1.3632535934448242],[-4.223936557769775,1.5710506439208984],[-3.8617806434631348,1.7457733154296875],[-3.481245994567871,1.8853235244750977],[-3.0844311714172363,1.9876022338867188],[-2.673436164855957,2.0505075454711914],[-2.2503600120544434,2.0719432830810547],[0,2.0719432830810547],[0,2.0719432830810547],[-0.07643890380859375,1.8250904083251953],[-0.13237428665161133,1.5690650939941406],[-0.16672706604003906,1.3054866790771484],[-0.17841768264770508,1.0359716415405273],[-0.16672706604003906,0.7664575576782227],[-0.13237428665161133,0.5028781890869141],[-0.07643890380859375,0.24685287475585938],[0,0],[0,0]]},{"type":"line","version":140,"versionNonce":1161065139,"isDeleted":true,"id":"fXJ-CiuQhZHHjJ7WrqoJE","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-121.91079139709473,"y":255.820143699646,"strokeColor":"#00000000","backgroundColor":"#4285f4","width":5.369785308837891,"height":9.231654167175293,"seed":495007835,"groupIds":["guWTa5FsNBzzhwnMSb8ee","gptzy46kGqAGwW9zR9NRE","DRI4DxqEjdWcCsN5R8YS7"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192057,"link":null,"locked":false,"customData":{"boxId":"kixQ5_825eshCxk7Ywn9a","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-1.2316551208496094,0],[-1.2316551208496094,0],[-1.1552162170410156,0.24685287475585938],[-1.0992794036865234,0.5028781890869141],[-1.0649280548095703,0.7664575576782227],[-1.0532379150390625,1.0359716415405273],[-1.0649280548095703,1.3054866790771484],[-1.0992794036865234,1.5690650939941406],[-1.1552162170410156,1.8250904083251953],[-1.2316551208496094,2.0719432830810547],[0,2.0719432830810547],[0,2.0719432830810547],[0.21201133728027344,2.0826292037963867],[0.4178638458251953,2.1139955520629883],[0.6165122985839844,2.165006637573242],[0.8069248199462891,2.2346229553222656],[0.9880638122558594,2.321809768676758],[1.1588916778564453,2.4255285263061523],[1.3183727264404297,2.5447444915771484],[1.4654693603515625,2.6784181594848633],[1.599142074584961,2.8255138397216797],[1.7183570861816406,2.9849939346313477],[1.8220748901367188,3.1558218002319336],[1.9092636108398438,3.336960792541504],[1.9788799285888672,3.527374267578125],[2.0298900604248047,3.7260236740112305],[2.0612564086914062,3.931873321533203],[2.071941375732422,4.143885612487793],[2.071941375732422,5.179856300354004],[2.071941375732422,5.179856300354004],[2.065746307373047,5.341246604919434],[2.0474605560302734,5.499213218688965],[2.0175399780273438,5.653304100036621],[1.9764385223388672,5.803057670593262],[1.9246139526367188,5.948025703430176],[1.8625221252441406,6.087746620178223],[1.7906169891357422,6.221772193908691],[1.7093524932861328,6.349640846252441],[1.6191864013671875,6.470900535583496],[1.5205707550048828,6.585095405578613],[1.4139633178710938,6.691769599914551],[1.2998199462890625,6.790467262268066],[1.1785945892333984,6.880736351013184],[1.0507431030273438,6.962119102478027],[0.916717529296875,7.0341596603393555],[0.7769775390625,7.096402168273926],[0.8769798278808594,7.378058433532715],[0.951080322265625,7.670504570007324],[0.9971237182617188,7.973742485046387],[1.012948989868164,8.28777027130127],[1.0033283233642578,8.53156566619873],[0.9748191833496094,8.77050495147705],[0.9279670715332031,9.004048347473145],[0.8633098602294922,9.231654167175293],[1.2083377838134766,9.141573905944824],[1.5410652160644531,9.02332592010498],[1.8601150512695312,8.87828540802002],[2.1641178131103516,8.707823753356934],[2.4516983032226562,8.513319969177246],[2.7214832305908203,8.29614543914795],[2.9720935821533203,8.057673454284668],[3.202157974243164,7.799281120300293],[3.4103031158447266,7.522339820861816],[3.595155715942383,7.228226661682129],[3.755338668823242,6.918313026428223],[3.8894805908203125,6.593976020812988],[3.9962024688720703,6.256587028503418],[4.074134826660156,5.9075212478637695],[4.1219024658203125,5.548151969909668],[4.138130187988281,5.179856300354004],[4.138130187988281,4.143885612487793],[4.138130187988281,4.143885612487793],[4.117706298828125,3.720808982849121],[4.055688858032227,3.309814453125],[3.9541778564453125,2.912999153137207],[3.815288543701172,2.532464027404785],[3.641122817993164,2.170309066772461],[3.4337902069091797,1.8286314010620117],[3.1954002380371094,1.5095319747924805],[2.9280567169189453,1.215108871459961],[2.6338729858398438,0.9474611282348633],[2.314950942993164,0.7086896896362305],[1.9734001159667969,0.5008926391601562],[1.6113319396972656,0.3261699676513672],[1.2308483123779297,0.18661975860595703],[0.8340606689453125,0.08434104919433594],[0.4230766296386719,0.02143573760986328],[0,0],[0,0]]},{"type":"line","version":140,"versionNonce":747079165,"isDeleted":true,"id":"YHfyWO5eXQXRriHiMk4tx","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-129.179856300354,"y":252.7122302055359,"strokeColor":"#00000000","backgroundColor":"#669df6","width":9.32374095916748,"height":6.2158273458480835,"seed":1620135637,"groupIds":["MWx6-6ES4xGwnEFJPDbU8","gptzy46kGqAGwW9zR9NRE","DRI4DxqEjdWcCsN5R8YS7"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192057,"link":null,"locked":false,"customData":{"boxId":"kixQ5_825eshCxk7Ywn9a","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-3.1079134941101074,0],[-3.1079134941101074,0],[-3.4254579544067383,-0.016060352325439453],[-3.733880043029785,-0.06319713592529297],[-4.031612396240234,-0.13984060287475586],[-4.317086219787598,-0.24442386627197266],[-4.588733196258545,-0.3753790855407715],[-4.8449859619140625,-0.5311374664306641],[-5.0842766761779785,-0.7101306915283203],[-5.3050360679626465,-0.9107909202575684],[-5.5056962966918945,-1.1315503120422363],[-5.684689521789551,-1.3708405494689941],[-5.840447425842285,-1.6270933151245117],[-5.971402645111084,-1.8987407684326172],[-6.075986385345459,-2.1842145919799805],[-6.15263032913208,-2.4819464683532715],[-6.199766635894775,-2.7903690338134766],[-6.215826988220215,-3.1079134941101074],[-6.199766635894775,-3.4254579544067383],[-6.15263032913208,-3.7338805198669434],[-6.075986385345459,-4.031612396240234],[-5.971402645111084,-4.317086219787598],[-5.840447425842285,-4.588733673095703],[-5.684689521789551,-4.844986438751221],[-5.5056962966918945,-5.084276437759399],[-5.3050360679626465,-5.305035829544067],[-5.0842766761779785,-5.5056962966918945],[-4.8449859619140625,-5.68468976020813],[-4.588733196258545,-5.840447902679443],[-4.317086219787598,-5.9714027643203735],[-4.031612396240234,-6.075986266136169],[-3.733880043029785,-6.15263032913208],[-3.4254579544067383,-6.199766755104065],[-3.1079134941101074,-6.2158273458480835],[0,-6.2158273458480835],[0,-6.2158273458480835],[0.31754493713378906,-6.199766755104065],[0.6259670257568359,-6.15263032913208],[0.9236993789672852,-6.075986266136169],[1.2091732025146484,-5.9714027643203735],[1.480820655822754,-5.840447902679443],[1.7370729446411133,-5.68468976020813],[1.976363182067871,-5.5056962966918945],[2.197122573852539,-5.305035829544067],[2.3977832794189453,-5.084276437759399],[2.5767765045166016,-4.844986438751221],[2.732534408569336,-4.588733673095703],[2.863490104675293,-4.317086219787598],[2.968073844909668,-4.031612396240234],[3.0447168350219727,-3.7338805198669434],[3.091853141784668,-3.4254579544067383],[3.1079139709472656,-3.1079134941101074],[3.091853141784668,-2.7903690338134766],[3.0447168350219727,-2.4819464683532715],[2.968073844909668,-2.1842145919799805],[2.863490104675293,-1.8987407684326172],[2.732534408569336,-1.6270933151245117],[2.5767765045166016,-1.3708405494689941],[2.3977832794189453,-1.1315503120422363],[2.197122573852539,-0.9107909202575684],[1.976363182067871,-0.7101306915283203],[1.7370729446411133,-0.5311374664306641],[1.480820655822754,-0.3753790855407715],[1.2091732025146484,-0.24442386627197266],[0.9236993789672852,-0.13984060287475586],[0.6259670257568359,-0.06319713592529297],[0.31754493713378906,-0.016060352325439453],[0,0],[0,0]]},{"type":"line","version":140,"versionNonce":1712956499,"isDeleted":true,"id":"fBwyxJittaoXBr1qKJJG1","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-132.2877697944641,"y":248.56834530830383,"strokeColor":"#00000000","backgroundColor":"#669df6","width":5.179856300354004,"height":2.0719425678253174,"seed":655324411,"groupIds":["MWx6-6ES4xGwnEFJPDbU8","gptzy46kGqAGwW9zR9NRE","DRI4DxqEjdWcCsN5R8YS7"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192057,"link":null,"locked":false,"customData":{"boxId":"kixQ5_825eshCxk7Ywn9a","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.20810413360595703,0.021144390106201172],[-0.40224790573120117,0.08174467086791992],[-0.578181266784668,0.1775517463684082],[-0.7316546440124512,0.30431652069091797],[-0.8584194183349609,0.4577901363372803],[-0.9542264938354492,0.6337234973907471],[-1.014826774597168,0.8278663158416748],[-1.0359711647033691,1.0359714031219482],[-1.014826774597168,1.2440760135650635],[-0.9542264938354492,1.4382193088531494],[-0.8584194183349609,1.6141526699066162],[-0.7316546440124512,1.7676260471343994],[-0.578181266784668,1.8943908214569092],[-0.40224790573120117,1.9901978969573975],[-0.20810413360595703,2.050798177719116],[0,2.0719425678253174],[3.1079134941101074,2.0719425678253174],[3.1079134941101074,2.0719425678253174],[3.316018581390381,2.050798177719116],[3.510161876678467,1.9901978969573975],[3.6860947608947754,1.8943908214569092],[3.839568614959717,1.7676260471343994],[3.9663338661193848,1.6141526699066162],[4.062139987945557,1.4382193088531494],[4.122740268707275,1.2440760135650635],[4.143885135650635,1.0359714031219482],[4.122740268707275,0.8278663158416748],[4.062139987945557,0.6337234973907471],[3.9663338661193848,0.4577901363372803],[3.839568614959717,0.30431652069091797],[3.6860947608947754,0.1775517463684082],[3.510161876678467,0.08174467086791992],[3.316018581390381,0.021144390106201172],[3.1079134941101074,0],[0,0],[0,0]]},{"type":"line","version":140,"versionNonce":1560264285,"isDeleted":true,"id":"pVBKUtII5j_yrGy4XhACo","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-126.07194232940674,"y":259.9640293121338,"strokeColor":"#00000000","backgroundColor":"#669df6","width":9.323740482330322,"height":6.215827941894531,"seed":730508341,"groupIds":["MWx6-6ES4xGwnEFJPDbU8","gptzy46kGqAGwW9zR9NRE","DRI4DxqEjdWcCsN5R8YS7"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192057,"link":null,"locked":false,"customData":{"boxId":"kixQ5_825eshCxk7Ywn9a","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-3.1079139709472656,0],[-3.1079139709472656,0],[-3.4254579544067383,-0.016060829162597656],[-3.733880043029785,-0.06319713592529297],[-4.031612396240234,-0.13984203338623047],[-4.317086219787598,-0.24442481994628906],[-4.588733673095703,-0.3753795623779297],[-4.8449859619140625,-0.5311374664306641],[-5.084277153015137,-0.7101316452026367],[-5.305035591125488,-0.9107913970947266],[-5.5056962966918945,-1.1315507888793945],[-5.684689521789551,-1.3708410263061523],[-5.840447425842285,-1.6270942687988281],[-5.971403121948242,-1.8987417221069336],[-6.075986385345459,-2.1842145919799805],[-6.152629852294922,-2.4819469451904297],[-6.199766635894775,-2.790369987487793],[-6.215827465057373,-3.1079139709472656],[-6.199766635894775,-3.4254579544067383],[-6.152629852294922,-3.7338809967041016],[-6.075986385345459,-4.031613349914551],[-5.971403121948242,-4.317086219787598],[-5.840447425842285,-4.588733673095703],[-5.684689521789551,-4.844986915588379],[-5.5056962966918945,-5.084277153015137],[-5.305035591125488,-5.305036544799805],[-5.084277153015137,-5.5056962966918945],[-4.8449859619140625,-5.684690475463867],[-4.588733673095703,-5.840448379516602],[-4.317086219787598,-5.971403121948242],[-4.031612396240234,-6.075986862182617],[-3.733880043029785,-6.152630805969238],[-3.4254579544067383,-6.199767112731934],[-3.1079139709472656,-6.215827941894531],[0,-6.215827941894531],[0,-6.215827941894531],[0.31754493713378906,-6.199767112731934],[0.6259670257568359,-6.152630805969238],[0.9236984252929688,-6.075986862182617],[1.209172248840332,-5.971403121948242],[1.480820655822754,-5.840448379516602],[1.7370729446411133,-5.684690475463867],[1.9763622283935547,-5.5056962966918945],[2.1971216201782227,-5.305036544799805],[2.397782325744629,-5.084277153015137],[2.576775550842285,-4.844986915588379],[2.7325353622436523,-4.588733673095703],[2.86348819732666,-4.317086219787598],[2.968071937561035,-4.031613349914551],[3.0447168350219727,-3.7338809967041016],[3.091853141784668,-3.4254579544067383],[3.107913017272949,-3.1079139709472656],[3.091853141784668,-2.790369987487793],[3.0447168350219727,-2.4819469451904297],[2.968071937561035,-2.1842145919799805],[2.86348819732666,-1.8987417221069336],[2.7325353622436523,-1.6270942687988281],[2.576775550842285,-1.3708410263061523],[2.397782325744629,-1.1315507888793945],[2.1971216201782227,-0.9107913970947266],[1.9763622283935547,-0.7101316452026367],[1.7370729446411133,-0.5311374664306641],[1.480820655822754,-0.3753795623779297],[1.209172248840332,-0.24442481994628906],[0.9236984252929688,-0.13984203338623047],[0.6259670257568359,-0.06319713592529297],[0.31754493713378906,-0.016060829162597656],[0,0],[0,0]]},{"type":"line","version":140,"versionNonce":1118282227,"isDeleted":true,"id":"4W5b2WnomGWlG-_ecbA-P","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-129.179856300354,"y":255.820143699646,"strokeColor":"#00000000","backgroundColor":"#669df6","width":5.179856300354004,"height":2.0719432830810547,"seed":686628251,"groupIds":["MWx6-6ES4xGwnEFJPDbU8","gptzy46kGqAGwW9zR9NRE","DRI4DxqEjdWcCsN5R8YS7"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192057,"link":null,"locked":false,"customData":{"boxId":"kixQ5_825eshCxk7Ywn9a","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.20810413360595703,0.021144866943359375],[-0.40224742889404297,0.08174514770507812],[-0.5781803131103516,0.1775522232055664],[-0.731654167175293,0.3043174743652344],[-0.8584194183349609,0.4577903747558594],[-0.9542255401611328,0.633723258972168],[-1.014826774597168,0.8278675079345703],[-1.035970687866211,1.0359716415405273],[-1.014826774597168,1.2440757751464844],[-0.9542255401611328,1.4382200241088867],[-0.8584194183349609,1.6141529083251953],[-0.731654167175293,1.7676258087158203],[-0.5781803131103516,1.8943910598754883],[-0.40224742889404297,1.9901981353759766],[-0.20810413360595703,2.0507984161376953],[0,2.0719432830810547],[3.1079139709472656,2.0719432830810547],[3.1079139709472656,2.0719432830810547],[3.316019058227539,2.0507984161376953],[3.510162353515625,1.9901981353759766],[3.6860952377319336,1.8943910598754883],[3.8395681381225586,1.7676258087158203],[3.9663333892822266,1.6141529083251953],[4.062140464782715,1.4382200241088867],[4.12274169921875,1.2440757751464844],[4.143885612487793,1.0359716415405273],[4.12274169921875,0.8278675079345703],[4.062140464782715,0.633723258972168],[3.9663333892822266,0.4577903747558594],[3.8395681381225586,0.3043174743652344],[3.6860952377319336,0.1775522232055664],[3.510162353515625,0.08174514770507812],[3.316019058227539,0.021144866943359375],[3.1079139709472656,0],[0,0],[0,0]]},{"type":"line","version":140,"versionNonce":1452403389,"isDeleted":true,"id":"tmE6NELc-6XLDk7VonVB-","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-124,"y":267.21582794189453,"strokeColor":"#00000000","backgroundColor":"#669df6","width":9.32374095916748,"height":6.215827941894531,"seed":2117164437,"groupIds":["MWx6-6ES4xGwnEFJPDbU8","gptzy46kGqAGwW9zR9NRE","DRI4DxqEjdWcCsN5R8YS7"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192057,"link":null,"locked":false,"customData":{"boxId":"kixQ5_825eshCxk7Ywn9a","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-3.107913017272949,0],[-3.107913017272949,0],[-3.4254579544067383,-0.01605987548828125],[-3.733880043029785,-0.06319808959960938],[-4.031612396240234,-0.13984107971191406],[-4.317085266113281,-0.24442481994628906],[-4.588733673095703,-0.3753795623779297],[-4.8449859619140625,-0.5311374664306641],[-5.08427619934082,-0.7101306915283203],[-5.305035591125488,-0.9107913970947266],[-5.505695343017578,-1.131551742553711],[-5.684689521789551,-1.370840072631836],[-5.840447425842285,-1.6270942687988281],[-5.971403121948242,-1.8987407684326172],[-6.075985908508301,-2.184215545654297],[-6.152629852294922,-2.4819469451904297],[-6.199766159057617,-2.7903690338134766],[-6.215826988220215,-3.1079139709472656],[-6.199766159057617,-3.4254589080810547],[-6.152629852294922,-3.7338790893554688],[-6.075985908508301,-4.031612396240234],[-5.971403121948242,-4.317085266113281],[-5.840447425842285,-4.588733673095703],[-5.684689521789551,-4.8449859619140625],[-5.505695343017578,-5.08427619934082],[-5.305035591125488,-5.305034637451172],[-5.08427619934082,-5.505695343017578],[-4.8449859619140625,-5.684690475463867],[-4.588733673095703,-5.840448379516602],[-4.317085266113281,-5.971403121948242],[-4.031612396240234,-6.075986862182617],[-3.733880043029785,-6.152629852294922],[-3.4254579544067383,-6.199766159057617],[-3.107913017272949,-6.215827941894531],[0,-6.215827941894531],[0,-6.215827941894531],[0.31754493713378906,-6.199766159057617],[0.6259670257568359,-6.152629852294922],[0.9236984252929688,-6.075986862182617],[1.2091732025146484,-5.971403121948242],[1.4808197021484375,-5.840448379516602],[1.7370738983154297,-5.684690475463867],[1.9763622283935547,-5.505695343017578],[2.197122573852539,-5.305034637451172],[2.3977832794189453,-5.08427619934082],[2.5767765045166016,-4.8449859619140625],[2.732534408569336,-4.588733673095703],[2.8634891510009766,-4.317085266113281],[2.9680728912353516,-4.031612396240234],[3.0447158813476562,-3.7338790893554688],[3.0918540954589844,-3.4254589080810547],[3.1079139709472656,-3.1079139709472656],[3.0918540954589844,-2.7903690338134766],[3.0447158813476562,-2.4819469451904297],[2.9680728912353516,-2.184215545654297],[2.8634891510009766,-1.8987407684326172],[2.732534408569336,-1.6270942687988281],[2.5767765045166016,-1.370840072631836],[2.3977832794189453,-1.131551742553711],[2.197122573852539,-0.9107913970947266],[1.9763622283935547,-0.7101306915283203],[1.7370738983154297,-0.5311374664306641],[1.4808197021484375,-0.3753795623779297],[1.2091732025146484,-0.24442481994628906],[0.9236984252929688,-0.13984107971191406],[0.6259670257568359,-0.06319808959960938],[0.31754493713378906,-0.01605987548828125],[0,0],[0,0]]},{"type":"line","version":140,"versionNonce":65334163,"isDeleted":true,"id":"CGXh-loQKSyBrtIOQE4J1","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-127.10791301727295,"y":263.07194328308105,"strokeColor":"#00000000","backgroundColor":"#669df6","width":5.1798553466796875,"height":2.071941375732422,"seed":1045213755,"groupIds":["MWx6-6ES4xGwnEFJPDbU8","gptzy46kGqAGwW9zR9NRE","DRI4DxqEjdWcCsN5R8YS7"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192057,"link":null,"locked":false,"customData":{"boxId":"kixQ5_825eshCxk7Ywn9a","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.20810508728027344,0.021142959594726562],[-0.4022483825683594,0.08174514770507812],[-0.578181266784668,0.17755126953125],[-0.7316551208496094,0.30431556701660156],[-0.8584194183349609,0.4577903747558594],[-0.9542264938354492,0.6337223052978516],[-1.014826774597168,0.8278656005859375],[-1.0359716415405273,1.035970687866211],[-1.014826774597168,1.2440757751464844],[-0.9542264938354492,1.4382190704345703],[-0.8584194183349609,1.6141529083251953],[-0.7316551208496094,1.7676258087158203],[-0.578181266784668,1.8943901062011719],[-0.4022483825683594,1.9901962280273438],[-0.20810508728027344,2.0507984161376953],[0,2.071941375732422],[3.107913017272949,2.071941375732422],[3.107913017272949,2.071941375732422],[3.3160181045532227,2.0507984161376953],[3.5101613998413086,1.9901962280273438],[3.6860952377319336,1.8943901062011719],[3.8395681381225586,1.7676258087158203],[3.96633243560791,1.6141529083251953],[4.062140464782715,1.4382190704345703],[4.122740745544434,1.2440757751464844],[4.14388370513916,1.035970687866211],[4.122740745544434,0.8278656005859375],[4.062140464782715,0.6337223052978516],[3.96633243560791,0.4577903747558594],[3.8395681381225586,0.30431556701660156],[3.6860952377319336,0.17755126953125],[3.5101613998413086,0.08174514770507812],[3.3160181045532227,0.021142959594726562],[3.107913017272949,0],[0,0],[0,0]]},{"type":"line","version":140,"versionNonce":1239386909,"isDeleted":true,"id":"5Shs53ryaksO2TYohoyjc","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-130.21582698822021,"y":252.7122302055359,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":5.179856300354004,"height":6.2158273458480835,"seed":532341493,"groupIds":["QY21_TNcA3YRTDUdFPLUv","gptzy46kGqAGwW9zR9NRE","DRI4DxqEjdWcCsN5R8YS7"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192057,"link":null,"locked":false,"customData":{"boxId":"kixQ5_825eshCxk7Ywn9a","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,-2.0719423294067383],[-2.0719428062438965,-2.0719423294067383],[-2.0719428062438965,-2.0719423294067383],[-2.2800469398498535,-2.0930867195129395],[-2.4741907119750977,-2.153687000274658],[-2.6501240730285645,-2.2494940757751465],[-2.8035974502563477,-2.3762588500976562],[-2.9303622245788574,-2.5297322273254395],[-3.0261693000793457,-2.7056655883789062],[-3.0867695808410645,-2.899808883666992],[-3.1079139709472656,-3.1079134941101074],[-3.0867695808410645,-3.316018581390381],[-3.0261693000793457,-3.5101613998413086],[-2.9303622245788574,-3.6860947608947754],[-2.8035974502563477,-3.8395683765411377],[-2.6501240730285645,-3.9663331508636475],[-2.4741907119750977,-4.062140226364136],[-2.2800469398498535,-4.1227405071258545],[-2.0719428062438965,-4.143884897232056],[0,-4.143884897232056],[0,-6.2158273458480835],[-2.0719428062438965,-6.2158273458480835],[-2.0719428062438965,-6.2158273458480835],[-2.3894872665405273,-6.199766755104065],[-2.697909355163574,-6.15263032913208],[-2.9956417083740234,-6.075986266136169],[-3.2811155319213867,-5.9714027643203735],[-3.552762508392334,-5.840447902679443],[-3.8090152740478516,-5.68468976020813],[-4.048305988311768,-5.5056962966918945],[-4.2690653800964355,-5.305035829544067],[-4.469725608825684,-5.084276437759399],[-4.64871883392334,-4.844986438751221],[-4.804476737976074,-4.588733673095703],[-4.935431957244873,-4.317086219787598],[-5.040015697479248,-4.031612396240234],[-5.116659641265869,-3.7338805198669434],[-5.1637959480285645,-3.4254579544067383],[-5.179856300354004,-3.1079134941101074],[-5.1637959480285645,-2.7903690338134766],[-5.116659641265869,-2.4819464683532715],[-5.040015697479248,-2.1842145919799805],[-4.935431957244873,-1.8987407684326172],[-4.804476737976074,-1.6270933151245117],[-4.64871883392334,-1.3708405494689941],[-4.469725608825684,-1.1315503120422363],[-4.2690653800964355,-0.9107909202575684],[-4.048305988311768,-0.7101306915283203],[-3.8090152740478516,-0.5311374664306641],[-3.552762508392334,-0.3753790855407715],[-3.2811155319213867,-0.24442386627197266],[-2.9956417083740234,-0.13984060287475586],[-2.697909355163574,-0.06319713592529297],[-2.3894872665405273,-0.016060352325439453],[-2.0719428062438965,0],[0,0],[0,0]]},{"type":"line","version":140,"versionNonce":1846018355,"isDeleted":true,"id":"jDyLpIHDzg07QXtPLfndT","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-127.10791301727295,"y":259.9640293121338,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":5.179856777191162,"height":6.215827941894531,"seed":2014360283,"groupIds":["QY21_TNcA3YRTDUdFPLUv","gptzy46kGqAGwW9zR9NRE","DRI4DxqEjdWcCsN5R8YS7"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192057,"link":null,"locked":false,"customData":{"boxId":"kixQ5_825eshCxk7Ywn9a","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,-2.0719423294067383],[-2.0719432830810547,-2.0719423294067383],[-2.0719432830810547,-2.0719423294067383],[-2.2800474166870117,-2.0930871963500977],[-2.4741907119750977,-2.1536874771118164],[-2.6501235961914062,-2.2494945526123047],[-2.8035974502563477,-2.3762598037719727],[-2.9303627014160156,-2.5297327041625977],[-3.0261688232421875,-2.7056655883789062],[-3.0867700576782227,-2.8998098373413086],[-3.1079139709472656,-3.1079139709472656],[-3.0867700576782227,-3.3160181045532227],[-3.0261688232421875,-3.510162353515625],[-2.9303627014160156,-3.6860952377319336],[-2.8035974502563477,-3.8395681381225586],[-2.6501235961914062,-3.9663333892822266],[-2.4741907119750977,-4.062140464782715],[-2.2800474166870117,-4.122740745544434],[-2.0719432830810547,-4.143885612487793],[0,-4.143885612487793],[0,-6.215827941894531],[-2.0719432830810547,-6.215827941894531],[-2.0719432830810547,-6.215827941894531],[-2.3894872665405273,-6.199767112731934],[-2.697909355163574,-6.152630805969238],[-2.9956417083740234,-6.075986862182617],[-3.2811155319213867,-5.971403121948242],[-3.552762985229492,-5.840448379516602],[-3.8090152740478516,-5.684690475463867],[-4.048306465148926,-5.5056962966918945],[-4.269064903259277,-5.305036544799805],[-4.469725608825684,-5.084277153015137],[-4.64871883392334,-4.844986915588379],[-4.804476737976074,-4.588733673095703],[-4.935432434082031,-4.317086219787598],[-5.040015697479248,-4.031613349914551],[-5.116659164428711,-3.7338809967041016],[-5.1637959480285645,-3.4254579544067383],[-5.179856777191162,-3.1079139709472656],[-5.1637959480285645,-2.790369987487793],[-5.116659164428711,-2.4819469451904297],[-5.040015697479248,-2.1842145919799805],[-4.935432434082031,-1.8987417221069336],[-4.804476737976074,-1.6270942687988281],[-4.64871883392334,-1.3708410263061523],[-4.469725608825684,-1.1315507888793945],[-4.269064903259277,-0.9107913970947266],[-4.048306465148926,-0.7101316452026367],[-3.8090152740478516,-0.5311374664306641],[-3.552762985229492,-0.3753795623779297],[-3.2811155319213867,-0.24442481994628906],[-2.9956417083740234,-0.13984203338623047],[-2.697909355163574,-0.06319713592529297],[-2.3894872665405273,-0.016060829162597656],[-2.0719432830810547,0],[0,0],[0,0]]},{"type":"line","version":140,"versionNonce":1465524093,"isDeleted":true,"id":"3Dg108XJt_D-k6_OgawNc","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-127.10791301727295,"y":265.1438846588135,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":5.179856300354004,"height":6.215827941894531,"seed":1420606549,"groupIds":["QY21_TNcA3YRTDUdFPLUv","gptzy46kGqAGwW9zR9NRE","DRI4DxqEjdWcCsN5R8YS7"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192057,"link":null,"locked":false,"customData":{"boxId":"kixQ5_825eshCxk7Ywn9a","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.20810508728027344,-0.021142959594726562],[-0.4022483825683594,-0.08174514770507812],[-0.578181266784668,-0.17755126953125],[-0.7316551208496094,-0.30431556701660156],[-0.8584194183349609,-0.45778846740722656],[-0.9542264938354492,-0.6337223052978516],[-1.014826774597168,-0.8278656005859375],[-1.0359716415405273,-1.035970687866211],[-1.014826774597168,-1.2440757751464844],[-0.9542264938354492,-1.4382190704345703],[-0.8584194183349609,-1.6141510009765625],[-0.7316551208496094,-1.7676258087158203],[-0.578181266784668,-1.8943901062011719],[-0.4022483825683594,-1.9901962280273438],[-0.20810508728027344,-2.0507984161376953],[0,-2.071941375732422],[2.0719423294067383,-2.071941375732422],[2.0719423294067383,-4.143884658813477],[0,-4.143884658813477],[0,-4.143884658813477],[-0.31754493713378906,-4.1278228759765625],[-0.6259670257568359,-4.080686569213867],[-0.9236993789672852,-4.0040435791015625],[-1.209172248840332,-3.8994598388671875],[-1.480820655822754,-3.768505096435547],[-1.7370729446411133,-3.6127471923828125],[-1.976363182067871,-3.4337520599365234],[-2.197122573852539,-3.233091354370117],[-2.397782325744629,-3.0123329162597656],[-2.5767765045166016,-2.773042678833008],[-2.732534408569336,-2.5167903900146484],[-2.863490104675293,-2.2451419830322266],[-2.9680728912353516,-1.9596691131591797],[-3.0447168350219727,-1.661935806274414],[-3.091853141784668,-1.353515625],[-3.1079139709472656,-1.035970687866211],[-3.091853141784668,-0.7184257507324219],[-3.0447168350219727,-0.410003662109375],[-2.9680728912353516,-0.11227226257324219],[-2.863490104675293,0.1732025146484375],[-2.732534408569336,0.44484901428222656],[-2.5767765045166016,0.7011032104492188],[-2.397782325744629,0.9403915405273438],[-2.197122573852539,1.1611518859863281],[-1.976363182067871,1.3618125915527344],[-1.7370729446411133,1.5408058166503906],[-1.480820655822754,1.696563720703125],[-1.209172248840332,1.8275184631347656],[-0.9236993789672852,1.9321022033691406],[-0.6259670257568359,2.0087451934814453],[-0.31754493713378906,2.0558834075927734],[0,2.0719432830810547],[2.0719423294067383,2.0719432830810547],[2.0719423294067383,0],[0,0],[0,0]]},{"type":"line","version":140,"versionNonce":2054644435,"isDeleted":true,"id":"UtYbbmhpVAzruPQHPMEMi","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-132.2877697944641,"y":248.56834530830383,"strokeColor":"#00000000","backgroundColor":"#fff","width":5.179856300354004,"height":2.0719425678253174,"seed":650878843,"groupIds":["hY8yel9PHEihLfNSD9abo","gptzy46kGqAGwW9zR9NRE","DRI4DxqEjdWcCsN5R8YS7"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192057,"link":null,"locked":false,"customData":{"boxId":"kixQ5_825eshCxk7Ywn9a","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.20810413360595703,0.021144390106201172],[-0.40224790573120117,0.08174467086791992],[-0.578181266784668,0.1775517463684082],[-0.7316546440124512,0.30431652069091797],[-0.8584194183349609,0.4577901363372803],[-0.9542264938354492,0.6337234973907471],[-1.014826774597168,0.8278663158416748],[-1.0359711647033691,1.0359714031219482],[-1.014826774597168,1.2440760135650635],[-0.9542264938354492,1.4382193088531494],[-0.8584194183349609,1.6141526699066162],[-0.7316546440124512,1.7676260471343994],[-0.578181266784668,1.8943908214569092],[-0.40224790573120117,1.9901978969573975],[-0.20810413360595703,2.050798177719116],[0,2.0719425678253174],[3.1079134941101074,2.0719425678253174],[3.1079134941101074,2.0719425678253174],[3.316018581390381,2.050798177719116],[3.510161876678467,1.9901978969573975],[3.6860947608947754,1.8943908214569092],[3.839568614959717,1.7676260471343994],[3.9663338661193848,1.6141526699066162],[4.062139987945557,1.4382193088531494],[4.122740268707275,1.2440760135650635],[4.143885135650635,1.0359714031219482],[4.122740268707275,0.8278663158416748],[4.062139987945557,0.6337234973907471],[3.9663338661193848,0.4577901363372803],[3.839568614959717,0.30431652069091797],[3.6860947608947754,0.1775517463684082],[3.510161876678467,0.08174467086791992],[3.316018581390381,0.021144390106201172],[3.1079134941101074,0],[0,0],[0,0]]},{"type":"line","version":140,"versionNonce":356722653,"isDeleted":true,"id":"-oqjkQ_dCJCSaC5GME7oI","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-129.179856300354,"y":255.820143699646,"strokeColor":"#00000000","backgroundColor":"#fff","width":5.179856300354004,"height":2.0719432830810547,"seed":886860213,"groupIds":["hY8yel9PHEihLfNSD9abo","gptzy46kGqAGwW9zR9NRE","DRI4DxqEjdWcCsN5R8YS7"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192057,"link":null,"locked":false,"customData":{"boxId":"kixQ5_825eshCxk7Ywn9a","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.20810413360595703,0.021144866943359375],[-0.40224742889404297,0.08174514770507812],[-0.5781803131103516,0.1775522232055664],[-0.731654167175293,0.3043174743652344],[-0.8584194183349609,0.4577903747558594],[-0.9542255401611328,0.633723258972168],[-1.014826774597168,0.8278675079345703],[-1.035970687866211,1.0359716415405273],[-1.014826774597168,1.2440757751464844],[-0.9542255401611328,1.4382200241088867],[-0.8584194183349609,1.6141529083251953],[-0.731654167175293,1.7676258087158203],[-0.5781803131103516,1.8943910598754883],[-0.40224742889404297,1.9901981353759766],[-0.20810413360595703,2.0507984161376953],[0,2.0719432830810547],[3.1079139709472656,2.0719432830810547],[3.1079139709472656,2.0719432830810547],[3.316019058227539,2.0507984161376953],[3.510162353515625,1.9901981353759766],[3.6860952377319336,1.8943910598754883],[3.8395681381225586,1.7676258087158203],[3.9663333892822266,1.6141529083251953],[4.062140464782715,1.4382200241088867],[4.12274169921875,1.2440757751464844],[4.143885612487793,1.0359716415405273],[4.12274169921875,0.8278675079345703],[4.062140464782715,0.633723258972168],[3.9663333892822266,0.4577903747558594],[3.8395681381225586,0.3043174743652344],[3.6860952377319336,0.1775522232055664],[3.510162353515625,0.08174514770507812],[3.316019058227539,0.021144866943359375],[3.1079139709472656,0],[0,0],[0,0]]},{"type":"line","version":140,"versionNonce":835293299,"isDeleted":true,"id":"-lkkjPRBgR5740RwdIdyw","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-127.10791301727295,"y":263.07194328308105,"strokeColor":"#00000000","backgroundColor":"#fff","width":5.1798553466796875,"height":2.071941375732422,"seed":1690302491,"groupIds":["hY8yel9PHEihLfNSD9abo","gptzy46kGqAGwW9zR9NRE","DRI4DxqEjdWcCsN5R8YS7"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192057,"link":null,"locked":false,"customData":{"boxId":"kixQ5_825eshCxk7Ywn9a","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.20810508728027344,0.021142959594726562],[-0.4022483825683594,0.08174514770507812],[-0.578181266784668,0.17755126953125],[-0.7316551208496094,0.30431556701660156],[-0.8584194183349609,0.4577903747558594],[-0.9542264938354492,0.6337223052978516],[-1.014826774597168,0.8278656005859375],[-1.0359716415405273,1.035970687866211],[-1.014826774597168,1.2440757751464844],[-0.9542264938354492,1.4382190704345703],[-0.8584194183349609,1.6141529083251953],[-0.7316551208496094,1.7676258087158203],[-0.578181266784668,1.8943901062011719],[-0.4022483825683594,1.9901962280273438],[-0.20810508728027344,2.0507984161376953],[0,2.071941375732422],[3.107913017272949,2.071941375732422],[3.107913017272949,2.071941375732422],[3.3160181045532227,2.0507984161376953],[3.5101613998413086,1.9901962280273438],[3.6860952377319336,1.8943901062011719],[3.8395681381225586,1.7676258087158203],[3.96633243560791,1.6141529083251953],[4.062140464782715,1.4382190704345703],[4.122740745544434,1.2440757751464844],[4.14388370513916,1.035970687866211],[4.122740745544434,0.8278656005859375],[4.062140464782715,0.6337223052978516],[3.96633243560791,0.4577903747558594],[3.8395681381225586,0.30431556701660156],[3.6860952377319336,0.17755126953125],[3.5101613998413086,0.08174514770507812],[3.3160181045532227,0.021142959594726562],[3.107913017272949,0],[0,0],[0,0]]},{"type":"rectangle","version":186,"versionNonce":1437344829,"isDeleted":true,"id":"RJqU7o69YMl0eMokHK8S4","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1100,"y":440,"strokeColor":"#202124","backgroundColor":"#FFF","width":240,"height":60,"seed":1298520629,"groupIds":["UGnwZTFUWRcIJ29GuYV7y","6C0UwhX-t_Yn3Ab1P-WNJ"],"strokeSharpness":"round","boundElements":[],"updated":1706297192057,"link":null,"locked":false,"customData":{"boxId":"XjateU-UHdapqGJ03OYAI","label":"Vertex AI","type":"container"}},{"type":"text","version":169,"versionNonce":1170541075,"isDeleted":true,"id":"QAdeIc03yWnO1_xYiFmKc","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1116,"y":456,"strokeColor":"#1A73E8","backgroundColor":"transparent","width":160,"height":18,"seed":136564635,"groupIds":["UGnwZTFUWRcIJ29GuYV7y","6C0UwhX-t_Yn3Ab1P-WNJ"],"strokeSharpness":"round","boundElements":[],"updated":1706297192057,"link":null,"locked":false,"customData":{"boxId":"XjateU-UHdapqGJ03OYAI","label":"Vertex AI","type":"child"},"fontSize":16,"fontFamily":5,"text":"Vertex AI","baseline":16,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":"Vertex AI"},{"type":"text","version":65,"versionNonce":745968797,"isDeleted":true,"id":"PVqelgZ8R8boQ60M8lQTU","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":996,"y":278,"strokeColor":"#202124","backgroundColor":"transparent","width":160,"height":18,"seed":1484180373,"groupIds":["UGnwZTFUWRcIJ29GuYV7y","6C0UwhX-t_Yn3Ab1P-WNJ"],"strokeSharpness":"round","boundElements":[],"updated":1706297192057,"link":null,"locked":false,"customData":{"boxId":"XjateU-UHdapqGJ03OYAI","label":"Vertex AI","type":"child"},"fontSize":16,"fontFamily":5,"text":"","baseline":16,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":""},{"type":"line","version":66,"versionNonce":1801473971,"isDeleted":true,"id":"Uk4SyfG9yX0ye6Ipx9_qh","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":996,"y":304,"strokeColor":"#202124","backgroundColor":"transparent","width":208,"height":0,"seed":668804155,"groupIds":["UGnwZTFUWRcIJ29GuYV7y","6C0UwhX-t_Yn3Ab1P-WNJ"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192057,"link":null,"locked":false,"customData":{"boxId":"XjateU-UHdapqGJ03OYAI","label":"Vertex AI","type":"child"},"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[208,0]]},{"type":"text","version":65,"versionNonce":894695677,"isDeleted":true,"id":"GTPRF5OX_Db5z6xB1RBzY","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":996,"y":313,"strokeColor":"#202124","backgroundColor":"transparent","width":160,"height":14,"seed":723685621,"groupIds":["UGnwZTFUWRcIJ29GuYV7y","6C0UwhX-t_Yn3Ab1P-WNJ"],"strokeSharpness":"round","boundElements":[],"updated":1706297192057,"link":null,"locked":false,"customData":{"boxId":"XjateU-UHdapqGJ03OYAI","label":"Vertex AI","type":"child"},"fontSize":12,"fontFamily":4,"text":"","baseline":12,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":""},{"type":"line","version":169,"versionNonce":1958863187,"isDeleted":true,"id":"TFTwrkNh6AqkDpjP111bw","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1321.9633045196533,"y":470.2981653213501,"strokeColor":"#00000000","backgroundColor":"#669df6","width":10.129972457885742,"height":8.601454734802246,"seed":2059592923,"groupIds":["r_suxakBPVegYcherpKXH","UGnwZTFUWRcIJ29GuYV7y","6C0UwhX-t_Yn3Ab1P-WNJ"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192057,"link":null,"locked":false,"customData":{"boxId":"XjateU-UHdapqGJ03OYAI","label":"Vertex AI","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.12380027770996094,-0.12568092346191406],[-0.2653388977050781,-0.22362327575683594],[-0.4204254150390625,-0.2931833267211914],[-0.5848636627197266,-0.33371543884277344],[-0.7544612884521484,-0.344573974609375],[-0.9250297546386719,-0.32511425018310547],[-1.0923709869384766,-0.2746915817260742],[-1.2522945404052734,-0.19266033172607422],[-9.96330451965332,6.206421852111816],[-9.96330451965332,6.48165225982666],[-9.96330451965332,6.48165225982666],[-9.780749320983887,6.479231834411621],[-9.607226371765137,6.511324882507324],[-9.446603775024414,6.575024604797363],[-9.302753448486328,6.667431831359863],[-9.179546356201172,6.785639762878418],[-9.080849647521973,6.926749229431152],[-9.010538101196289,7.087855339050293],[-8.972477912902832,7.266055107116699],[-8.970059394836426,7.448609352111816],[-9.002152442932129,7.622134208679199],[-9.065852165222168,7.782753944396973],[-9.158257484436035,7.926606178283691],[-9.276467323303223,8.049813270568848],[-9.41757583618164,8.14850902557373],[-9.578681945800781,8.218823432922363],[-9.756882667541504,8.256880760192871],[-9.96330451965332,8.256880760192871],[-9.665712356567383,8.206995964050293],[-9.399083137512207,8.064221382141113],[-0.16514015197753906,1.252293586730957],[-0.16514015197753906,1.252293586730957],[-0.04007530212402344,1.1279296875],[0.05611991882324219,0.985020637512207],[0.12296676635742188,0.828242301940918],[0.1599750518798828,0.6622714996337891],[0.16666793823242188,0.49178409576416016],[0.14255905151367188,0.3214597702026367],[0.08716392517089844,0.15597248077392578],[0,0],[0,0]]},{"type":"line","version":169,"versionNonce":432394589,"isDeleted":true,"id":"VtgSaYKmn-2P48ghzHabn","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1311.8348627090454,"y":478.4587154388428,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":10.1350257396698,"height":8.601454734802246,"seed":854501973,"groupIds":["GRhLGYuRdbNJsLZpzpDWY","UGnwZTFUWRcIJ29GuYV7y","6C0UwhX-t_Yn3Ab1P-WNJ"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192057,"link":null,"locked":false,"customData":{"boxId":"XjateU-UHdapqGJ03OYAI","label":"Vertex AI","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.17820072174072266,-0.03862190246582031],[-0.3393058776855469,-0.1103057861328125],[-0.48041439056396484,-0.2106952667236328],[-0.5986232757568359,-0.3354358673095703],[-0.6910295486450195,-0.48017311096191406],[-0.754730224609375,-0.6405525207519531],[-0.7868223190307617,-0.8122215270996094],[-0.7844028472900391,-0.9908256530761719],[-0.6966743469238281,-1.2817497253417969],[-0.5263757705688477,-1.5223617553710938],[-0.28899097442626953,-1.6933059692382812],[-0.1499786376953125,-1.746603012084961],[0,-1.775228500366211],[0,-2.050457000732422],[-8.724770784378052,-8.449540138244629],[-8.724770784378052,-8.449540138244629],[-8.880178689956665,-8.531572341918945],[-9.044294834136963,-8.581995010375977],[-9.212926626205444,-8.601454734802246],[-9.38188099861145,-8.590595245361328],[-9.546964883804321,-8.550063133239746],[-9.703985452651978,-8.480504035949707],[-9.84874963760376,-8.382560729980469],[-9.977064490318298,-8.256880760192871],[-10.06304681301117,-8.100908279418945],[-10.115324258804321,-7.935420989990234],[-10.1350257396698,-7.7650957107543945],[-10.123280048370361,-7.594610214233398],[-10.081216216087341,-7.4286394119262695],[-10.009963035583496,-7.271860122680664],[-9.910649299621582,-7.128951072692871],[-9.784404039382935,-7.004586219787598],[-0.5504589080810547,-0.1926593780517578],[-0.5504589080810547,-0.1926593780517578],[-0.2855501174926758,-0.06020545959472656],[0,0],[0,0]]},{"type":"line","version":169,"versionNonce":725630707,"isDeleted":true,"id":"YJ_u1ogZ0n4NhBR3Q-jtf","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1312,"y":475.8440361022949,"strokeColor":"#00000000","backgroundColor":"#4285f4","width":3.660550117492676,"height":3.660552978515625,"seed":946311547,"groupIds":["imGG7UahrtDaDF3H8xXJ5","UGnwZTFUWRcIJ29GuYV7y","6C0UwhX-t_Yn3Ab1P-WNJ"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192057,"link":null,"locked":false,"customData":{"boxId":"XjateU-UHdapqGJ03OYAI","label":"Vertex AI","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.36707115173339844,0.03744316101074219],[-0.7097902297973633,0.14471054077148438],[-1.0205793380737305,0.31422996520996094],[-1.2918577194213867,0.5384197235107422],[-1.5160465240478516,0.8096961975097656],[-1.6855649948120117,1.1204872131347656],[-1.7928333282470703,1.463205337524414],[-1.8302745819091797,1.8302764892578125],[-1.7928333282470703,2.197347640991211],[-1.6855649948120117,2.5400657653808594],[-1.5160465240478516,2.8508567810058594],[-1.2918577194213867,3.122133255004883],[-1.0205793380737305,3.346323013305664],[-0.7097902297973633,3.5158424377441406],[-0.36707115173339844,3.623109817504883],[0,3.660552978515625],[0.36707210540771484,3.623109817504883],[0.7097911834716797,3.5158424377441406],[1.0205793380737305,3.346323013305664],[1.2918586730957031,3.122133255004883],[1.5160455703735352,2.8508567810058594],[1.6855659484863281,2.5400657653808594],[1.7928342819213867,2.197347640991211],[1.830275535583496,1.8302764892578125],[1.7933998107910156,1.463205337524414],[1.6875009536743164,1.1204872131347656],[1.519674301147461,0.8096961975097656],[1.2970190048217773,0.5384197235107422],[1.026627540588379,0.31422996520996094],[0.7155971527099609,0.14471054077148438],[0.37102222442626953,0.03744316101074219],[0,0],[0,0]]},{"type":"line","version":169,"versionNonce":1461558717,"isDeleted":true,"id":"qqsVnw5eRi45MC2iAM-aU","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1312,"y":478.55504608154297,"strokeColor":"#00000000","backgroundColor":"#4285f4","width":1.7889909744262695,"height":1.788991928100586,"seed":280008629,"groupIds":["imGG7UahrtDaDF3H8xXJ5","UGnwZTFUWRcIJ29GuYV7y","6C0UwhX-t_Yn3Ab1P-WNJ"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192057,"link":null,"locked":false,"customData":{"boxId":"XjateU-UHdapqGJ03OYAI","label":"Vertex AI","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.18067264556884766,-0.018115997314453125],[-0.3487663269042969,-0.07009696960449219],[-0.5007343292236328,-0.15239715576171875],[-0.6330270767211914,-0.26146697998046875],[-0.7420978546142578,-0.39376068115234375],[-0.8243980407714844,-0.5457286834716797],[-0.8763790130615234,-0.7138214111328125],[-0.894495964050293,-0.8944950103759766],[-0.8763790130615234,-1.0751686096191406],[-0.8243980407714844,-1.2432613372802734],[-0.7420978546142578,-1.3952312469482422],[-0.6330270767211914,-1.5275230407714844],[-0.5007343292236328,-1.6365947723388672],[-0.3487663269042969,-1.718893051147461],[-0.18067264556884766,-1.7708740234375],[0,-1.788991928100586],[0.18067359924316406,-1.7708740234375],[0.3487672805786133,-1.718893051147461],[0.5007343292236328,-1.6365947723388672],[0.6330280303955078,-1.5275230407714844],[0.7420978546142578,-1.3952312469482422],[0.8243989944458008,-1.2432613372802734],[0.8763799667358398,-1.0751686096191406],[0.8944950103759766,-0.8944950103759766],[0.8944950103759766,-0.8807334899902344],[0.8944950103759766,-0.8807334899902344],[0.8769445419311523,-0.7006511688232422],[0.8263339996337891,-0.5341167449951172],[0.7457265853881836,-0.3843536376953125],[0.638188362121582,-0.25458717346191406],[0.5067825317382812,-0.1480426788330078],[0.35457324981689453,-0.0679473876953125],[0.18462467193603516,-0.017522811889648438],[0,0],[0,0],[0,0]]},{"type":"line","version":169,"versionNonce":1768024211,"isDeleted":true,"id":"gb3X65I7LB3M05YXhJTJy","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1312,"y":478.55504608154297,"strokeColor":"#00000000","backgroundColor":"#fff","width":1.7889909744262695,"height":1.788991928100586,"seed":34449947,"groupIds":["NZY30LGt0EmmuulY_qeYm","UGnwZTFUWRcIJ29GuYV7y","6C0UwhX-t_Yn3Ab1P-WNJ"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192057,"link":null,"locked":false,"customData":{"boxId":"XjateU-UHdapqGJ03OYAI","label":"Vertex AI","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.18067264556884766,-0.018115997314453125],[-0.3487663269042969,-0.07009696960449219],[-0.5007343292236328,-0.15239715576171875],[-0.6330270767211914,-0.26146697998046875],[-0.7420978546142578,-0.39376068115234375],[-0.8243980407714844,-0.5457286834716797],[-0.8763790130615234,-0.7138214111328125],[-0.894495964050293,-0.8944950103759766],[-0.8763790130615234,-1.0751686096191406],[-0.8243980407714844,-1.2432613372802734],[-0.7420978546142578,-1.3952312469482422],[-0.6330270767211914,-1.5275230407714844],[-0.5007343292236328,-1.6365947723388672],[-0.3487663269042969,-1.718893051147461],[-0.18067264556884766,-1.7708740234375],[0,-1.788991928100586],[0.18067359924316406,-1.7708740234375],[0.3487672805786133,-1.718893051147461],[0.5007343292236328,-1.6365947723388672],[0.6330280303955078,-1.5275230407714844],[0.7420978546142578,-1.3952312469482422],[0.8243989944458008,-1.2432613372802734],[0.8763799667358398,-1.0751686096191406],[0.8944950103759766,-0.8944950103759766],[0.8944950103759766,-0.8807334899902344],[0.8944950103759766,-0.8807334899902344],[0.8769445419311523,-0.7006511688232422],[0.8263339996337891,-0.5341167449951172],[0.7457265853881836,-0.3843536376953125],[0.638188362121582,-0.25458717346191406],[0.5067825317382812,-0.1480426788330078],[0.35457324981689453,-0.0679473876953125],[0.18462467193603516,-0.017522811889648438],[0,0],[0,0],[0,0]]},{"type":"line","version":169,"versionNonce":1149034013,"isDeleted":true,"id":"MRkHzu7GYBInwSUwABvRC","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1304.5275230407715,"y":460.6100916862488,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":1.8727693557739258,"height":4.322310358285904,"seed":781048085,"groupIds":["aXGSwNmiTd1qEN80A97D0","UGnwZTFUWRcIJ29GuYV7y","6C0UwhX-t_Yn3Ab1P-WNJ"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192057,"link":null,"locked":false,"customData":{"boxId":"XjateU-UHdapqGJ03OYAI","label":"Vertex AI","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.18583345413208008,-0.01932525634765625],[-0.3590884208679199,-0.07461261749267578],[-0.5162162780761719,-0.16183137893676758],[-0.6536698341369629,-0.276949405670166],[-0.7679007053375244,-0.41593503952026367],[-0.8553612232208252,-0.5747561454772949],[-0.912503719329834,-0.7493815422058105],[-0.9357798099517822,-0.9357795715332031],[-0.9357798099517822,-3.275229334831238],[-0.9357798099517822,-3.275229334831238],[-0.9369893074035645,-3.4680510759353638],[-0.9015910625457764,-3.6515194177627563],[-0.8329720497131348,-3.8214412927627563],[-0.73451828956604,-3.973623752593994],[-0.609616756439209,-4.103873908519745],[-0.4616541862487793,-4.2079987823963165],[-0.29401683807373047,-4.281805396080017],[-0.1100921630859375,-4.321100860834122],[0.08272981643676758,-4.322310358285904],[0.26619815826416016,-4.286912202835083],[0.43612051010131836,-4.218293011188507],[0.5883026123046875,-4.119839370250702],[0.7185525894165039,-3.9949379563331604],[0.8226776123046875,-3.846975266933441],[0.896484375,-3.679338037967682],[0.9357800483703613,-3.4954127073287964],[0.9357800483703613,-3.275229334831238],[0.9357800483703613,-0.9357795715332031],[0.9357800483703613,-0.9357795715332031],[0.9209704399108887,-0.7454307079315186],[0.8689074516296387,-0.5689506530761719],[0.7836246490478516,-0.40988731384277344],[0.6691513061523438,-0.2717890739440918],[0.5295209884643555,-0.1582026481628418],[0.36876440048217773,-0.0726776123046875],[0.19091320037841797,-0.01876068115234375],[0,0],[0,0]]},{"type":"ellipse","version":169,"versionNonce":1960664627,"isDeleted":true,"id":"jrwS9VhZi8F5n1VQDlTkO","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1303.5504586696625,"y":466.9954137802124,"strokeColor":"transparent","backgroundColor":"#aecbfa","width":1.8990826606750488,"height":1.8990826606750488,"seed":749186747,"groupIds":["UGnwZTFUWRcIJ29GuYV7y","6C0UwhX-t_Yn3Ab1P-WNJ"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192057,"link":null,"locked":false,"customData":{"boxId":"XjateU-UHdapqGJ03OYAI","label":"Vertex AI","type":"child"}},{"type":"ellipse","version":169,"versionNonce":1490358909,"isDeleted":true,"id":"5o40oKJHgbT2r9-5bwbJQ","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1303.5504586696625,"y":464.24311923980713,"strokeColor":"transparent","backgroundColor":"#aecbfa","width":1.8990826606750488,"height":1.8990826606750488,"seed":368832117,"groupIds":["UGnwZTFUWRcIJ29GuYV7y","6C0UwhX-t_Yn3Ab1P-WNJ"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192057,"link":null,"locked":false,"customData":{"boxId":"XjateU-UHdapqGJ03OYAI","label":"Vertex AI","type":"child"}},{"type":"ellipse","version":169,"versionNonce":412688339,"isDeleted":true,"id":"7A-9yuMS4sA9oaCzIMjL_","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1303.5504586696625,"y":461.47706413269043,"strokeColor":"transparent","backgroundColor":"#aecbfa","width":1.8990826606750488,"height":1.8990826606750488,"seed":1255677787,"groupIds":["UGnwZTFUWRcIJ29GuYV7y","6C0UwhX-t_Yn3Ab1P-WNJ"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192057,"link":null,"locked":false,"customData":{"boxId":"XjateU-UHdapqGJ03OYAI","label":"Vertex AI","type":"child"}},{"type":"line","version":169,"versionNonce":820493021,"isDeleted":true,"id":"4AzhKBfXHj1qrCYTMGzrd","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1319.4724769592285,"y":463.34862422943115,"strokeColor":"#00000000","backgroundColor":"#4285f4","width":1.871561050415039,"height":4.224770784378052,"seed":96491477,"groupIds":["lcWRifGHenapqKgCxnJfM","UGnwZTFUWRcIJ29GuYV7y","6C0UwhX-t_Yn3Ab1P-WNJ"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192057,"link":null,"locked":false,"customData":{"boxId":"XjateU-UHdapqGJ03OYAI","label":"Vertex AI","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.19034957885742188,-0.019351959228515625],[-0.36682701110839844,-0.0748281478881836],[-0.5258922576904297,-0.16255760192871094],[-0.6639900207519531,-0.2786698341369629],[-0.7775764465332031,-0.4192948341369629],[-0.8631019592285156,-0.5805621147155762],[-0.9170169830322266,-0.758601188659668],[-0.9357795715332031,-0.9495415687561035],[-0.9357795715332031,-3.2889909744262695],[-0.9357795715332031,-3.2889909744262695],[-0.9170169830322266,-3.475389003753662],[-0.8631019592285156,-3.650014638900757],[-0.7775764465332031,-3.808835744857788],[-0.6639900207519531,-3.9478213787078857],[-0.5258922576904297,-4.062939405441284],[-0.36682701110839844,-4.150157928466797],[-0.19034957885742188,-4.205445766448975],[0,-4.224770784378052],[0.19034957885742188,-4.206010103225708],[0.36682891845703125,-4.152093172073364],[0.5258941650390625,-4.066567897796631],[0.6639919281005859,-3.952981948852539],[0.7775764465332031,-3.8148834705352783],[0.8631038665771484,-3.65582013130188],[0.9170188903808594,-3.4793403148651123],[0.9357814788818359,-3.2889909744262695],[0.9357814788818359,-0.9495415687561035],[0.9357814788818359,-0.9495415687561035],[0.9215354919433594,-0.758601188659668],[0.8708438873291016,-0.5805621147155762],[0.7872524261474609,-0.4192948341369629],[0.6743125915527344,-0.2786698341369629],[0.5355701446533203,-0.16255760192871094],[0.3745708465576172,-0.0748281478881836],[0.19486427307128906,-0.019351959228515625],[0,0],[0,0],[0,0]]},{"type":"ellipse","version":169,"versionNonce":2125180275,"isDeleted":true,"id":"TFQnX6tQpv07zsUg-ANs3","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1318.550458908081,"y":467.0091743469238,"strokeColor":"transparent","backgroundColor":"#4285f4","width":1.8990826606750488,"height":1.8990826606750488,"seed":1995537403,"groupIds":["UGnwZTFUWRcIJ29GuYV7y","6C0UwhX-t_Yn3Ab1P-WNJ"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192057,"link":null,"locked":false,"customData":{"boxId":"XjateU-UHdapqGJ03OYAI","label":"Vertex AI","type":"child"}},{"type":"ellipse","version":169,"versionNonce":1430673213,"isDeleted":true,"id":"tOahuiQcaXp13VhONE8aA","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1318.550458908081,"y":464.2018346786499,"strokeColor":"transparent","backgroundColor":"#4285f4","width":1.8990826606750488,"height":1.8990826606750488,"seed":1206949173,"groupIds":["UGnwZTFUWRcIJ29GuYV7y","6C0UwhX-t_Yn3Ab1P-WNJ"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192057,"link":null,"locked":false,"customData":{"boxId":"XjateU-UHdapqGJ03OYAI","label":"Vertex AI","type":"child"}},{"type":"ellipse","version":169,"versionNonce":1247512339,"isDeleted":true,"id":"GjUiDbxFy8M1U2bdejmVv","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1318.550458908081,"y":456.385321110487,"strokeColor":"transparent","backgroundColor":"#4285f4","width":1.8990826606750488,"height":1.8990826606750488,"seed":1559643291,"groupIds":["UGnwZTFUWRcIJ29GuYV7y","6C0UwhX-t_Yn3Ab1P-WNJ"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192057,"link":null,"locked":false,"customData":{"boxId":"XjateU-UHdapqGJ03OYAI","label":"Vertex AI","type":"child"}},{"type":"line","version":169,"versionNonce":1079142301,"isDeleted":true,"id":"2-fyyOJ4-tX0yLSjmggtU","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1312,"y":471.6880741119385,"strokeColor":"#00000000","backgroundColor":"#669df6","width":1.8715600967407227,"height":4.147927284240723,"seed":1207051925,"groupIds":["GquoooUCKWYt-kVSupAxU","UGnwZTFUWRcIJ29GuYV7y","6C0UwhX-t_Yn3Ab1P-WNJ"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192057,"link":null,"locked":false,"customData":{"boxId":"XjateU-UHdapqGJ03OYAI","label":"Vertex AI","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.18583297729492188,-0.01932525634765625],[-0.3590888977050781,-0.07461357116699219],[-0.5162162780761719,-0.1618328094482422],[-0.6536703109741211,-0.2769498825073242],[-0.7679004669189453,-0.4159355163574219],[-0.8553609848022461,-0.5747566223144531],[-0.9125041961669922,-0.7493829727172852],[-0.9357795715332031,-0.9357805252075195],[-0.9357795715332031,-3.316514015197754],[-0.9357795715332031,-3.316514015197754],[-0.896484375,-3.504955291748047],[-0.8226766586303711,-3.6758174896240234],[-0.7185525894165039,-3.8257150650024414],[-0.5883016586303711,-3.9512624740600586],[-0.43612003326416016,-4.049070358276367],[-0.26619815826416016,-4.115755081176758],[-0.08272933959960938,-4.147927284240723],[0.1100921630859375,-4.142202377319336],[0.2703113555908203,-4.108416557312012],[0.4190807342529297,-4.049957275390625],[0.5539798736572266,-3.969243049621582],[0.6725921630859375,-3.8686933517456055],[0.7724971771240234,-3.750725746154785],[0.8512763977050781,-3.6177616119384766],[0.9065103530883789,-3.472217559814453],[0.9357805252075195,-3.316514015197754],[0.9357805252075195,-0.9633035659790039],[0.9357805252075195,-0.9633035659790039],[0.9254856109619141,-0.7723360061645508],[0.8766489028930664,-0.5941085815429688],[0.793299674987793,-0.4323310852050781],[0.6794719696044922,-0.2907114028930664],[0.5391969680786133,-0.1729593276977539],[0.37650489807128906,-0.08278369903564453],[0.19542884826660156,-0.023894309997558594],[0,0],[0,0],[0,0]]},{"type":"ellipse","version":169,"versionNonce":1914645683,"isDeleted":true,"id":"G2lHAbjQCGvYTlyh4B1Z2","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1311.0504598617554,"y":472.5412845611572,"strokeColor":"transparent","backgroundColor":"#669df6","width":1.8990826606750488,"height":1.8990826606750488,"seed":77134139,"groupIds":["UGnwZTFUWRcIJ29GuYV7y","6C0UwhX-t_Yn3Ab1P-WNJ"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192057,"link":null,"locked":false,"customData":{"boxId":"XjateU-UHdapqGJ03OYAI","label":"Vertex AI","type":"child"}},{"type":"ellipse","version":169,"versionNonce":608005117,"isDeleted":true,"id":"CHqps5t4IlusakQL4Rjg9","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1311.0504598617554,"y":464.68348598480225,"strokeColor":"transparent","backgroundColor":"#669df6","width":1.8990826606750488,"height":1.8990826606750488,"seed":1752861685,"groupIds":["UGnwZTFUWRcIJ29GuYV7y","6C0UwhX-t_Yn3Ab1P-WNJ"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192057,"link":null,"locked":false,"customData":{"boxId":"XjateU-UHdapqGJ03OYAI","label":"Vertex AI","type":"child"}},{"type":"ellipse","version":169,"versionNonce":1503469139,"isDeleted":true,"id":"bpxZ4-nNdhmT683QvZ45d","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1311.0504598617554,"y":461.9174313545227,"strokeColor":"transparent","backgroundColor":"#669df6","width":1.8990826606750488,"height":1.8990826606750488,"seed":1530665435,"groupIds":["UGnwZTFUWRcIJ29GuYV7y","6C0UwhX-t_Yn3Ab1P-WNJ"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192057,"link":null,"locked":false,"customData":{"boxId":"XjateU-UHdapqGJ03OYAI","label":"Vertex AI","type":"child"}},{"type":"line","version":169,"versionNonce":1896408157,"isDeleted":true,"id":"KunlgGhyvwVgaj71u6FPK","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1315.7431201934814,"y":466.1284408569336,"strokeColor":"#00000000","backgroundColor":"#4285f4","width":1.8727693557739258,"height":4.322310447692871,"seed":428819797,"groupIds":["eBMQ3JAmIkpPpP9uv61cL","UGnwZTFUWRcIJ29GuYV7y","6C0UwhX-t_Yn3Ab1P-WNJ"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192057,"link":null,"locked":false,"customData":{"boxId":"XjateU-UHdapqGJ03OYAI","label":"Vertex AI","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.1858348846435547,-0.01932525634765625],[-0.3590888977050781,-0.07461261749267578],[-0.5162172317504883,-0.16183185577392578],[-0.6536703109741211,-0.2769498825073242],[-0.7679014205932617,-0.4159355163574219],[-0.8553619384765625,-0.5747566223144531],[-0.9125041961669922,-0.7493820190429688],[-0.9357805252075195,-0.9357795715332031],[-0.9357805252075195,-3.2752299308776855],[-0.9357805252075195,-3.2752299308776855],[-0.9369897842407227,-3.4680519104003906],[-0.9015922546386719,-3.651519775390625],[-0.832972526550293,-3.821441650390625],[-0.7345190048217773,-3.9736242294311523],[-0.6096172332763672,-4.103874206542969],[-0.4616546630859375,-4.207999229431152],[-0.2940177917480469,-4.281805992126465],[-0.1100921630859375,-4.321101188659668],[0.08273029327392578,-4.322310447692871],[0.26619720458984375,-4.28691291809082],[0.43611907958984375,-4.218293190002441],[0.5883026123046875,-4.119840145111084],[0.7185516357421875,-3.994938373565674],[0.8226776123046875,-3.846975803375244],[0.896484375,-3.6793384552001953],[0.9357795715332031,-3.495412826538086],[0.9357795715332031,-3.2752299308776855],[0.9357795715332031,-0.9357795715332031],[0.9357795715332031,-0.9357795715332031],[0.9164543151855469,-0.7454309463500977],[0.8611660003662109,-0.5689516067504883],[0.7739486694335938,-0.40988826751708984],[0.6588306427001953,-0.27178955078125],[0.5198440551757812,-0.158203125],[0.36102294921875,-0.0726776123046875],[0.18639755249023438,-0.018761634826660156],[0,0],[0,0]]},{"type":"ellipse","version":169,"versionNonce":732683251,"isDeleted":true,"id":"DO40DXxccYsjEfrfwa2Tn","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1314.807339668274,"y":459.13761472702026,"strokeColor":"transparent","backgroundColor":"#4285f4","width":1.8990826606750488,"height":1.8990826606750488,"seed":2113021563,"groupIds":["UGnwZTFUWRcIJ29GuYV7y","6C0UwhX-t_Yn3Ab1P-WNJ"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192057,"link":null,"locked":false,"customData":{"boxId":"XjateU-UHdapqGJ03OYAI","label":"Vertex AI","type":"child"}},{"type":"ellipse","version":169,"versionNonce":445010109,"isDeleted":true,"id":"Bisbp3Orh60EhnKN99B5S","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1314.807339668274,"y":469.72018337249756,"strokeColor":"transparent","backgroundColor":"#4285f4","width":1.8990826606750488,"height":1.8990826606750488,"seed":780522165,"groupIds":["UGnwZTFUWRcIJ29GuYV7y","6C0UwhX-t_Yn3Ab1P-WNJ"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192057,"link":null,"locked":false,"customData":{"boxId":"XjateU-UHdapqGJ03OYAI","label":"Vertex AI","type":"child"}},{"type":"ellipse","version":169,"versionNonce":1951524243,"isDeleted":true,"id":"2LDfwdBGKBl36kq7VBqr-","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1314.807339668274,"y":466.95412826538086,"strokeColor":"transparent","backgroundColor":"#4285f4","width":1.8990826606750488,"height":1.8990826606750488,"seed":1132306203,"groupIds":["UGnwZTFUWRcIJ29GuYV7y","6C0UwhX-t_Yn3Ab1P-WNJ"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192057,"link":null,"locked":false,"customData":{"boxId":"XjateU-UHdapqGJ03OYAI","label":"Vertex AI","type":"child"}},{"type":"ellipse","version":169,"versionNonce":509030685,"isDeleted":true,"id":"9Ds9akmxIbzbO6f0UDwE2","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1307.3073391914368,"y":469.72018337249756,"strokeColor":"transparent","backgroundColor":"#aecbfa","width":1.8990826606750488,"height":1.8990826606750488,"seed":1946399765,"groupIds":["UGnwZTFUWRcIJ29GuYV7y","6C0UwhX-t_Yn3Ab1P-WNJ"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192057,"link":null,"locked":false,"customData":{"boxId":"XjateU-UHdapqGJ03OYAI","label":"Vertex AI","type":"child"}},{"type":"ellipse","version":169,"versionNonce":2059778867,"isDeleted":true,"id":"flN5AzLDfxeaf4gWj7drR","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1307.3073391914368,"y":461.9174313545227,"strokeColor":"transparent","backgroundColor":"#aecbfa","width":1.8990826606750488,"height":1.8990826606750488,"seed":105972667,"groupIds":["UGnwZTFUWRcIJ29GuYV7y","6C0UwhX-t_Yn3Ab1P-WNJ"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192058,"link":null,"locked":false,"customData":{"boxId":"XjateU-UHdapqGJ03OYAI","label":"Vertex AI","type":"child"}},{"type":"ellipse","version":169,"versionNonce":1240270205,"isDeleted":true,"id":"h-xmdT9PIfhkzDbAC1FbW","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1307.3073391914368,"y":459.13761472702026,"strokeColor":"transparent","backgroundColor":"#aecbfa","width":1.8990826606750488,"height":1.8990826606750488,"seed":100559221,"groupIds":["UGnwZTFUWRcIJ29GuYV7y","6C0UwhX-t_Yn3Ab1P-WNJ"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192058,"link":null,"locked":false,"customData":{"boxId":"XjateU-UHdapqGJ03OYAI","label":"Vertex AI","type":"child"}},{"type":"line","version":169,"versionNonce":1533926611,"isDeleted":true,"id":"YpbOY_AhP73_cEXvrFnEi","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1308.2706422805786,"y":468.85321140289307,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":1.8715600967407227,"height":4.2110090255737305,"seed":781112411,"groupIds":["2gWtqfp_YK-0lhHmYZ8k3","UGnwZTFUWRcIJ29GuYV7y","6C0UwhX-t_Yn3Ab1P-WNJ"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192058,"link":null,"locked":false,"customData":{"boxId":"XjateU-UHdapqGJ03OYAI","label":"Vertex AI","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.18586063385009766,-0.0181427001953125],[-0.35930299758911133,-0.0703125],[-0.516942024230957,-0.1531229019165039],[-0.6553897857666016,-0.2631874084472656],[-0.7712602615356445,-0.39712047576904297],[-0.8611669540405273,-0.5515336990356445],[-0.921722412109375,-0.7230415344238281],[-0.9495410919189453,-0.9082565307617188],[-0.9495410919189453,-3.2752294540405273],[-0.9495410919189453,-3.2752294540405273],[-0.9307804107666016,-3.461627960205078],[-0.8768630027770996,-3.6362533569335938],[-0.7913379669189453,-3.7950735092163086],[-0.6777524948120117,-3.9340600967407227],[-0.5396537780761719,-4.049178123474121],[-0.38059091567993164,-4.136396408081055],[-0.20411014556884766,-4.191683769226074],[-0.013761520385742188,-4.2110090255737305],[0.17658710479736328,-4.192248344421387],[0.35306835174560547,-4.138331413269043],[0.5121307373046875,-4.052806854248047],[0.6502294540405273,-3.939220428466797],[0.7638149261474609,-3.801121711730957],[0.8493404388427734,-3.642059326171875],[0.9032583236694336,-3.465579032897949],[0.9220190048217773,-3.2752294540405273],[0.9220190048217773,-0.9082565307617188],[0.9220190048217773,-0.9082565307617188],[0.8987693786621094,-0.7230415344238281],[0.8418149948120117,-0.5515336990356445],[0.7548646926879883,-0.39712047576904297],[0.6416282653808594,-0.2631874084472656],[0.5058145523071289,-0.1531229019165039],[0.3511323928833008,-0.0703125],[0.1812915802001953,-0.0181427001953125],[0,0],[0,0]]},{"type":"rectangle","version":842,"versionNonce":1082740189,"isDeleted":false,"id":"2V9ZlS6F6EqBZ2gjZxGf9","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-20,"y":-160,"strokeColor":"#d5d7dc","backgroundColor":"#FFF","width":1020,"height":940,"seed":488037563,"groupIds":[],"strokeSharpness":"sharp","boundElements":[{"id":"5NHi5KE_nu-zXqdTwd3J_","type":"arrow"}],"updated":1706297192058,"link":null,"locked":false,"customData":{"boxId":"FEZbF8emwr8sBIQIdLqP6","label":"Region","resource":"region","type":"container"}},{"type":"rectangle","version":647,"versionNonce":1642121843,"isDeleted":false,"id":"0oXy5e_rLr0Pp6BRhD-eM","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":0,"y":40,"strokeColor":"#FFFFFF","backgroundColor":"#f1f3f4","width":980,"height":720,"seed":165585013,"groupIds":["_-wYpGsF_24l1kW4KmYJo"],"strokeSharpness":"sharp","boundElements":[{"id":"hUqCJsvkBD9w4QZujgUgf","type":"arrow"}],"updated":1706297192058,"link":null,"locked":false,"customData":{"boxId":"5ES4MFO4ILeOhE5czPW70","label":"Project","resource":"google_project","type":"container"}},{"type":"text","version":336,"versionNonce":1094552125,"isDeleted":false,"id":"lUGNrTbnsF6wWDlXQOmis","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":80,"angle":0,"x":20,"y":60,"strokeColor":"#202124","backgroundColor":"transparent","width":191,"height":23,"seed":20024667,"groupIds":["_-wYpGsF_24l1kW4KmYJo"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192058,"link":null,"locked":false,"customData":{"boxId":"5ES4MFO4ILeOhE5czPW70","label":"Project","resource":"google_project","type":"child"},"fontSize":20,"fontFamily":2,"text":"Google Cloud Project","baseline":19,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":"Google Cloud Project"},{"type":"rectangle","version":673,"versionNonce":585434131,"isDeleted":false,"id":"zyoEe3Q6a-__dhbaIc5rB","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":0,"y":-140,"strokeColor":"#4285f4","backgroundColor":"#d2e3fc","width":980,"height":160,"seed":243059157,"groupIds":[],"strokeSharpness":"sharp","boundElements":[{"id":"5NHi5KE_nu-zXqdTwd3J_","type":"arrow"},{"id":"u3MHsCfKj6joFmOvIyJhR","type":"arrow"},{"id":"hUqCJsvkBD9w4QZujgUgf","type":"arrow"}],"updated":1706297192058,"link":null,"locked":false,"customData":{"boxId":"eMQXcLzYgKT5owHVTU7js","label":"Region","resource":"region","type":"container"}},{"type":"rectangle","version":710,"versionNonce":753613469,"isDeleted":false,"id":"je1YMtlFBoxw7qhmYP9Ej","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":20,"y":60,"strokeColor":"#4285f4","backgroundColor":"#d2e3fc","width":940,"height":680,"seed":1957529019,"groupIds":[],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192058,"link":null,"locked":false,"customData":{"boxId":"_xHOs6O_f0-L1-0bjUp1d","label":"Region","resource":"region","type":"container"}},{"type":"rectangle","version":152,"versionNonce":1450248627,"isDeleted":false,"id":"FWksbV0B8XefYw4MaMFnu","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":160,"y":-80,"strokeColor":"#202124","backgroundColor":"#FFF","width":82,"height":82,"seed":1057700501,"groupIds":["bHMpT2Yf2iz_tDAHK9Kx1","75Nv99fh5NG4XT8bER9n9"],"strokeSharpness":"round","boundElements":[{"id":"hUqCJsvkBD9w4QZujgUgf","type":"arrow"}],"updated":1706297192058,"link":null,"locked":false,"customData":{"boxId":"Mwb_rsXag1KMCjfj2BjwF"}},{"type":"text","version":156,"versionNonce":1279516413,"isDeleted":false,"id":"yDBXnR7thegT4kzCRPE1R","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":183.5,"y":-32,"strokeColor":"#202124","backgroundColor":"transparent","width":35,"height":19,"seed":1984636219,"groupIds":["bHMpT2Yf2iz_tDAHK9Kx1","75Nv99fh5NG4XT8bER9n9"],"strokeSharpness":"round","boundElements":[],"updated":1706297192058,"link":null,"locked":false,"customData":{"boxId":"Mwb_rsXag1KMCjfj2BjwF"},"fontSize":16,"fontFamily":2,"text":"Data","baseline":15,"textAlign":"center","verticalAlign":"top","containerId":null,"originalText":"Data"},{"type":"line","version":151,"versionNonce":1907055443,"isDeleted":false,"id":"yRk2dRjeNfJ3s4w8vwxuu","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":189,"y":-64,"strokeColor":"#00000000","backgroundColor":"#00000000","width":24,"height":24,"seed":1129390069,"groupIds":["WPiOMskm2wmLWceKhO8bB","bHMpT2Yf2iz_tDAHK9Kx1","75Nv99fh5NG4XT8bER9n9"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192058,"link":null,"locked":false,"customData":{"boxId":"Mwb_rsXag1KMCjfj2BjwF"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[24,0],[24,24],[0,24],[0,0]]},{"type":"line","version":151,"versionNonce":1439233885,"isDeleted":false,"id":"aiN5AeSb0genSAK0ay-fO","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":209,"y":-51,"strokeColor":"#00000000","backgroundColor":"#000","width":18,"height":8,"seed":768132571,"groupIds":["-4V47Yh6XnvZqGtpk8QuR","bHMpT2Yf2iz_tDAHK9Kx1","75Nv99fh5NG4XT8bER9n9"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192058,"link":null,"locked":false,"customData":{"boxId":"Mwb_rsXag1KMCjfj2BjwF"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-16,0],[-16,0],[-16.706249952316284,0.2937498092651367],[-17,1],[-17,7],[-17,7],[-16.706249952316284,7.706249237060547],[-16,8],[0,8],[0,8],[0.7062492370605469,7.706249237060547],[1,7],[1,1],[1,1],[0.7062492370605469,0.2937498092651367],[0,0],[0,0]]},{"type":"line","version":151,"versionNonce":15366387,"isDeleted":false,"id":"o6abqGcVQotkJ_e3KVqKS","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":196,"y":-45,"strokeColor":"#00000000","backgroundColor":"#DEDEDE","width":4,"height":4,"seed":74668373,"groupIds":["BUf7IqZvPbphtwT7D_kCe","bHMpT2Yf2iz_tDAHK9Kx1","75Nv99fh5NG4XT8bER9n9"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192058,"link":null,"locked":false,"customData":{"boxId":"Mwb_rsXag1KMCjfj2BjwF"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.7765626907348633,-0.15781211853027344],[-1.4124999046325684,-0.5874996185302734],[-1.8421874046325684,-1.2234382629394531],[-2,-2],[-1.8421874046325684,-2.776561737060547],[-1.4124999046325684,-3.4125003814697266],[-0.7765626907348633,-3.8421878814697266],[0,-4],[0.7765626907348633,-3.8421878814697266],[1.4125003814697266,-3.4125003814697266],[1.8421878814697266,-2.776561737060547],[2,-2],[1.8421878814697266,-1.2234382629394531],[1.4125003814697266,-0.5874996185302734],[0.7765626907348633,-0.15781211853027344],[0,0],[0,0]]},{"type":"line","version":151,"versionNonce":869008317,"isDeleted":false,"id":"slFr208VAjgSDbOFszVC3","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":209,"y":-61,"strokeColor":"#00000000","backgroundColor":"#000","width":18,"height":8,"seed":839471739,"groupIds":["RE7FXJjUIRFvg0hGUI9O7","bHMpT2Yf2iz_tDAHK9Kx1","75Nv99fh5NG4XT8bER9n9"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192058,"link":null,"locked":false,"customData":{"boxId":"Mwb_rsXag1KMCjfj2BjwF"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-16,0],[-16,0],[-16.706249952316284,0.2937500476837158],[-17,1],[-17,7],[-17,7],[-16.706249952316284,7.706250190734863],[-16,8],[0,8],[0,8],[0.7062492370605469,7.706250190734863],[1,7],[1,1],[1,1],[0.7062492370605469,0.2937500476837158],[0,0],[0,0]]},{"type":"line","version":151,"versionNonce":1102373523,"isDeleted":false,"id":"1frZHVsQ_HOytbf0K5pzK","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":196,"y":-55,"strokeColor":"#00000000","backgroundColor":"#DEDEDE","width":4,"height":4,"seed":1271359157,"groupIds":["r7aiGrzN_7FOilLeRmlSU","bHMpT2Yf2iz_tDAHK9Kx1","75Nv99fh5NG4XT8bER9n9"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192058,"link":null,"locked":false,"customData":{"boxId":"Mwb_rsXag1KMCjfj2BjwF"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.7765626907348633,-0.15781211853027344],[-1.4124999046325684,-0.5874996185302734],[-1.8421874046325684,-1.2234373092651367],[-2,-2],[-1.8421874046325684,-2.7765626907348633],[-1.4124999046325684,-3.4124999046325684],[-0.7765626907348633,-3.8421874046325684],[0,-4],[0.7765626907348633,-3.8421874046325684],[1.4125003814697266,-3.4124999046325684],[1.8421878814697266,-2.7765626907348633],[2,-2],[1.8421878814697266,-1.2234373092651367],[1.4125003814697266,-0.5874996185302734],[0.7765626907348633,-0.15781211853027344],[0,0],[0,0]]},{"type":"rectangle","version":131,"versionNonce":175014941,"isDeleted":false,"id":"o9ox1N0R7Xmy7-SUehRtR","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":460,"y":-80,"strokeColor":"#202124","backgroundColor":"#FFF","width":82,"height":82,"seed":670821877,"groupIds":["BxohZ3dn3jkLb8yOR_1mR","75Nv99fh5NG4XT8bER9n9"],"strokeSharpness":"round","boundElements":[],"updated":1706297192058,"link":null,"locked":false,"customData":{"boxId":"iO2trjLHabhaw3Ps_Mn8q"}},{"type":"text","version":136,"versionNonce":2093029427,"isDeleted":false,"id":"m7QvY8WunOPCyyt3OOz3a","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":483.5,"y":-32,"strokeColor":"#202124","backgroundColor":"transparent","width":35,"height":19,"seed":1484380123,"groupIds":["BxohZ3dn3jkLb8yOR_1mR","75Nv99fh5NG4XT8bER9n9"],"strokeSharpness":"round","boundElements":[],"updated":1706297192058,"link":null,"locked":false,"customData":{"boxId":"iO2trjLHabhaw3Ps_Mn8q"},"fontSize":16,"fontFamily":2,"text":"Data","baseline":15,"textAlign":"center","verticalAlign":"top","containerId":null,"originalText":"Data"},{"type":"line","version":131,"versionNonce":2107766909,"isDeleted":false,"id":"AYgW6lb9ZxMI4JGf9Ti6-","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":489,"y":-64,"strokeColor":"#00000000","backgroundColor":"#00000000","width":24,"height":24,"seed":1721001813,"groupIds":["p0djxESc9M3p4Dk0e1axo","BxohZ3dn3jkLb8yOR_1mR","75Nv99fh5NG4XT8bER9n9"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192058,"link":null,"locked":false,"customData":{"boxId":"iO2trjLHabhaw3Ps_Mn8q"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[24,0],[24,24],[0,24],[0,0]]},{"type":"line","version":131,"versionNonce":536189395,"isDeleted":false,"id":"oNYyTMoQO2OC3DzP-J9wr","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":509,"y":-51,"strokeColor":"#00000000","backgroundColor":"#000","width":18,"height":8,"seed":1221076091,"groupIds":["E3RnUfjrioYcUC9cO70KD","BxohZ3dn3jkLb8yOR_1mR","75Nv99fh5NG4XT8bER9n9"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192058,"link":null,"locked":false,"customData":{"boxId":"iO2trjLHabhaw3Ps_Mn8q"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-16,0],[-16,0],[-16.706249952316284,0.2937498092651367],[-17,1],[-17,7],[-17,7],[-16.706249952316284,7.706249237060547],[-16,8],[0,8],[0,8],[0.7062492370605469,7.706249237060547],[1,7],[1,1],[1,1],[0.7062492370605469,0.2937498092651367],[0,0],[0,0]]},{"type":"line","version":131,"versionNonce":925360349,"isDeleted":false,"id":"AvVXHdr_LzJyYbWh7867b","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":496,"y":-45,"strokeColor":"#00000000","backgroundColor":"#DEDEDE","width":4,"height":4,"seed":580302005,"groupIds":["ZYno8uv7RNut8RvfacoCf","BxohZ3dn3jkLb8yOR_1mR","75Nv99fh5NG4XT8bER9n9"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192058,"link":null,"locked":false,"customData":{"boxId":"iO2trjLHabhaw3Ps_Mn8q"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.7765626907348633,-0.15781211853027344],[-1.4124999046325684,-0.5874996185302734],[-1.8421874046325684,-1.2234382629394531],[-2,-2],[-1.8421874046325684,-2.776561737060547],[-1.4124999046325684,-3.4125003814697266],[-0.7765626907348633,-3.8421878814697266],[0,-4],[0.7765626907348633,-3.8421878814697266],[1.4125003814697266,-3.4125003814697266],[1.8421878814697266,-2.776561737060547],[2,-2],[1.8421878814697266,-1.2234382629394531],[1.4125003814697266,-0.5874996185302734],[0.7765626907348633,-0.15781211853027344],[0,0],[0,0]]},{"type":"line","version":131,"versionNonce":409528179,"isDeleted":false,"id":"QhM3qwfTife7jTZbOipNg","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":509,"y":-61,"strokeColor":"#00000000","backgroundColor":"#000","width":18,"height":8,"seed":2128862491,"groupIds":["nwQ0Vo778q4lofGOTVWeC","BxohZ3dn3jkLb8yOR_1mR","75Nv99fh5NG4XT8bER9n9"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192058,"link":null,"locked":false,"customData":{"boxId":"iO2trjLHabhaw3Ps_Mn8q"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-16,0],[-16,0],[-16.706249952316284,0.2937500476837158],[-17,1],[-17,7],[-17,7],[-16.706249952316284,7.706250190734863],[-16,8],[0,8],[0,8],[0.7062492370605469,7.706250190734863],[1,7],[1,1],[1,1],[0.7062492370605469,0.2937500476837158],[0,0],[0,0]]},{"type":"line","version":131,"versionNonce":747748669,"isDeleted":false,"id":"twelHSuIPCu4fdxBYmi9l","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":496,"y":-55,"strokeColor":"#00000000","backgroundColor":"#DEDEDE","width":4,"height":4,"seed":933778965,"groupIds":["g0DP2OaJ2SUmX-8_XAmYZ","BxohZ3dn3jkLb8yOR_1mR","75Nv99fh5NG4XT8bER9n9"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192058,"link":null,"locked":false,"customData":{"boxId":"iO2trjLHabhaw3Ps_Mn8q"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.7765626907348633,-0.15781211853027344],[-1.4124999046325684,-0.5874996185302734],[-1.8421874046325684,-1.2234373092651367],[-2,-2],[-1.8421874046325684,-2.7765626907348633],[-1.4124999046325684,-3.4124999046325684],[-0.7765626907348633,-3.8421874046325684],[0,-4],[0.7765626907348633,-3.8421874046325684],[1.4125003814697266,-3.4124999046325684],[1.8421878814697266,-2.7765626907348633],[2,-2],[1.8421878814697266,-1.2234373092651367],[1.4125003814697266,-0.5874996185302734],[0.7765626907348633,-0.15781211853027344],[0,0],[0,0]]},{"type":"rectangle","version":143,"versionNonce":1818329363,"isDeleted":false,"id":"xTJVX9yvfiKpnpxCHDbqc","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":760,"y":-80,"strokeColor":"#202124","backgroundColor":"#FFF","width":82,"height":82,"seed":372198459,"groupIds":["yguxF3mVnOFUd_FM2jQMK","75Nv99fh5NG4XT8bER9n9"],"strokeSharpness":"round","boundElements":[],"updated":1706297192058,"link":null,"locked":false,"customData":{"boxId":"nzJ_25c0Si7oBha5KhwLl"}},{"type":"text","version":148,"versionNonce":625020317,"isDeleted":false,"id":"QaqxPq0uh31fRkmuuMC1I","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":783.5,"y":-32,"strokeColor":"#202124","backgroundColor":"transparent","width":35,"height":19,"seed":543615221,"groupIds":["yguxF3mVnOFUd_FM2jQMK","75Nv99fh5NG4XT8bER9n9"],"strokeSharpness":"round","boundElements":[],"updated":1706297192058,"link":null,"locked":false,"customData":{"boxId":"nzJ_25c0Si7oBha5KhwLl"},"fontSize":16,"fontFamily":2,"text":"Data","baseline":15,"textAlign":"center","verticalAlign":"top","containerId":null,"originalText":"Data"},{"type":"line","version":143,"versionNonce":357951155,"isDeleted":false,"id":"7vYqiPxIyvRtdGAo3KxqM","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":789,"y":-64,"strokeColor":"#00000000","backgroundColor":"#00000000","width":24,"height":24,"seed":747637979,"groupIds":["KtMSRkL_Xljo56QsQlHW2","yguxF3mVnOFUd_FM2jQMK","75Nv99fh5NG4XT8bER9n9"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192058,"link":null,"locked":false,"customData":{"boxId":"nzJ_25c0Si7oBha5KhwLl"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[24,0],[24,24],[0,24],[0,0]]},{"type":"line","version":143,"versionNonce":6771197,"isDeleted":false,"id":"wlHvZ4LSAi4r3BK-vLgyD","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":809,"y":-51,"strokeColor":"#00000000","backgroundColor":"#000","width":18,"height":8,"seed":770179669,"groupIds":["Jbf22fz9yMXiC1ubsj_2S","yguxF3mVnOFUd_FM2jQMK","75Nv99fh5NG4XT8bER9n9"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192058,"link":null,"locked":false,"customData":{"boxId":"nzJ_25c0Si7oBha5KhwLl"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-16,0],[-16,0],[-16.706249952316284,0.2937498092651367],[-17,1],[-17,7],[-17,7],[-16.706249952316284,7.706249237060547],[-16,8],[0,8],[0,8],[0.7062492370605469,7.706249237060547],[1,7],[1,1],[1,1],[0.7062492370605469,0.2937498092651367],[0,0],[0,0]]},{"type":"line","version":143,"versionNonce":434935891,"isDeleted":false,"id":"ylIzp2Eezmmlh0RwF3ZVi","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":796,"y":-45,"strokeColor":"#00000000","backgroundColor":"#DEDEDE","width":4,"height":4,"seed":105888123,"groupIds":["EmUbO6aO22LluZ3wqXj_O","yguxF3mVnOFUd_FM2jQMK","75Nv99fh5NG4XT8bER9n9"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192058,"link":null,"locked":false,"customData":{"boxId":"nzJ_25c0Si7oBha5KhwLl"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.7765626907348633,-0.15781211853027344],[-1.4124999046325684,-0.5874996185302734],[-1.8421874046325684,-1.2234382629394531],[-2,-2],[-1.8421874046325684,-2.776561737060547],[-1.4124999046325684,-3.4125003814697266],[-0.7765626907348633,-3.8421878814697266],[0,-4],[0.7765626907348633,-3.8421878814697266],[1.4125003814697266,-3.4125003814697266],[1.8421878814697266,-2.776561737060547],[2,-2],[1.8421878814697266,-1.2234382629394531],[1.4125003814697266,-0.5874996185302734],[0.7765626907348633,-0.15781211853027344],[0,0],[0,0]]},{"type":"line","version":143,"versionNonce":990251613,"isDeleted":false,"id":"jPgq7Ia8mJmAz5yOlbphm","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":809,"y":-61,"strokeColor":"#00000000","backgroundColor":"#000","width":18,"height":8,"seed":314503093,"groupIds":["P4jn2wPlVKhM_hUjGCWP4","yguxF3mVnOFUd_FM2jQMK","75Nv99fh5NG4XT8bER9n9"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192058,"link":null,"locked":false,"customData":{"boxId":"nzJ_25c0Si7oBha5KhwLl"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-16,0],[-16,0],[-16.706249952316284,0.2937500476837158],[-17,1],[-17,7],[-17,7],[-16.706249952316284,7.706250190734863],[-16,8],[0,8],[0,8],[0.7062492370605469,7.706250190734863],[1,7],[1,1],[1,1],[0.7062492370605469,0.2937500476837158],[0,0],[0,0]]},{"type":"line","version":143,"versionNonce":1744573939,"isDeleted":false,"id":"YaKkJnzyElSr3DEv7pMMA","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":796,"y":-55,"strokeColor":"#00000000","backgroundColor":"#DEDEDE","width":4,"height":4,"seed":816894491,"groupIds":["rkc4VH_YM2y3YaMT91z59","yguxF3mVnOFUd_FM2jQMK","75Nv99fh5NG4XT8bER9n9"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192058,"link":null,"locked":false,"customData":{"boxId":"nzJ_25c0Si7oBha5KhwLl"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.7765626907348633,-0.15781211853027344],[-1.4124999046325684,-0.5874996185302734],[-1.8421874046325684,-1.2234373092651367],[-2,-2],[-1.8421874046325684,-2.7765626907348633],[-1.4124999046325684,-3.4124999046325684],[-0.7765626907348633,-3.8421874046325684],[0,-4],[0.7765626907348633,-3.8421874046325684],[1.4125003814697266,-3.4124999046325684],[1.8421878814697266,-2.7765626907348633],[2,-2],[1.8421878814697266,-1.2234373092651367],[1.4125003814697266,-0.5874996185302734],[0.7765626907348633,-0.15781211853027344],[0,0],[0,0]]},{"type":"rectangle","version":156,"versionNonce":904836797,"isDeleted":false,"id":"fALOAYpAijhsAnDu3-DVT","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":310,"y":-80,"strokeColor":"#202124","backgroundColor":"#FFF","width":82,"height":82,"seed":2031041115,"groupIds":["hd_jQB4N-mRDQWEHuZikK","75Nv99fh5NG4XT8bER9n9"],"strokeSharpness":"round","boundElements":[{"id":"hUqCJsvkBD9w4QZujgUgf","type":"arrow"}],"updated":1706297192058,"link":null,"locked":false,"customData":{"boxId":"KVsxQsBWGQK92p6azZtXk"}},{"type":"text","version":160,"versionNonce":1854594963,"isDeleted":false,"id":"9GBTYJC8k_aJBUBp7amva","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":333.5,"y":-32,"strokeColor":"#202124","backgroundColor":"transparent","width":35,"height":19,"seed":1314680021,"groupIds":["hd_jQB4N-mRDQWEHuZikK","75Nv99fh5NG4XT8bER9n9"],"strokeSharpness":"round","boundElements":[],"updated":1706297192058,"link":null,"locked":false,"customData":{"boxId":"KVsxQsBWGQK92p6azZtXk"},"fontSize":16,"fontFamily":2,"text":"Data","baseline":15,"textAlign":"center","verticalAlign":"top","containerId":null,"originalText":"Data"},{"type":"line","version":155,"versionNonce":1002624797,"isDeleted":false,"id":"GEexJN_Gvp_PYLCuoJS1a","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":339,"y":-64,"strokeColor":"#00000000","backgroundColor":"#00000000","width":24,"height":24,"seed":630011643,"groupIds":["yoA5ROLJnD-PCq8t_smt-","hd_jQB4N-mRDQWEHuZikK","75Nv99fh5NG4XT8bER9n9"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192058,"link":null,"locked":false,"customData":{"boxId":"KVsxQsBWGQK92p6azZtXk"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[24,0],[24,24],[0,24],[0,0]]},{"type":"line","version":155,"versionNonce":2010084659,"isDeleted":false,"id":"fSw1fBjl3AlXK7cHVio23","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":359,"y":-51,"strokeColor":"#00000000","backgroundColor":"#000","width":18,"height":8,"seed":776079925,"groupIds":["bYq6X4M9ZHAKzB2X1pN5r","hd_jQB4N-mRDQWEHuZikK","75Nv99fh5NG4XT8bER9n9"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192058,"link":null,"locked":false,"customData":{"boxId":"KVsxQsBWGQK92p6azZtXk"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-16,0],[-16,0],[-16.706249952316284,0.2937498092651367],[-17,1],[-17,7],[-17,7],[-16.706249952316284,7.706249237060547],[-16,8],[0,8],[0,8],[0.7062492370605469,7.706249237060547],[1,7],[1,1],[1,1],[0.7062492370605469,0.2937498092651367],[0,0],[0,0]]},{"type":"line","version":155,"versionNonce":1190390653,"isDeleted":false,"id":"yNH0m7XuU8pgdHLlyzobp","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":346,"y":-45,"strokeColor":"#00000000","backgroundColor":"#DEDEDE","width":4,"height":4,"seed":1449303963,"groupIds":["Xa3xFwSSpv4CiiDWRi-3-","hd_jQB4N-mRDQWEHuZikK","75Nv99fh5NG4XT8bER9n9"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192058,"link":null,"locked":false,"customData":{"boxId":"KVsxQsBWGQK92p6azZtXk"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.7765626907348633,-0.15781211853027344],[-1.4124999046325684,-0.5874996185302734],[-1.8421874046325684,-1.2234382629394531],[-2,-2],[-1.8421874046325684,-2.776561737060547],[-1.4124999046325684,-3.4125003814697266],[-0.7765626907348633,-3.8421878814697266],[0,-4],[0.7765626907348633,-3.8421878814697266],[1.4125003814697266,-3.4125003814697266],[1.8421878814697266,-2.776561737060547],[2,-2],[1.8421878814697266,-1.2234382629394531],[1.4125003814697266,-0.5874996185302734],[0.7765626907348633,-0.15781211853027344],[0,0],[0,0]]},{"type":"line","version":155,"versionNonce":1127241427,"isDeleted":false,"id":"XT4e4fCi4OvBBjmPLda45","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":359,"y":-61,"strokeColor":"#00000000","backgroundColor":"#000","width":18,"height":8,"seed":776797077,"groupIds":["Gm8RNTJiGvoZ9maPO1D1N","hd_jQB4N-mRDQWEHuZikK","75Nv99fh5NG4XT8bER9n9"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192058,"link":null,"locked":false,"customData":{"boxId":"KVsxQsBWGQK92p6azZtXk"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-16,0],[-16,0],[-16.706249952316284,0.2937500476837158],[-17,1],[-17,7],[-17,7],[-16.706249952316284,7.706250190734863],[-16,8],[0,8],[0,8],[0.7062492370605469,7.706250190734863],[1,7],[1,1],[1,1],[0.7062492370605469,0.2937500476837158],[0,0],[0,0]]},{"type":"line","version":155,"versionNonce":130249693,"isDeleted":false,"id":"5ccj77XulXnyBFCXmxVro","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":346,"y":-55,"strokeColor":"#00000000","backgroundColor":"#DEDEDE","width":4,"height":4,"seed":1707209787,"groupIds":["kPLRJ_jci7LjGXdYQeUMi","hd_jQB4N-mRDQWEHuZikK","75Nv99fh5NG4XT8bER9n9"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192058,"link":null,"locked":false,"customData":{"boxId":"KVsxQsBWGQK92p6azZtXk"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.7765626907348633,-0.15781211853027344],[-1.4124999046325684,-0.5874996185302734],[-1.8421874046325684,-1.2234373092651367],[-2,-2],[-1.8421874046325684,-2.7765626907348633],[-1.4124999046325684,-3.4124999046325684],[-0.7765626907348633,-3.8421874046325684],[0,-4],[0.7765626907348633,-3.8421874046325684],[1.4125003814697266,-3.4124999046325684],[1.8421878814697266,-2.7765626907348633],[2,-2],[1.8421878814697266,-1.2234373092651367],[1.4125003814697266,-0.5874996185302734],[0.7765626907348633,-0.15781211853027344],[0,0],[0,0]]},{"type":"rectangle","version":163,"versionNonce":1598293107,"isDeleted":false,"id":"z1aUKa29i0hpVCwcPP5YR","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":610,"y":-80,"strokeColor":"#202124","backgroundColor":"#FFF","width":82,"height":82,"seed":269607957,"groupIds":["V1kAMpnKyr4MFQjmjsevk","75Nv99fh5NG4XT8bER9n9"],"strokeSharpness":"round","boundElements":[],"updated":1706297192058,"link":null,"locked":false,"customData":{"boxId":"814KvQaFpnWrwrXJujLaq"}},{"type":"text","version":168,"versionNonce":709029949,"isDeleted":false,"id":"1PQm6f4Gw8dQbz9ACH4q0","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":633.5,"y":-32,"strokeColor":"#202124","backgroundColor":"transparent","width":35,"height":19,"seed":494785467,"groupIds":["V1kAMpnKyr4MFQjmjsevk","75Nv99fh5NG4XT8bER9n9"],"strokeSharpness":"round","boundElements":[],"updated":1706297192058,"link":null,"locked":false,"customData":{"boxId":"814KvQaFpnWrwrXJujLaq"},"fontSize":16,"fontFamily":2,"text":"Data","baseline":15,"textAlign":"center","verticalAlign":"top","containerId":null,"originalText":"Data"},{"type":"line","version":163,"versionNonce":1137770003,"isDeleted":false,"id":"noCO1SjlkNBY_lxoLgsHl","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":639,"y":-64,"strokeColor":"#00000000","backgroundColor":"#00000000","width":24,"height":24,"seed":1623628149,"groupIds":["STvGEMt3hCpDrPIUg8z4H","V1kAMpnKyr4MFQjmjsevk","75Nv99fh5NG4XT8bER9n9"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192058,"link":null,"locked":false,"customData":{"boxId":"814KvQaFpnWrwrXJujLaq"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[24,0],[24,24],[0,24],[0,0]]},{"type":"line","version":163,"versionNonce":1549000861,"isDeleted":false,"id":"oeblVvHutARPQyJWLkWez","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":659,"y":-51,"strokeColor":"#00000000","backgroundColor":"#000","width":18,"height":8,"seed":1738646619,"groupIds":["Iq2t8xA4D2SLGAH2a7SdX","V1kAMpnKyr4MFQjmjsevk","75Nv99fh5NG4XT8bER9n9"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192058,"link":null,"locked":false,"customData":{"boxId":"814KvQaFpnWrwrXJujLaq"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-16,0],[-16,0],[-16.706249952316284,0.2937498092651367],[-17,1],[-17,7],[-17,7],[-16.706249952316284,7.706249237060547],[-16,8],[0,8],[0,8],[0.7062492370605469,7.706249237060547],[1,7],[1,1],[1,1],[0.7062492370605469,0.2937498092651367],[0,0],[0,0]]},{"type":"line","version":163,"versionNonce":734905267,"isDeleted":false,"id":"4WD4vXyRgJjVOUbPhge73","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":646,"y":-45,"strokeColor":"#00000000","backgroundColor":"#DEDEDE","width":4,"height":4,"seed":402498261,"groupIds":["tWsbRc0Vc4qlcKyESF34q","V1kAMpnKyr4MFQjmjsevk","75Nv99fh5NG4XT8bER9n9"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192058,"link":null,"locked":false,"customData":{"boxId":"814KvQaFpnWrwrXJujLaq"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.7765626907348633,-0.15781211853027344],[-1.4124999046325684,-0.5874996185302734],[-1.8421874046325684,-1.2234382629394531],[-2,-2],[-1.8421874046325684,-2.776561737060547],[-1.4124999046325684,-3.4125003814697266],[-0.7765626907348633,-3.8421878814697266],[0,-4],[0.7765626907348633,-3.8421878814697266],[1.4125003814697266,-3.4125003814697266],[1.8421878814697266,-2.776561737060547],[2,-2],[1.8421878814697266,-1.2234382629394531],[1.4125003814697266,-0.5874996185302734],[0.7765626907348633,-0.15781211853027344],[0,0],[0,0]]},{"type":"line","version":163,"versionNonce":329762045,"isDeleted":false,"id":"um6haNkR-HC7WYwq6vzd4","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":659,"y":-61,"strokeColor":"#00000000","backgroundColor":"#000","width":18,"height":8,"seed":708993275,"groupIds":["CIRmjND6w1mjYR7vfGawr","V1kAMpnKyr4MFQjmjsevk","75Nv99fh5NG4XT8bER9n9"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192058,"link":null,"locked":false,"customData":{"boxId":"814KvQaFpnWrwrXJujLaq"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-16,0],[-16,0],[-16.706249952316284,0.2937500476837158],[-17,1],[-17,7],[-17,7],[-16.706249952316284,7.706250190734863],[-16,8],[0,8],[0,8],[0.7062492370605469,7.706250190734863],[1,7],[1,1],[1,1],[0.7062492370605469,0.2937500476837158],[0,0],[0,0]]},{"type":"line","version":163,"versionNonce":794875219,"isDeleted":false,"id":"pqqd0fZvW2nzSTuzwS1MX","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":646,"y":-55,"strokeColor":"#00000000","backgroundColor":"#DEDEDE","width":4,"height":4,"seed":1514962997,"groupIds":["pDhwuicnuQ6kbCJH5lD3M","V1kAMpnKyr4MFQjmjsevk","75Nv99fh5NG4XT8bER9n9"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192058,"link":null,"locked":false,"customData":{"boxId":"814KvQaFpnWrwrXJujLaq"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.7765626907348633,-0.15781211853027344],[-1.4124999046325684,-0.5874996185302734],[-1.8421874046325684,-1.2234373092651367],[-2,-2],[-1.8421874046325684,-2.7765626907348633],[-1.4124999046325684,-3.4124999046325684],[-0.7765626907348633,-3.8421874046325684],[0,-4],[0.7765626907348633,-3.8421874046325684],[1.4125003814697266,-3.4124999046325684],[1.8421878814697266,-2.7765626907348633],[2,-2],[1.8421878814697266,-1.2234373092651367],[1.4125003814697266,-0.5874996185302734],[0.7765626907348633,-0.15781211853027344],[0,0],[0,0]]},{"type":"text","version":479,"versionNonce":331357533,"isDeleted":true,"id":"VErI30OpPSleODbvy9-A-","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":80,"angle":0,"x":700,"y":-120,"strokeColor":"#202124","backgroundColor":"transparent","width":127,"height":19,"seed":144782203,"groupIds":[],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192058,"link":null,"locked":false,"customData":{"boxId":"KdbyS0y_Vhwiuzl-dkmH3","label":"Region","resource":"region","type":"child"},"fontSize":16.444444444444446,"fontFamily":2,"text":"DATA SOURCES","baseline":15,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":"DATA SOURCES"},{"id":"mYjacvROuTi1LLYmgBNLN","type":"text","x":732.6666259765625,"y":-123.6666870117187,"width":7,"height":23,"angle":0,"strokeColor":"#000000","backgroundColor":"transparent","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"round","seed":580515355,"version":64,"versionNonce":501265139,"isDeleted":true,"boundElements":null,"updated":1706297192058,"link":null,"locked":false,"text":"","fontSize":20,"fontFamily":2,"textAlign":"left","verticalAlign":"top","baseline":19,"containerId":null,"originalText":""},{"id":"VjGej67ajxrrtS-sRobOJ","type":"text","x":752.6666259765625,"y":-131.1666870117187,"width":7,"height":23,"angle":0,"strokeColor":"#000000","backgroundColor":"transparent","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"round","seed":836881365,"version":88,"versionNonce":871262653,"isDeleted":true,"boundElements":null,"updated":1706297192058,"link":null,"locked":false,"text":"","fontSize":20,"fontFamily":2,"textAlign":"left","verticalAlign":"top","baseline":19,"containerId":null,"originalText":""},{"type":"text","version":518,"versionNonce":399760531,"isDeleted":true,"id":"TL6swRcJES8bhDW-DiZAw","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":80,"angle":0,"x":740,"y":-200,"strokeColor":"#202124","backgroundColor":"transparent","width":127,"height":19,"seed":578093845,"groupIds":[],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192058,"link":null,"locked":false,"customData":{"boxId":"8pNX46VkoXMp4RbBRMw3D","label":"Region","resource":"region","type":"child"},"fontSize":16.444444444444446,"fontFamily":2,"text":"DATA SOURCES","baseline":15,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":"DATA SOURCES"},{"id":"Zb8J1fljd-O1BVZKiNOtW","type":"freedraw","x":537.3001708984375,"y":24.373779296875,"width":9,"height":114.80517578125,"angle":0,"strokeColor":"#000000","backgroundColor":"transparent","fillStyle":"hachure","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"round","seed":903390997,"version":86,"versionNonce":1700014621,"isDeleted":true,"boundElements":null,"updated":1706297192058,"link":null,"locked":false,"points":[[0,0],[0,0.32781982421875],[0,1.311279296875],[0,4.966552734375],[0,6.112548828125],[-2.0174560546875,23.12493896484375],[-2.9715576171875,32.775634765625],[-2.9715576171875,37.84698486328125],[-2.9715576171875,46.35333251953125],[-2.9715576171875,50.71624755859375],[-2.9715576171875,57.96917724609375],[-2.9715576171875,63.423583984375],[-2.9715576171875,69.03997802734375],[-2.535400390625,73.56768798828125],[-0.790283203125,84.474853515625],[-0.3538818359375,89.98370361328125],[2.017822265625,98.98046875],[4.281005859375,106.1787109375],[5.0450439453125,110.16156005859375],[5.0450439453125,111.52703857421875],[5.372802734375,112.51043701171875],[5.70068359375,113.493896484375],[6.0284423828125,114.47735595703125],[6.0284423828125,114.80517578125],[6.0284423828125,114.80517578125]],"pressures":[],"simulatePressure":true,"lastCommittedPoint":[6.0284423828125,114.80517578125],"endArrowhead":"triangle","fontFamily":2},{"id":"hUqCJsvkBD9w4QZujgUgf","type":"arrow","x":280,"y":21.000000000000014,"width":0,"height":138,"angle":0,"strokeColor":"#202124","backgroundColor":"#202124","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"sharp","seed":1771811515,"version":605,"versionNonce":1760612915,"isDeleted":false,"boundElements":null,"updated":1706297192058,"link":null,"locked":false,"points":[[0,0],[0,138]],"lastCommittedPoint":null,"startBinding":{"elementId":"zyoEe3Q6a-__dhbaIc5rB","focus":0.4285714285714285,"gap":1.0000000000000142},"endBinding":{"elementId":"XGJiTHw2h99_Hrxjg4EQi","focus":0.8333333333333334,"gap":1},"startArrowhead":null,"endArrowhead":"triangle","fontFamily":2},{"type":"rectangle","version":579,"versionNonce":2028134013,"isDeleted":true,"id":"O5xNzyaWR5wEy9LBVN1Tw","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":280,"y":120,"strokeColor":"#F9AB00","backgroundColor":"#FDE293","width":280,"height":160,"seed":1608393499,"groupIds":["ImqOH48SI2zybs9Pj-_dD"],"strokeSharpness":"sharp","boundElements":[{"id":"u3MHsCfKj6joFmOvIyJhR","type":"arrow"},{"id":"3EleidzYjikUW9ZkNfEPT","type":"arrow"},{"id":"hUqCJsvkBD9w4QZujgUgf","type":"arrow"},{"id":"MBAzSf45lj2hPn8nr3IPf","type":"arrow"},{"id":"3exC9lat3uD7T7SlGlk-Z","type":"arrow"}],"updated":1706297192058,"link":null,"locked":false,"customData":{"boxId":"h3pxPecv7fjSj5K6Z5Gk2","label":"Virtual Private Cloud","resource":"google_compute_network","type":"container"}},{"type":"text","version":411,"versionNonce":572396499,"isDeleted":true,"id":"ZEH87_l-Jo8R0DxkT5EBI","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":80,"angle":0,"x":380,"y":140,"strokeColor":"#202124","backgroundColor":"transparent","width":86,"height":19,"seed":786264085,"groupIds":["ImqOH48SI2zybs9Pj-_dD"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192058,"link":null,"locked":false,"customData":{"boxId":"h3pxPecv7fjSj5K6Z5Gk2","label":"Virtual Private Cloud","resource":"google_compute_network","type":"child"},"fontSize":16,"fontFamily":2,"text":"DATA LAKE","baseline":15,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":"DATA LAKE"},{"type":"rectangle","version":200,"versionNonce":626788061,"isDeleted":true,"id":"kbrMClpQSq_PqEHMsgygU","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":300,"y":200,"strokeColor":"#202124","backgroundColor":"#FFF","width":240,"height":80,"seed":1123430043,"groupIds":["ADCdeveN3V9DPlHfZwq-X","P7ni3z6UUxyblSNV4vtAZ"],"strokeSharpness":"round","boundElements":[],"updated":1706297192058,"link":null,"locked":false,"customData":{"boxId":"qs-YJyCmmB9OUljffRRju","label":"Cloud Storage","resource":"google_storage_bucket","type":"container"}},{"type":"text","version":188,"versionNonce":1936859507,"isDeleted":true,"id":"Ta2uojOzj_-2r7C9gPCjY","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":316,"y":216,"strokeColor":"#1A73E8","backgroundColor":"transparent","width":160,"height":18,"seed":834526357,"groupIds":["ADCdeveN3V9DPlHfZwq-X","P7ni3z6UUxyblSNV4vtAZ"],"strokeSharpness":"round","boundElements":[],"updated":1706297192058,"link":null,"locked":false,"customData":{"boxId":"qs-YJyCmmB9OUljffRRju","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"},"fontSize":16,"fontFamily":5,"text":"Cloud Storage","baseline":16,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":"Cloud Storage"},{"type":"rectangle","version":188,"versionNonce":1297163069,"isDeleted":true,"id":"tvBzUOMRrspXfN5O3uU7o","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":502,"y":220,"strokeColor":"transparent","backgroundColor":"#aecbfa","width":20,"height":7,"seed":923509563,"groupIds":["ADCdeveN3V9DPlHfZwq-X","P7ni3z6UUxyblSNV4vtAZ"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192058,"link":null,"locked":false,"customData":{"boxId":"qs-YJyCmmB9OUljffRRju","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"}},{"type":"rectangle","version":188,"versionNonce":1177778963,"isDeleted":true,"id":"ZIG66VewrYMd1LvGlqkEQ","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":520,"y":220,"strokeColor":"transparent","backgroundColor":"#669df6","width":2,"height":7,"seed":1264550389,"groupIds":["ADCdeveN3V9DPlHfZwq-X","P7ni3z6UUxyblSNV4vtAZ"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192059,"link":null,"locked":false,"customData":{"boxId":"qs-YJyCmmB9OUljffRRju","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"}},{"type":"line","version":188,"versionNonce":86225821,"isDeleted":true,"id":"Dp5nvcZsIQWTUZuyZGDIL","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":522,"y":220,"strokeColor":"#00000000","backgroundColor":"#4285f4","width":2,"height":7,"seed":1036616667,"groupIds":["YL5yRHLVRwcDXR_Pn6pvU","ADCdeveN3V9DPlHfZwq-X","P7ni3z6UUxyblSNV4vtAZ"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192059,"link":null,"locked":false,"customData":{"boxId":"qs-YJyCmmB9OUljffRRju","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-2,0],[-2,7],[0,0],[0,0]]},{"type":"rectangle","version":188,"versionNonce":383295667,"isDeleted":true,"id":"ZRGa-ECYaHmHtWjg8ff2u","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":502,"y":220,"strokeColor":"transparent","backgroundColor":"#669df6","width":2,"height":7,"seed":6650709,"groupIds":["ADCdeveN3V9DPlHfZwq-X","P7ni3z6UUxyblSNV4vtAZ"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192059,"link":null,"locked":false,"customData":{"boxId":"qs-YJyCmmB9OUljffRRju","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"}},{"type":"rectangle","version":188,"versionNonce":1493514237,"isDeleted":true,"id":"OiNsmzVuzJgTbIb2qGs2A","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":506,"y":223,"strokeColor":"transparent","backgroundColor":"#fff","width":6,"height":1,"seed":1061310587,"groupIds":["ADCdeveN3V9DPlHfZwq-X","P7ni3z6UUxyblSNV4vtAZ"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192059,"link":null,"locked":false,"customData":{"boxId":"qs-YJyCmmB9OUljffRRju","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"}},{"type":"rectangle","version":188,"versionNonce":252187219,"isDeleted":true,"id":"CYhWPNdgVb8WQq5sW0-qL","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":515,"y":222,"strokeColor":"transparent","backgroundColor":"#fff","width":3,"height":3,"seed":153438389,"groupIds":["ADCdeveN3V9DPlHfZwq-X","P7ni3z6UUxyblSNV4vtAZ"],"strokeSharpness":"round","boundElements":[],"updated":1706297192059,"link":null,"locked":false,"customData":{"boxId":"qs-YJyCmmB9OUljffRRju","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"}},{"type":"rectangle","version":188,"versionNonce":1391931485,"isDeleted":true,"id":"yVMV-Ek5MlNG3c8-hi0Ie","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":502,"y":229,"strokeColor":"transparent","backgroundColor":"#aecbfa","width":20,"height":7,"seed":2100857115,"groupIds":["ADCdeveN3V9DPlHfZwq-X","P7ni3z6UUxyblSNV4vtAZ"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192059,"link":null,"locked":false,"customData":{"boxId":"qs-YJyCmmB9OUljffRRju","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"}},{"type":"rectangle","version":189,"versionNonce":1603817459,"isDeleted":true,"id":"y7Xx766C2zvyC0Efa4Txr","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":520,"y":220,"strokeColor":"transparent","backgroundColor":"#669df6","width":2,"height":7,"seed":2000972309,"groupIds":["ADCdeveN3V9DPlHfZwq-X","P7ni3z6UUxyblSNV4vtAZ"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192059,"link":null,"locked":false,"customData":{"boxId":"qs-YJyCmmB9OUljffRRju","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"}},{"type":"line","version":188,"versionNonce":1087052989,"isDeleted":true,"id":"F38mUwO3Ty_LKmYxf6QKk","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":522,"y":229,"strokeColor":"#00000000","backgroundColor":"#4285f4","width":2,"height":7,"seed":1562291643,"groupIds":["38QmZJ851TRf2Gpy7AtX0","ADCdeveN3V9DPlHfZwq-X","P7ni3z6UUxyblSNV4vtAZ"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192059,"link":null,"locked":false,"customData":{"boxId":"qs-YJyCmmB9OUljffRRju","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-2,0],[-2,7],[0,0],[0,0]]},{"type":"rectangle","version":188,"versionNonce":1519376787,"isDeleted":true,"id":"K0rIXYxcF3R4wbroZBT29","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":502,"y":229,"strokeColor":"transparent","backgroundColor":"#669df6","width":2,"height":7,"seed":196632437,"groupIds":["ADCdeveN3V9DPlHfZwq-X","P7ni3z6UUxyblSNV4vtAZ"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192059,"link":null,"locked":false,"customData":{"boxId":"qs-YJyCmmB9OUljffRRju","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"}},{"type":"rectangle","version":188,"versionNonce":975338781,"isDeleted":true,"id":"VRO5_lKGdCjqV_KNQ0rHn","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":506,"y":232,"strokeColor":"transparent","backgroundColor":"#fff","width":6,"height":1,"seed":1914125915,"groupIds":["ADCdeveN3V9DPlHfZwq-X","P7ni3z6UUxyblSNV4vtAZ"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192059,"link":null,"locked":false,"customData":{"boxId":"qs-YJyCmmB9OUljffRRju","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"}},{"type":"rectangle","version":188,"versionNonce":1294282547,"isDeleted":true,"id":"laCPQEehQMDcng_kB3eKp","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":515,"y":231,"strokeColor":"transparent","backgroundColor":"#fff","width":3,"height":3,"seed":1288087765,"groupIds":["ADCdeveN3V9DPlHfZwq-X","P7ni3z6UUxyblSNV4vtAZ"],"strokeSharpness":"round","boundElements":[],"updated":1706297192059,"link":null,"locked":false,"customData":{"boxId":"qs-YJyCmmB9OUljffRRju","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"}},{"id":"Gg663axvYQotWVFbjMb8H","type":"ellipse","x":220,"y":60,"width":40,"height":42,"angle":0,"strokeColor":"#000000","backgroundColor":"#000000","fillStyle":"hachure","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"round","seed":1247806837,"version":133,"versionNonce":1718538621,"isDeleted":true,"boundElements":[{"type":"text","id":"ymD52FAaOScsWvH10K2cL"}],"updated":1706297192059,"link":null,"locked":false,"endArrowhead":"triangle","fontFamily":2},{"id":"ymD52FAaOScsWvH10K2cL","type":"text","x":225,"y":65,"width":30,"height":32,"angle":0,"strokeColor":"#ffffff","backgroundColor":"#000000","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"round","seed":640855387,"version":128,"versionNonce":431935699,"isDeleted":true,"boundElements":null,"updated":1706297192059,"link":null,"locked":false,"text":"1","fontSize":28,"fontFamily":2,"textAlign":"center","verticalAlign":"middle","baseline":25,"containerId":"Gg663axvYQotWVFbjMb8H","originalText":"1"},{"type":"rectangle","version":160,"versionNonce":49387997,"isDeleted":true,"id":"0HyYxt8CD7LhJ0u5OdAxs","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":880,"y":200,"strokeColor":"#202124","backgroundColor":"#FFF","width":240,"height":80,"seed":51025691,"groupIds":["dqtFSxAtFJNWsIaMGlkHQ","rAQEApI4VEYwFhzxCF84e"],"strokeSharpness":"round","boundElements":[],"updated":1706297192059,"link":null,"locked":false,"customData":{"boxId":"ImdtOUe28RFC2SfSQM-ro","label":"Workflows","type":"container"}},{"type":"text","version":155,"versionNonce":301153907,"isDeleted":true,"id":"DZCEOLxL9oYImNcuRMu2T","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":896,"y":216,"strokeColor":"#1A73E8","backgroundColor":"transparent","width":160,"height":18,"seed":2044869653,"groupIds":["dqtFSxAtFJNWsIaMGlkHQ","rAQEApI4VEYwFhzxCF84e"],"strokeSharpness":"round","boundElements":[{"id":"mhvuWpnHjXBX9bdcUM46z","type":"arrow"}],"updated":1706297192059,"link":null,"locked":false,"customData":{"boxId":"ImdtOUe28RFC2SfSQM-ro","label":"Workflows","type":"child"},"fontSize":16,"fontFamily":5,"text":"Workflows","baseline":16,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":"Workflows"},{"type":"line","version":154,"versionNonce":683431485,"isDeleted":true,"id":"HNggPBKlkk844zadUKKfF","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1087.712230205536,"y":235.10791397094727,"strokeColor":"#00000000","backgroundColor":"#8ab4f8","width":2.2503600120544434,"height":2.071941375732422,"seed":964623291,"groupIds":["l3PIE4eCdItMYvJOq5gt4","dqtFSxAtFJNWsIaMGlkHQ","rAQEApI4VEYwFhzxCF84e"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192059,"link":null,"locked":false,"customData":{"boxId":"ImdtOUe28RFC2SfSQM-ro","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.011690616607666016,0.2695140838623047],[-0.04604291915893555,0.5330944061279297],[-0.10197877883911133,0.7891197204589844],[-0.17841720581054688,1.035970687866211],[2.0719428062438965,1.035970687866211],[2.0719428062438965,-1.035970687866211],[-0.17841720581054688,-1.035970687866211],[-0.17841720581054688,-1.035970687866211],[-0.10197877883911133,-0.7891178131103516],[-0.04604291915893555,-0.5330944061279297],[-0.011690616607666016,-0.2695140838623047],[0,0],[0,0]]},{"type":"line","version":154,"versionNonce":277411859,"isDeleted":true,"id":"S5Yg7iGSADm9eCblmcpwY","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1096.1784172058105,"y":219.56834530830383,"strokeColor":"#00000000","backgroundColor":"#8ab4f8","width":2.250359535217285,"height":2.0719425678253174,"seed":1590423925,"groupIds":["l3PIE4eCdItMYvJOq5gt4","dqtFSxAtFJNWsIaMGlkHQ","rAQEApI4VEYwFhzxCF84e"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192059,"link":null,"locked":false,"customData":{"boxId":"ImdtOUe28RFC2SfSQM-ro","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-2.250359535217285,0],[-2.250359535217285,2.0719425678253174],[0,2.0719425678253174],[0,2.0719425678253174],[-0.07643890380859375,1.8250901699066162],[-0.13237380981445312,1.5690648555755615],[-0.16672706604003906,1.3054859638214111],[-0.17841720581054688,1.0359714031219482],[-0.16672706604003906,0.7664568424224854],[-0.13237380981445312,0.502877950668335],[-0.07643890380859375,0.24685263633728027],[0,0],[0,0]]},{"type":"line","version":154,"versionNonce":1387300509,"isDeleted":true,"id":"CaZgb9pF-ax_fLVK7i7Vi","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1099.1079139709473,"y":223.7122302055359,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":6.215827941894531,"height":6.2158273458480835,"seed":960351323,"groupIds":["lQwcOy-R466VzqD_mhicd","dqtFSxAtFJNWsIaMGlkHQ","rAQEApI4VEYwFhzxCF84e"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192059,"link":null,"locked":false,"customData":{"boxId":"ImdtOUe28RFC2SfSQM-ro","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.31754493713378906,-0.016060352325439453],[-0.6259651184082031,-0.06319713592529297],[-0.9236984252929688,-0.13984060287475586],[-1.2091712951660156,-0.24442386627197266],[-1.4808197021484375,-0.3753790855407715],[-1.7370719909667969,-0.5311374664306641],[-1.9763622283935547,-0.7101306915283203],[-2.1971206665039062,-0.9107909202575684],[-2.3977813720703125,-1.1315503120422363],[-2.5767765045166016,-1.3708405494689941],[-2.732534408569336,-1.6270933151245117],[-2.8634891510009766,-1.8987407684326172],[-2.9680728912353516,-2.1842145919799805],[-3.0447158813476562,-2.4819464683532715],[-3.0918521881103516,-2.7903690338134766],[-3.1079139709472656,-3.1079134941101074],[-3.0918521881103516,-3.4254579544067383],[-3.0447158813476562,-3.7338805198669434],[-2.9680728912353516,-4.031612396240234],[-2.8634891510009766,-4.317086219787598],[-2.732534408569336,-4.588733673095703],[-2.5767765045166016,-4.844986438751221],[-2.3977813720703125,-5.084276437759399],[-2.1971206665039062,-5.305035829544067],[-1.9763622283935547,-5.5056962966918945],[-1.7370719909667969,-5.68468976020813],[-1.4808197021484375,-5.840447902679443],[-1.2091712951660156,-5.9714027643203735],[-0.9236984252929688,-6.075986266136169],[-0.6259651184082031,-6.15263032913208],[-0.31754493713378906,-6.199766755104065],[0,-6.2158273458480835],[0.31754493713378906,-6.199766755104065],[0.6259670257568359,-6.15263032913208],[0.9236984252929688,-6.075986266136169],[1.2091732025146484,-5.9714027643203735],[1.4808197021484375,-5.840447902679443],[1.7370738983154297,-5.68468976020813],[1.9763622283935547,-5.5056962966918945],[2.197122573852539,-5.305035829544067],[2.3977832794189453,-5.084276437759399],[2.5767765045166016,-4.844986438751221],[2.732534408569336,-4.588733673095703],[2.8634891510009766,-4.317086219787598],[2.9680728912353516,-4.031612396240234],[3.0447158813476562,-3.7338805198669434],[3.0918540954589844,-3.4254579544067383],[3.1079139709472656,-3.1079134941101074],[3.0918540954589844,-2.7903690338134766],[3.0447158813476562,-2.4819464683532715],[2.9680728912353516,-2.1842145919799805],[2.8634891510009766,-1.8987407684326172],[2.732534408569336,-1.6270933151245117],[2.5767765045166016,-1.3708405494689941],[2.3977832794189453,-1.1315503120422363],[2.197122573852539,-0.9107909202575684],[1.9763622283935547,-0.7101306915283203],[1.7370738983154297,-0.5311374664306641],[1.4808197021484375,-0.3753790855407715],[1.2091732025146484,-0.24442386627197266],[0.9236984252929688,-0.13984060287475586],[0.6259670257568359,-0.06319713592529297],[0.31754493713378906,-0.016060352325439453],[0,0],[0,0]]},{"type":"line","version":154,"versionNonce":1400274355,"isDeleted":true,"id":"wNV7IwNYb86OKAzgT3cWZ","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1099.1079139709473,"y":219.56834530830383,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":2.071941375732422,"height":2.0719425678253174,"seed":1536686805,"groupIds":["lQwcOy-R466VzqD_mhicd","dqtFSxAtFJNWsIaMGlkHQ","rAQEApI4VEYwFhzxCF84e"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192059,"link":null,"locked":false,"customData":{"boxId":"ImdtOUe28RFC2SfSQM-ro","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.20810508728027344,0.021144390106201172],[-0.4022483825683594,0.08174467086791992],[-0.5781803131103516,0.1775517463684082],[-0.7316551208496094,0.30431652069091797],[-0.8584194183349609,0.4577901363372803],[-0.9542255401611328,0.6337234973907471],[-1.0148277282714844,0.8278663158416748],[-1.035970687866211,1.0359714031219482],[-1.0148277282714844,1.2440760135650635],[-0.9542255401611328,1.4382193088531494],[-0.8584194183349609,1.6141526699066162],[-0.7316551208496094,1.7676260471343994],[-0.5781803131103516,1.8943908214569092],[-0.4022483825683594,1.9901978969573975],[-0.20810508728027344,2.050798177719116],[0,2.0719425678253174],[0.20810508728027344,2.050798177719116],[0.4022483825683594,1.9901978969573975],[0.5781822204589844,1.8943908214569092],[0.7316551208496094,1.7676260471343994],[0.8584194183349609,1.6141526699066162],[0.9542255401611328,1.4382193088531494],[1.0148277282714844,1.2440760135650635],[1.035970687866211,1.0359714031219482],[1.0148277282714844,0.8278663158416748],[0.9542255401611328,0.6337234973907471],[0.8584194183349609,0.4577901363372803],[0.7316551208496094,0.30431652069091797],[0.5781822204589844,0.1775517463684082],[0.4022483825683594,0.08174467086791992],[0.20810508728027344,0.021144390106201172],[0,0],[0,0]]},{"type":"line","version":154,"versionNonce":595569405,"isDeleted":true,"id":"POdjMmMDuAs8HgSHJ4r50","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1084.6043167114258,"y":238.21582794189453,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":6.2158273458480835,"height":6.215827941894531,"seed":1176078587,"groupIds":["lQwcOy-R466VzqD_mhicd","dqtFSxAtFJNWsIaMGlkHQ","rAQEApI4VEYwFhzxCF84e"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192059,"link":null,"locked":false,"customData":{"boxId":"ImdtOUe28RFC2SfSQM-ro","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.31754446029663086,-0.01605987548828125],[-0.6259670257568359,-0.06319808959960938],[-0.923698902130127,-0.13984107971191406],[-1.2091727256774902,-0.24442481994628906],[-1.4808201789855957,-0.3753795623779297],[-1.7370729446411133,-0.5311374664306641],[-1.976362943649292,-0.7101306915283203],[-2.19712233543396,-0.9107913970947266],[-2.397782802581787,-1.131551742553711],[-2.5767762660980225,-1.370840072631836],[-2.732534408569336,-1.6270942687988281],[-2.863489270210266,-1.8987407684326172],[-2.968072772026062,-2.184215545654297],[-3.0447168350219727,-2.4819469451904297],[-3.0918532609939575,-2.7903690338134766],[-3.107913851737976,-3.1079139709472656],[-3.0918532609939575,-3.4254589080810547],[-3.0447168350219727,-3.7338790893554688],[-2.968072772026062,-4.031612396240234],[-2.863489270210266,-4.317085266113281],[-2.732534408569336,-4.588733673095703],[-2.5767762660980225,-4.8449859619140625],[-2.397782802581787,-5.08427619934082],[-2.19712233543396,-5.305034637451172],[-1.976362943649292,-5.505695343017578],[-1.7370729446411133,-5.684690475463867],[-1.4808201789855957,-5.840448379516602],[-1.2091727256774902,-5.971403121948242],[-0.923698902130127,-6.075986862182617],[-0.6259670257568359,-6.152629852294922],[-0.31754446029663086,-6.199766159057617],[0,-6.215827941894531],[0.31754446029663086,-6.199766159057617],[0.6259670257568359,-6.152629852294922],[0.923698902130127,-6.075986862182617],[1.2091727256774902,-5.971403121948242],[1.4808201789855957,-5.840448379516602],[1.7370729446411133,-5.684690475463867],[1.976363182067871,-5.505695343017578],[2.197122573852539,-5.305034637451172],[2.397782802581787,-5.08427619934082],[2.5767760276794434,-4.8449859619140625],[2.732534408569336,-4.588733673095703],[2.8634896278381348,-4.317085266113281],[2.9680728912353516,-4.031612396240234],[3.0447163581848145,-3.7338790893554688],[3.091853141784668,-3.4254589080810547],[3.1079134941101074,-3.1079139709472656],[3.091853141784668,-2.7903690338134766],[3.0447163581848145,-2.4819469451904297],[2.9680728912353516,-2.184215545654297],[2.8634896278381348,-1.8987407684326172],[2.732534408569336,-1.6270942687988281],[2.5767760276794434,-1.370840072631836],[2.397782802581787,-1.131551742553711],[2.197122573852539,-0.9107913970947266],[1.976363182067871,-0.7101306915283203],[1.7370729446411133,-0.5311374664306641],[1.4808201789855957,-0.3753795623779297],[1.2091727256774902,-0.24442481994628906],[0.923698902130127,-0.13984107971191406],[0.6259670257568359,-0.06319808959960938],[0.31754446029663086,-0.01605987548828125],[0,0],[0,0]]},{"type":"line","version":154,"versionNonce":367152979,"isDeleted":true,"id":"kHQvhu5Ra4ZEotekhugYi","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1084.6043167114258,"y":234.07194328308105,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":2.0719425678253174,"height":2.071941375732422,"seed":1759238197,"groupIds":["lQwcOy-R466VzqD_mhicd","dqtFSxAtFJNWsIaMGlkHQ","rAQEApI4VEYwFhzxCF84e"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192059,"link":null,"locked":false,"customData":{"boxId":"ImdtOUe28RFC2SfSQM-ro","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.20810508728027344,0.021142959594726562],[-0.40224790573120117,0.08174514770507812],[-0.578181266784668,0.17755126953125],[-0.7316548824310303,0.30431556701660156],[-0.85841965675354,0.4577903747558594],[-0.9542267322540283,0.6337223052978516],[-1.014827013015747,0.8278656005859375],[-1.0359714031219482,1.035970687866211],[-1.014827013015747,1.2440757751464844],[-0.9542267322540283,1.4382190704345703],[-0.85841965675354,1.6141529083251953],[-0.7316548824310303,1.7676258087158203],[-0.578181266784668,1.8943901062011719],[-0.40224790573120117,1.9901962280273438],[-0.20810508728027344,2.0507984161376953],[0,2.071941375732422],[0.20810461044311523,2.0507984161376953],[0.40224790573120117,1.9901962280273438],[0.578181266784668,1.8943901062011719],[0.7316546440124512,1.7676258087158203],[0.8584194183349609,1.6141529083251953],[0.9542264938354492,1.4382190704345703],[1.014826774597168,1.2440757751464844],[1.0359711647033691,1.035970687866211],[1.014826774597168,0.8278656005859375],[0.9542264938354492,0.6337223052978516],[0.8584194183349609,0.4577903747558594],[0.7316546440124512,0.30431556701660156],[0.578181266784668,0.17755126953125],[0.40224790573120117,0.08174514770507812],[0.20810461044311523,0.021142959594726562],[0,0],[0,0]]},{"type":"line","version":154,"versionNonce":1806386013,"isDeleted":true,"id":"OfY5JUMKazPNAg-bOUSDW","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1099.1079139709473,"y":219.56834530830383,"strokeColor":"#00000000","backgroundColor":"#fff","width":2.071941375732422,"height":2.0719425678253174,"seed":93630875,"groupIds":["3iXtGV8EvrQILsuD8ON7I","dqtFSxAtFJNWsIaMGlkHQ","rAQEApI4VEYwFhzxCF84e"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192059,"link":null,"locked":false,"customData":{"boxId":"ImdtOUe28RFC2SfSQM-ro","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.20810508728027344,0.021144390106201172],[-0.4022483825683594,0.08174467086791992],[-0.5781803131103516,0.1775517463684082],[-0.7316551208496094,0.30431652069091797],[-0.8584194183349609,0.4577901363372803],[-0.9542255401611328,0.6337234973907471],[-1.0148277282714844,0.8278663158416748],[-1.035970687866211,1.0359714031219482],[-1.0148277282714844,1.2440760135650635],[-0.9542255401611328,1.4382193088531494],[-0.8584194183349609,1.6141526699066162],[-0.7316551208496094,1.7676260471343994],[-0.5781803131103516,1.8943908214569092],[-0.4022483825683594,1.9901978969573975],[-0.20810508728027344,2.050798177719116],[0,2.0719425678253174],[0.20810508728027344,2.050798177719116],[0.4022483825683594,1.9901978969573975],[0.5781822204589844,1.8943908214569092],[0.7316551208496094,1.7676260471343994],[0.8584194183349609,1.6141526699066162],[0.9542255401611328,1.4382193088531494],[1.0148277282714844,1.2440760135650635],[1.035970687866211,1.0359714031219482],[1.0148277282714844,0.8278663158416748],[0.9542255401611328,0.6337234973907471],[0.8584194183349609,0.4577901363372803],[0.7316551208496094,0.30431652069091797],[0.5781822204589844,0.1775517463684082],[0.4022483825683594,0.08174467086791992],[0.20810508728027344,0.021144390106201172],[0,0],[0,0]]},{"type":"line","version":154,"versionNonce":1780673779,"isDeleted":true,"id":"TafPvceM89A1MqjZennA3","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1084.6043167114258,"y":234.07194328308105,"strokeColor":"#00000000","backgroundColor":"#fff","width":2.0719425678253174,"height":2.071941375732422,"seed":1350371733,"groupIds":["3iXtGV8EvrQILsuD8ON7I","dqtFSxAtFJNWsIaMGlkHQ","rAQEApI4VEYwFhzxCF84e"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192059,"link":null,"locked":false,"customData":{"boxId":"ImdtOUe28RFC2SfSQM-ro","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.20810508728027344,0.021142959594726562],[-0.40224790573120117,0.08174514770507812],[-0.578181266784668,0.17755126953125],[-0.7316548824310303,0.30431556701660156],[-0.85841965675354,0.4577903747558594],[-0.9542267322540283,0.6337223052978516],[-1.014827013015747,0.8278656005859375],[-1.0359714031219482,1.035970687866211],[-1.014827013015747,1.2440757751464844],[-0.9542267322540283,1.4382190704345703],[-0.85841965675354,1.6141529083251953],[-0.7316548824310303,1.7676258087158203],[-0.578181266784668,1.8943901062011719],[-0.40224790573120117,1.9901962280273438],[-0.20810508728027344,2.0507984161376953],[0,2.071941375732422],[0.20810461044311523,2.0507984161376953],[0.40224790573120117,1.9901962280273438],[0.578181266784668,1.8943901062011719],[0.7316546440124512,1.7676258087158203],[0.8584194183349609,1.6141529083251953],[0.9542264938354492,1.4382190704345703],[1.014826774597168,1.2440757751464844],[1.0359711647033691,1.035970687866211],[1.014826774597168,0.8278656005859375],[0.9542264938354492,0.6337223052978516],[0.8584194183349609,0.4577903747558594],[0.7316546440124512,0.30431556701660156],[0.578181266784668,0.17755126953125],[0.40224790573120117,0.08174514770507812],[0.20810461044311523,0.021142959594726562],[0,0],[0,0]]},{"type":"line","version":154,"versionNonce":1870974909,"isDeleted":true,"id":"zuyRMtwpmFGP6zipsi44q","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1087.8906478881836,"y":226.820143699646,"strokeColor":"#00000000","backgroundColor":"#669df6","width":6.394245028495789,"height":9.225899696350098,"seed":1222755899,"groupIds":["o1wFCLkkrtwqOOn2kJebf","dqtFSxAtFJNWsIaMGlkHQ","rAQEApI4VEYwFhzxCF84e"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192059,"link":null,"locked":false,"customData":{"boxId":"ImdtOUe28RFC2SfSQM-ro","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-2.2503600120544434,0],[-2.2503600120544434,0],[-2.462372303009033,-0.010685920715332031],[-2.668221950531006,-0.042052268981933594],[-2.8668718338012695,-0.0930624008178711],[-3.057284355163574,-0.16267967224121094],[-3.2384233474731445,-0.24986648559570312],[-3.4092516899108887,-0.35358524322509766],[-3.568732261657715,-0.47280120849609375],[-3.7158279418945312,-0.6064748764038086],[-3.849501132965088,-0.753570556640625],[-3.968716621398926,-0.913050651550293],[-4.0724358558654785,-1.083878517150879],[-4.159622669219971,-1.2650175094604492],[-4.2292397022247314,-1.4554309844970703],[-4.280249834060669,-1.6540803909301758],[-4.31161642074585,-1.8599300384521484],[-4.322302579879761,-2.0719423294067383],[-4.322302579879761,-3.1079134941101074],[-4.322302579879761,-3.1079134941101074],[-4.316173315048218,-3.2672781944274902],[-4.298089265823364,-3.4234819412231445],[-4.268505811691284,-3.5760602951049805],[-4.227878093719482,-3.724550247192383],[-4.176661252975464,-3.8684868812561035],[-4.1153106689453125,-4.007407188415527],[-4.044281721115112,-4.140848159790039],[-3.96402907371521,-4.268344879150391],[-3.7776756286621094,-4.503653049468994],[-3.5598926544189453,-4.709621906280518],[-3.314321517944336,-4.882542610168457],[-3.182253360748291,-4.955450057983398],[-3.044604778289795,-5.018704414367676],[-3.1479320526123047,-5.301258563995361],[-3.223741054534912,-5.5956830978393555],[-3.270413875579834,-5.9008989334106445],[-3.2863311767578125,-6.215826988220215],[-3.276798725128174,-6.459532260894775],[-3.2489209175109863,-6.697841644287109],[-3.203777313232422,-6.929675817489624],[-3.142446517944336,-7.153956413269043],[-3.485318183898926,-7.062928199768066],[-3.815906524658203,-6.9439857006073],[-4.132853746414185,-6.798486232757568],[-4.434802532196045,-6.6277875900268555],[-4.720395803451538,-6.433246612548828],[-4.98827600479126,-6.216220378875732],[-5.237085819244385,-5.978066921234131],[-5.465467929840088,-5.7201433181762695],[-5.672065019607544,-5.443807601928711],[-5.855519771575928,-5.150415897369385],[-6.014474511146545,-4.841325759887695],[-6.14757227897644,-4.517895221710205],[-6.2534555196762085,-4.18148136138916],[-6.330767035484314,-3.833441734313965],[-6.3781492710113525,-3.4751334190368652],[-6.394245028495789,-3.1079134941101074],[-6.394245028495789,-2.0719423294067383],[-6.394245028495789,-2.0719423294067383],[-6.3728097677230835,-1.6488656997680664],[-6.3099037408828735,-1.2378711700439453],[-6.207625985145569,-0.8410558700561523],[-6.068075895309448,-0.46052074432373047],[-5.893352746963501,-0.09836578369140625],[-5.685555696487427,0.24331188201904297],[-5.446784019470215,0.5624113082885742],[-5.1791369915008545,0.8568344116210938],[-4.884714126586914,1.1244821548461914],[-4.5656139850616455,1.3632535934448242],[-4.223936557769775,1.5710506439208984],[-3.8617806434631348,1.7457733154296875],[-3.481245994567871,1.8853235244750977],[-3.0844311714172363,1.9876022338867188],[-2.673436164855957,2.0505075454711914],[-2.2503600120544434,2.0719432830810547],[0,2.0719432830810547],[0,2.0719432830810547],[-0.07643890380859375,1.8250904083251953],[-0.13237428665161133,1.5690650939941406],[-0.16672706604003906,1.3054866790771484],[-0.17841768264770508,1.0359716415405273],[-0.16672706604003906,0.7664575576782227],[-0.13237428665161133,0.5028781890869141],[-0.07643890380859375,0.24685287475585938],[0,0],[0,0]]},{"type":"line","version":154,"versionNonce":1405015699,"isDeleted":true,"id":"k4zIvkJfKuzG-2GaQhLZC","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1098.0892086029053,"y":226.820143699646,"strokeColor":"#00000000","backgroundColor":"#4285f4","width":5.369785308837891,"height":9.231654167175293,"seed":61935349,"groupIds":["-3ckVtp7eIRynfrINmNKp","dqtFSxAtFJNWsIaMGlkHQ","rAQEApI4VEYwFhzxCF84e"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192059,"link":null,"locked":false,"customData":{"boxId":"ImdtOUe28RFC2SfSQM-ro","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-1.2316551208496094,0],[-1.2316551208496094,0],[-1.1552162170410156,0.24685287475585938],[-1.0992794036865234,0.5028781890869141],[-1.0649280548095703,0.7664575576782227],[-1.0532379150390625,1.0359716415405273],[-1.0649280548095703,1.3054866790771484],[-1.0992794036865234,1.5690650939941406],[-1.1552162170410156,1.8250904083251953],[-1.2316551208496094,2.0719432830810547],[0,2.0719432830810547],[0,2.0719432830810547],[0.21201133728027344,2.0826292037963867],[0.4178638458251953,2.1139955520629883],[0.6165122985839844,2.165006637573242],[0.8069248199462891,2.2346229553222656],[0.9880638122558594,2.321809768676758],[1.1588916778564453,2.4255285263061523],[1.3183727264404297,2.5447444915771484],[1.4654693603515625,2.6784181594848633],[1.599142074584961,2.8255138397216797],[1.7183570861816406,2.9849939346313477],[1.8220748901367188,3.1558218002319336],[1.9092636108398438,3.336960792541504],[1.9788799285888672,3.527374267578125],[2.0298900604248047,3.7260236740112305],[2.0612564086914062,3.931873321533203],[2.071941375732422,4.143885612487793],[2.071941375732422,5.179856300354004],[2.071941375732422,5.179856300354004],[2.065746307373047,5.341246604919434],[2.0474605560302734,5.499213218688965],[2.0175399780273438,5.653304100036621],[1.9764385223388672,5.803057670593262],[1.9246139526367188,5.948025703430176],[1.8625221252441406,6.087746620178223],[1.7906169891357422,6.221772193908691],[1.7093524932861328,6.349640846252441],[1.6191864013671875,6.470900535583496],[1.5205707550048828,6.585095405578613],[1.4139633178710938,6.691769599914551],[1.2998199462890625,6.790467262268066],[1.1785945892333984,6.880736351013184],[1.0507431030273438,6.962119102478027],[0.916717529296875,7.0341596603393555],[0.7769775390625,7.096402168273926],[0.8769798278808594,7.378058433532715],[0.951080322265625,7.670504570007324],[0.9971237182617188,7.973742485046387],[1.012948989868164,8.28777027130127],[1.0033283233642578,8.53156566619873],[0.9748191833496094,8.77050495147705],[0.9279670715332031,9.004048347473145],[0.8633098602294922,9.231654167175293],[1.2083377838134766,9.141573905944824],[1.5410652160644531,9.02332592010498],[1.8601150512695312,8.87828540802002],[2.1641178131103516,8.707823753356934],[2.4516983032226562,8.513319969177246],[2.7214832305908203,8.29614543914795],[2.9720935821533203,8.057673454284668],[3.202157974243164,7.799281120300293],[3.4103031158447266,7.522339820861816],[3.595155715942383,7.228226661682129],[3.755338668823242,6.918313026428223],[3.8894805908203125,6.593976020812988],[3.9962024688720703,6.256587028503418],[4.074134826660156,5.9075212478637695],[4.1219024658203125,5.548151969909668],[4.138130187988281,5.179856300354004],[4.138130187988281,4.143885612487793],[4.138130187988281,4.143885612487793],[4.117706298828125,3.720808982849121],[4.055688858032227,3.309814453125],[3.9541778564453125,2.912999153137207],[3.815288543701172,2.532464027404785],[3.641122817993164,2.170309066772461],[3.4337902069091797,1.8286314010620117],[3.1954002380371094,1.5095319747924805],[2.9280567169189453,1.215108871459961],[2.6338729858398438,0.9474611282348633],[2.314950942993164,0.7086896896362305],[1.9734001159667969,0.5008926391601562],[1.6113319396972656,0.3261699676513672],[1.2308483123779297,0.18661975860595703],[0.8340606689453125,0.08434104919433594],[0.4230766296386719,0.02143573760986328],[0,0],[0,0]]},{"type":"line","version":154,"versionNonce":1831718941,"isDeleted":true,"id":"HCJR5WbjlPposnuGgLFel","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1090.820143699646,"y":223.7122302055359,"strokeColor":"#00000000","backgroundColor":"#669df6","width":9.32374095916748,"height":6.2158273458480835,"seed":383993563,"groupIds":["xQ25ui9De_djHUyr8bMNQ","dqtFSxAtFJNWsIaMGlkHQ","rAQEApI4VEYwFhzxCF84e"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192059,"link":null,"locked":false,"customData":{"boxId":"ImdtOUe28RFC2SfSQM-ro","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-3.1079134941101074,0],[-3.1079134941101074,0],[-3.4254579544067383,-0.016060352325439453],[-3.733880043029785,-0.06319713592529297],[-4.031612396240234,-0.13984060287475586],[-4.317086219787598,-0.24442386627197266],[-4.588733196258545,-0.3753790855407715],[-4.8449859619140625,-0.5311374664306641],[-5.0842766761779785,-0.7101306915283203],[-5.3050360679626465,-0.9107909202575684],[-5.5056962966918945,-1.1315503120422363],[-5.684689521789551,-1.3708405494689941],[-5.840447425842285,-1.6270933151245117],[-5.971402645111084,-1.8987407684326172],[-6.075986385345459,-2.1842145919799805],[-6.15263032913208,-2.4819464683532715],[-6.199766635894775,-2.7903690338134766],[-6.215826988220215,-3.1079134941101074],[-6.199766635894775,-3.4254579544067383],[-6.15263032913208,-3.7338805198669434],[-6.075986385345459,-4.031612396240234],[-5.971402645111084,-4.317086219787598],[-5.840447425842285,-4.588733673095703],[-5.684689521789551,-4.844986438751221],[-5.5056962966918945,-5.084276437759399],[-5.3050360679626465,-5.305035829544067],[-5.0842766761779785,-5.5056962966918945],[-4.8449859619140625,-5.68468976020813],[-4.588733196258545,-5.840447902679443],[-4.317086219787598,-5.9714027643203735],[-4.031612396240234,-6.075986266136169],[-3.733880043029785,-6.15263032913208],[-3.4254579544067383,-6.199766755104065],[-3.1079134941101074,-6.2158273458480835],[0,-6.2158273458480835],[0,-6.2158273458480835],[0.31754493713378906,-6.199766755104065],[0.6259670257568359,-6.15263032913208],[0.9236993789672852,-6.075986266136169],[1.2091732025146484,-5.9714027643203735],[1.480820655822754,-5.840447902679443],[1.7370729446411133,-5.68468976020813],[1.976363182067871,-5.5056962966918945],[2.197122573852539,-5.305035829544067],[2.3977832794189453,-5.084276437759399],[2.5767765045166016,-4.844986438751221],[2.732534408569336,-4.588733673095703],[2.863490104675293,-4.317086219787598],[2.968073844909668,-4.031612396240234],[3.0447168350219727,-3.7338805198669434],[3.091853141784668,-3.4254579544067383],[3.1079139709472656,-3.1079134941101074],[3.091853141784668,-2.7903690338134766],[3.0447168350219727,-2.4819464683532715],[2.968073844909668,-2.1842145919799805],[2.863490104675293,-1.8987407684326172],[2.732534408569336,-1.6270933151245117],[2.5767765045166016,-1.3708405494689941],[2.3977832794189453,-1.1315503120422363],[2.197122573852539,-0.9107909202575684],[1.976363182067871,-0.7101306915283203],[1.7370729446411133,-0.5311374664306641],[1.480820655822754,-0.3753790855407715],[1.2091732025146484,-0.24442386627197266],[0.9236993789672852,-0.13984060287475586],[0.6259670257568359,-0.06319713592529297],[0.31754493713378906,-0.016060352325439453],[0,0],[0,0]]},{"type":"line","version":154,"versionNonce":560761907,"isDeleted":true,"id":"4KyGFJg5m6R74WW-OP3DS","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1087.712230205536,"y":219.56834530830383,"strokeColor":"#00000000","backgroundColor":"#669df6","width":5.179856300354004,"height":2.0719425678253174,"seed":821913685,"groupIds":["xQ25ui9De_djHUyr8bMNQ","dqtFSxAtFJNWsIaMGlkHQ","rAQEApI4VEYwFhzxCF84e"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192059,"link":null,"locked":false,"customData":{"boxId":"ImdtOUe28RFC2SfSQM-ro","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.20810413360595703,0.021144390106201172],[-0.40224790573120117,0.08174467086791992],[-0.578181266784668,0.1775517463684082],[-0.7316546440124512,0.30431652069091797],[-0.8584194183349609,0.4577901363372803],[-0.9542264938354492,0.6337234973907471],[-1.014826774597168,0.8278663158416748],[-1.0359711647033691,1.0359714031219482],[-1.014826774597168,1.2440760135650635],[-0.9542264938354492,1.4382193088531494],[-0.8584194183349609,1.6141526699066162],[-0.7316546440124512,1.7676260471343994],[-0.578181266784668,1.8943908214569092],[-0.40224790573120117,1.9901978969573975],[-0.20810413360595703,2.050798177719116],[0,2.0719425678253174],[3.1079134941101074,2.0719425678253174],[3.1079134941101074,2.0719425678253174],[3.316018581390381,2.050798177719116],[3.510161876678467,1.9901978969573975],[3.6860947608947754,1.8943908214569092],[3.839568614959717,1.7676260471343994],[3.9663338661193848,1.6141526699066162],[4.062139987945557,1.4382193088531494],[4.122740268707275,1.2440760135650635],[4.143885135650635,1.0359714031219482],[4.122740268707275,0.8278663158416748],[4.062139987945557,0.6337234973907471],[3.9663338661193848,0.4577901363372803],[3.839568614959717,0.30431652069091797],[3.6860947608947754,0.1775517463684082],[3.510161876678467,0.08174467086791992],[3.316018581390381,0.021144390106201172],[3.1079134941101074,0],[0,0],[0,0]]},{"type":"line","version":154,"versionNonce":1654113405,"isDeleted":true,"id":"dtx3JUGi16eey7TrfgWja","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1093.9280576705933,"y":230.9640293121338,"strokeColor":"#00000000","backgroundColor":"#669df6","width":9.323740482330322,"height":6.215827941894531,"seed":1982575483,"groupIds":["xQ25ui9De_djHUyr8bMNQ","dqtFSxAtFJNWsIaMGlkHQ","rAQEApI4VEYwFhzxCF84e"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192059,"link":null,"locked":false,"customData":{"boxId":"ImdtOUe28RFC2SfSQM-ro","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-3.1079139709472656,0],[-3.1079139709472656,0],[-3.4254579544067383,-0.016060829162597656],[-3.733880043029785,-0.06319713592529297],[-4.031612396240234,-0.13984203338623047],[-4.317086219787598,-0.24442481994628906],[-4.588733673095703,-0.3753795623779297],[-4.8449859619140625,-0.5311374664306641],[-5.084277153015137,-0.7101316452026367],[-5.305035591125488,-0.9107913970947266],[-5.5056962966918945,-1.1315507888793945],[-5.684689521789551,-1.3708410263061523],[-5.840447425842285,-1.6270942687988281],[-5.971403121948242,-1.8987417221069336],[-6.075986385345459,-2.1842145919799805],[-6.152629852294922,-2.4819469451904297],[-6.199766635894775,-2.790369987487793],[-6.215827465057373,-3.1079139709472656],[-6.199766635894775,-3.4254579544067383],[-6.152629852294922,-3.7338809967041016],[-6.075986385345459,-4.031613349914551],[-5.971403121948242,-4.317086219787598],[-5.840447425842285,-4.588733673095703],[-5.684689521789551,-4.844986915588379],[-5.5056962966918945,-5.084277153015137],[-5.305035591125488,-5.305036544799805],[-5.084277153015137,-5.5056962966918945],[-4.8449859619140625,-5.684690475463867],[-4.588733673095703,-5.840448379516602],[-4.317086219787598,-5.971403121948242],[-4.031612396240234,-6.075986862182617],[-3.733880043029785,-6.152630805969238],[-3.4254579544067383,-6.199767112731934],[-3.1079139709472656,-6.215827941894531],[0,-6.215827941894531],[0,-6.215827941894531],[0.31754493713378906,-6.199767112731934],[0.6259670257568359,-6.152630805969238],[0.9236984252929688,-6.075986862182617],[1.209172248840332,-5.971403121948242],[1.480820655822754,-5.840448379516602],[1.7370729446411133,-5.684690475463867],[1.9763622283935547,-5.5056962966918945],[2.1971216201782227,-5.305036544799805],[2.397782325744629,-5.084277153015137],[2.576775550842285,-4.844986915588379],[2.7325353622436523,-4.588733673095703],[2.86348819732666,-4.317086219787598],[2.968071937561035,-4.031613349914551],[3.0447168350219727,-3.7338809967041016],[3.091853141784668,-3.4254579544067383],[3.107913017272949,-3.1079139709472656],[3.091853141784668,-2.790369987487793],[3.0447168350219727,-2.4819469451904297],[2.968071937561035,-2.1842145919799805],[2.86348819732666,-1.8987417221069336],[2.7325353622436523,-1.6270942687988281],[2.576775550842285,-1.3708410263061523],[2.397782325744629,-1.1315507888793945],[2.1971216201782227,-0.9107913970947266],[1.9763622283935547,-0.7101316452026367],[1.7370729446411133,-0.5311374664306641],[1.480820655822754,-0.3753795623779297],[1.209172248840332,-0.24442481994628906],[0.9236984252929688,-0.13984203338623047],[0.6259670257568359,-0.06319713592529297],[0.31754493713378906,-0.016060829162597656],[0,0],[0,0]]},{"type":"line","version":154,"versionNonce":118656467,"isDeleted":true,"id":"KZpkz7FkcxtDxLtV1QiQq","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1090.820143699646,"y":226.820143699646,"strokeColor":"#00000000","backgroundColor":"#669df6","width":5.179856300354004,"height":2.0719432830810547,"seed":439850421,"groupIds":["xQ25ui9De_djHUyr8bMNQ","dqtFSxAtFJNWsIaMGlkHQ","rAQEApI4VEYwFhzxCF84e"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192059,"link":null,"locked":false,"customData":{"boxId":"ImdtOUe28RFC2SfSQM-ro","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.20810413360595703,0.021144866943359375],[-0.40224742889404297,0.08174514770507812],[-0.5781803131103516,0.1775522232055664],[-0.731654167175293,0.3043174743652344],[-0.8584194183349609,0.4577903747558594],[-0.9542255401611328,0.633723258972168],[-1.014826774597168,0.8278675079345703],[-1.035970687866211,1.0359716415405273],[-1.014826774597168,1.2440757751464844],[-0.9542255401611328,1.4382200241088867],[-0.8584194183349609,1.6141529083251953],[-0.731654167175293,1.7676258087158203],[-0.5781803131103516,1.8943910598754883],[-0.40224742889404297,1.9901981353759766],[-0.20810413360595703,2.0507984161376953],[0,2.0719432830810547],[3.1079139709472656,2.0719432830810547],[3.1079139709472656,2.0719432830810547],[3.316019058227539,2.0507984161376953],[3.510162353515625,1.9901981353759766],[3.6860952377319336,1.8943910598754883],[3.8395681381225586,1.7676258087158203],[3.9663333892822266,1.6141529083251953],[4.062140464782715,1.4382200241088867],[4.12274169921875,1.2440757751464844],[4.143885612487793,1.0359716415405273],[4.12274169921875,0.8278675079345703],[4.062140464782715,0.633723258972168],[3.9663333892822266,0.4577903747558594],[3.8395681381225586,0.3043174743652344],[3.6860952377319336,0.1775522232055664],[3.510162353515625,0.08174514770507812],[3.316019058227539,0.021144866943359375],[3.1079139709472656,0],[0,0],[0,0]]},{"type":"line","version":154,"versionNonce":327429341,"isDeleted":true,"id":"yHpek2XVR-vPJo7Dj4nBY","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1096,"y":238.21582794189453,"strokeColor":"#00000000","backgroundColor":"#669df6","width":9.32374095916748,"height":6.215827941894531,"seed":1996327963,"groupIds":["xQ25ui9De_djHUyr8bMNQ","dqtFSxAtFJNWsIaMGlkHQ","rAQEApI4VEYwFhzxCF84e"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192059,"link":null,"locked":false,"customData":{"boxId":"ImdtOUe28RFC2SfSQM-ro","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-3.107913017272949,0],[-3.107913017272949,0],[-3.4254579544067383,-0.01605987548828125],[-3.733880043029785,-0.06319808959960938],[-4.031612396240234,-0.13984107971191406],[-4.317085266113281,-0.24442481994628906],[-4.588733673095703,-0.3753795623779297],[-4.8449859619140625,-0.5311374664306641],[-5.08427619934082,-0.7101306915283203],[-5.305035591125488,-0.9107913970947266],[-5.505695343017578,-1.131551742553711],[-5.684689521789551,-1.370840072631836],[-5.840447425842285,-1.6270942687988281],[-5.971403121948242,-1.8987407684326172],[-6.075985908508301,-2.184215545654297],[-6.152629852294922,-2.4819469451904297],[-6.199766159057617,-2.7903690338134766],[-6.215826988220215,-3.1079139709472656],[-6.199766159057617,-3.4254589080810547],[-6.152629852294922,-3.7338790893554688],[-6.075985908508301,-4.031612396240234],[-5.971403121948242,-4.317085266113281],[-5.840447425842285,-4.588733673095703],[-5.684689521789551,-4.8449859619140625],[-5.505695343017578,-5.08427619934082],[-5.305035591125488,-5.305034637451172],[-5.08427619934082,-5.505695343017578],[-4.8449859619140625,-5.684690475463867],[-4.588733673095703,-5.840448379516602],[-4.317085266113281,-5.971403121948242],[-4.031612396240234,-6.075986862182617],[-3.733880043029785,-6.152629852294922],[-3.4254579544067383,-6.199766159057617],[-3.107913017272949,-6.215827941894531],[0,-6.215827941894531],[0,-6.215827941894531],[0.31754493713378906,-6.199766159057617],[0.6259670257568359,-6.152629852294922],[0.9236984252929688,-6.075986862182617],[1.2091732025146484,-5.971403121948242],[1.4808197021484375,-5.840448379516602],[1.7370738983154297,-5.684690475463867],[1.9763622283935547,-5.505695343017578],[2.197122573852539,-5.305034637451172],[2.3977832794189453,-5.08427619934082],[2.5767765045166016,-4.8449859619140625],[2.732534408569336,-4.588733673095703],[2.8634891510009766,-4.317085266113281],[2.9680728912353516,-4.031612396240234],[3.0447158813476562,-3.7338790893554688],[3.0918540954589844,-3.4254589080810547],[3.1079139709472656,-3.1079139709472656],[3.0918540954589844,-2.7903690338134766],[3.0447158813476562,-2.4819469451904297],[2.9680728912353516,-2.184215545654297],[2.8634891510009766,-1.8987407684326172],[2.732534408569336,-1.6270942687988281],[2.5767765045166016,-1.370840072631836],[2.3977832794189453,-1.131551742553711],[2.197122573852539,-0.9107913970947266],[1.9763622283935547,-0.7101306915283203],[1.7370738983154297,-0.5311374664306641],[1.4808197021484375,-0.3753795623779297],[1.2091732025146484,-0.24442481994628906],[0.9236984252929688,-0.13984107971191406],[0.6259670257568359,-0.06319808959960938],[0.31754493713378906,-0.01605987548828125],[0,0],[0,0]]},{"type":"line","version":154,"versionNonce":2009553779,"isDeleted":true,"id":"JnR5BMPOw-BSnPDrFv5Qu","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1092.892086982727,"y":234.07194328308105,"strokeColor":"#00000000","backgroundColor":"#669df6","width":5.1798553466796875,"height":2.071941375732422,"seed":713365269,"groupIds":["xQ25ui9De_djHUyr8bMNQ","dqtFSxAtFJNWsIaMGlkHQ","rAQEApI4VEYwFhzxCF84e"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192059,"link":null,"locked":false,"customData":{"boxId":"ImdtOUe28RFC2SfSQM-ro","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.20810508728027344,0.021142959594726562],[-0.4022483825683594,0.08174514770507812],[-0.578181266784668,0.17755126953125],[-0.7316551208496094,0.30431556701660156],[-0.8584194183349609,0.4577903747558594],[-0.9542264938354492,0.6337223052978516],[-1.014826774597168,0.8278656005859375],[-1.0359716415405273,1.035970687866211],[-1.014826774597168,1.2440757751464844],[-0.9542264938354492,1.4382190704345703],[-0.8584194183349609,1.6141529083251953],[-0.7316551208496094,1.7676258087158203],[-0.578181266784668,1.8943901062011719],[-0.4022483825683594,1.9901962280273438],[-0.20810508728027344,2.0507984161376953],[0,2.071941375732422],[3.107913017272949,2.071941375732422],[3.107913017272949,2.071941375732422],[3.3160181045532227,2.0507984161376953],[3.5101613998413086,1.9901962280273438],[3.6860952377319336,1.8943901062011719],[3.8395681381225586,1.7676258087158203],[3.96633243560791,1.6141529083251953],[4.062140464782715,1.4382190704345703],[4.122740745544434,1.2440757751464844],[4.14388370513916,1.035970687866211],[4.122740745544434,0.8278656005859375],[4.062140464782715,0.6337223052978516],[3.96633243560791,0.4577903747558594],[3.8395681381225586,0.30431556701660156],[3.6860952377319336,0.17755126953125],[3.5101613998413086,0.08174514770507812],[3.3160181045532227,0.021142959594726562],[3.107913017272949,0],[0,0],[0,0]]},{"type":"line","version":154,"versionNonce":1334085949,"isDeleted":true,"id":"Wcn2L9lmS2677ygypz38l","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1089.7841730117798,"y":223.7122302055359,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":5.179856300354004,"height":6.2158273458480835,"seed":2102087867,"groupIds":["yjMGzdnTaGdMpfmFS52mZ","dqtFSxAtFJNWsIaMGlkHQ","rAQEApI4VEYwFhzxCF84e"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192059,"link":null,"locked":false,"customData":{"boxId":"ImdtOUe28RFC2SfSQM-ro","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,-2.0719423294067383],[-2.0719428062438965,-2.0719423294067383],[-2.0719428062438965,-2.0719423294067383],[-2.2800469398498535,-2.0930867195129395],[-2.4741907119750977,-2.153687000274658],[-2.6501240730285645,-2.2494940757751465],[-2.8035974502563477,-2.3762588500976562],[-2.9303622245788574,-2.5297322273254395],[-3.0261693000793457,-2.7056655883789062],[-3.0867695808410645,-2.899808883666992],[-3.1079139709472656,-3.1079134941101074],[-3.0867695808410645,-3.316018581390381],[-3.0261693000793457,-3.5101613998413086],[-2.9303622245788574,-3.6860947608947754],[-2.8035974502563477,-3.8395683765411377],[-2.6501240730285645,-3.9663331508636475],[-2.4741907119750977,-4.062140226364136],[-2.2800469398498535,-4.1227405071258545],[-2.0719428062438965,-4.143884897232056],[0,-4.143884897232056],[0,-6.2158273458480835],[-2.0719428062438965,-6.2158273458480835],[-2.0719428062438965,-6.2158273458480835],[-2.3894872665405273,-6.199766755104065],[-2.697909355163574,-6.15263032913208],[-2.9956417083740234,-6.075986266136169],[-3.2811155319213867,-5.9714027643203735],[-3.552762508392334,-5.840447902679443],[-3.8090152740478516,-5.68468976020813],[-4.048305988311768,-5.5056962966918945],[-4.2690653800964355,-5.305035829544067],[-4.469725608825684,-5.084276437759399],[-4.64871883392334,-4.844986438751221],[-4.804476737976074,-4.588733673095703],[-4.935431957244873,-4.317086219787598],[-5.040015697479248,-4.031612396240234],[-5.116659641265869,-3.7338805198669434],[-5.1637959480285645,-3.4254579544067383],[-5.179856300354004,-3.1079134941101074],[-5.1637959480285645,-2.7903690338134766],[-5.116659641265869,-2.4819464683532715],[-5.040015697479248,-2.1842145919799805],[-4.935431957244873,-1.8987407684326172],[-4.804476737976074,-1.6270933151245117],[-4.64871883392334,-1.3708405494689941],[-4.469725608825684,-1.1315503120422363],[-4.2690653800964355,-0.9107909202575684],[-4.048305988311768,-0.7101306915283203],[-3.8090152740478516,-0.5311374664306641],[-3.552762508392334,-0.3753790855407715],[-3.2811155319213867,-0.24442386627197266],[-2.9956417083740234,-0.13984060287475586],[-2.697909355163574,-0.06319713592529297],[-2.3894872665405273,-0.016060352325439453],[-2.0719428062438965,0],[0,0],[0,0]]},{"type":"line","version":154,"versionNonce":1070691603,"isDeleted":true,"id":"BpdSlVfE4fCReX-cLFpvM","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1092.892086982727,"y":230.9640293121338,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":5.179856777191162,"height":6.215827941894531,"seed":1281059957,"groupIds":["yjMGzdnTaGdMpfmFS52mZ","dqtFSxAtFJNWsIaMGlkHQ","rAQEApI4VEYwFhzxCF84e"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192059,"link":null,"locked":false,"customData":{"boxId":"ImdtOUe28RFC2SfSQM-ro","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,-2.0719423294067383],[-2.0719432830810547,-2.0719423294067383],[-2.0719432830810547,-2.0719423294067383],[-2.2800474166870117,-2.0930871963500977],[-2.4741907119750977,-2.1536874771118164],[-2.6501235961914062,-2.2494945526123047],[-2.8035974502563477,-2.3762598037719727],[-2.9303627014160156,-2.5297327041625977],[-3.0261688232421875,-2.7056655883789062],[-3.0867700576782227,-2.8998098373413086],[-3.1079139709472656,-3.1079139709472656],[-3.0867700576782227,-3.3160181045532227],[-3.0261688232421875,-3.510162353515625],[-2.9303627014160156,-3.6860952377319336],[-2.8035974502563477,-3.8395681381225586],[-2.6501235961914062,-3.9663333892822266],[-2.4741907119750977,-4.062140464782715],[-2.2800474166870117,-4.122740745544434],[-2.0719432830810547,-4.143885612487793],[0,-4.143885612487793],[0,-6.215827941894531],[-2.0719432830810547,-6.215827941894531],[-2.0719432830810547,-6.215827941894531],[-2.3894872665405273,-6.199767112731934],[-2.697909355163574,-6.152630805969238],[-2.9956417083740234,-6.075986862182617],[-3.2811155319213867,-5.971403121948242],[-3.552762985229492,-5.840448379516602],[-3.8090152740478516,-5.684690475463867],[-4.048306465148926,-5.5056962966918945],[-4.269064903259277,-5.305036544799805],[-4.469725608825684,-5.084277153015137],[-4.64871883392334,-4.844986915588379],[-4.804476737976074,-4.588733673095703],[-4.935432434082031,-4.317086219787598],[-5.040015697479248,-4.031613349914551],[-5.116659164428711,-3.7338809967041016],[-5.1637959480285645,-3.4254579544067383],[-5.179856777191162,-3.1079139709472656],[-5.1637959480285645,-2.790369987487793],[-5.116659164428711,-2.4819469451904297],[-5.040015697479248,-2.1842145919799805],[-4.935432434082031,-1.8987417221069336],[-4.804476737976074,-1.6270942687988281],[-4.64871883392334,-1.3708410263061523],[-4.469725608825684,-1.1315507888793945],[-4.269064903259277,-0.9107913970947266],[-4.048306465148926,-0.7101316452026367],[-3.8090152740478516,-0.5311374664306641],[-3.552762985229492,-0.3753795623779297],[-3.2811155319213867,-0.24442481994628906],[-2.9956417083740234,-0.13984203338623047],[-2.697909355163574,-0.06319713592529297],[-2.3894872665405273,-0.016060829162597656],[-2.0719432830810547,0],[0,0],[0,0]]},{"type":"line","version":154,"versionNonce":2012895645,"isDeleted":true,"id":"3wl9Z1pk5qjj_O7P3i8Oe","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1092.892086982727,"y":236.14388465881348,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":5.179856300354004,"height":6.215827941894531,"seed":1253540187,"groupIds":["yjMGzdnTaGdMpfmFS52mZ","dqtFSxAtFJNWsIaMGlkHQ","rAQEApI4VEYwFhzxCF84e"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192059,"link":null,"locked":false,"customData":{"boxId":"ImdtOUe28RFC2SfSQM-ro","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.20810508728027344,-0.021142959594726562],[-0.4022483825683594,-0.08174514770507812],[-0.578181266784668,-0.17755126953125],[-0.7316551208496094,-0.30431556701660156],[-0.8584194183349609,-0.45778846740722656],[-0.9542264938354492,-0.6337223052978516],[-1.014826774597168,-0.8278656005859375],[-1.0359716415405273,-1.035970687866211],[-1.014826774597168,-1.2440757751464844],[-0.9542264938354492,-1.4382190704345703],[-0.8584194183349609,-1.6141510009765625],[-0.7316551208496094,-1.7676258087158203],[-0.578181266784668,-1.8943901062011719],[-0.4022483825683594,-1.9901962280273438],[-0.20810508728027344,-2.0507984161376953],[0,-2.071941375732422],[2.0719423294067383,-2.071941375732422],[2.0719423294067383,-4.143884658813477],[0,-4.143884658813477],[0,-4.143884658813477],[-0.31754493713378906,-4.1278228759765625],[-0.6259670257568359,-4.080686569213867],[-0.9236993789672852,-4.0040435791015625],[-1.209172248840332,-3.8994598388671875],[-1.480820655822754,-3.768505096435547],[-1.7370729446411133,-3.6127471923828125],[-1.976363182067871,-3.4337520599365234],[-2.197122573852539,-3.233091354370117],[-2.397782325744629,-3.0123329162597656],[-2.5767765045166016,-2.773042678833008],[-2.732534408569336,-2.5167903900146484],[-2.863490104675293,-2.2451419830322266],[-2.9680728912353516,-1.9596691131591797],[-3.0447168350219727,-1.661935806274414],[-3.091853141784668,-1.353515625],[-3.1079139709472656,-1.035970687866211],[-3.091853141784668,-0.7184257507324219],[-3.0447168350219727,-0.410003662109375],[-2.9680728912353516,-0.11227226257324219],[-2.863490104675293,0.1732025146484375],[-2.732534408569336,0.44484901428222656],[-2.5767765045166016,0.7011032104492188],[-2.397782325744629,0.9403915405273438],[-2.197122573852539,1.1611518859863281],[-1.976363182067871,1.3618125915527344],[-1.7370729446411133,1.5408058166503906],[-1.480820655822754,1.696563720703125],[-1.209172248840332,1.8275184631347656],[-0.9236993789672852,1.9321022033691406],[-0.6259670257568359,2.0087451934814453],[-0.31754493713378906,2.0558834075927734],[0,2.0719432830810547],[2.0719423294067383,2.0719432830810547],[2.0719423294067383,0],[0,0],[0,0]]},{"type":"line","version":154,"versionNonce":1588026035,"isDeleted":true,"id":"3h8ikeTCcb49_QVbz51Cv","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1087.712230205536,"y":219.56834530830383,"strokeColor":"#00000000","backgroundColor":"#fff","width":5.179856300354004,"height":2.0719425678253174,"seed":2139100629,"groupIds":["vLYyKSH2-m2DEwn4thyjx","dqtFSxAtFJNWsIaMGlkHQ","rAQEApI4VEYwFhzxCF84e"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192059,"link":null,"locked":false,"customData":{"boxId":"ImdtOUe28RFC2SfSQM-ro","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.20810413360595703,0.021144390106201172],[-0.40224790573120117,0.08174467086791992],[-0.578181266784668,0.1775517463684082],[-0.7316546440124512,0.30431652069091797],[-0.8584194183349609,0.4577901363372803],[-0.9542264938354492,0.6337234973907471],[-1.014826774597168,0.8278663158416748],[-1.0359711647033691,1.0359714031219482],[-1.014826774597168,1.2440760135650635],[-0.9542264938354492,1.4382193088531494],[-0.8584194183349609,1.6141526699066162],[-0.7316546440124512,1.7676260471343994],[-0.578181266784668,1.8943908214569092],[-0.40224790573120117,1.9901978969573975],[-0.20810413360595703,2.050798177719116],[0,2.0719425678253174],[3.1079134941101074,2.0719425678253174],[3.1079134941101074,2.0719425678253174],[3.316018581390381,2.050798177719116],[3.510161876678467,1.9901978969573975],[3.6860947608947754,1.8943908214569092],[3.839568614959717,1.7676260471343994],[3.9663338661193848,1.6141526699066162],[4.062139987945557,1.4382193088531494],[4.122740268707275,1.2440760135650635],[4.143885135650635,1.0359714031219482],[4.122740268707275,0.8278663158416748],[4.062139987945557,0.6337234973907471],[3.9663338661193848,0.4577901363372803],[3.839568614959717,0.30431652069091797],[3.6860947608947754,0.1775517463684082],[3.510161876678467,0.08174467086791992],[3.316018581390381,0.021144390106201172],[3.1079134941101074,0],[0,0],[0,0]]},{"type":"line","version":154,"versionNonce":1175920125,"isDeleted":true,"id":"jmBBnk5nPF_Es4devtWts","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1090.820143699646,"y":226.820143699646,"strokeColor":"#00000000","backgroundColor":"#fff","width":5.179856300354004,"height":2.0719432830810547,"seed":1217699323,"groupIds":["vLYyKSH2-m2DEwn4thyjx","dqtFSxAtFJNWsIaMGlkHQ","rAQEApI4VEYwFhzxCF84e"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192059,"link":null,"locked":false,"customData":{"boxId":"ImdtOUe28RFC2SfSQM-ro","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.20810413360595703,0.021144866943359375],[-0.40224742889404297,0.08174514770507812],[-0.5781803131103516,0.1775522232055664],[-0.731654167175293,0.3043174743652344],[-0.8584194183349609,0.4577903747558594],[-0.9542255401611328,0.633723258972168],[-1.014826774597168,0.8278675079345703],[-1.035970687866211,1.0359716415405273],[-1.014826774597168,1.2440757751464844],[-0.9542255401611328,1.4382200241088867],[-0.8584194183349609,1.6141529083251953],[-0.731654167175293,1.7676258087158203],[-0.5781803131103516,1.8943910598754883],[-0.40224742889404297,1.9901981353759766],[-0.20810413360595703,2.0507984161376953],[0,2.0719432830810547],[3.1079139709472656,2.0719432830810547],[3.1079139709472656,2.0719432830810547],[3.316019058227539,2.0507984161376953],[3.510162353515625,1.9901981353759766],[3.6860952377319336,1.8943910598754883],[3.8395681381225586,1.7676258087158203],[3.9663333892822266,1.6141529083251953],[4.062140464782715,1.4382200241088867],[4.12274169921875,1.2440757751464844],[4.143885612487793,1.0359716415405273],[4.12274169921875,0.8278675079345703],[4.062140464782715,0.633723258972168],[3.9663333892822266,0.4577903747558594],[3.8395681381225586,0.3043174743652344],[3.6860952377319336,0.1775522232055664],[3.510162353515625,0.08174514770507812],[3.316019058227539,0.021144866943359375],[3.1079139709472656,0],[0,0],[0,0]]},{"type":"line","version":154,"versionNonce":552569939,"isDeleted":true,"id":"Tefeywu-DcfhtILoPsNK-","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1092.892086982727,"y":234.07194328308105,"strokeColor":"#00000000","backgroundColor":"#fff","width":5.1798553466796875,"height":2.071941375732422,"seed":789091125,"groupIds":["vLYyKSH2-m2DEwn4thyjx","dqtFSxAtFJNWsIaMGlkHQ","rAQEApI4VEYwFhzxCF84e"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192059,"link":null,"locked":false,"customData":{"boxId":"ImdtOUe28RFC2SfSQM-ro","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.20810508728027344,0.021142959594726562],[-0.4022483825683594,0.08174514770507812],[-0.578181266784668,0.17755126953125],[-0.7316551208496094,0.30431556701660156],[-0.8584194183349609,0.4577903747558594],[-0.9542264938354492,0.6337223052978516],[-1.014826774597168,0.8278656005859375],[-1.0359716415405273,1.035970687866211],[-1.014826774597168,1.2440757751464844],[-0.9542264938354492,1.4382190704345703],[-0.8584194183349609,1.6141529083251953],[-0.7316551208496094,1.7676258087158203],[-0.578181266784668,1.8943901062011719],[-0.4022483825683594,1.9901962280273438],[-0.20810508728027344,2.0507984161376953],[0,2.071941375732422],[3.107913017272949,2.071941375732422],[3.107913017272949,2.071941375732422],[3.3160181045532227,2.0507984161376953],[3.5101613998413086,1.9901962280273438],[3.6860952377319336,1.8943901062011719],[3.8395681381225586,1.7676258087158203],[3.96633243560791,1.6141529083251953],[4.062140464782715,1.4382190704345703],[4.122740745544434,1.2440757751464844],[4.14388370513916,1.035970687866211],[4.122740745544434,0.8278656005859375],[4.062140464782715,0.6337223052978516],[3.96633243560791,0.4577903747558594],[3.8395681381225586,0.30431556701660156],[3.6860952377319336,0.17755126953125],[3.5101613998413086,0.08174514770507812],[3.3160181045532227,0.021142959594726562],[3.107913017272949,0],[0,0],[0,0]]},{"type":"text","version":373,"versionNonce":1356617309,"isDeleted":true,"id":"eH5JxwZ3f0MMV05PwEoa1","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":80,"angle":0,"x":700,"y":120,"strokeColor":"#202124","backgroundColor":"transparent","width":106,"height":19,"seed":226394837,"groupIds":[],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192059,"link":null,"locked":false,"customData":{"boxId":"rkmLEAcAmdweSG5IfBg2F","label":"Region","resource":"region","type":"child"},"fontSize":16,"fontFamily":2,"text":"APPLICATION","baseline":15,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":"APPLICATION"},{"id":"VpuOcW1azC9zYtWU9miBc","type":"text","x":1758.6666259765625,"y":56.83331298828125,"width":7,"height":23,"angle":0,"strokeColor":"#ffffff","backgroundColor":"#000000","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"round","seed":1288383611,"version":61,"versionNonce":2055244275,"isDeleted":true,"boundElements":null,"updated":1706297192059,"link":null,"locked":false,"text":"","fontSize":20,"fontFamily":2,"textAlign":"left","verticalAlign":"top","baseline":19,"containerId":null,"originalText":""},{"id":"0w9uKRU4ae9BhRCDPWUxO","type":"text","x":1366.6666259765625,"y":392.83331298828114,"width":7,"height":23,"angle":0,"strokeColor":"#ffffff","backgroundColor":"#000000","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"round","seed":414777243,"version":61,"versionNonce":1394311869,"isDeleted":true,"boundElements":null,"updated":1706297192059,"link":null,"locked":false,"text":"","fontSize":20,"fontFamily":2,"textAlign":"left","verticalAlign":"top","baseline":19,"containerId":null,"originalText":""},{"id":"XQUwPJg-53Vf-0Her7bfg","type":"text","x":1560.6666259765625,"y":-114.1666870117187,"width":162,"height":25,"angle":0,"strokeColor":"#ffffff","backgroundColor":"#000000","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"round","seed":1606134037,"version":93,"versionNonce":543216531,"isDeleted":true,"boundElements":null,"updated":1706297192059,"link":null,"locked":false,"text":"DATA SOURCES","fontSize":20,"fontFamily":2,"textAlign":"left","verticalAlign":"top","baseline":18,"containerId":null,"originalText":"DATA SOURCES"},{"id":"T4_CS8SI02vx60WHHfyRH","type":"text","x":714.1666259765625,"y":-120.6666870117187,"width":9,"height":32,"angle":0,"strokeColor":"transparent","backgroundColor":"#000000","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"round","seed":1461796603,"version":55,"versionNonce":829825821,"isDeleted":true,"boundElements":null,"updated":1706297192059,"link":null,"locked":false,"text":"","fontSize":28,"fontFamily":2,"textAlign":"center","verticalAlign":"top","baseline":25,"containerId":null,"originalText":""},{"id":"S2oEd0g3dA-Yibu5sSGIY","type":"text","x":234.45007324218773,"y":-152.52001953124994,"width":9,"height":32,"angle":0,"strokeColor":"transparent","backgroundColor":"#000000","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"round","seed":938736699,"version":55,"versionNonce":1657202995,"isDeleted":true,"boundElements":null,"updated":1706297192059,"link":null,"locked":false,"text":"","fontSize":28,"fontFamily":2,"textAlign":"center","verticalAlign":"top","baseline":25,"containerId":null,"originalText":""},{"id":"ByZUz7OsnLZyMGaXR54bZ","type":"text","x":1304.4708251953125,"y":-265.0095214843749,"width":9,"height":32,"angle":0,"strokeColor":"transparent","backgroundColor":"#000000","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"round","seed":1136415317,"version":55,"versionNonce":1079883645,"isDeleted":true,"boundElements":null,"updated":1706297192059,"link":null,"locked":false,"text":"","fontSize":28,"fontFamily":2,"textAlign":"center","verticalAlign":"top","baseline":25,"containerId":null,"originalText":""},{"id":"lgfJk0P6i9eXl3YciIq39","type":"text","x":1269.6895751953125,"y":-288.9431152343749,"width":9,"height":32,"angle":0,"strokeColor":"transparent","backgroundColor":"#000000","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"round","seed":510886427,"version":55,"versionNonce":1192839891,"isDeleted":true,"boundElements":null,"updated":1706297192059,"link":null,"locked":false,"text":"","fontSize":28,"fontFamily":2,"textAlign":"center","verticalAlign":"top","baseline":25,"containerId":null,"originalText":""},{"id":"-i_Q4qdWQuv24PFNTNFMU","type":"text","x":417.37255859375,"y":-130.46209270633443,"width":167.25488281249997,"height":31.29915935672512,"angle":0,"strokeColor":"#202124","backgroundColor":"#000000","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"round","seed":1590335093,"version":127,"versionNonce":1242808285,"isDeleted":false,"boundElements":null,"updated":1706297192059,"link":null,"locked":false,"text":"Data Sources","fontSize":27.386764437134495,"fontFamily":2,"textAlign":"center","verticalAlign":"top","baseline":25.29915935672512,"containerId":null,"originalText":"Data Sources"},{"type":"text","version":139,"versionNonce":1643018355,"isDeleted":false,"id":"AgxBzdZeNJKsBNMdE8kZY","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":433.5,"y":120,"strokeColor":"#202124","backgroundColor":"#000000","width":135,"height":31,"seed":53659099,"groupIds":[],"strokeSharpness":"round","boundElements":[],"updated":1706297192059,"link":null,"locked":false,"fontSize":27.386764437134495,"fontFamily":2,"text":"Application","baseline":25,"textAlign":"center","verticalAlign":"top","containerId":null,"originalText":"Application"},{"id":"AuelmtjOcSqckUccqTN-A","type":"text","x":534.1666259765625,"y":245.33331298828125,"width":9,"height":32,"angle":0,"strokeColor":"#202124","backgroundColor":"#000000","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"round","seed":2018323029,"version":55,"versionNonce":1420409917,"isDeleted":true,"boundElements":null,"updated":1706297192059,"link":null,"locked":false,"text":"","fontSize":28,"fontFamily":2,"textAlign":"center","verticalAlign":"top","baseline":25,"containerId":null,"originalText":""},{"id":"mhvuWpnHjXBX9bdcUM46z","type":"arrow","x":540,"y":243.0579990548685,"width":337.66666666666663,"height":3.057999054868503,"angle":0,"strokeColor":"#202124","backgroundColor":"#202124","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"sharp","seed":821148277,"version":235,"versionNonce":1896673811,"isDeleted":true,"boundElements":null,"updated":1706297192059,"link":null,"locked":false,"points":[[0,0],[337.66666666666663,-3.057999054868503]],"lastCommittedPoint":null,"startBinding":{"elementId":"kbrMClpQSq_PqEHMsgygU","focus":0.10087803853878002,"gap":1},"endBinding":null,"startArrowhead":null,"endArrowhead":"triangle","fontFamily":2},{"type":"rectangle","version":125,"versionNonce":671165597,"isDeleted":true,"id":"daO8VXmCSu7_jc0xgT1qX","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":300,"y":180,"strokeColor":"#202124","backgroundColor":"#FFF","width":240,"height":80,"seed":525735035,"groupIds":["SCwI3xYl9p1h8mKQEAfKP","6RIMraVWZYW8oOTnVU4v3"],"strokeSharpness":"round","boundElements":[{"id":"3exC9lat3uD7T7SlGlk-Z","type":"arrow"}],"updated":1706297192059,"link":null,"locked":false,"customData":{"boxId":"bJnODD4H6mYBEBOuchIfG","label":"Cloud Storage","resource":"google_storage_bucket","type":"container"}},{"type":"text","version":111,"versionNonce":896219059,"isDeleted":true,"id":"mGDgx93_GOKflv7JrRila","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":316,"y":196,"strokeColor":"#1A73E8","backgroundColor":"transparent","width":160,"height":18,"seed":941606069,"groupIds":["SCwI3xYl9p1h8mKQEAfKP","6RIMraVWZYW8oOTnVU4v3"],"strokeSharpness":"round","boundElements":[],"updated":1706297192059,"link":null,"locked":false,"customData":{"boxId":"bJnODD4H6mYBEBOuchIfG","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"},"fontSize":16,"fontFamily":5,"text":"Cloud Storage","baseline":16,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":"Cloud Storage"},{"type":"text","version":76,"versionNonce":332108029,"isDeleted":true,"id":"wbUCITfAO3jWfof4z6Vng","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1156,"y":-242,"strokeColor":"#202124","backgroundColor":"transparent","width":160,"height":18,"seed":775146779,"groupIds":["SCwI3xYl9p1h8mKQEAfKP","6RIMraVWZYW8oOTnVU4v3"],"strokeSharpness":"round","boundElements":[],"updated":1706297192059,"link":null,"locked":false,"customData":{"boxId":"bJnODD4H6mYBEBOuchIfG","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"},"fontSize":16,"fontFamily":5,"text":"","baseline":16,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":""},{"type":"line","version":77,"versionNonce":221235539,"isDeleted":true,"id":"TD2WFRkvfGNWeqBHl6P_S","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1156,"y":-216,"strokeColor":"#202124","backgroundColor":"transparent","width":208,"height":0,"seed":1502570005,"groupIds":["SCwI3xYl9p1h8mKQEAfKP","6RIMraVWZYW8oOTnVU4v3"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192060,"link":null,"locked":false,"customData":{"boxId":"bJnODD4H6mYBEBOuchIfG","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"},"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[208,0]]},{"type":"text","version":76,"versionNonce":1972005213,"isDeleted":true,"id":"g_QNjF2dRoCAa2vahDifr","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1156,"y":-207,"strokeColor":"#202124","backgroundColor":"transparent","width":160,"height":14,"seed":1443983803,"groupIds":["SCwI3xYl9p1h8mKQEAfKP","6RIMraVWZYW8oOTnVU4v3"],"strokeSharpness":"round","boundElements":[],"updated":1706297192060,"link":null,"locked":false,"customData":{"boxId":"bJnODD4H6mYBEBOuchIfG","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"},"fontSize":12,"fontFamily":4,"text":"","baseline":12,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":""},{"type":"rectangle","version":111,"versionNonce":1303455475,"isDeleted":true,"id":"okMMoSake9k2d4xn6dcKD","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":502,"y":200,"strokeColor":"transparent","backgroundColor":"#aecbfa","width":20,"height":7,"seed":1665391477,"groupIds":["SCwI3xYl9p1h8mKQEAfKP","6RIMraVWZYW8oOTnVU4v3"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192060,"link":null,"locked":false,"customData":{"boxId":"bJnODD4H6mYBEBOuchIfG","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"}},{"type":"rectangle","version":111,"versionNonce":2123314621,"isDeleted":true,"id":"_qZM-RFbSkBQtQFNLWMqH","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":520,"y":200,"strokeColor":"transparent","backgroundColor":"#669df6","width":2,"height":7,"seed":1209107035,"groupIds":["SCwI3xYl9p1h8mKQEAfKP","6RIMraVWZYW8oOTnVU4v3"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192060,"link":null,"locked":false,"customData":{"boxId":"bJnODD4H6mYBEBOuchIfG","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"}},{"type":"line","version":111,"versionNonce":1568002195,"isDeleted":true,"id":"YToAIrBrs5CqO7APIzqp_","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":522,"y":200,"strokeColor":"#00000000","backgroundColor":"#4285f4","width":2,"height":7,"seed":495101141,"groupIds":["0Pb1QKiNogylcgjajnBoT","SCwI3xYl9p1h8mKQEAfKP","6RIMraVWZYW8oOTnVU4v3"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192060,"link":null,"locked":false,"customData":{"boxId":"bJnODD4H6mYBEBOuchIfG","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-2,0],[-2,7],[0,0],[0,0]]},{"type":"rectangle","version":111,"versionNonce":972781085,"isDeleted":true,"id":"jqBuQ73y2VO2bd17X02nM","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":502,"y":200,"strokeColor":"transparent","backgroundColor":"#669df6","width":2,"height":7,"seed":1829142267,"groupIds":["SCwI3xYl9p1h8mKQEAfKP","6RIMraVWZYW8oOTnVU4v3"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192060,"link":null,"locked":false,"customData":{"boxId":"bJnODD4H6mYBEBOuchIfG","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"}},{"type":"rectangle","version":111,"versionNonce":238306867,"isDeleted":true,"id":"p3UdD2CQm-ofJg1qJYZf8","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":506,"y":203,"strokeColor":"transparent","backgroundColor":"#fff","width":6,"height":1,"seed":736182837,"groupIds":["SCwI3xYl9p1h8mKQEAfKP","6RIMraVWZYW8oOTnVU4v3"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192060,"link":null,"locked":false,"customData":{"boxId":"bJnODD4H6mYBEBOuchIfG","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"}},{"type":"rectangle","version":111,"versionNonce":1388358269,"isDeleted":true,"id":"GKZWoo1FpYM41FBmG0WtY","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":515,"y":202,"strokeColor":"transparent","backgroundColor":"#fff","width":3,"height":3,"seed":1869801371,"groupIds":["SCwI3xYl9p1h8mKQEAfKP","6RIMraVWZYW8oOTnVU4v3"],"strokeSharpness":"round","boundElements":[],"updated":1706297192060,"link":null,"locked":false,"customData":{"boxId":"bJnODD4H6mYBEBOuchIfG","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"}},{"type":"rectangle","version":111,"versionNonce":919799763,"isDeleted":true,"id":"PwK06_7w7B87dAaooC-rG","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":502,"y":209,"strokeColor":"transparent","backgroundColor":"#aecbfa","width":20,"height":7,"seed":591737749,"groupIds":["SCwI3xYl9p1h8mKQEAfKP","6RIMraVWZYW8oOTnVU4v3"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192060,"link":null,"locked":false,"customData":{"boxId":"bJnODD4H6mYBEBOuchIfG","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"}},{"type":"rectangle","version":111,"versionNonce":429937373,"isDeleted":true,"id":"FzGEiR9_u81MFjiF7XO1Y","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":520,"y":209,"strokeColor":"transparent","backgroundColor":"#669df6","width":2,"height":7,"seed":92879931,"groupIds":["SCwI3xYl9p1h8mKQEAfKP","6RIMraVWZYW8oOTnVU4v3"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192060,"link":null,"locked":false,"customData":{"boxId":"bJnODD4H6mYBEBOuchIfG","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"}},{"type":"line","version":111,"versionNonce":224957811,"isDeleted":true,"id":"w86JHLM2KEP_7wrMSsoiE","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":522,"y":209,"strokeColor":"#00000000","backgroundColor":"#4285f4","width":2,"height":7,"seed":1608775925,"groupIds":["MmCIyY55zbfDnwwUdMnEG","SCwI3xYl9p1h8mKQEAfKP","6RIMraVWZYW8oOTnVU4v3"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192060,"link":null,"locked":false,"customData":{"boxId":"bJnODD4H6mYBEBOuchIfG","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-2,0],[-2,7],[0,0],[0,0]]},{"type":"rectangle","version":111,"versionNonce":1261170493,"isDeleted":true,"id":"Q4J_Cjr8Ug7lvGNB82Ge0","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":502,"y":209,"strokeColor":"transparent","backgroundColor":"#669df6","width":2,"height":7,"seed":2066480347,"groupIds":["SCwI3xYl9p1h8mKQEAfKP","6RIMraVWZYW8oOTnVU4v3"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192060,"link":null,"locked":false,"customData":{"boxId":"bJnODD4H6mYBEBOuchIfG","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"}},{"type":"rectangle","version":111,"versionNonce":1094414099,"isDeleted":true,"id":"T0GzpAwb5CH9-PvHacgFQ","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":506,"y":212,"strokeColor":"transparent","backgroundColor":"#fff","width":6,"height":1,"seed":457380437,"groupIds":["SCwI3xYl9p1h8mKQEAfKP","6RIMraVWZYW8oOTnVU4v3"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192060,"link":null,"locked":false,"customData":{"boxId":"bJnODD4H6mYBEBOuchIfG","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"}},{"type":"rectangle","version":111,"versionNonce":365232029,"isDeleted":true,"id":"3HCCo0yFBN4bpkHic8ra3","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":515,"y":211,"strokeColor":"transparent","backgroundColor":"#fff","width":3,"height":3,"seed":2079172987,"groupIds":["SCwI3xYl9p1h8mKQEAfKP","6RIMraVWZYW8oOTnVU4v3"],"strokeSharpness":"round","boundElements":[],"updated":1706297192060,"link":null,"locked":false,"customData":{"boxId":"bJnODD4H6mYBEBOuchIfG","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"}},{"type":"rectangle","version":215,"versionNonce":1422005427,"isDeleted":true,"id":"3eA7opV4aWR5OKiCYAQPp","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":860,"y":180,"strokeColor":"#202124","backgroundColor":"#FFF","width":240,"height":80,"seed":1603865659,"groupIds":["b_f8flvgiAs4Yb16cNzRG","FO1ithvKmf5wC0DY4tdLe"],"strokeSharpness":"round","boundElements":[{"id":"MBAzSf45lj2hPn8nr3IPf","type":"arrow"},{"id":"5E3kX_JSrqhbcM4pOzi92","type":"arrow"}],"updated":1706297192060,"link":null,"locked":false,"customData":{"boxId":"owdbN6MpKfZ05OtTV9_Zd","label":"Workflows","type":"container"}},{"type":"text","version":191,"versionNonce":1604125693,"isDeleted":true,"id":"wdf0LczGPcY5oIYj0ZK5F","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":876,"y":196,"strokeColor":"#1A73E8","backgroundColor":"transparent","width":160,"height":18,"seed":1266231541,"groupIds":["b_f8flvgiAs4Yb16cNzRG","FO1ithvKmf5wC0DY4tdLe"],"strokeSharpness":"round","boundElements":[{"id":"MBAzSf45lj2hPn8nr3IPf","type":"arrow"}],"updated":1706297192060,"link":null,"locked":false,"customData":{"boxId":"owdbN6MpKfZ05OtTV9_Zd","label":"Workflows","type":"child"},"fontSize":16,"fontFamily":5,"text":"Workflows","baseline":16,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":"Workflows"},{"type":"text","version":62,"versionNonce":933430867,"isDeleted":true,"id":"SxoQoQCavS4Nvwxfrsw3m","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1276,"y":-242,"strokeColor":"#202124","backgroundColor":"transparent","width":160,"height":18,"seed":583126235,"groupIds":["b_f8flvgiAs4Yb16cNzRG","FO1ithvKmf5wC0DY4tdLe"],"strokeSharpness":"round","boundElements":[],"updated":1706297192060,"link":null,"locked":false,"customData":{"boxId":"owdbN6MpKfZ05OtTV9_Zd","label":"Workflows","type":"child"},"fontSize":16,"fontFamily":5,"text":"","baseline":16,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":""},{"type":"line","version":59,"versionNonce":1286962269,"isDeleted":true,"id":"vhVXiCECoDVQDdMUP3FvW","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1196,"y":-276,"strokeColor":"#202124","backgroundColor":"transparent","width":208,"height":1,"seed":1018315349,"groupIds":["b_f8flvgiAs4Yb16cNzRG","FO1ithvKmf5wC0DY4tdLe"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192060,"link":null,"locked":false,"customData":{"boxId":"owdbN6MpKfZ05OtTV9_Zd","label":"Workflows","type":"child"},"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[208,0]]},{"type":"text","version":59,"versionNonce":548717555,"isDeleted":true,"id":"dYkhb3tbDI0bHJ6kPIE8h","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1196,"y":-267,"strokeColor":"#202124","backgroundColor":"transparent","width":160,"height":14,"seed":1346992507,"groupIds":["b_f8flvgiAs4Yb16cNzRG","FO1ithvKmf5wC0DY4tdLe"],"strokeSharpness":"round","boundElements":[],"updated":1706297192060,"link":null,"locked":false,"customData":{"boxId":"owdbN6MpKfZ05OtTV9_Zd","label":"Workflows","type":"child"},"fontSize":12,"fontFamily":4,"text":"","baseline":12,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":""},{"type":"line","version":190,"versionNonce":81782973,"isDeleted":true,"id":"pOjHLK9LYO_mEKwou6nI2","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1067.712230205536,"y":215.10791397094727,"strokeColor":"#00000000","backgroundColor":"#8ab4f8","width":2.2503600120544434,"height":2.071941375732422,"seed":1312894901,"groupIds":["kkyCj28Hdfg9x60F2NY65","b_f8flvgiAs4Yb16cNzRG","FO1ithvKmf5wC0DY4tdLe"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192060,"link":null,"locked":false,"customData":{"boxId":"owdbN6MpKfZ05OtTV9_Zd","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.011690616607666016,0.2695140838623047],[-0.04604291915893555,0.5330944061279297],[-0.10197877883911133,0.7891197204589844],[-0.17841720581054688,1.035970687866211],[2.0719428062438965,1.035970687866211],[2.0719428062438965,-1.035970687866211],[-0.17841720581054688,-1.035970687866211],[-0.17841720581054688,-1.035970687866211],[-0.10197877883911133,-0.7891178131103516],[-0.04604291915893555,-0.5330944061279297],[-0.011690616607666016,-0.2695140838623047],[0,0],[0,0]]},{"type":"line","version":190,"versionNonce":670944659,"isDeleted":true,"id":"w1VPidyn2VgY2rbF05wX1","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1076.1784172058105,"y":199.56834530830383,"strokeColor":"#00000000","backgroundColor":"#8ab4f8","width":2.250359535217285,"height":2.0719425678253174,"seed":359830043,"groupIds":["kkyCj28Hdfg9x60F2NY65","b_f8flvgiAs4Yb16cNzRG","FO1ithvKmf5wC0DY4tdLe"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192060,"link":null,"locked":false,"customData":{"boxId":"owdbN6MpKfZ05OtTV9_Zd","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-2.250359535217285,0],[-2.250359535217285,2.0719425678253174],[0,2.0719425678253174],[0,2.0719425678253174],[-0.07643890380859375,1.8250901699066162],[-0.13237380981445312,1.5690648555755615],[-0.16672706604003906,1.3054859638214111],[-0.17841720581054688,1.0359714031219482],[-0.16672706604003906,0.7664568424224854],[-0.13237380981445312,0.502877950668335],[-0.07643890380859375,0.24685263633728027],[0,0],[0,0]]},{"type":"line","version":190,"versionNonce":968739101,"isDeleted":true,"id":"1u0N2VlhgG_twJNLRJTnR","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1079.1079139709473,"y":203.7122302055359,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":6.215827941894531,"height":6.2158273458480835,"seed":508260629,"groupIds":["DeAMdfbKbZu65D9d2iotQ","b_f8flvgiAs4Yb16cNzRG","FO1ithvKmf5wC0DY4tdLe"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192060,"link":null,"locked":false,"customData":{"boxId":"owdbN6MpKfZ05OtTV9_Zd","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.31754493713378906,-0.016060352325439453],[-0.6259651184082031,-0.06319713592529297],[-0.9236984252929688,-0.13984060287475586],[-1.2091712951660156,-0.24442386627197266],[-1.4808197021484375,-0.3753790855407715],[-1.7370719909667969,-0.5311374664306641],[-1.9763622283935547,-0.7101306915283203],[-2.1971206665039062,-0.9107909202575684],[-2.3977813720703125,-1.1315503120422363],[-2.5767765045166016,-1.3708405494689941],[-2.732534408569336,-1.6270933151245117],[-2.8634891510009766,-1.8987407684326172],[-2.9680728912353516,-2.1842145919799805],[-3.0447158813476562,-2.4819464683532715],[-3.0918521881103516,-2.7903690338134766],[-3.1079139709472656,-3.1079134941101074],[-3.0918521881103516,-3.4254579544067383],[-3.0447158813476562,-3.7338805198669434],[-2.9680728912353516,-4.031612396240234],[-2.8634891510009766,-4.317086219787598],[-2.732534408569336,-4.588733673095703],[-2.5767765045166016,-4.844986438751221],[-2.3977813720703125,-5.084276437759399],[-2.1971206665039062,-5.305035829544067],[-1.9763622283935547,-5.5056962966918945],[-1.7370719909667969,-5.68468976020813],[-1.4808197021484375,-5.840447902679443],[-1.2091712951660156,-5.9714027643203735],[-0.9236984252929688,-6.075986266136169],[-0.6259651184082031,-6.15263032913208],[-0.31754493713378906,-6.199766755104065],[0,-6.2158273458480835],[0.31754493713378906,-6.199766755104065],[0.6259670257568359,-6.15263032913208],[0.9236984252929688,-6.075986266136169],[1.2091732025146484,-5.9714027643203735],[1.4808197021484375,-5.840447902679443],[1.7370738983154297,-5.68468976020813],[1.9763622283935547,-5.5056962966918945],[2.197122573852539,-5.305035829544067],[2.3977832794189453,-5.084276437759399],[2.5767765045166016,-4.844986438751221],[2.732534408569336,-4.588733673095703],[2.8634891510009766,-4.317086219787598],[2.9680728912353516,-4.031612396240234],[3.0447158813476562,-3.7338805198669434],[3.0918540954589844,-3.4254579544067383],[3.1079139709472656,-3.1079134941101074],[3.0918540954589844,-2.7903690338134766],[3.0447158813476562,-2.4819464683532715],[2.9680728912353516,-2.1842145919799805],[2.8634891510009766,-1.8987407684326172],[2.732534408569336,-1.6270933151245117],[2.5767765045166016,-1.3708405494689941],[2.3977832794189453,-1.1315503120422363],[2.197122573852539,-0.9107909202575684],[1.9763622283935547,-0.7101306915283203],[1.7370738983154297,-0.5311374664306641],[1.4808197021484375,-0.3753790855407715],[1.2091732025146484,-0.24442386627197266],[0.9236984252929688,-0.13984060287475586],[0.6259670257568359,-0.06319713592529297],[0.31754493713378906,-0.016060352325439453],[0,0],[0,0]]},{"type":"line","version":190,"versionNonce":548709171,"isDeleted":true,"id":"6izR9HktactxRYVxqNU6H","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1079.1079139709473,"y":199.56834530830383,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":2.071941375732422,"height":2.0719425678253174,"seed":1395627707,"groupIds":["DeAMdfbKbZu65D9d2iotQ","b_f8flvgiAs4Yb16cNzRG","FO1ithvKmf5wC0DY4tdLe"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192060,"link":null,"locked":false,"customData":{"boxId":"owdbN6MpKfZ05OtTV9_Zd","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.20810508728027344,0.021144390106201172],[-0.4022483825683594,0.08174467086791992],[-0.5781803131103516,0.1775517463684082],[-0.7316551208496094,0.30431652069091797],[-0.8584194183349609,0.4577901363372803],[-0.9542255401611328,0.6337234973907471],[-1.0148277282714844,0.8278663158416748],[-1.035970687866211,1.0359714031219482],[-1.0148277282714844,1.2440760135650635],[-0.9542255401611328,1.4382193088531494],[-0.8584194183349609,1.6141526699066162],[-0.7316551208496094,1.7676260471343994],[-0.5781803131103516,1.8943908214569092],[-0.4022483825683594,1.9901978969573975],[-0.20810508728027344,2.050798177719116],[0,2.0719425678253174],[0.20810508728027344,2.050798177719116],[0.4022483825683594,1.9901978969573975],[0.5781822204589844,1.8943908214569092],[0.7316551208496094,1.7676260471343994],[0.8584194183349609,1.6141526699066162],[0.9542255401611328,1.4382193088531494],[1.0148277282714844,1.2440760135650635],[1.035970687866211,1.0359714031219482],[1.0148277282714844,0.8278663158416748],[0.9542255401611328,0.6337234973907471],[0.8584194183349609,0.4577901363372803],[0.7316551208496094,0.30431652069091797],[0.5781822204589844,0.1775517463684082],[0.4022483825683594,0.08174467086791992],[0.20810508728027344,0.021144390106201172],[0,0],[0,0]]},{"type":"line","version":190,"versionNonce":1824562557,"isDeleted":true,"id":"7ioK-QFvMM712h76E7oDe","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1064.6043167114258,"y":218.21582794189453,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":6.2158273458480835,"height":6.215827941894531,"seed":1783006837,"groupIds":["DeAMdfbKbZu65D9d2iotQ","b_f8flvgiAs4Yb16cNzRG","FO1ithvKmf5wC0DY4tdLe"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192060,"link":null,"locked":false,"customData":{"boxId":"owdbN6MpKfZ05OtTV9_Zd","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.31754446029663086,-0.01605987548828125],[-0.6259670257568359,-0.06319808959960938],[-0.923698902130127,-0.13984107971191406],[-1.2091727256774902,-0.24442481994628906],[-1.4808201789855957,-0.3753795623779297],[-1.7370729446411133,-0.5311374664306641],[-1.976362943649292,-0.7101306915283203],[-2.19712233543396,-0.9107913970947266],[-2.397782802581787,-1.131551742553711],[-2.5767762660980225,-1.370840072631836],[-2.732534408569336,-1.6270942687988281],[-2.863489270210266,-1.8987407684326172],[-2.968072772026062,-2.184215545654297],[-3.0447168350219727,-2.4819469451904297],[-3.0918532609939575,-2.7903690338134766],[-3.107913851737976,-3.1079139709472656],[-3.0918532609939575,-3.4254589080810547],[-3.0447168350219727,-3.7338790893554688],[-2.968072772026062,-4.031612396240234],[-2.863489270210266,-4.317085266113281],[-2.732534408569336,-4.588733673095703],[-2.5767762660980225,-4.8449859619140625],[-2.397782802581787,-5.08427619934082],[-2.19712233543396,-5.305034637451172],[-1.976362943649292,-5.505695343017578],[-1.7370729446411133,-5.684690475463867],[-1.4808201789855957,-5.840448379516602],[-1.2091727256774902,-5.971403121948242],[-0.923698902130127,-6.075986862182617],[-0.6259670257568359,-6.152629852294922],[-0.31754446029663086,-6.199766159057617],[0,-6.215827941894531],[0.31754446029663086,-6.199766159057617],[0.6259670257568359,-6.152629852294922],[0.923698902130127,-6.075986862182617],[1.2091727256774902,-5.971403121948242],[1.4808201789855957,-5.840448379516602],[1.7370729446411133,-5.684690475463867],[1.976363182067871,-5.505695343017578],[2.197122573852539,-5.305034637451172],[2.397782802581787,-5.08427619934082],[2.5767760276794434,-4.8449859619140625],[2.732534408569336,-4.588733673095703],[2.8634896278381348,-4.317085266113281],[2.9680728912353516,-4.031612396240234],[3.0447163581848145,-3.7338790893554688],[3.091853141784668,-3.4254589080810547],[3.1079134941101074,-3.1079139709472656],[3.091853141784668,-2.7903690338134766],[3.0447163581848145,-2.4819469451904297],[2.9680728912353516,-2.184215545654297],[2.8634896278381348,-1.8987407684326172],[2.732534408569336,-1.6270942687988281],[2.5767760276794434,-1.370840072631836],[2.397782802581787,-1.131551742553711],[2.197122573852539,-0.9107913970947266],[1.976363182067871,-0.7101306915283203],[1.7370729446411133,-0.5311374664306641],[1.4808201789855957,-0.3753795623779297],[1.2091727256774902,-0.24442481994628906],[0.923698902130127,-0.13984107971191406],[0.6259670257568359,-0.06319808959960938],[0.31754446029663086,-0.01605987548828125],[0,0],[0,0]]},{"type":"line","version":190,"versionNonce":859817171,"isDeleted":true,"id":"yAR9vNGn85XnrT-5G9z3z","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1064.6043167114258,"y":214.07194328308105,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":2.0719425678253174,"height":2.071941375732422,"seed":673384283,"groupIds":["DeAMdfbKbZu65D9d2iotQ","b_f8flvgiAs4Yb16cNzRG","FO1ithvKmf5wC0DY4tdLe"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192060,"link":null,"locked":false,"customData":{"boxId":"owdbN6MpKfZ05OtTV9_Zd","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.20810508728027344,0.021142959594726562],[-0.40224790573120117,0.08174514770507812],[-0.578181266784668,0.17755126953125],[-0.7316548824310303,0.30431556701660156],[-0.85841965675354,0.4577903747558594],[-0.9542267322540283,0.6337223052978516],[-1.014827013015747,0.8278656005859375],[-1.0359714031219482,1.035970687866211],[-1.014827013015747,1.2440757751464844],[-0.9542267322540283,1.4382190704345703],[-0.85841965675354,1.6141529083251953],[-0.7316548824310303,1.7676258087158203],[-0.578181266784668,1.8943901062011719],[-0.40224790573120117,1.9901962280273438],[-0.20810508728027344,2.0507984161376953],[0,2.071941375732422],[0.20810461044311523,2.0507984161376953],[0.40224790573120117,1.9901962280273438],[0.578181266784668,1.8943901062011719],[0.7316546440124512,1.7676258087158203],[0.8584194183349609,1.6141529083251953],[0.9542264938354492,1.4382190704345703],[1.014826774597168,1.2440757751464844],[1.0359711647033691,1.035970687866211],[1.014826774597168,0.8278656005859375],[0.9542264938354492,0.6337223052978516],[0.8584194183349609,0.4577903747558594],[0.7316546440124512,0.30431556701660156],[0.578181266784668,0.17755126953125],[0.40224790573120117,0.08174514770507812],[0.20810461044311523,0.021142959594726562],[0,0],[0,0]]},{"type":"line","version":190,"versionNonce":1965680093,"isDeleted":true,"id":"mXY69phcP9ETAK-3tuzqt","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1079.1079139709473,"y":199.56834530830383,"strokeColor":"#00000000","backgroundColor":"#fff","width":2.071941375732422,"height":2.0719425678253174,"seed":620228565,"groupIds":["ePG8b5OeosztA0T9Og2p-","b_f8flvgiAs4Yb16cNzRG","FO1ithvKmf5wC0DY4tdLe"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192060,"link":null,"locked":false,"customData":{"boxId":"owdbN6MpKfZ05OtTV9_Zd","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.20810508728027344,0.021144390106201172],[-0.4022483825683594,0.08174467086791992],[-0.5781803131103516,0.1775517463684082],[-0.7316551208496094,0.30431652069091797],[-0.8584194183349609,0.4577901363372803],[-0.9542255401611328,0.6337234973907471],[-1.0148277282714844,0.8278663158416748],[-1.035970687866211,1.0359714031219482],[-1.0148277282714844,1.2440760135650635],[-0.9542255401611328,1.4382193088531494],[-0.8584194183349609,1.6141526699066162],[-0.7316551208496094,1.7676260471343994],[-0.5781803131103516,1.8943908214569092],[-0.4022483825683594,1.9901978969573975],[-0.20810508728027344,2.050798177719116],[0,2.0719425678253174],[0.20810508728027344,2.050798177719116],[0.4022483825683594,1.9901978969573975],[0.5781822204589844,1.8943908214569092],[0.7316551208496094,1.7676260471343994],[0.8584194183349609,1.6141526699066162],[0.9542255401611328,1.4382193088531494],[1.0148277282714844,1.2440760135650635],[1.035970687866211,1.0359714031219482],[1.0148277282714844,0.8278663158416748],[0.9542255401611328,0.6337234973907471],[0.8584194183349609,0.4577901363372803],[0.7316551208496094,0.30431652069091797],[0.5781822204589844,0.1775517463684082],[0.4022483825683594,0.08174467086791992],[0.20810508728027344,0.021144390106201172],[0,0],[0,0]]},{"type":"line","version":190,"versionNonce":926265971,"isDeleted":true,"id":"ow-XqFWjvv1AX3-gJlc0F","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1064.6043167114258,"y":214.07194328308105,"strokeColor":"#00000000","backgroundColor":"#fff","width":2.0719425678253174,"height":2.071941375732422,"seed":983524347,"groupIds":["ePG8b5OeosztA0T9Og2p-","b_f8flvgiAs4Yb16cNzRG","FO1ithvKmf5wC0DY4tdLe"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192060,"link":null,"locked":false,"customData":{"boxId":"owdbN6MpKfZ05OtTV9_Zd","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.20810508728027344,0.021142959594726562],[-0.40224790573120117,0.08174514770507812],[-0.578181266784668,0.17755126953125],[-0.7316548824310303,0.30431556701660156],[-0.85841965675354,0.4577903747558594],[-0.9542267322540283,0.6337223052978516],[-1.014827013015747,0.8278656005859375],[-1.0359714031219482,1.035970687866211],[-1.014827013015747,1.2440757751464844],[-0.9542267322540283,1.4382190704345703],[-0.85841965675354,1.6141529083251953],[-0.7316548824310303,1.7676258087158203],[-0.578181266784668,1.8943901062011719],[-0.40224790573120117,1.9901962280273438],[-0.20810508728027344,2.0507984161376953],[0,2.071941375732422],[0.20810461044311523,2.0507984161376953],[0.40224790573120117,1.9901962280273438],[0.578181266784668,1.8943901062011719],[0.7316546440124512,1.7676258087158203],[0.8584194183349609,1.6141529083251953],[0.9542264938354492,1.4382190704345703],[1.014826774597168,1.2440757751464844],[1.0359711647033691,1.035970687866211],[1.014826774597168,0.8278656005859375],[0.9542264938354492,0.6337223052978516],[0.8584194183349609,0.4577903747558594],[0.7316546440124512,0.30431556701660156],[0.578181266784668,0.17755126953125],[0.40224790573120117,0.08174514770507812],[0.20810461044311523,0.021142959594726562],[0,0],[0,0]]},{"type":"line","version":190,"versionNonce":1175134781,"isDeleted":true,"id":"msVkwsSVlQFPwAYCwEgqh","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1067.8906478881836,"y":206.820143699646,"strokeColor":"#00000000","backgroundColor":"#669df6","width":6.394245028495789,"height":9.225899696350098,"seed":1282747701,"groupIds":["Hbw2Cyn0kzbjc8kswQClY","b_f8flvgiAs4Yb16cNzRG","FO1ithvKmf5wC0DY4tdLe"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192060,"link":null,"locked":false,"customData":{"boxId":"owdbN6MpKfZ05OtTV9_Zd","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-2.2503600120544434,0],[-2.2503600120544434,0],[-2.462372303009033,-0.010685920715332031],[-2.668221950531006,-0.042052268981933594],[-2.8668718338012695,-0.0930624008178711],[-3.057284355163574,-0.16267967224121094],[-3.2384233474731445,-0.24986648559570312],[-3.4092516899108887,-0.35358524322509766],[-3.568732261657715,-0.47280120849609375],[-3.7158279418945312,-0.6064748764038086],[-3.849501132965088,-0.753570556640625],[-3.968716621398926,-0.913050651550293],[-4.0724358558654785,-1.083878517150879],[-4.159622669219971,-1.2650175094604492],[-4.2292397022247314,-1.4554309844970703],[-4.280249834060669,-1.6540803909301758],[-4.31161642074585,-1.8599300384521484],[-4.322302579879761,-2.0719423294067383],[-4.322302579879761,-3.1079134941101074],[-4.322302579879761,-3.1079134941101074],[-4.316173315048218,-3.2672781944274902],[-4.298089265823364,-3.4234819412231445],[-4.268505811691284,-3.5760602951049805],[-4.227878093719482,-3.724550247192383],[-4.176661252975464,-3.8684868812561035],[-4.1153106689453125,-4.007407188415527],[-4.044281721115112,-4.140848159790039],[-3.96402907371521,-4.268344879150391],[-3.7776756286621094,-4.503653049468994],[-3.5598926544189453,-4.709621906280518],[-3.314321517944336,-4.882542610168457],[-3.182253360748291,-4.955450057983398],[-3.044604778289795,-5.018704414367676],[-3.1479320526123047,-5.301258563995361],[-3.223741054534912,-5.5956830978393555],[-3.270413875579834,-5.9008989334106445],[-3.2863311767578125,-6.215826988220215],[-3.276798725128174,-6.459532260894775],[-3.2489209175109863,-6.697841644287109],[-3.203777313232422,-6.929675817489624],[-3.142446517944336,-7.153956413269043],[-3.485318183898926,-7.062928199768066],[-3.815906524658203,-6.9439857006073],[-4.132853746414185,-6.798486232757568],[-4.434802532196045,-6.6277875900268555],[-4.720395803451538,-6.433246612548828],[-4.98827600479126,-6.216220378875732],[-5.237085819244385,-5.978066921234131],[-5.465467929840088,-5.7201433181762695],[-5.672065019607544,-5.443807601928711],[-5.855519771575928,-5.150415897369385],[-6.014474511146545,-4.841325759887695],[-6.14757227897644,-4.517895221710205],[-6.2534555196762085,-4.18148136138916],[-6.330767035484314,-3.833441734313965],[-6.3781492710113525,-3.4751334190368652],[-6.394245028495789,-3.1079134941101074],[-6.394245028495789,-2.0719423294067383],[-6.394245028495789,-2.0719423294067383],[-6.3728097677230835,-1.6488656997680664],[-6.3099037408828735,-1.2378711700439453],[-6.207625985145569,-0.8410558700561523],[-6.068075895309448,-0.46052074432373047],[-5.893352746963501,-0.09836578369140625],[-5.685555696487427,0.24331188201904297],[-5.446784019470215,0.5624113082885742],[-5.1791369915008545,0.8568344116210938],[-4.884714126586914,1.1244821548461914],[-4.5656139850616455,1.3632535934448242],[-4.223936557769775,1.5710506439208984],[-3.8617806434631348,1.7457733154296875],[-3.481245994567871,1.8853235244750977],[-3.0844311714172363,1.9876022338867188],[-2.673436164855957,2.0505075454711914],[-2.2503600120544434,2.0719432830810547],[0,2.0719432830810547],[0,2.0719432830810547],[-0.07643890380859375,1.8250904083251953],[-0.13237428665161133,1.5690650939941406],[-0.16672706604003906,1.3054866790771484],[-0.17841768264770508,1.0359716415405273],[-0.16672706604003906,0.7664575576782227],[-0.13237428665161133,0.5028781890869141],[-0.07643890380859375,0.24685287475585938],[0,0],[0,0]]},{"type":"line","version":190,"versionNonce":1297935379,"isDeleted":true,"id":"PmUUYeCrICWvxs1IWn_RS","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1078.0892086029053,"y":206.820143699646,"strokeColor":"#00000000","backgroundColor":"#4285f4","width":5.369785308837891,"height":9.231654167175293,"seed":1118252187,"groupIds":["w6mrpM_e7ax-CU5MeMn-a","b_f8flvgiAs4Yb16cNzRG","FO1ithvKmf5wC0DY4tdLe"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192060,"link":null,"locked":false,"customData":{"boxId":"owdbN6MpKfZ05OtTV9_Zd","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-1.2316551208496094,0],[-1.2316551208496094,0],[-1.1552162170410156,0.24685287475585938],[-1.0992794036865234,0.5028781890869141],[-1.0649280548095703,0.7664575576782227],[-1.0532379150390625,1.0359716415405273],[-1.0649280548095703,1.3054866790771484],[-1.0992794036865234,1.5690650939941406],[-1.1552162170410156,1.8250904083251953],[-1.2316551208496094,2.0719432830810547],[0,2.0719432830810547],[0,2.0719432830810547],[0.21201133728027344,2.0826292037963867],[0.4178638458251953,2.1139955520629883],[0.6165122985839844,2.165006637573242],[0.8069248199462891,2.2346229553222656],[0.9880638122558594,2.321809768676758],[1.1588916778564453,2.4255285263061523],[1.3183727264404297,2.5447444915771484],[1.4654693603515625,2.6784181594848633],[1.599142074584961,2.8255138397216797],[1.7183570861816406,2.9849939346313477],[1.8220748901367188,3.1558218002319336],[1.9092636108398438,3.336960792541504],[1.9788799285888672,3.527374267578125],[2.0298900604248047,3.7260236740112305],[2.0612564086914062,3.931873321533203],[2.071941375732422,4.143885612487793],[2.071941375732422,5.179856300354004],[2.071941375732422,5.179856300354004],[2.065746307373047,5.341246604919434],[2.0474605560302734,5.499213218688965],[2.0175399780273438,5.653304100036621],[1.9764385223388672,5.803057670593262],[1.9246139526367188,5.948025703430176],[1.8625221252441406,6.087746620178223],[1.7906169891357422,6.221772193908691],[1.7093524932861328,6.349640846252441],[1.6191864013671875,6.470900535583496],[1.5205707550048828,6.585095405578613],[1.4139633178710938,6.691769599914551],[1.2998199462890625,6.790467262268066],[1.1785945892333984,6.880736351013184],[1.0507431030273438,6.962119102478027],[0.916717529296875,7.0341596603393555],[0.7769775390625,7.096402168273926],[0.8769798278808594,7.378058433532715],[0.951080322265625,7.670504570007324],[0.9971237182617188,7.973742485046387],[1.012948989868164,8.28777027130127],[1.0033283233642578,8.53156566619873],[0.9748191833496094,8.77050495147705],[0.9279670715332031,9.004048347473145],[0.8633098602294922,9.231654167175293],[1.2083377838134766,9.141573905944824],[1.5410652160644531,9.02332592010498],[1.8601150512695312,8.87828540802002],[2.1641178131103516,8.707823753356934],[2.4516983032226562,8.513319969177246],[2.7214832305908203,8.29614543914795],[2.9720935821533203,8.057673454284668],[3.202157974243164,7.799281120300293],[3.4103031158447266,7.522339820861816],[3.595155715942383,7.228226661682129],[3.755338668823242,6.918313026428223],[3.8894805908203125,6.593976020812988],[3.9962024688720703,6.256587028503418],[4.074134826660156,5.9075212478637695],[4.1219024658203125,5.548151969909668],[4.138130187988281,5.179856300354004],[4.138130187988281,4.143885612487793],[4.138130187988281,4.143885612487793],[4.117706298828125,3.720808982849121],[4.055688858032227,3.309814453125],[3.9541778564453125,2.912999153137207],[3.815288543701172,2.532464027404785],[3.641122817993164,2.170309066772461],[3.4337902069091797,1.8286314010620117],[3.1954002380371094,1.5095319747924805],[2.9280567169189453,1.215108871459961],[2.6338729858398438,0.9474611282348633],[2.314950942993164,0.7086896896362305],[1.9734001159667969,0.5008926391601562],[1.6113319396972656,0.3261699676513672],[1.2308483123779297,0.18661975860595703],[0.8340606689453125,0.08434104919433594],[0.4230766296386719,0.02143573760986328],[0,0],[0,0]]},{"type":"line","version":190,"versionNonce":1950732957,"isDeleted":true,"id":"T_j2KLKwjFGUvKVRmFcY3","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1070.820143699646,"y":203.7122302055359,"strokeColor":"#00000000","backgroundColor":"#669df6","width":9.32374095916748,"height":6.2158273458480835,"seed":2342549,"groupIds":["UqgJ-DvMYchUNoF9YNqlb","b_f8flvgiAs4Yb16cNzRG","FO1ithvKmf5wC0DY4tdLe"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192060,"link":null,"locked":false,"customData":{"boxId":"owdbN6MpKfZ05OtTV9_Zd","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-3.1079134941101074,0],[-3.1079134941101074,0],[-3.4254579544067383,-0.016060352325439453],[-3.733880043029785,-0.06319713592529297],[-4.031612396240234,-0.13984060287475586],[-4.317086219787598,-0.24442386627197266],[-4.588733196258545,-0.3753790855407715],[-4.8449859619140625,-0.5311374664306641],[-5.0842766761779785,-0.7101306915283203],[-5.3050360679626465,-0.9107909202575684],[-5.5056962966918945,-1.1315503120422363],[-5.684689521789551,-1.3708405494689941],[-5.840447425842285,-1.6270933151245117],[-5.971402645111084,-1.8987407684326172],[-6.075986385345459,-2.1842145919799805],[-6.15263032913208,-2.4819464683532715],[-6.199766635894775,-2.7903690338134766],[-6.215826988220215,-3.1079134941101074],[-6.199766635894775,-3.4254579544067383],[-6.15263032913208,-3.7338805198669434],[-6.075986385345459,-4.031612396240234],[-5.971402645111084,-4.317086219787598],[-5.840447425842285,-4.588733673095703],[-5.684689521789551,-4.844986438751221],[-5.5056962966918945,-5.084276437759399],[-5.3050360679626465,-5.305035829544067],[-5.0842766761779785,-5.5056962966918945],[-4.8449859619140625,-5.68468976020813],[-4.588733196258545,-5.840447902679443],[-4.317086219787598,-5.9714027643203735],[-4.031612396240234,-6.075986266136169],[-3.733880043029785,-6.15263032913208],[-3.4254579544067383,-6.199766755104065],[-3.1079134941101074,-6.2158273458480835],[0,-6.2158273458480835],[0,-6.2158273458480835],[0.31754493713378906,-6.199766755104065],[0.6259670257568359,-6.15263032913208],[0.9236993789672852,-6.075986266136169],[1.2091732025146484,-5.9714027643203735],[1.480820655822754,-5.840447902679443],[1.7370729446411133,-5.68468976020813],[1.976363182067871,-5.5056962966918945],[2.197122573852539,-5.305035829544067],[2.3977832794189453,-5.084276437759399],[2.5767765045166016,-4.844986438751221],[2.732534408569336,-4.588733673095703],[2.863490104675293,-4.317086219787598],[2.968073844909668,-4.031612396240234],[3.0447168350219727,-3.7338805198669434],[3.091853141784668,-3.4254579544067383],[3.1079139709472656,-3.1079134941101074],[3.091853141784668,-2.7903690338134766],[3.0447168350219727,-2.4819464683532715],[2.968073844909668,-2.1842145919799805],[2.863490104675293,-1.8987407684326172],[2.732534408569336,-1.6270933151245117],[2.5767765045166016,-1.3708405494689941],[2.3977832794189453,-1.1315503120422363],[2.197122573852539,-0.9107909202575684],[1.976363182067871,-0.7101306915283203],[1.7370729446411133,-0.5311374664306641],[1.480820655822754,-0.3753790855407715],[1.2091732025146484,-0.24442386627197266],[0.9236993789672852,-0.13984060287475586],[0.6259670257568359,-0.06319713592529297],[0.31754493713378906,-0.016060352325439453],[0,0],[0,0]]},{"type":"line","version":190,"versionNonce":967569843,"isDeleted":true,"id":"YbafnlWbw_VjHmSQISnZc","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1067.712230205536,"y":199.56834530830383,"strokeColor":"#00000000","backgroundColor":"#669df6","width":5.179856300354004,"height":2.0719425678253174,"seed":1408033083,"groupIds":["UqgJ-DvMYchUNoF9YNqlb","b_f8flvgiAs4Yb16cNzRG","FO1ithvKmf5wC0DY4tdLe"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192060,"link":null,"locked":false,"customData":{"boxId":"owdbN6MpKfZ05OtTV9_Zd","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.20810413360595703,0.021144390106201172],[-0.40224790573120117,0.08174467086791992],[-0.578181266784668,0.1775517463684082],[-0.7316546440124512,0.30431652069091797],[-0.8584194183349609,0.4577901363372803],[-0.9542264938354492,0.6337234973907471],[-1.014826774597168,0.8278663158416748],[-1.0359711647033691,1.0359714031219482],[-1.014826774597168,1.2440760135650635],[-0.9542264938354492,1.4382193088531494],[-0.8584194183349609,1.6141526699066162],[-0.7316546440124512,1.7676260471343994],[-0.578181266784668,1.8943908214569092],[-0.40224790573120117,1.9901978969573975],[-0.20810413360595703,2.050798177719116],[0,2.0719425678253174],[3.1079134941101074,2.0719425678253174],[3.1079134941101074,2.0719425678253174],[3.316018581390381,2.050798177719116],[3.510161876678467,1.9901978969573975],[3.6860947608947754,1.8943908214569092],[3.839568614959717,1.7676260471343994],[3.9663338661193848,1.6141526699066162],[4.062139987945557,1.4382193088531494],[4.122740268707275,1.2440760135650635],[4.143885135650635,1.0359714031219482],[4.122740268707275,0.8278663158416748],[4.062139987945557,0.6337234973907471],[3.9663338661193848,0.4577901363372803],[3.839568614959717,0.30431652069091797],[3.6860947608947754,0.1775517463684082],[3.510161876678467,0.08174467086791992],[3.316018581390381,0.021144390106201172],[3.1079134941101074,0],[0,0],[0,0]]},{"type":"line","version":190,"versionNonce":2089514749,"isDeleted":true,"id":"jbUePvpib2jWCzAXcNe34","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1073.9280576705933,"y":210.9640293121338,"strokeColor":"#00000000","backgroundColor":"#669df6","width":9.323740482330322,"height":6.215827941894531,"seed":1454973941,"groupIds":["UqgJ-DvMYchUNoF9YNqlb","b_f8flvgiAs4Yb16cNzRG","FO1ithvKmf5wC0DY4tdLe"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192060,"link":null,"locked":false,"customData":{"boxId":"owdbN6MpKfZ05OtTV9_Zd","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-3.1079139709472656,0],[-3.1079139709472656,0],[-3.4254579544067383,-0.016060829162597656],[-3.733880043029785,-0.06319713592529297],[-4.031612396240234,-0.13984203338623047],[-4.317086219787598,-0.24442481994628906],[-4.588733673095703,-0.3753795623779297],[-4.8449859619140625,-0.5311374664306641],[-5.084277153015137,-0.7101316452026367],[-5.305035591125488,-0.9107913970947266],[-5.5056962966918945,-1.1315507888793945],[-5.684689521789551,-1.3708410263061523],[-5.840447425842285,-1.6270942687988281],[-5.971403121948242,-1.8987417221069336],[-6.075986385345459,-2.1842145919799805],[-6.152629852294922,-2.4819469451904297],[-6.199766635894775,-2.790369987487793],[-6.215827465057373,-3.1079139709472656],[-6.199766635894775,-3.4254579544067383],[-6.152629852294922,-3.7338809967041016],[-6.075986385345459,-4.031613349914551],[-5.971403121948242,-4.317086219787598],[-5.840447425842285,-4.588733673095703],[-5.684689521789551,-4.844986915588379],[-5.5056962966918945,-5.084277153015137],[-5.305035591125488,-5.305036544799805],[-5.084277153015137,-5.5056962966918945],[-4.8449859619140625,-5.684690475463867],[-4.588733673095703,-5.840448379516602],[-4.317086219787598,-5.971403121948242],[-4.031612396240234,-6.075986862182617],[-3.733880043029785,-6.152630805969238],[-3.4254579544067383,-6.199767112731934],[-3.1079139709472656,-6.215827941894531],[0,-6.215827941894531],[0,-6.215827941894531],[0.31754493713378906,-6.199767112731934],[0.6259670257568359,-6.152630805969238],[0.9236984252929688,-6.075986862182617],[1.209172248840332,-5.971403121948242],[1.480820655822754,-5.840448379516602],[1.7370729446411133,-5.684690475463867],[1.9763622283935547,-5.5056962966918945],[2.1971216201782227,-5.305036544799805],[2.397782325744629,-5.084277153015137],[2.576775550842285,-4.844986915588379],[2.7325353622436523,-4.588733673095703],[2.86348819732666,-4.317086219787598],[2.968071937561035,-4.031613349914551],[3.0447168350219727,-3.7338809967041016],[3.091853141784668,-3.4254579544067383],[3.107913017272949,-3.1079139709472656],[3.091853141784668,-2.790369987487793],[3.0447168350219727,-2.4819469451904297],[2.968071937561035,-2.1842145919799805],[2.86348819732666,-1.8987417221069336],[2.7325353622436523,-1.6270942687988281],[2.576775550842285,-1.3708410263061523],[2.397782325744629,-1.1315507888793945],[2.1971216201782227,-0.9107913970947266],[1.9763622283935547,-0.7101316452026367],[1.7370729446411133,-0.5311374664306641],[1.480820655822754,-0.3753795623779297],[1.209172248840332,-0.24442481994628906],[0.9236984252929688,-0.13984203338623047],[0.6259670257568359,-0.06319713592529297],[0.31754493713378906,-0.016060829162597656],[0,0],[0,0]]},{"type":"line","version":190,"versionNonce":2101953363,"isDeleted":true,"id":"srUqZ72NYK6ttW0csJfrQ","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1070.820143699646,"y":206.820143699646,"strokeColor":"#00000000","backgroundColor":"#669df6","width":5.179856300354004,"height":2.0719432830810547,"seed":1741881819,"groupIds":["UqgJ-DvMYchUNoF9YNqlb","b_f8flvgiAs4Yb16cNzRG","FO1ithvKmf5wC0DY4tdLe"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192060,"link":null,"locked":false,"customData":{"boxId":"owdbN6MpKfZ05OtTV9_Zd","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.20810413360595703,0.021144866943359375],[-0.40224742889404297,0.08174514770507812],[-0.5781803131103516,0.1775522232055664],[-0.731654167175293,0.3043174743652344],[-0.8584194183349609,0.4577903747558594],[-0.9542255401611328,0.633723258972168],[-1.014826774597168,0.8278675079345703],[-1.035970687866211,1.0359716415405273],[-1.014826774597168,1.2440757751464844],[-0.9542255401611328,1.4382200241088867],[-0.8584194183349609,1.6141529083251953],[-0.731654167175293,1.7676258087158203],[-0.5781803131103516,1.8943910598754883],[-0.40224742889404297,1.9901981353759766],[-0.20810413360595703,2.0507984161376953],[0,2.0719432830810547],[3.1079139709472656,2.0719432830810547],[3.1079139709472656,2.0719432830810547],[3.316019058227539,2.0507984161376953],[3.510162353515625,1.9901981353759766],[3.6860952377319336,1.8943910598754883],[3.8395681381225586,1.7676258087158203],[3.9663333892822266,1.6141529083251953],[4.062140464782715,1.4382200241088867],[4.12274169921875,1.2440757751464844],[4.143885612487793,1.0359716415405273],[4.12274169921875,0.8278675079345703],[4.062140464782715,0.633723258972168],[3.9663333892822266,0.4577903747558594],[3.8395681381225586,0.3043174743652344],[3.6860952377319336,0.1775522232055664],[3.510162353515625,0.08174514770507812],[3.316019058227539,0.021144866943359375],[3.1079139709472656,0],[0,0],[0,0]]},{"type":"line","version":190,"versionNonce":1230868317,"isDeleted":true,"id":"hONnkf_nP26D37D-zYh0b","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1076,"y":218.21582794189453,"strokeColor":"#00000000","backgroundColor":"#669df6","width":9.32374095916748,"height":6.215827941894531,"seed":1950014805,"groupIds":["UqgJ-DvMYchUNoF9YNqlb","b_f8flvgiAs4Yb16cNzRG","FO1ithvKmf5wC0DY4tdLe"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192060,"link":null,"locked":false,"customData":{"boxId":"owdbN6MpKfZ05OtTV9_Zd","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-3.107913017272949,0],[-3.107913017272949,0],[-3.4254579544067383,-0.01605987548828125],[-3.733880043029785,-0.06319808959960938],[-4.031612396240234,-0.13984107971191406],[-4.317085266113281,-0.24442481994628906],[-4.588733673095703,-0.3753795623779297],[-4.8449859619140625,-0.5311374664306641],[-5.08427619934082,-0.7101306915283203],[-5.305035591125488,-0.9107913970947266],[-5.505695343017578,-1.131551742553711],[-5.684689521789551,-1.370840072631836],[-5.840447425842285,-1.6270942687988281],[-5.971403121948242,-1.8987407684326172],[-6.075985908508301,-2.184215545654297],[-6.152629852294922,-2.4819469451904297],[-6.199766159057617,-2.7903690338134766],[-6.215826988220215,-3.1079139709472656],[-6.199766159057617,-3.4254589080810547],[-6.152629852294922,-3.7338790893554688],[-6.075985908508301,-4.031612396240234],[-5.971403121948242,-4.317085266113281],[-5.840447425842285,-4.588733673095703],[-5.684689521789551,-4.8449859619140625],[-5.505695343017578,-5.08427619934082],[-5.305035591125488,-5.305034637451172],[-5.08427619934082,-5.505695343017578],[-4.8449859619140625,-5.684690475463867],[-4.588733673095703,-5.840448379516602],[-4.317085266113281,-5.971403121948242],[-4.031612396240234,-6.075986862182617],[-3.733880043029785,-6.152629852294922],[-3.4254579544067383,-6.199766159057617],[-3.107913017272949,-6.215827941894531],[0,-6.215827941894531],[0,-6.215827941894531],[0.31754493713378906,-6.199766159057617],[0.6259670257568359,-6.152629852294922],[0.9236984252929688,-6.075986862182617],[1.2091732025146484,-5.971403121948242],[1.4808197021484375,-5.840448379516602],[1.7370738983154297,-5.684690475463867],[1.9763622283935547,-5.505695343017578],[2.197122573852539,-5.305034637451172],[2.3977832794189453,-5.08427619934082],[2.5767765045166016,-4.8449859619140625],[2.732534408569336,-4.588733673095703],[2.8634891510009766,-4.317085266113281],[2.9680728912353516,-4.031612396240234],[3.0447158813476562,-3.7338790893554688],[3.0918540954589844,-3.4254589080810547],[3.1079139709472656,-3.1079139709472656],[3.0918540954589844,-2.7903690338134766],[3.0447158813476562,-2.4819469451904297],[2.9680728912353516,-2.184215545654297],[2.8634891510009766,-1.8987407684326172],[2.732534408569336,-1.6270942687988281],[2.5767765045166016,-1.370840072631836],[2.3977832794189453,-1.131551742553711],[2.197122573852539,-0.9107913970947266],[1.9763622283935547,-0.7101306915283203],[1.7370738983154297,-0.5311374664306641],[1.4808197021484375,-0.3753795623779297],[1.2091732025146484,-0.24442481994628906],[0.9236984252929688,-0.13984107971191406],[0.6259670257568359,-0.06319808959960938],[0.31754493713378906,-0.01605987548828125],[0,0],[0,0]]},{"type":"line","version":190,"versionNonce":814440691,"isDeleted":true,"id":"7MAZwkvUkamwRZ0PzCVgQ","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1072.892086982727,"y":214.07194328308105,"strokeColor":"#00000000","backgroundColor":"#669df6","width":5.1798553466796875,"height":2.071941375732422,"seed":661393019,"groupIds":["UqgJ-DvMYchUNoF9YNqlb","b_f8flvgiAs4Yb16cNzRG","FO1ithvKmf5wC0DY4tdLe"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192060,"link":null,"locked":false,"customData":{"boxId":"owdbN6MpKfZ05OtTV9_Zd","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.20810508728027344,0.021142959594726562],[-0.4022483825683594,0.08174514770507812],[-0.578181266784668,0.17755126953125],[-0.7316551208496094,0.30431556701660156],[-0.8584194183349609,0.4577903747558594],[-0.9542264938354492,0.6337223052978516],[-1.014826774597168,0.8278656005859375],[-1.0359716415405273,1.035970687866211],[-1.014826774597168,1.2440757751464844],[-0.9542264938354492,1.4382190704345703],[-0.8584194183349609,1.6141529083251953],[-0.7316551208496094,1.7676258087158203],[-0.578181266784668,1.8943901062011719],[-0.4022483825683594,1.9901962280273438],[-0.20810508728027344,2.0507984161376953],[0,2.071941375732422],[3.107913017272949,2.071941375732422],[3.107913017272949,2.071941375732422],[3.3160181045532227,2.0507984161376953],[3.5101613998413086,1.9901962280273438],[3.6860952377319336,1.8943901062011719],[3.8395681381225586,1.7676258087158203],[3.96633243560791,1.6141529083251953],[4.062140464782715,1.4382190704345703],[4.122740745544434,1.2440757751464844],[4.14388370513916,1.035970687866211],[4.122740745544434,0.8278656005859375],[4.062140464782715,0.6337223052978516],[3.96633243560791,0.4577903747558594],[3.8395681381225586,0.30431556701660156],[3.6860952377319336,0.17755126953125],[3.5101613998413086,0.08174514770507812],[3.3160181045532227,0.021142959594726562],[3.107913017272949,0],[0,0],[0,0]]},{"type":"line","version":190,"versionNonce":2030934973,"isDeleted":true,"id":"igrhCpmT5EwrQDeI6uqkZ","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1069.7841730117798,"y":203.7122302055359,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":5.179856300354004,"height":6.2158273458480835,"seed":1610508981,"groupIds":["U9SeKZgBfT-T8Mw3VgQC6","b_f8flvgiAs4Yb16cNzRG","FO1ithvKmf5wC0DY4tdLe"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192060,"link":null,"locked":false,"customData":{"boxId":"owdbN6MpKfZ05OtTV9_Zd","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,-2.0719423294067383],[-2.0719428062438965,-2.0719423294067383],[-2.0719428062438965,-2.0719423294067383],[-2.2800469398498535,-2.0930867195129395],[-2.4741907119750977,-2.153687000274658],[-2.6501240730285645,-2.2494940757751465],[-2.8035974502563477,-2.3762588500976562],[-2.9303622245788574,-2.5297322273254395],[-3.0261693000793457,-2.7056655883789062],[-3.0867695808410645,-2.899808883666992],[-3.1079139709472656,-3.1079134941101074],[-3.0867695808410645,-3.316018581390381],[-3.0261693000793457,-3.5101613998413086],[-2.9303622245788574,-3.6860947608947754],[-2.8035974502563477,-3.8395683765411377],[-2.6501240730285645,-3.9663331508636475],[-2.4741907119750977,-4.062140226364136],[-2.2800469398498535,-4.1227405071258545],[-2.0719428062438965,-4.143884897232056],[0,-4.143884897232056],[0,-6.2158273458480835],[-2.0719428062438965,-6.2158273458480835],[-2.0719428062438965,-6.2158273458480835],[-2.3894872665405273,-6.199766755104065],[-2.697909355163574,-6.15263032913208],[-2.9956417083740234,-6.075986266136169],[-3.2811155319213867,-5.9714027643203735],[-3.552762508392334,-5.840447902679443],[-3.8090152740478516,-5.68468976020813],[-4.048305988311768,-5.5056962966918945],[-4.2690653800964355,-5.305035829544067],[-4.469725608825684,-5.084276437759399],[-4.64871883392334,-4.844986438751221],[-4.804476737976074,-4.588733673095703],[-4.935431957244873,-4.317086219787598],[-5.040015697479248,-4.031612396240234],[-5.116659641265869,-3.7338805198669434],[-5.1637959480285645,-3.4254579544067383],[-5.179856300354004,-3.1079134941101074],[-5.1637959480285645,-2.7903690338134766],[-5.116659641265869,-2.4819464683532715],[-5.040015697479248,-2.1842145919799805],[-4.935431957244873,-1.8987407684326172],[-4.804476737976074,-1.6270933151245117],[-4.64871883392334,-1.3708405494689941],[-4.469725608825684,-1.1315503120422363],[-4.2690653800964355,-0.9107909202575684],[-4.048305988311768,-0.7101306915283203],[-3.8090152740478516,-0.5311374664306641],[-3.552762508392334,-0.3753790855407715],[-3.2811155319213867,-0.24442386627197266],[-2.9956417083740234,-0.13984060287475586],[-2.697909355163574,-0.06319713592529297],[-2.3894872665405273,-0.016060352325439453],[-2.0719428062438965,0],[0,0],[0,0]]},{"type":"line","version":190,"versionNonce":486066835,"isDeleted":true,"id":"y7SxVVmiku9UUObbD6HsO","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1072.892086982727,"y":210.9640293121338,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":5.179856777191162,"height":6.215827941894531,"seed":1970964251,"groupIds":["U9SeKZgBfT-T8Mw3VgQC6","b_f8flvgiAs4Yb16cNzRG","FO1ithvKmf5wC0DY4tdLe"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192060,"link":null,"locked":false,"customData":{"boxId":"owdbN6MpKfZ05OtTV9_Zd","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,-2.0719423294067383],[-2.0719432830810547,-2.0719423294067383],[-2.0719432830810547,-2.0719423294067383],[-2.2800474166870117,-2.0930871963500977],[-2.4741907119750977,-2.1536874771118164],[-2.6501235961914062,-2.2494945526123047],[-2.8035974502563477,-2.3762598037719727],[-2.9303627014160156,-2.5297327041625977],[-3.0261688232421875,-2.7056655883789062],[-3.0867700576782227,-2.8998098373413086],[-3.1079139709472656,-3.1079139709472656],[-3.0867700576782227,-3.3160181045532227],[-3.0261688232421875,-3.510162353515625],[-2.9303627014160156,-3.6860952377319336],[-2.8035974502563477,-3.8395681381225586],[-2.6501235961914062,-3.9663333892822266],[-2.4741907119750977,-4.062140464782715],[-2.2800474166870117,-4.122740745544434],[-2.0719432830810547,-4.143885612487793],[0,-4.143885612487793],[0,-6.215827941894531],[-2.0719432830810547,-6.215827941894531],[-2.0719432830810547,-6.215827941894531],[-2.3894872665405273,-6.199767112731934],[-2.697909355163574,-6.152630805969238],[-2.9956417083740234,-6.075986862182617],[-3.2811155319213867,-5.971403121948242],[-3.552762985229492,-5.840448379516602],[-3.8090152740478516,-5.684690475463867],[-4.048306465148926,-5.5056962966918945],[-4.269064903259277,-5.305036544799805],[-4.469725608825684,-5.084277153015137],[-4.64871883392334,-4.844986915588379],[-4.804476737976074,-4.588733673095703],[-4.935432434082031,-4.317086219787598],[-5.040015697479248,-4.031613349914551],[-5.116659164428711,-3.7338809967041016],[-5.1637959480285645,-3.4254579544067383],[-5.179856777191162,-3.1079139709472656],[-5.1637959480285645,-2.790369987487793],[-5.116659164428711,-2.4819469451904297],[-5.040015697479248,-2.1842145919799805],[-4.935432434082031,-1.8987417221069336],[-4.804476737976074,-1.6270942687988281],[-4.64871883392334,-1.3708410263061523],[-4.469725608825684,-1.1315507888793945],[-4.269064903259277,-0.9107913970947266],[-4.048306465148926,-0.7101316452026367],[-3.8090152740478516,-0.5311374664306641],[-3.552762985229492,-0.3753795623779297],[-3.2811155319213867,-0.24442481994628906],[-2.9956417083740234,-0.13984203338623047],[-2.697909355163574,-0.06319713592529297],[-2.3894872665405273,-0.016060829162597656],[-2.0719432830810547,0],[0,0],[0,0]]},{"type":"line","version":190,"versionNonce":1673337885,"isDeleted":true,"id":"PgYmnfDXf_l8sCrkzzvjc","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1072.892086982727,"y":216.14388465881348,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":5.179856300354004,"height":6.215827941894531,"seed":447302677,"groupIds":["U9SeKZgBfT-T8Mw3VgQC6","b_f8flvgiAs4Yb16cNzRG","FO1ithvKmf5wC0DY4tdLe"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192060,"link":null,"locked":false,"customData":{"boxId":"owdbN6MpKfZ05OtTV9_Zd","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.20810508728027344,-0.021142959594726562],[-0.4022483825683594,-0.08174514770507812],[-0.578181266784668,-0.17755126953125],[-0.7316551208496094,-0.30431556701660156],[-0.8584194183349609,-0.45778846740722656],[-0.9542264938354492,-0.6337223052978516],[-1.014826774597168,-0.8278656005859375],[-1.0359716415405273,-1.035970687866211],[-1.014826774597168,-1.2440757751464844],[-0.9542264938354492,-1.4382190704345703],[-0.8584194183349609,-1.6141510009765625],[-0.7316551208496094,-1.7676258087158203],[-0.578181266784668,-1.8943901062011719],[-0.4022483825683594,-1.9901962280273438],[-0.20810508728027344,-2.0507984161376953],[0,-2.071941375732422],[2.0719423294067383,-2.071941375732422],[2.0719423294067383,-4.143884658813477],[0,-4.143884658813477],[0,-4.143884658813477],[-0.31754493713378906,-4.1278228759765625],[-0.6259670257568359,-4.080686569213867],[-0.9236993789672852,-4.0040435791015625],[-1.209172248840332,-3.8994598388671875],[-1.480820655822754,-3.768505096435547],[-1.7370729446411133,-3.6127471923828125],[-1.976363182067871,-3.4337520599365234],[-2.197122573852539,-3.233091354370117],[-2.397782325744629,-3.0123329162597656],[-2.5767765045166016,-2.773042678833008],[-2.732534408569336,-2.5167903900146484],[-2.863490104675293,-2.2451419830322266],[-2.9680728912353516,-1.9596691131591797],[-3.0447168350219727,-1.661935806274414],[-3.091853141784668,-1.353515625],[-3.1079139709472656,-1.035970687866211],[-3.091853141784668,-0.7184257507324219],[-3.0447168350219727,-0.410003662109375],[-2.9680728912353516,-0.11227226257324219],[-2.863490104675293,0.1732025146484375],[-2.732534408569336,0.44484901428222656],[-2.5767765045166016,0.7011032104492188],[-2.397782325744629,0.9403915405273438],[-2.197122573852539,1.1611518859863281],[-1.976363182067871,1.3618125915527344],[-1.7370729446411133,1.5408058166503906],[-1.480820655822754,1.696563720703125],[-1.209172248840332,1.8275184631347656],[-0.9236993789672852,1.9321022033691406],[-0.6259670257568359,2.0087451934814453],[-0.31754493713378906,2.0558834075927734],[0,2.0719432830810547],[2.0719423294067383,2.0719432830810547],[2.0719423294067383,0],[0,0],[0,0]]},{"type":"line","version":190,"versionNonce":390594611,"isDeleted":true,"id":"AFY9CYvsnjuuNNaoXQ2XT","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1067.712230205536,"y":199.56834530830383,"strokeColor":"#00000000","backgroundColor":"#fff","width":5.179856300354004,"height":2.0719425678253174,"seed":946924475,"groupIds":["d1xf-DDGAd5-w1W19LKXr","b_f8flvgiAs4Yb16cNzRG","FO1ithvKmf5wC0DY4tdLe"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192060,"link":null,"locked":false,"customData":{"boxId":"owdbN6MpKfZ05OtTV9_Zd","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.20810413360595703,0.021144390106201172],[-0.40224790573120117,0.08174467086791992],[-0.578181266784668,0.1775517463684082],[-0.7316546440124512,0.30431652069091797],[-0.8584194183349609,0.4577901363372803],[-0.9542264938354492,0.6337234973907471],[-1.014826774597168,0.8278663158416748],[-1.0359711647033691,1.0359714031219482],[-1.014826774597168,1.2440760135650635],[-0.9542264938354492,1.4382193088531494],[-0.8584194183349609,1.6141526699066162],[-0.7316546440124512,1.7676260471343994],[-0.578181266784668,1.8943908214569092],[-0.40224790573120117,1.9901978969573975],[-0.20810413360595703,2.050798177719116],[0,2.0719425678253174],[3.1079134941101074,2.0719425678253174],[3.1079134941101074,2.0719425678253174],[3.316018581390381,2.050798177719116],[3.510161876678467,1.9901978969573975],[3.6860947608947754,1.8943908214569092],[3.839568614959717,1.7676260471343994],[3.9663338661193848,1.6141526699066162],[4.062139987945557,1.4382193088531494],[4.122740268707275,1.2440760135650635],[4.143885135650635,1.0359714031219482],[4.122740268707275,0.8278663158416748],[4.062139987945557,0.6337234973907471],[3.9663338661193848,0.4577901363372803],[3.839568614959717,0.30431652069091797],[3.6860947608947754,0.1775517463684082],[3.510161876678467,0.08174467086791992],[3.316018581390381,0.021144390106201172],[3.1079134941101074,0],[0,0],[0,0]]},{"type":"line","version":190,"versionNonce":1633521789,"isDeleted":true,"id":"qhahuvEoBBd7jwaboNYv5","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1070.820143699646,"y":206.820143699646,"strokeColor":"#00000000","backgroundColor":"#fff","width":5.179856300354004,"height":2.0719432830810547,"seed":1949368693,"groupIds":["d1xf-DDGAd5-w1W19LKXr","b_f8flvgiAs4Yb16cNzRG","FO1ithvKmf5wC0DY4tdLe"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192060,"link":null,"locked":false,"customData":{"boxId":"owdbN6MpKfZ05OtTV9_Zd","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.20810413360595703,0.021144866943359375],[-0.40224742889404297,0.08174514770507812],[-0.5781803131103516,0.1775522232055664],[-0.731654167175293,0.3043174743652344],[-0.8584194183349609,0.4577903747558594],[-0.9542255401611328,0.633723258972168],[-1.014826774597168,0.8278675079345703],[-1.035970687866211,1.0359716415405273],[-1.014826774597168,1.2440757751464844],[-0.9542255401611328,1.4382200241088867],[-0.8584194183349609,1.6141529083251953],[-0.731654167175293,1.7676258087158203],[-0.5781803131103516,1.8943910598754883],[-0.40224742889404297,1.9901981353759766],[-0.20810413360595703,2.0507984161376953],[0,2.0719432830810547],[3.1079139709472656,2.0719432830810547],[3.1079139709472656,2.0719432830810547],[3.316019058227539,2.0507984161376953],[3.510162353515625,1.9901981353759766],[3.6860952377319336,1.8943910598754883],[3.8395681381225586,1.7676258087158203],[3.9663333892822266,1.6141529083251953],[4.062140464782715,1.4382200241088867],[4.12274169921875,1.2440757751464844],[4.143885612487793,1.0359716415405273],[4.12274169921875,0.8278675079345703],[4.062140464782715,0.633723258972168],[3.9663333892822266,0.4577903747558594],[3.8395681381225586,0.3043174743652344],[3.6860952377319336,0.1775522232055664],[3.510162353515625,0.08174514770507812],[3.316019058227539,0.021144866943359375],[3.1079139709472656,0],[0,0],[0,0]]},{"type":"line","version":190,"versionNonce":425689555,"isDeleted":true,"id":"lipkfDzsR0j8Ng85IbPxn","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1072.892086982727,"y":214.07194328308105,"strokeColor":"#00000000","backgroundColor":"#fff","width":5.1798553466796875,"height":2.071941375732422,"seed":1685175387,"groupIds":["d1xf-DDGAd5-w1W19LKXr","b_f8flvgiAs4Yb16cNzRG","FO1ithvKmf5wC0DY4tdLe"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192060,"link":null,"locked":false,"customData":{"boxId":"owdbN6MpKfZ05OtTV9_Zd","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.20810508728027344,0.021142959594726562],[-0.4022483825683594,0.08174514770507812],[-0.578181266784668,0.17755126953125],[-0.7316551208496094,0.30431556701660156],[-0.8584194183349609,0.4577903747558594],[-0.9542264938354492,0.6337223052978516],[-1.014826774597168,0.8278656005859375],[-1.0359716415405273,1.035970687866211],[-1.014826774597168,1.2440757751464844],[-0.9542264938354492,1.4382190704345703],[-0.8584194183349609,1.6141529083251953],[-0.7316551208496094,1.7676258087158203],[-0.578181266784668,1.8943901062011719],[-0.4022483825683594,1.9901962280273438],[-0.20810508728027344,2.0507984161376953],[0,2.071941375732422],[3.107913017272949,2.071941375732422],[3.107913017272949,2.071941375732422],[3.3160181045532227,2.0507984161376953],[3.5101613998413086,1.9901962280273438],[3.6860952377319336,1.8943901062011719],[3.8395681381225586,1.7676258087158203],[3.96633243560791,1.6141529083251953],[4.062140464782715,1.4382190704345703],[4.122740745544434,1.2440757751464844],[4.14388370513916,1.035970687866211],[4.122740745544434,0.8278656005859375],[4.062140464782715,0.6337223052978516],[3.96633243560791,0.4577903747558594],[3.8395681381225586,0.30431556701660156],[3.6860952377319336,0.17755126953125],[3.5101613998413086,0.08174514770507812],[3.3160181045532227,0.021142959594726562],[3.107913017272949,0],[0,0],[0,0]]},{"id":"NP1O-S54hx-V8jgJQnB3Z","type":"text","x":448.1666259765625,"y":229.33331298828125,"width":9,"height":32,"angle":0,"strokeColor":"#202124","backgroundColor":"#000000","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"round","seed":1491372725,"version":52,"versionNonce":1336965341,"isDeleted":true,"boundElements":null,"updated":1706297192060,"link":null,"locked":false,"text":"","fontSize":28,"fontFamily":2,"textAlign":"center","verticalAlign":"top","baseline":25,"containerId":null,"originalText":""},{"id":"nSM1udZXDrkSqwAsibEQO","type":"arrow","x":400,"y":320,"width":0,"height":77.70391845703114,"angle":0,"strokeColor":"#202124","backgroundColor":"#202124","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"sharp","seed":455804149,"version":88,"versionNonce":475385715,"isDeleted":true,"boundElements":null,"updated":1706297192060,"link":null,"locked":false,"points":[[0,0],[0,77.70391845703114]],"lastCommittedPoint":null,"startBinding":null,"endBinding":{"elementId":"3eA7opV4aWR5OKiCYAQPp","focus":-0.16666666666666669,"gap":2.2960815429688637},"startArrowhead":null,"endArrowhead":"triangle","fontFamily":2},{"id":"MBAzSf45lj2hPn8nr3IPf","type":"arrow","x":301,"y":220,"width":318,"height":0,"angle":0,"strokeColor":"#202124","backgroundColor":"#202124","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"sharp","seed":1030741819,"version":587,"versionNonce":1481069885,"isDeleted":false,"boundElements":null,"updated":1706297192060,"link":null,"locked":false,"points":[[0,0],[318,0]],"lastCommittedPoint":null,"startBinding":{"elementId":"XGJiTHw2h99_Hrxjg4EQi","focus":0.1320754716981132,"gap":1},"endBinding":{"elementId":"cNmhzVV34StKRJzlCzGP0","focus":-0.1320754716981132,"gap":1},"startArrowhead":null,"endArrowhead":"triangle","fontFamily":2},{"id":"1QnVkTtxCUaktd23tLcOc","type":"text","x":-157.83337402343727,"y":415.33331298828114,"width":9,"height":32,"angle":0,"strokeColor":"#202124","backgroundColor":"#000000","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"round","seed":2086129525,"version":51,"versionNonce":846293267,"isDeleted":true,"boundElements":null,"updated":1706297192060,"link":null,"locked":false,"text":"","fontSize":28,"fontFamily":2,"textAlign":"center","verticalAlign":"top","baseline":25,"containerId":null,"originalText":""},{"type":"rectangle","version":1372,"versionNonce":1988339101,"isDeleted":false,"id":"PTc4lWZHMDIBXHllvnEfM","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":40,"y":360,"strokeColor":"#34a853","backgroundColor":"#ceead6","width":899.9999999999999,"height":180,"seed":1602762293,"groupIds":[],"strokeSharpness":"sharp","boundElements":[{"id":"PiqrL0eWlHBfTKdGN3bVH","type":"arrow"},{"id":"8-TssCdzfk8wVOoQfRqdV","type":"arrow"}],"updated":1706297192060,"link":null,"locked":false,"customData":{"boxId":"rCN2dA6OQ5J36e7vnIvfV","label":"Region","resource":"region","type":"container"}},{"id":"bopRas-IC4GfRCV_W90YJ","type":"text","x":662.1666259765625,"y":653.3333129882811,"width":9,"height":32,"angle":0,"strokeColor":"#202124","backgroundColor":"#000000","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"round","seed":1267588027,"version":51,"versionNonce":1630064307,"isDeleted":true,"boundElements":null,"updated":1706297192060,"link":null,"locked":false,"text":"","fontSize":28,"fontFamily":2,"textAlign":"center","verticalAlign":"top","baseline":25,"containerId":null,"originalText":""},{"type":"rectangle","version":94,"versionNonce":1033300477,"isDeleted":true,"id":"XiBnra7eOZmRuFrTLLgAV","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":300,"y":420,"strokeColor":"#202124","backgroundColor":"#FFF","width":240,"height":80,"seed":965785973,"groupIds":["iylysA24f0ify2oGKelIs","D7OfDfNwbvz8C8f3NntlA"],"strokeSharpness":"round","boundElements":[{"id":"5E3kX_JSrqhbcM4pOzi92","type":"arrow"},{"id":"3exC9lat3uD7T7SlGlk-Z","type":"arrow"}],"updated":1706297192060,"link":null,"locked":false,"customData":{"boxId":"3gFsZXR9GmruBeduu2j_0","label":"BigQuery","resource":"google_bigquery_dataset","type":"container"}},{"type":"text","version":87,"versionNonce":992116819,"isDeleted":true,"id":"-wawLTlbqIhf9pUlbPCm2","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":316,"y":436,"strokeColor":"#1A73E8","backgroundColor":"transparent","width":160,"height":18,"seed":1879671899,"groupIds":["iylysA24f0ify2oGKelIs","D7OfDfNwbvz8C8f3NntlA"],"strokeSharpness":"round","boundElements":[],"updated":1706297192060,"link":null,"locked":false,"customData":{"boxId":"3gFsZXR9GmruBeduu2j_0","label":"BigQuery","resource":"google_bigquery_dataset","type":"child"},"fontSize":16,"fontFamily":5,"text":"BigQuery","baseline":16,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":"BigQuery"},{"type":"text","version":61,"versionNonce":1585619549,"isDeleted":true,"id":"lPEuQoTp4eQ4rnNODG9qX","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1136,"y":-282,"strokeColor":"#202124","backgroundColor":"transparent","width":160,"height":18,"seed":310624981,"groupIds":["iylysA24f0ify2oGKelIs","D7OfDfNwbvz8C8f3NntlA"],"strokeSharpness":"round","boundElements":[],"updated":1706297192060,"link":null,"locked":false,"customData":{"boxId":"3gFsZXR9GmruBeduu2j_0","label":"BigQuery","resource":"google_bigquery_dataset","type":"child"},"fontSize":16,"fontFamily":5,"text":"","baseline":16,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":""},{"type":"line","version":62,"versionNonce":976551411,"isDeleted":true,"id":"DT694dCoXDndmKqUfPaoG","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1136,"y":-256,"strokeColor":"#202124","backgroundColor":"transparent","width":208,"height":0,"seed":447627515,"groupIds":["iylysA24f0ify2oGKelIs","D7OfDfNwbvz8C8f3NntlA"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192060,"link":null,"locked":false,"customData":{"boxId":"3gFsZXR9GmruBeduu2j_0","label":"BigQuery","resource":"google_bigquery_dataset","type":"child"},"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[208,0]]},{"type":"text","version":61,"versionNonce":1847086781,"isDeleted":true,"id":"QdtiVw3KO7CExr_deQAfc","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1136,"y":-247,"strokeColor":"#202124","backgroundColor":"transparent","width":160,"height":14,"seed":1594794037,"groupIds":["iylysA24f0ify2oGKelIs","D7OfDfNwbvz8C8f3NntlA"],"strokeSharpness":"round","boundElements":[],"updated":1706297192060,"link":null,"locked":false,"customData":{"boxId":"3gFsZXR9GmruBeduu2j_0","label":"BigQuery","resource":"google_bigquery_dataset","type":"child"},"fontSize":12,"fontFamily":4,"text":"","baseline":12,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":""},{"type":"line","version":84,"versionNonce":1499907987,"isDeleted":true,"id":"z0LOsY3BB3E-UNNdUjNL2","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":518.421215057373,"y":452.79999923706055,"strokeColor":"transparent","backgroundColor":"#4285f4","width":6.175506591796875,"height":6.175506591796875,"seed":1456630171,"groupIds":["iylysA24f0ify2oGKelIs","D7OfDfNwbvz8C8f3NntlA"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192060,"link":null,"locked":false,"customData":{"boxId":"3gFsZXR9GmruBeduu2j_0","label":"BigQuery","resource":"google_bigquery_dataset","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-1.508890151977539,1.5088920593261719],[-1.508890151977539,1.5088920593261719],[-1.5668010711669922,1.5783119201660156],[-1.6085205078125,1.6556739807128906],[-1.6340065002441406,1.7383899688720703],[-1.6432132720947266,1.8238697052001953],[-1.6360969543457031,1.9095230102539062],[-1.6126155853271484,1.9927654266357422],[-1.5727252960205078,2.071004867553711],[-1.5163803100585938,2.141653060913086],[-1.508890151977539,2.149141311645508],[2.253978729248047,5.912012100219727],[2.253978729248047,5.912012100219727],[2.3232383728027344,5.968524932861328],[2.400175094604492,6.008892059326172],[2.4822921752929688,6.033111572265625],[2.5670833587646484,6.04118537902832],[2.6520519256591797,6.033111572265625],[2.7346935272216797,6.008892059326172],[2.8125076293945312,5.968524932861328],[2.88299560546875,5.912012100219727],[4.403120040893555,4.391887664794922],[4.403120040893555,4.391887664794922],[4.459634780883789,4.322628021240234],[4.5,4.245691299438477],[4.524219512939453,4.16357421875],[4.532293319702148,4.07878303527832],[4.524219512939453,3.993816375732422],[4.5,3.911174774169922],[4.459634780883789,3.8333587646484375],[4.403120040893555,3.7628707885742188],[0.6365070343017578,0],[0.6365070343017578,0],[0.5670852661132812,-0.057910919189453125],[0.48972320556640625,-0.09963035583496094],[0.4070091247558594,-0.12511444091796875],[0.3215293884277344,-0.1343212127685547],[0.23587417602539062,-0.12720489501953125],[0.1526336669921875,-0.10372543334960938],[0.07439422607421875,-0.06383323669433594],[0.00374603271484375,-0.007488250732421875],[0,0]]},{"type":"line","version":84,"versionNonce":1794731805,"isDeleted":true,"id":"9cG5Y_yKZn6ZNsCbR1TiO","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":511.25491428375244,"y":437.5725427865982,"strokeColor":"transparent","backgroundColor":"#669df6","width":19.140093445777893,"height":19.140092253684998,"seed":85381525,"groupIds":["iylysA24f0ify2oGKelIs","D7OfDfNwbvz8C8f3NntlA"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192060,"link":null,"locked":false,"customData":{"boxId":"3gFsZXR9GmruBeduu2j_0","label":"BigQuery","resource":"google_bigquery_dataset","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.49259281158447266,0.012448668479919434],[-0.9787044525146484,0.04939424991607666],[-1.4577360153198242,0.1102362871170044],[-1.9290857315063477,0.19437408447265625],[-2.392153739929199,0.3012070655822754],[-2.8463401794433594,0.430134654045105],[-3.291043758392334,0.5805565118789673],[-3.725663661956787,0.7518719434738159],[-4.149599075317383,0.943480372428894],[-4.562250137329102,1.1547812223434448],[-4.963016510009766,1.3851739168167114],[-5.351297378540039,1.6340581178665161],[-5.726491451263428,1.900833010673523],[-6.087998867034912,2.184897780418396],[-6.435218811035156,2.4856523275375366],[-6.767550945281982,2.802495837211609],[-7.084394454956055,3.134827971458435],[-7.385149240493774,3.4820483922958374],[-7.6692140102386475,3.8435558080673218],[-7.935988903045654,4.2187498807907104],[-8.184873104095459,4.607030749320984],[-8.415265798568726,5.00779664516449],[-8.626566410064697,5.4204477071762085],[-8.818174839019775,5.844383597373962],[-8.989490509033203,6.2790035009384155],[-9.139912366867065,6.723706603050232],[-9.268839955329895,7.177893042564392],[-9.375672936439514,7.640961050987244],[-9.459810733795166,8.112310767173767],[-9.520652770996094,8.591342329978943],[-9.557598352432251,9.077454924583435],[-9.57004702091217,9.570046782493591],[-9.557598352432251,10.062638640403748],[-9.520652770996094,10.548750281333923],[-9.459810733795166,11.0277818441391],[-9.375672936439514,11.499131560325623],[-9.268839955329895,11.96220052242279],[-9.139912366867065,12.416386008262634],[-8.989490509033203,12.861090064048767],[-8.818174839019775,13.29570996761322],[-8.626566410064697,13.719644904136658],[-8.415265798568726,14.132296919822693],[-8.184873104095459,14.533063292503357],[-7.935988903045654,14.92134416103363],[-7.6692140102386475,15.296536803245544],[-7.385149240493774,15.658044219017029],[-7.084394454956055,16.005265593528748],[-6.767550945281982,16.3375962972641],[-6.435218811035156,16.654441237449646],[-6.087998867034912,16.955195784568787],[-5.726491451263428,17.239259123802185],[-5.351297378540039,17.50603425502777],[-4.963016510009766,17.754918456077576],[-4.562250137329102,17.985310912132263],[-4.149599075317383,18.19661271572113],[-3.725663661956787,18.38822114467621],[-3.291043758392334,18.55953538417816],[-2.8463401794433594,18.709956526756287],[-2.392153739929199,18.83888566493988],[-1.9290857315063477,18.945720076560974],[-1.4577360153198242,19.0298570394516],[-0.9787044525146484,19.090697646141052],[-0.49259281158447266,19.12764298915863],[0,19.140092253684998],[0.49259185791015625,19.12764298915863],[0.978703498840332,19.090697646141052],[1.4577350616455078,19.0298570394516],[1.9290847778320312,18.945720076560974],[2.392153739929199,18.83888566493988],[2.846339225769043,18.709956526756287],[3.291043281555176,18.55953538417816],[3.7256622314453125,18.38822114467621],[4.149598121643066,18.19661271572113],[4.562249183654785,17.985310912132263],[4.963015556335449,17.754918456077576],[5.351296424865723,17.50603425502777],[5.7264909744262695,17.239259123802185],[6.087996482849121,16.955195784568787],[6.43521785736084,16.654441237449646],[6.767550468444824,16.3375962972641],[7.084393501281738,16.005265593528748],[7.385148048400879,15.658044219017029],[7.66921329498291,15.296536803245544],[7.935986518859863,14.92134416103363],[8.184870719909668,14.533063292503357],[8.415265083312988,14.132296919822693],[8.626564979553223,13.719644904136658],[8.818175315856934,13.29570996761322],[8.989487648010254,12.861090064048767],[9.139910697937012,12.416386008262634],[9.268839836120605,11.96220052242279],[9.375672340393066,11.499131560325623],[9.459811210632324,11.0277818441391],[9.520649909973145,10.548750281333923],[9.557595252990723,10.062638640403748],[9.570046424865723,9.570046782493591],[9.557587623596191,9.077454924583435],[9.520609855651855,8.591342329978943],[9.45971965789795,8.112310767173767],[9.375519752502441,7.640961050987244],[9.268609046936035,7.177893042564392],[9.1395902633667,6.723706603050232],[8.989069938659668,6.2790035009384155],[8.817646980285645,5.844383597373962],[8.62592601776123,5.4204477071762085],[8.414509773254395,5.00779664516449],[8.184000968933105,4.607030749320984],[7.935000419616699,4.2187498807907104],[7.668112754821777,3.8435558080673218],[7.383938789367676,3.4820483922958374],[7.083081245422363,3.134827971458435],[6.766144752502441,2.802495837211609],[6.433732032775879,2.4856523275375366],[6.086441993713379,2.184897780418396],[5.724881172180176,1.900833010673523],[5.3496503829956055,1.6340581178665161],[4.961352348327637,1.3851739168167114],[4.560590744018555,1.1547812223434448],[4.147966384887695,0.943480372428894],[3.7240819931030273,0.7518719434738159],[3.2895421981811523,0.5805565118789673],[2.8449487686157227,0.430134654045105],[2.3909034729003906,0.3012070655822754],[1.928009033203125,0.19437408447265625],[1.4568700790405273,0.1102362871170044],[0.9780864715576172,0.04939424991607666],[0.4922628402709961,0.012448668479919434],[0,0]]},{"type":"line","version":84,"versionNonce":1861115187,"isDeleted":true,"id":"uXxLgDsIp_RiSU4Fd3VqY","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":511.25491428375244,"y":454.25647354125977,"strokeColor":"transparent","backgroundColor":"#669df6","width":14.205303192138672,"height":14.20530366897583,"seed":430472763,"groupIds":["iylysA24f0ify2oGKelIs","D7OfDfNwbvz8C8f3NntlA"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192061,"link":null,"locked":false,"customData":{"boxId":"3gFsZXR9GmruBeduu2j_0","label":"BigQuery","resource":"google_bigquery_dataset","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.36559581756591797,-0.009929656982421875],[-0.7263565063476562,-0.03801727294921875],[-1.081838607788086,-0.08381843566894531],[-1.4315967559814453,-0.14688491821289062],[-1.7751836776733398,-0.22677230834960938],[-2.112156867980957,-0.32303619384765625],[-2.4420671463012695,-0.4352302551269531],[-2.764470100402832,-0.5629100799560547],[-3.078920364379883,-0.70562744140625],[-3.3849730491638184,-0.8629360198974609],[-3.6821823120117188,-1.0343952178955078],[-3.9701008796691895,-1.2195549011230469],[-4.248284816741943,-1.4179706573486328],[-4.516287803649902,-1.6291980743408203],[-4.773664474487305,-1.8527889251708984],[-5.019969463348389,-2.088298797607422],[-5.254756450653076,-2.3352842330932617],[-5.4775800704956055,-2.5932979583740234],[-5.687994480133057,-2.8618927001953125],[-5.885554790496826,-3.140625],[-6.069815635681152,-3.429048538208008],[-6.240329742431641,-3.726717948913574],[-6.396652698516846,-4.0331878662109375],[-6.538338661193848,-4.348011016845703],[-6.664942264556885,-4.670742988586426],[-6.776017189025879,-5.000938415527344],[-6.871118545532227,-5.338151931762695],[-6.949800491333008,-5.681938171386719],[-7.0116167068481445,-6.031848907470703],[-7.056122779846191,-6.3874406814575195],[-7.08287239074707,-6.74826717376709],[-7.0914201736450195,-7.113883972167969],[-7.081490516662598,-7.47947883605957],[-7.053402900695801,-7.840239524841309],[-7.007602214813232,-8.195722579956055],[-6.944535255432129,-8.545480728149414],[-6.864646911621094,-8.889067649841309],[-6.768383026123047,-9.22603988647461],[-6.65618896484375,-9.555950164794922],[-6.528510570526123,-9.8783540725708],[-6.385793209075928,-10.192804336547852],[-6.228483200073242,-10.498857021331787],[-6.057024955749512,-10.79606580734253],[-5.871865749359131,-11.083984851837158],[-5.673449516296387,-11.362168312072754],[-5.462223052978516,-11.630171298980713],[-5.238631725311279,-11.887547969818115],[-5.003120422363281,-12.1338529586792],[-4.756135940551758,-12.368639945983887],[-4.498122692108154,-12.591463565826416],[-4.229527473449707,-12.801878452301025],[-3.9507951736450195,-12.999438762664795],[-3.6623711585998535,-13.183699131011963],[-3.3647022247314453,-13.35421371459961],[-3.0582332611083984,-13.510536670684814],[-2.7434091567993164,-13.652222633361816],[-2.4206771850585938,-13.778826236724854],[-2.0904808044433594,-13.889901161193848],[-1.7532682418823242,-13.985002517700195],[-1.4094829559326172,-14.063683986663818],[-1.0595712661743164,-14.125500679016113],[-0.7039785385131836,-14.17000675201416],[-0.3431520462036133,-14.196756362915039],[0.022464752197265625,-14.20530366897583],[0.3870382308959961,-14.195406913757324],[0.7468461990356445,-14.167415142059326],[1.1014394760131836,-14.121772766113281],[1.4503746032714844,-14.058923244476318],[1.7932062149047852,-13.979310512542725],[2.129486083984375,-13.883377075195312],[2.4587717056274414,-13.771567344665527],[2.78061580657959,-13.644324779510498],[3.094572067260742,-13.502092361450195],[3.400197982788086,-13.345314979553223],[3.6970434188842773,-13.174434185028076],[3.9846668243408203,-12.989895343780518],[4.262619972229004,-12.792141437530518],[4.530458450317383,-12.581615924835205],[4.787737846374512,-12.358762741088867],[5.0340070724487305,-12.124024391174316],[5.268828392028809,-11.877845287322998],[5.491751670837402,-11.6206693649292],[5.702330589294434,-11.35293960571289],[5.900120735168457,-11.075099468231201],[6.084677696228027,-10.787592887878418],[6.255553245544434,-10.490862846374512],[6.412304878234863,-10.185354232788086],[6.5544843673706055,-9.871508598327637],[6.681647300720215,-9.549772262573242],[6.793347358703613,-9.220584869384766],[6.8891401290893555,-8.884393692016602],[6.968579292297363,-8.541641235351562],[7.031216621398926,-8.192770004272461],[7.076613426208496,-7.838224411010742],[7.104315757751465,-7.478448867797852],[7.113883018493652,-7.113883972167969],[7.1053361892700195,-6.74826717376709],[7.078587532043457,-6.3874406814575195],[7.03408145904541,-6.031848907470703],[6.972264289855957,-5.681938171386719],[6.893582344055176,-5.338151931762695],[6.798480033874512,-5.000938415527344],[6.687405586242676,-4.670742988586426],[6.560803413391113,-4.348011016845703],[6.419116020202637,-4.0331878662109375],[6.26279354095459,-3.726717948913574],[6.092278480529785,-3.429048538208008],[5.908019065856934,-3.140625],[5.710457801818848,-2.8618927001953125],[5.500042915344238,-2.5932979583740234],[5.277220726013184,-2.3352842330932617],[5.042431831359863,-2.088298797607422],[4.796128273010254,-1.8527889251708984],[4.538751602172852,-1.6291980743408203],[4.270748138427734,-1.4179706573486328],[3.992565155029297,-1.2195549011230469],[3.7046451568603516,-1.0343952178955078],[3.407437324523926,-0.8629360198974609],[3.101384162902832,-0.70562744140625],[2.786932945251465,-0.5629100799560547],[2.4645309448242188,-0.4352302551269531],[2.13461971282959,-0.32303619384765625],[1.7976484298706055,-0.22677230834960938],[1.4540605545043945,-0.14688491821289062],[1.1043024063110352,-0.08381843566894531],[0.7488203048706055,-0.03801727294921875],[0.3880586624145508,-0.009929656982421875],[0.022464752197265625,0],[0,0]]},{"type":"line","version":84,"versionNonce":60261245,"isDeleted":true,"id":"DL5DsPDKZfS17DHNn7qyV","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":511.25491428375244,"y":454.25647354125977,"strokeColor":"transparent","backgroundColor":"#fff","width":14.205303192138672,"height":14.20530366897583,"seed":298964725,"groupIds":["iylysA24f0ify2oGKelIs","D7OfDfNwbvz8C8f3NntlA"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192061,"link":null,"locked":false,"customData":{"boxId":"3gFsZXR9GmruBeduu2j_0","label":"BigQuery","resource":"google_bigquery_dataset","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.36559581756591797,-0.009929656982421875],[-0.7263565063476562,-0.03801727294921875],[-1.081838607788086,-0.08381843566894531],[-1.4315967559814453,-0.14688491821289062],[-1.7751836776733398,-0.22677230834960938],[-2.112156867980957,-0.32303619384765625],[-2.4420671463012695,-0.4352302551269531],[-2.764470100402832,-0.5629100799560547],[-3.078920364379883,-0.70562744140625],[-3.3849730491638184,-0.8629360198974609],[-3.6821823120117188,-1.0343952178955078],[-3.9701008796691895,-1.2195549011230469],[-4.248284816741943,-1.4179706573486328],[-4.516287803649902,-1.6291980743408203],[-4.773664474487305,-1.8527889251708984],[-5.019969463348389,-2.088298797607422],[-5.254756450653076,-2.3352842330932617],[-5.4775800704956055,-2.5932979583740234],[-5.687994480133057,-2.8618927001953125],[-5.885554790496826,-3.140625],[-6.069815635681152,-3.429048538208008],[-6.240329742431641,-3.726717948913574],[-6.396652698516846,-4.0331878662109375],[-6.538338661193848,-4.348011016845703],[-6.664942264556885,-4.670742988586426],[-6.776017189025879,-5.000938415527344],[-6.871118545532227,-5.338151931762695],[-6.949800491333008,-5.681938171386719],[-7.0116167068481445,-6.031848907470703],[-7.056122779846191,-6.3874406814575195],[-7.08287239074707,-6.74826717376709],[-7.0914201736450195,-7.113883972167969],[-7.081490516662598,-7.47947883605957],[-7.053402900695801,-7.840239524841309],[-7.007602214813232,-8.195722579956055],[-6.944535255432129,-8.545480728149414],[-6.864646911621094,-8.889067649841309],[-6.768383026123047,-9.22603988647461],[-6.65618896484375,-9.555950164794922],[-6.528510570526123,-9.8783540725708],[-6.385793209075928,-10.192804336547852],[-6.228483200073242,-10.498857021331787],[-6.057024955749512,-10.79606580734253],[-5.871865749359131,-11.083984851837158],[-5.673449516296387,-11.362168312072754],[-5.462223052978516,-11.630171298980713],[-5.238631725311279,-11.887547969818115],[-5.003120422363281,-12.1338529586792],[-4.756135940551758,-12.368639945983887],[-4.498122692108154,-12.591463565826416],[-4.229527473449707,-12.801878452301025],[-3.9507951736450195,-12.999438762664795],[-3.6623711585998535,-13.183699131011963],[-3.3647022247314453,-13.35421371459961],[-3.0582332611083984,-13.510536670684814],[-2.7434091567993164,-13.652222633361816],[-2.4206771850585938,-13.778826236724854],[-2.0904808044433594,-13.889901161193848],[-1.7532682418823242,-13.985002517700195],[-1.4094829559326172,-14.063683986663818],[-1.0595712661743164,-14.125500679016113],[-0.7039785385131836,-14.17000675201416],[-0.3431520462036133,-14.196756362915039],[0.022464752197265625,-14.20530366897583],[0.3870382308959961,-14.195406913757324],[0.7468461990356445,-14.167415142059326],[1.1014394760131836,-14.121772766113281],[1.4503746032714844,-14.058923244476318],[1.7932062149047852,-13.979310512542725],[2.129486083984375,-13.883377075195312],[2.4587717056274414,-13.771567344665527],[2.78061580657959,-13.644324779510498],[3.094572067260742,-13.502092361450195],[3.400197982788086,-13.345314979553223],[3.6970434188842773,-13.174434185028076],[3.9846668243408203,-12.989895343780518],[4.262619972229004,-12.792141437530518],[4.530458450317383,-12.581615924835205],[4.787737846374512,-12.358762741088867],[5.0340070724487305,-12.124024391174316],[5.268828392028809,-11.877845287322998],[5.491751670837402,-11.6206693649292],[5.702330589294434,-11.35293960571289],[5.900120735168457,-11.075099468231201],[6.084677696228027,-10.787592887878418],[6.255553245544434,-10.490862846374512],[6.412304878234863,-10.185354232788086],[6.5544843673706055,-9.871508598327637],[6.681647300720215,-9.549772262573242],[6.793347358703613,-9.220584869384766],[6.8891401290893555,-8.884393692016602],[6.968579292297363,-8.541641235351562],[7.031216621398926,-8.192770004272461],[7.076613426208496,-7.838224411010742],[7.104315757751465,-7.478448867797852],[7.113883018493652,-7.113883972167969],[7.1053361892700195,-6.74826717376709],[7.078587532043457,-6.3874406814575195],[7.03408145904541,-6.031848907470703],[6.972264289855957,-5.681938171386719],[6.893582344055176,-5.338151931762695],[6.798480033874512,-5.000938415527344],[6.687405586242676,-4.670742988586426],[6.560803413391113,-4.348011016845703],[6.419116020202637,-4.0331878662109375],[6.26279354095459,-3.726717948913574],[6.092278480529785,-3.429048538208008],[5.908019065856934,-3.140625],[5.710457801818848,-2.8618927001953125],[5.500042915344238,-2.5932979583740234],[5.277220726013184,-2.3352842330932617],[5.042431831359863,-2.088298797607422],[4.796128273010254,-1.8527889251708984],[4.538751602172852,-1.6291980743408203],[4.270748138427734,-1.4179706573486328],[3.992565155029297,-1.2195549011230469],[3.7046451568603516,-1.0343952178955078],[3.407437324523926,-0.8629360198974609],[3.101384162902832,-0.70562744140625],[2.786932945251465,-0.5629100799560547],[2.4645309448242188,-0.4352302551269531],[2.13461971282959,-0.32303619384765625],[1.7976484298706055,-0.22677230834960938],[1.4540605545043945,-0.14688491821289062],[1.1043024063110352,-0.08381843566894531],[0.7488203048706055,-0.03801727294921875],[0.3880586624145508,-0.009929656982421875],[0.022464752197265625,0],[0,0]]},{"type":"line","version":84,"versionNonce":1177698003,"isDeleted":true,"id":"7kuEqZYRV6N5UcpjZxCv_","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":506.7132601737976,"y":446.96286964416504,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":1.8196568489074707,"height":4.646490097045898,"seed":236125915,"groupIds":["FDq9te7Jrpg3goRZ32kgP","iylysA24f0ify2oGKelIs","D7OfDfNwbvz8C8f3NntlA"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192061,"link":null,"locked":false,"customData":{"boxId":"3gFsZXR9GmruBeduu2j_0","label":"BigQuery","resource":"google_bigquery_dataset","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,2.796879768371582],[0,2.796879768371582],[0.17416858673095703,3.0759944915771484],[0.36487913131713867,3.342823028564453],[0.5714726448059082,3.596665382385254],[0.7932920455932617,3.836817741394043],[1.0296778678894043,4.062578201293945],[1.2799725532531738,4.273244857788086],[1.5435185432434082,4.46811580657959],[1.8196568489074707,4.646490097045898],[1.8196568489074707,0],[0,0],[0,0]]},{"type":"line","version":84,"versionNonce":473172957,"isDeleted":true,"id":"R1_-ChG4Xy5gK3y7A6e0A","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":510.07550716400146,"y":444.38689517974854,"strokeColor":"#00000000","backgroundColor":"#669df6","width":2.2427453994750977,"height":8.085492134094238,"seed":1338323029,"groupIds":["qId957ALB8mHRJPn5Vu1a","iylysA24f0ify2oGKelIs","D7OfDfNwbvz8C8f3NntlA"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192061,"link":null,"locked":false,"customData":{"boxId":"3gFsZXR9GmruBeduu2j_0","label":"BigQuery","resource":"google_bigquery_dataset","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,8.004990577697754],[0,8.004990577697754],[0.29485130310058594,8.036524772644043],[0.5897035598754883,8.057877540588379],[0.8845548629760742,8.068699836730957],[1.1794071197509766,8.068642616271973],[1.445591926574707,8.081278800964355],[1.7110748291015625,8.085492134094238],[1.9765596389770508,8.081278800964355],[2.2427453994750977,8.068642616271973],[2.2427453994750977,0],[0,0],[0,0]]},{"type":"line","version":84,"versionNonce":2043210867,"isDeleted":true,"id":"6EucC-9lvwEuxn0lh3qy7","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":514.0630264282227,"y":448.05616188049316,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":1.8084230422973633,"height":3.497035026550293,"seed":1587833723,"groupIds":["rarXb9n0jx2eWoSoRuPuS","iylysA24f0ify2oGKelIs","D7OfDfNwbvz8C8f3NntlA"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192061,"link":null,"locked":false,"customData":{"boxId":"3gFsZXR9GmruBeduu2j_0","label":"BigQuery","resource":"google_bigquery_dataset","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,3.497035026550293],[0,3.497035026550293],[0.2770538330078125,3.307438850402832],[0.5408821105957031,3.1014394760131836],[0.7908115386962891,2.879755973815918],[1.026169776916504,2.6431102752685547],[1.2462835311889648,2.392223358154297],[1.4504785537719727,2.1278133392333984],[1.6380834579467773,1.850602149963379],[1.8084230422973633,1.5613107681274414],[1.8084230422973633,0],[0,0],[0,0]]},{"type":"text","version":250,"versionNonce":350259261,"isDeleted":true,"id":"NI1rC3o95Jv2Mq1kKpdZg","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":660,"y":380,"strokeColor":"#202124","backgroundColor":"transparent","width":121,"height":19,"seed":700928411,"groupIds":[],"strokeSharpness":"round","boundElements":[],"updated":1706297192061,"link":null,"locked":false,"fontSize":16,"fontFamily":2,"text":"DATA ANALYSIS","baseline":15,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":"DATA ANALYSIS"},{"type":"text","version":168,"versionNonce":226027027,"isDeleted":false,"id":"PBeO4J33q9RHT9i1PnE-m","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":424,"y":380,"strokeColor":"#202124","backgroundColor":"#000000","width":167,"height":31,"seed":708031957,"groupIds":[],"strokeSharpness":"round","boundElements":[],"updated":1706297192061,"link":null,"locked":false,"fontSize":27.386764437134495,"fontFamily":2,"text":"Data Analysis","baseline":25,"textAlign":"center","verticalAlign":"top","containerId":null,"originalText":"Data Analysis"},{"id":"BqVuebsL1p7CFFD1_SeuX","type":"arrow","x":980,"y":280,"width":580,"height":140,"angle":0,"strokeColor":"#202124","backgroundColor":"#202124","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"sharp","seed":253749371,"version":90,"versionNonce":1333688477,"isDeleted":true,"boundElements":null,"updated":1706297192061,"link":null,"locked":false,"points":[[0,0],[-580,60],[-580,140]],"lastCommittedPoint":null,"startBinding":{"elementId":"3eA7opV4aWR5OKiCYAQPp","focus":-0.763157894736842,"gap":1},"endBinding":{"elementId":"XiBnra7eOZmRuFrTLLgAV","focus":-0.16666666666666666,"gap":1},"startArrowhead":null,"endArrowhead":"triangle","fontFamily":2},{"type":"line","version":109,"versionNonce":1211673523,"isDeleted":true,"id":"pemo_jT5pZgdC4rCcJ0GQ","fillStyle":"hachure","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":600,"y":320,"strokeColor":"#000000","backgroundColor":"transparent","width":400,"height":0,"seed":821861019,"groupIds":[],"strokeSharpness":"round","boundElements":[],"updated":1706297192061,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[400,0]],"fontFamily":2},{"id":"5E3kX_JSrqhbcM4pOzi92","type":"arrow","x":740,"y":261,"width":560,"height":158,"angle":0,"strokeColor":"#202124","backgroundColor":"#202124","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"sharp","seed":1977482453,"version":209,"versionNonce":1975475453,"isDeleted":false,"boundElements":null,"updated":1706297192061,"link":null,"locked":false,"points":[[0,0],[0,59],[-560,59],[-560,158]],"lastCommittedPoint":[-560,140],"startBinding":null,"endBinding":{"elementId":"nj3n8sIQkvq3qsdVAf1o9","focus":0,"gap":1},"startArrowhead":null,"endArrowhead":"triangle","fontFamily":2},{"id":"4wrNfn0f9SEKg0ES1Hg39","type":"arrow","x":420,"y":281,"width":0,"height":142.2,"angle":0,"strokeColor":"#202124","backgroundColor":"#202124","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"sharp","seed":1618800059,"version":86,"versionNonce":1311685971,"isDeleted":true,"boundElements":null,"updated":1706297192061,"link":null,"locked":false,"points":[[0,0],[0,142.2]],"lastCommittedPoint":null,"startBinding":{"elementId":"O5xNzyaWR5wEy9LBVN1Tw","gap":1,"focus":0},"endBinding":{"elementId":"-wawLTlbqIhf9pUlbPCm2","gap":12.799999999999999,"focus":0.3},"startArrowhead":null,"endArrowhead":"triangle","fontFamily":2},{"type":"ellipse","version":181,"versionNonce":2133112157,"isDeleted":true,"id":"KWJ9il19DwMC2jCc_WHjZ","fillStyle":"hachure","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":60,"y":300,"strokeColor":"#000000","backgroundColor":"#000000","width":40,"height":42,"seed":600785845,"groupIds":[],"strokeSharpness":"round","boundElements":[{"id":"RCH2dQ-huybwttIHIDEoq","type":"text"},{"id":"RCH2dQ-huybwttIHIDEoq","type":"text"},{"type":"text","id":"RCH2dQ-huybwttIHIDEoq"}],"updated":1706297192061,"link":null,"locked":false,"endArrowhead":"triangle","fontFamily":2},{"type":"text","version":174,"versionNonce":2058459891,"isDeleted":true,"id":"RCH2dQ-huybwttIHIDEoq","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":65,"y":305,"strokeColor":"#ffffff","backgroundColor":"#000000","width":30,"height":32,"seed":914341403,"groupIds":[],"strokeSharpness":"round","boundElements":[],"updated":1706297192061,"link":null,"locked":false,"fontSize":28,"fontFamily":2,"text":"3","baseline":25,"textAlign":"center","verticalAlign":"middle","containerId":"KWJ9il19DwMC2jCc_WHjZ","originalText":"3"},{"id":"3exC9lat3uD7T7SlGlk-Z","type":"arrow","x":120,"y":260,"width":0,"height":159,"angle":0,"strokeColor":"#202124","backgroundColor":"#202124","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"sharp","seed":272738683,"version":157,"versionNonce":1996489149,"isDeleted":false,"boundElements":null,"updated":1706297192061,"link":null,"locked":false,"points":[[0,0],[0,159]],"lastCommittedPoint":null,"startBinding":null,"endBinding":{"elementId":"nj3n8sIQkvq3qsdVAf1o9","focus":-0.5,"gap":1},"startArrowhead":null,"endArrowhead":"triangle","fontFamily":2},{"type":"rectangle","version":75,"versionNonce":2051523731,"isDeleted":true,"id":"37kV3Z-oEPXqsrWDhc0uz","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":860,"y":420,"strokeColor":"#202124","backgroundColor":"#FFF","width":240,"height":100,"seed":1547742107,"groupIds":["mV1C0rbIvuNU_EmTLoe0S","bgN5wG7Ppq-fPnKFhXFnH"],"strokeSharpness":"round","boundElements":[],"updated":1706297192061,"link":null,"locked":false,"customData":{"boxId":"m87DS5VejltA6mLCWV3Pr","label":"Data Studio","type":"container"}},{"type":"text","version":79,"versionNonce":41075229,"isDeleted":true,"id":"52Lyym9pZMrFaIXOvfPFO","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":876,"y":436,"strokeColor":"#1A73E8","backgroundColor":"transparent","width":103,"height":20,"seed":103133077,"groupIds":["mV1C0rbIvuNU_EmTLoe0S","bgN5wG7Ppq-fPnKFhXFnH"],"strokeSharpness":"round","boundElements":[],"updated":1706297192061,"link":null,"locked":false,"customData":{"boxId":"m87DS5VejltA6mLCWV3Pr","label":"Data Studio","type":"child"},"fontSize":16,"fontFamily":5,"text":"Looker Studio","baseline":15,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":"Looker Studio"},{"type":"text","version":39,"versionNonce":614971955,"isDeleted":true,"id":"1IY8fhezkySxZ833FJ6YM","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1316,"y":158,"strokeColor":"#202124","backgroundColor":"transparent","width":160,"height":18,"seed":469663803,"groupIds":["mV1C0rbIvuNU_EmTLoe0S","bgN5wG7Ppq-fPnKFhXFnH"],"strokeSharpness":"round","boundElements":[],"updated":1706297192061,"link":null,"locked":false,"customData":{"boxId":"m87DS5VejltA6mLCWV3Pr","label":"Data Studio","type":"child"},"fontSize":16,"fontFamily":5,"text":"","baseline":16,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":""},{"type":"line","version":39,"versionNonce":644773501,"isDeleted":true,"id":"zSW3cZlwpU-NoyZkuXtHB","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1316,"y":184,"strokeColor":"#202124","backgroundColor":"transparent","width":208,"height":1,"seed":156562677,"groupIds":["mV1C0rbIvuNU_EmTLoe0S","bgN5wG7Ppq-fPnKFhXFnH"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192061,"link":null,"locked":false,"customData":{"boxId":"m87DS5VejltA6mLCWV3Pr","label":"Data Studio","type":"child"},"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[208,0]]},{"type":"text","version":39,"versionNonce":381156307,"isDeleted":true,"id":"coG2dkcKJSJor0YzY6CEm","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1316,"y":193,"strokeColor":"#202124","backgroundColor":"transparent","width":160,"height":14,"seed":442024155,"groupIds":["mV1C0rbIvuNU_EmTLoe0S","bgN5wG7Ppq-fPnKFhXFnH"],"strokeSharpness":"round","boundElements":[],"updated":1706297192061,"link":null,"locked":false,"customData":{"boxId":"m87DS5VejltA6mLCWV3Pr","label":"Data Studio","type":"child"},"fontSize":12,"fontFamily":4,"text":"","baseline":12,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":""},{"type":"line","version":72,"versionNonce":1303682781,"isDeleted":true,"id":"PFSslUoBghfGqOdeMHYr5","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1079.5,"y":452.17000007629395,"strokeColor":"#00000000","backgroundColor":"#669df6","width":10,"height":5,"seed":1697943125,"groupIds":["q1vdAZDBr9hGMVAo0Bhvi","mV1C0rbIvuNU_EmTLoe0S","bgN5wG7Ppq-fPnKFhXFnH"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192061,"link":null,"locked":false,"customData":{"boxId":"m87DS5VejltA6mLCWV3Pr","label":"Data Studio","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-7.260000228881836,0],[-7.260000228881836,0],[-8.305115699768066,0.13211822509765625],[-9.17534351348877,0.6523036956787109],[-9.772900581359863,1.4713363647460938],[-10,2.5],[-9.781946182250977,3.535045623779297],[-9.185060501098633,4.358346939086914],[-8.31064510345459,4.877473831176758],[-7.260000228881836,5],[0,5],[0,0]]},{"type":"ellipse","version":72,"versionNonce":210700659,"isDeleted":true,"id":"Hj__gDxUxzSUfzxFKiUa-","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1077,"y":452.17000007629395,"strokeColor":"transparent","backgroundColor":"#4285f4","width":5,"height":5,"seed":551677307,"groupIds":["ZiPOxsZN_Ii5uXtgK7HXl","7g7dF9JSOAvGt9Z9qpG6X","mV1C0rbIvuNU_EmTLoe0S","bgN5wG7Ppq-fPnKFhXFnH"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192061,"link":null,"locked":false,"customData":{"boxId":"m87DS5VejltA6mLCWV3Pr","label":"Data Studio","type":"child"}},{"type":"line","version":72,"versionNonce":248953661,"isDeleted":true,"id":"fQMbvAS_jhFj_9dQFTKaC","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1072,"y":445.5,"strokeColor":"#00000000","backgroundColor":"#669df6","width":10,"height":5,"seed":1218050997,"groupIds":["8QG-La-MogXEC2AQyImte","mV1C0rbIvuNU_EmTLoe0S","bgN5wG7Ppq-fPnKFhXFnH"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192061,"link":null,"locked":false,"customData":{"boxId":"m87DS5VejltA6mLCWV3Pr","label":"Data Studio","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-7.260000228881836,0],[-7.260000228881836,0],[-8.305115222930908,0.13211727142333984],[-9.175343751907349,0.6523027420043945],[-9.772900342941284,1.4713373184204102],[-10,2.5],[-9.781945943832397,3.535045623779297],[-9.185060739517212,4.358346939086914],[-8.31064510345459,4.877473831176758],[-7.260000228881836,5],[0,5],[0,0]]},{"type":"ellipse","version":72,"versionNonce":2071159571,"isDeleted":true,"id":"zednEFujEaXpMFTUQGNmY","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1069.5,"y":445.5,"strokeColor":"transparent","backgroundColor":"#4285f4","width":5,"height":5,"seed":584877595,"groupIds":["ZiPOxsZN_Ii5uXtgK7HXl","Oj4Eu47qUxqWzj_p4vPaZ","mV1C0rbIvuNU_EmTLoe0S","bgN5wG7Ppq-fPnKFhXFnH"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192061,"link":null,"locked":false,"customData":{"boxId":"m87DS5VejltA6mLCWV3Pr","label":"Data Studio","type":"child"}},{"type":"line","version":72,"versionNonce":842419101,"isDeleted":true,"id":"xkUOQLWUbFH2cR2h8uIB4","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1079.5,"y":438.82999992370605,"strokeColor":"#00000000","backgroundColor":"#669df6","width":10,"height":5,"seed":1806351637,"groupIds":["LlusdJjmZ5i1wPMYUcgwH","mV1C0rbIvuNU_EmTLoe0S","bgN5wG7Ppq-fPnKFhXFnH"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192061,"link":null,"locked":false,"customData":{"boxId":"m87DS5VejltA6mLCWV3Pr","label":"Data Studio","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-7.260000228881836,0],[-7.260000228881836,0],[-8.30331802368164,0.13521718978881836],[-9.172197341918945,0.6557517051696777],[-9.769977569580078,1.4734106063842773],[-10,2.5],[-9.781946182250977,3.535046100616455],[-9.185060501098633,4.358346462249756],[-8.31064510345459,4.877473831176758],[-7.260000228881836,5],[0,5],[0,0]]},{"type":"ellipse","version":72,"versionNonce":1809549491,"isDeleted":true,"id":"deO5UqGPl8mb7TIAKh916","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1077,"y":438.82999992370605,"strokeColor":"transparent","backgroundColor":"#4285f4","width":5,"height":5,"seed":121309883,"groupIds":["ZiPOxsZN_Ii5uXtgK7HXl","LrFZEGfDBVa8a1B-iBuL5","mV1C0rbIvuNU_EmTLoe0S","bgN5wG7Ppq-fPnKFhXFnH"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192061,"link":null,"locked":false,"customData":{"boxId":"m87DS5VejltA6mLCWV3Pr","label":"Data Studio","type":"child"}},{"type":"line","version":40,"versionNonce":2013581309,"isDeleted":true,"id":"3163Df_wfqo2xnkFWJGT4","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1096,"y":-256,"strokeColor":"#202124","backgroundColor":"transparent","width":208,"height":0,"seed":385519861,"groupIds":["QNb9nixoAY8IdFnI-nTV4","iQN6LoGvHWCGW_4ivwegy"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192061,"link":null,"locked":false,"customData":{"boxId":"tEHMDJW1BQg7FaZVYB0Mv","label":"BigQuery","resource":"google_bigquery_dataset","type":"child"},"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[208,0]]},{"type":"text","version":39,"versionNonce":325974611,"isDeleted":true,"id":"Bhsbztj4eASY5QsDP3hd-","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1096,"y":-247,"strokeColor":"#202124","backgroundColor":"transparent","width":160,"height":14,"seed":1483400411,"groupIds":["QNb9nixoAY8IdFnI-nTV4","iQN6LoGvHWCGW_4ivwegy"],"strokeSharpness":"round","boundElements":[],"updated":1706297192061,"link":null,"locked":false,"customData":{"boxId":"tEHMDJW1BQg7FaZVYB0Mv","label":"BigQuery","resource":"google_bigquery_dataset","type":"child"},"fontSize":12,"fontFamily":4,"text":"","baseline":12,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":""},{"id":"sOXqd7djIKmPX5Ms5aXeQ","type":"text","x":1236.1666259765625,"y":-260.66668701171864,"width":9,"height":32,"angle":0,"strokeColor":"#202124","backgroundColor":"#000000","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"round","seed":1780264379,"version":40,"versionNonce":507758685,"isDeleted":true,"boundElements":null,"updated":1706297192061,"link":null,"locked":false,"text":"","fontSize":28,"fontFamily":2,"textAlign":"center","verticalAlign":"top","baseline":25,"containerId":null,"originalText":""},{"id":"hWstQM_jIo-DeLD6w15uZ","type":"text","x":1230.1666259765625,"y":-280.66668701171864,"width":9,"height":32,"angle":0,"strokeColor":"#202124","backgroundColor":"#000000","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"round","seed":1255900085,"version":40,"versionNonce":788609011,"isDeleted":true,"boundElements":null,"updated":1706297192061,"link":null,"locked":false,"text":"","fontSize":28,"fontFamily":2,"textAlign":"center","verticalAlign":"top","baseline":25,"containerId":null,"originalText":""},{"type":"line","version":40,"versionNonce":650425533,"isDeleted":true,"id":"WbcikA5MjNMsnAWbasTLo","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1356,"y":144,"strokeColor":"#202124","backgroundColor":"transparent","width":208,"height":0,"seed":1675846197,"groupIds":["9J8mRdwRGjgwVzaaBm08s","6fvBdX2y9cFgPC8ndbfF0"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192061,"link":null,"locked":false,"customData":{"boxId":"WPlpwy-w4Zza9lSkgYca3","label":"Data Studio","type":"child"},"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[208,0]]},{"type":"text","version":54,"versionNonce":479969683,"isDeleted":true,"id":"o1_c8dGQCPnTTmoUOEK-D","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1156,"y":-227,"strokeColor":"#202124","backgroundColor":"transparent","width":160,"height":14,"seed":1210238875,"groupIds":["9J8mRdwRGjgwVzaaBm08s","6fvBdX2y9cFgPC8ndbfF0"],"strokeSharpness":"round","boundElements":[],"updated":1706297192061,"link":null,"locked":false,"customData":{"boxId":"WPlpwy-w4Zza9lSkgYca3","label":"Data Studio","type":"child"},"fontSize":12,"fontFamily":4,"text":"","baseline":12,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":""},{"id":"FJLWOTX8AjNuo3XPEDjUm","type":"text","x":1394.1666259765625,"y":155.33331298828125,"width":9,"height":32,"angle":0,"strokeColor":"#202124","backgroundColor":"#000000","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"round","seed":1954364571,"version":40,"versionNonce":1562973469,"isDeleted":true,"boundElements":null,"updated":1706297192061,"link":null,"locked":false,"text":"","fontSize":28,"fontFamily":2,"textAlign":"center","verticalAlign":"top","baseline":25,"containerId":null,"originalText":""},{"type":"rectangle","version":94,"versionNonce":896800563,"isDeleted":false,"id":"nj3n8sIQkvq3qsdVAf1o9","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":60,"y":420,"strokeColor":"#202124","backgroundColor":"#FFF","width":240,"height":100,"seed":801886107,"groupIds":["QNb9nixoAY8IdFnI-nTV4","iQN6LoGvHWCGW_4ivwegy","SiMhKVR8rFv9e2NIdJ_oi"],"strokeSharpness":"round","boundElements":[{"id":"5E3kX_JSrqhbcM4pOzi92","type":"arrow"},{"id":"3exC9lat3uD7T7SlGlk-Z","type":"arrow"},{"id":"YMZc3qh-zTgnXg9S9t6Yn","type":"arrow"},{"id":"8-TssCdzfk8wVOoQfRqdV","type":"arrow"},{"id":"IBu8BzlAjwDWVETPdkOxn","type":"arrow"},{"id":"tbAys26I61Ym-hQ8Y18wb","type":"arrow"}],"updated":1706297192061,"link":null,"locked":false,"customData":{"boxId":"tEHMDJW1BQg7FaZVYB0Mv","label":"BigQuery","resource":"google_bigquery_dataset","type":"container"}},{"type":"text","version":86,"versionNonce":484600189,"isDeleted":false,"id":"GscW5ARiSu3EOUGikT6lf","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":76,"y":433.5,"strokeColor":"#1A73E8","backgroundColor":"transparent","width":84,"height":23,"seed":1598999445,"groupIds":["QNb9nixoAY8IdFnI-nTV4","iQN6LoGvHWCGW_4ivwegy","SiMhKVR8rFv9e2NIdJ_oi"],"strokeSharpness":"round","boundElements":[],"updated":1706297192061,"link":null,"locked":false,"customData":{"boxId":"tEHMDJW1BQg7FaZVYB0Mv","label":"BigQuery","resource":"google_bigquery_dataset","type":"child"},"fontSize":20,"fontFamily":2,"text":"BigQuery","baseline":19,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":"BigQuery"},{"type":"text","version":100,"versionNonce":1743829203,"isDeleted":false,"id":"CVsjz5y5THUKMl4x2wORD","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":76,"y":458,"strokeColor":"#202124","backgroundColor":"transparent","width":118,"height":37,"seed":444933179,"groupIds":["QNb9nixoAY8IdFnI-nTV4","iQN6LoGvHWCGW_4ivwegy","SiMhKVR8rFv9e2NIdJ_oi"],"strokeSharpness":"round","boundElements":[],"updated":1706297192061,"link":null,"locked":false,"customData":{"boxId":"tEHMDJW1BQg7FaZVYB0Mv","label":"BigQuery","resource":"google_bigquery_dataset","type":"child"},"fontSize":16,"fontFamily":2,"text":"\nData warehouse","baseline":33,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":"\nData warehouse"},{"type":"line","version":80,"versionNonce":1462907357,"isDeleted":false,"id":"D1uiEsWdSRIont18S4buR","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":278.42121505737305,"y":452.79999923706055,"strokeColor":"transparent","backgroundColor":"#4285f4","width":6.175506591796875,"height":6.175506591796875,"seed":1673964117,"groupIds":["QNb9nixoAY8IdFnI-nTV4","iQN6LoGvHWCGW_4ivwegy","SiMhKVR8rFv9e2NIdJ_oi"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192061,"link":null,"locked":false,"customData":{"boxId":"tEHMDJW1BQg7FaZVYB0Mv","label":"BigQuery","resource":"google_bigquery_dataset","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-1.508890151977539,1.5088920593261719],[-1.508890151977539,1.5088920593261719],[-1.5668010711669922,1.5783119201660156],[-1.6085205078125,1.6556739807128906],[-1.6340065002441406,1.7383899688720703],[-1.6432132720947266,1.8238697052001953],[-1.6360969543457031,1.9095230102539062],[-1.6126155853271484,1.9927654266357422],[-1.5727252960205078,2.071004867553711],[-1.5163803100585938,2.141653060913086],[-1.508890151977539,2.149141311645508],[2.253978729248047,5.912012100219727],[2.253978729248047,5.912012100219727],[2.3232383728027344,5.968524932861328],[2.400175094604492,6.008892059326172],[2.4822921752929688,6.033111572265625],[2.5670833587646484,6.04118537902832],[2.6520519256591797,6.033111572265625],[2.7346935272216797,6.008892059326172],[2.8125076293945312,5.968524932861328],[2.88299560546875,5.912012100219727],[4.403120040893555,4.391887664794922],[4.403120040893555,4.391887664794922],[4.459634780883789,4.322628021240234],[4.5,4.245691299438477],[4.524219512939453,4.16357421875],[4.532293319702148,4.07878303527832],[4.524219512939453,3.993816375732422],[4.5,3.911174774169922],[4.459634780883789,3.8333587646484375],[4.403120040893555,3.7628707885742188],[0.6365070343017578,0],[0.6365070343017578,0],[0.5670852661132812,-0.057910919189453125],[0.48972320556640625,-0.09963035583496094],[0.4070091247558594,-0.12511444091796875],[0.3215293884277344,-0.1343212127685547],[0.23587417602539062,-0.12720489501953125],[0.1526336669921875,-0.10372543334960938],[0.07439422607421875,-0.06383323669433594],[0.00374603271484375,-0.007488250732421875],[0,0]]},{"type":"line","version":80,"versionNonce":296232563,"isDeleted":false,"id":"NyBrSkFAmbSByaauFkJn7","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":271.25491428375244,"y":437.5725427865982,"strokeColor":"transparent","backgroundColor":"#669df6","width":19.140093445777893,"height":19.140092253684998,"seed":554668411,"groupIds":["QNb9nixoAY8IdFnI-nTV4","iQN6LoGvHWCGW_4ivwegy","SiMhKVR8rFv9e2NIdJ_oi"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192061,"link":null,"locked":false,"customData":{"boxId":"tEHMDJW1BQg7FaZVYB0Mv","label":"BigQuery","resource":"google_bigquery_dataset","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.49259281158447266,0.012448668479919434],[-0.9787044525146484,0.04939424991607666],[-1.4577360153198242,0.1102362871170044],[-1.9290857315063477,0.19437408447265625],[-2.392153739929199,0.3012070655822754],[-2.8463401794433594,0.430134654045105],[-3.291043758392334,0.5805565118789673],[-3.725663661956787,0.7518719434738159],[-4.149599075317383,0.943480372428894],[-4.562250137329102,1.1547812223434448],[-4.963016510009766,1.3851739168167114],[-5.351297378540039,1.6340581178665161],[-5.726491451263428,1.900833010673523],[-6.087998867034912,2.184897780418396],[-6.435218811035156,2.4856523275375366],[-6.767550945281982,2.802495837211609],[-7.084394454956055,3.134827971458435],[-7.385149240493774,3.4820483922958374],[-7.6692140102386475,3.8435558080673218],[-7.935988903045654,4.2187498807907104],[-8.184873104095459,4.607030749320984],[-8.415265798568726,5.00779664516449],[-8.626566410064697,5.4204477071762085],[-8.818174839019775,5.844383597373962],[-8.989490509033203,6.2790035009384155],[-9.139912366867065,6.723706603050232],[-9.268839955329895,7.177893042564392],[-9.375672936439514,7.640961050987244],[-9.459810733795166,8.112310767173767],[-9.520652770996094,8.591342329978943],[-9.557598352432251,9.077454924583435],[-9.57004702091217,9.570046782493591],[-9.557598352432251,10.062638640403748],[-9.520652770996094,10.548750281333923],[-9.459810733795166,11.0277818441391],[-9.375672936439514,11.499131560325623],[-9.268839955329895,11.96220052242279],[-9.139912366867065,12.416386008262634],[-8.989490509033203,12.861090064048767],[-8.818174839019775,13.29570996761322],[-8.626566410064697,13.719644904136658],[-8.415265798568726,14.132296919822693],[-8.184873104095459,14.533063292503357],[-7.935988903045654,14.92134416103363],[-7.6692140102386475,15.296536803245544],[-7.385149240493774,15.658044219017029],[-7.084394454956055,16.005265593528748],[-6.767550945281982,16.3375962972641],[-6.435218811035156,16.654441237449646],[-6.087998867034912,16.955195784568787],[-5.726491451263428,17.239259123802185],[-5.351297378540039,17.50603425502777],[-4.963016510009766,17.754918456077576],[-4.562250137329102,17.985310912132263],[-4.149599075317383,18.19661271572113],[-3.725663661956787,18.38822114467621],[-3.291043758392334,18.55953538417816],[-2.8463401794433594,18.709956526756287],[-2.392153739929199,18.83888566493988],[-1.9290857315063477,18.945720076560974],[-1.4577360153198242,19.0298570394516],[-0.9787044525146484,19.090697646141052],[-0.49259281158447266,19.12764298915863],[0,19.140092253684998],[0.49259185791015625,19.12764298915863],[0.978703498840332,19.090697646141052],[1.4577350616455078,19.0298570394516],[1.9290847778320312,18.945720076560974],[2.392153739929199,18.83888566493988],[2.846339225769043,18.709956526756287],[3.291043281555176,18.55953538417816],[3.7256622314453125,18.38822114467621],[4.149598121643066,18.19661271572113],[4.562249183654785,17.985310912132263],[4.963015556335449,17.754918456077576],[5.351296424865723,17.50603425502777],[5.7264909744262695,17.239259123802185],[6.087996482849121,16.955195784568787],[6.43521785736084,16.654441237449646],[6.767550468444824,16.3375962972641],[7.084393501281738,16.005265593528748],[7.385148048400879,15.658044219017029],[7.66921329498291,15.296536803245544],[7.935986518859863,14.92134416103363],[8.184870719909668,14.533063292503357],[8.415265083312988,14.132296919822693],[8.626564979553223,13.719644904136658],[8.818175315856934,13.29570996761322],[8.989487648010254,12.861090064048767],[9.139910697937012,12.416386008262634],[9.268839836120605,11.96220052242279],[9.375672340393066,11.499131560325623],[9.459811210632324,11.0277818441391],[9.520649909973145,10.548750281333923],[9.557595252990723,10.062638640403748],[9.570046424865723,9.570046782493591],[9.557587623596191,9.077454924583435],[9.520609855651855,8.591342329978943],[9.45971965789795,8.112310767173767],[9.375519752502441,7.640961050987244],[9.268609046936035,7.177893042564392],[9.1395902633667,6.723706603050232],[8.989069938659668,6.2790035009384155],[8.817646980285645,5.844383597373962],[8.62592601776123,5.4204477071762085],[8.414509773254395,5.00779664516449],[8.184000968933105,4.607030749320984],[7.935000419616699,4.2187498807907104],[7.668112754821777,3.8435558080673218],[7.383938789367676,3.4820483922958374],[7.083081245422363,3.134827971458435],[6.766144752502441,2.802495837211609],[6.433732032775879,2.4856523275375366],[6.086441993713379,2.184897780418396],[5.724881172180176,1.900833010673523],[5.3496503829956055,1.6340581178665161],[4.961352348327637,1.3851739168167114],[4.560590744018555,1.1547812223434448],[4.147966384887695,0.943480372428894],[3.7240819931030273,0.7518719434738159],[3.2895421981811523,0.5805565118789673],[2.8449487686157227,0.430134654045105],[2.3909034729003906,0.3012070655822754],[1.928009033203125,0.19437408447265625],[1.4568700790405273,0.1102362871170044],[0.9780864715576172,0.04939424991607666],[0.4922628402709961,0.012448668479919434],[0,0]]},{"type":"line","version":80,"versionNonce":1495920189,"isDeleted":false,"id":"BOc-mEHfOptusmz4dzy4M","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":271.25491428375244,"y":454.25647354125977,"strokeColor":"transparent","backgroundColor":"#669df6","width":14.205303192138672,"height":14.20530366897583,"seed":1720227765,"groupIds":["QNb9nixoAY8IdFnI-nTV4","iQN6LoGvHWCGW_4ivwegy","SiMhKVR8rFv9e2NIdJ_oi"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192061,"link":null,"locked":false,"customData":{"boxId":"tEHMDJW1BQg7FaZVYB0Mv","label":"BigQuery","resource":"google_bigquery_dataset","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.36559581756591797,-0.009929656982421875],[-0.7263565063476562,-0.03801727294921875],[-1.081838607788086,-0.08381843566894531],[-1.4315967559814453,-0.14688491821289062],[-1.7751836776733398,-0.22677230834960938],[-2.112156867980957,-0.32303619384765625],[-2.4420671463012695,-0.4352302551269531],[-2.764470100402832,-0.5629100799560547],[-3.078920364379883,-0.70562744140625],[-3.3849730491638184,-0.8629360198974609],[-3.6821823120117188,-1.0343952178955078],[-3.9701008796691895,-1.2195549011230469],[-4.248284816741943,-1.4179706573486328],[-4.516287803649902,-1.6291980743408203],[-4.773664474487305,-1.8527889251708984],[-5.019969463348389,-2.088298797607422],[-5.254756450653076,-2.3352842330932617],[-5.4775800704956055,-2.5932979583740234],[-5.687994480133057,-2.8618927001953125],[-5.885554790496826,-3.140625],[-6.069815635681152,-3.429048538208008],[-6.240329742431641,-3.726717948913574],[-6.396652698516846,-4.0331878662109375],[-6.538338661193848,-4.348011016845703],[-6.664942264556885,-4.670742988586426],[-6.776017189025879,-5.000938415527344],[-6.871118545532227,-5.338151931762695],[-6.949800491333008,-5.681938171386719],[-7.0116167068481445,-6.031848907470703],[-7.056122779846191,-6.3874406814575195],[-7.08287239074707,-6.74826717376709],[-7.0914201736450195,-7.113883972167969],[-7.081490516662598,-7.47947883605957],[-7.053402900695801,-7.840239524841309],[-7.007602214813232,-8.195722579956055],[-6.944535255432129,-8.545480728149414],[-6.864646911621094,-8.889067649841309],[-6.768383026123047,-9.22603988647461],[-6.65618896484375,-9.555950164794922],[-6.528510570526123,-9.8783540725708],[-6.385793209075928,-10.192804336547852],[-6.228483200073242,-10.498857021331787],[-6.057024955749512,-10.79606580734253],[-5.871865749359131,-11.083984851837158],[-5.673449516296387,-11.362168312072754],[-5.462223052978516,-11.630171298980713],[-5.238631725311279,-11.887547969818115],[-5.003120422363281,-12.1338529586792],[-4.756135940551758,-12.368639945983887],[-4.498122692108154,-12.591463565826416],[-4.229527473449707,-12.801878452301025],[-3.9507951736450195,-12.999438762664795],[-3.6623711585998535,-13.183699131011963],[-3.3647022247314453,-13.35421371459961],[-3.0582332611083984,-13.510536670684814],[-2.7434091567993164,-13.652222633361816],[-2.4206771850585938,-13.778826236724854],[-2.0904808044433594,-13.889901161193848],[-1.7532682418823242,-13.985002517700195],[-1.4094829559326172,-14.063683986663818],[-1.0595712661743164,-14.125500679016113],[-0.7039785385131836,-14.17000675201416],[-0.3431520462036133,-14.196756362915039],[0.022464752197265625,-14.20530366897583],[0.3870382308959961,-14.195406913757324],[0.7468461990356445,-14.167415142059326],[1.1014394760131836,-14.121772766113281],[1.4503746032714844,-14.058923244476318],[1.7932062149047852,-13.979310512542725],[2.129486083984375,-13.883377075195312],[2.4587717056274414,-13.771567344665527],[2.78061580657959,-13.644324779510498],[3.094572067260742,-13.502092361450195],[3.400197982788086,-13.345314979553223],[3.6970434188842773,-13.174434185028076],[3.9846668243408203,-12.989895343780518],[4.262619972229004,-12.792141437530518],[4.530458450317383,-12.581615924835205],[4.787737846374512,-12.358762741088867],[5.0340070724487305,-12.124024391174316],[5.268828392028809,-11.877845287322998],[5.491751670837402,-11.6206693649292],[5.702330589294434,-11.35293960571289],[5.900120735168457,-11.075099468231201],[6.084677696228027,-10.787592887878418],[6.255553245544434,-10.490862846374512],[6.412304878234863,-10.185354232788086],[6.5544843673706055,-9.871508598327637],[6.681647300720215,-9.549772262573242],[6.793347358703613,-9.220584869384766],[6.8891401290893555,-8.884393692016602],[6.968579292297363,-8.541641235351562],[7.031216621398926,-8.192770004272461],[7.076613426208496,-7.838224411010742],[7.104315757751465,-7.478448867797852],[7.113883018493652,-7.113883972167969],[7.1053361892700195,-6.74826717376709],[7.078587532043457,-6.3874406814575195],[7.03408145904541,-6.031848907470703],[6.972264289855957,-5.681938171386719],[6.893582344055176,-5.338151931762695],[6.798480033874512,-5.000938415527344],[6.687405586242676,-4.670742988586426],[6.560803413391113,-4.348011016845703],[6.419116020202637,-4.0331878662109375],[6.26279354095459,-3.726717948913574],[6.092278480529785,-3.429048538208008],[5.908019065856934,-3.140625],[5.710457801818848,-2.8618927001953125],[5.500042915344238,-2.5932979583740234],[5.277220726013184,-2.3352842330932617],[5.042431831359863,-2.088298797607422],[4.796128273010254,-1.8527889251708984],[4.538751602172852,-1.6291980743408203],[4.270748138427734,-1.4179706573486328],[3.992565155029297,-1.2195549011230469],[3.7046451568603516,-1.0343952178955078],[3.407437324523926,-0.8629360198974609],[3.101384162902832,-0.70562744140625],[2.786932945251465,-0.5629100799560547],[2.4645309448242188,-0.4352302551269531],[2.13461971282959,-0.32303619384765625],[1.7976484298706055,-0.22677230834960938],[1.4540605545043945,-0.14688491821289062],[1.1043024063110352,-0.08381843566894531],[0.7488203048706055,-0.03801727294921875],[0.3880586624145508,-0.009929656982421875],[0.022464752197265625,0],[0,0]]},{"type":"line","version":80,"versionNonce":425779219,"isDeleted":false,"id":"ou0cvvozWXPwEpd9tdddd","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":271.25491428375244,"y":454.25647354125977,"strokeColor":"transparent","backgroundColor":"#fff","width":14.205303192138672,"height":14.20530366897583,"seed":364227099,"groupIds":["QNb9nixoAY8IdFnI-nTV4","iQN6LoGvHWCGW_4ivwegy","SiMhKVR8rFv9e2NIdJ_oi"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192061,"link":null,"locked":false,"customData":{"boxId":"tEHMDJW1BQg7FaZVYB0Mv","label":"BigQuery","resource":"google_bigquery_dataset","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.36559581756591797,-0.009929656982421875],[-0.7263565063476562,-0.03801727294921875],[-1.081838607788086,-0.08381843566894531],[-1.4315967559814453,-0.14688491821289062],[-1.7751836776733398,-0.22677230834960938],[-2.112156867980957,-0.32303619384765625],[-2.4420671463012695,-0.4352302551269531],[-2.764470100402832,-0.5629100799560547],[-3.078920364379883,-0.70562744140625],[-3.3849730491638184,-0.8629360198974609],[-3.6821823120117188,-1.0343952178955078],[-3.9701008796691895,-1.2195549011230469],[-4.248284816741943,-1.4179706573486328],[-4.516287803649902,-1.6291980743408203],[-4.773664474487305,-1.8527889251708984],[-5.019969463348389,-2.088298797607422],[-5.254756450653076,-2.3352842330932617],[-5.4775800704956055,-2.5932979583740234],[-5.687994480133057,-2.8618927001953125],[-5.885554790496826,-3.140625],[-6.069815635681152,-3.429048538208008],[-6.240329742431641,-3.726717948913574],[-6.396652698516846,-4.0331878662109375],[-6.538338661193848,-4.348011016845703],[-6.664942264556885,-4.670742988586426],[-6.776017189025879,-5.000938415527344],[-6.871118545532227,-5.338151931762695],[-6.949800491333008,-5.681938171386719],[-7.0116167068481445,-6.031848907470703],[-7.056122779846191,-6.3874406814575195],[-7.08287239074707,-6.74826717376709],[-7.0914201736450195,-7.113883972167969],[-7.081490516662598,-7.47947883605957],[-7.053402900695801,-7.840239524841309],[-7.007602214813232,-8.195722579956055],[-6.944535255432129,-8.545480728149414],[-6.864646911621094,-8.889067649841309],[-6.768383026123047,-9.22603988647461],[-6.65618896484375,-9.555950164794922],[-6.528510570526123,-9.8783540725708],[-6.385793209075928,-10.192804336547852],[-6.228483200073242,-10.498857021331787],[-6.057024955749512,-10.79606580734253],[-5.871865749359131,-11.083984851837158],[-5.673449516296387,-11.362168312072754],[-5.462223052978516,-11.630171298980713],[-5.238631725311279,-11.887547969818115],[-5.003120422363281,-12.1338529586792],[-4.756135940551758,-12.368639945983887],[-4.498122692108154,-12.591463565826416],[-4.229527473449707,-12.801878452301025],[-3.9507951736450195,-12.999438762664795],[-3.6623711585998535,-13.183699131011963],[-3.3647022247314453,-13.35421371459961],[-3.0582332611083984,-13.510536670684814],[-2.7434091567993164,-13.652222633361816],[-2.4206771850585938,-13.778826236724854],[-2.0904808044433594,-13.889901161193848],[-1.7532682418823242,-13.985002517700195],[-1.4094829559326172,-14.063683986663818],[-1.0595712661743164,-14.125500679016113],[-0.7039785385131836,-14.17000675201416],[-0.3431520462036133,-14.196756362915039],[0.022464752197265625,-14.20530366897583],[0.3870382308959961,-14.195406913757324],[0.7468461990356445,-14.167415142059326],[1.1014394760131836,-14.121772766113281],[1.4503746032714844,-14.058923244476318],[1.7932062149047852,-13.979310512542725],[2.129486083984375,-13.883377075195312],[2.4587717056274414,-13.771567344665527],[2.78061580657959,-13.644324779510498],[3.094572067260742,-13.502092361450195],[3.400197982788086,-13.345314979553223],[3.6970434188842773,-13.174434185028076],[3.9846668243408203,-12.989895343780518],[4.262619972229004,-12.792141437530518],[4.530458450317383,-12.581615924835205],[4.787737846374512,-12.358762741088867],[5.0340070724487305,-12.124024391174316],[5.268828392028809,-11.877845287322998],[5.491751670837402,-11.6206693649292],[5.702330589294434,-11.35293960571289],[5.900120735168457,-11.075099468231201],[6.084677696228027,-10.787592887878418],[6.255553245544434,-10.490862846374512],[6.412304878234863,-10.185354232788086],[6.5544843673706055,-9.871508598327637],[6.681647300720215,-9.549772262573242],[6.793347358703613,-9.220584869384766],[6.8891401290893555,-8.884393692016602],[6.968579292297363,-8.541641235351562],[7.031216621398926,-8.192770004272461],[7.076613426208496,-7.838224411010742],[7.104315757751465,-7.478448867797852],[7.113883018493652,-7.113883972167969],[7.1053361892700195,-6.74826717376709],[7.078587532043457,-6.3874406814575195],[7.03408145904541,-6.031848907470703],[6.972264289855957,-5.681938171386719],[6.893582344055176,-5.338151931762695],[6.798480033874512,-5.000938415527344],[6.687405586242676,-4.670742988586426],[6.560803413391113,-4.348011016845703],[6.419116020202637,-4.0331878662109375],[6.26279354095459,-3.726717948913574],[6.092278480529785,-3.429048538208008],[5.908019065856934,-3.140625],[5.710457801818848,-2.8618927001953125],[5.500042915344238,-2.5932979583740234],[5.277220726013184,-2.3352842330932617],[5.042431831359863,-2.088298797607422],[4.796128273010254,-1.8527889251708984],[4.538751602172852,-1.6291980743408203],[4.270748138427734,-1.4179706573486328],[3.992565155029297,-1.2195549011230469],[3.7046451568603516,-1.0343952178955078],[3.407437324523926,-0.8629360198974609],[3.101384162902832,-0.70562744140625],[2.786932945251465,-0.5629100799560547],[2.4645309448242188,-0.4352302551269531],[2.13461971282959,-0.32303619384765625],[1.7976484298706055,-0.22677230834960938],[1.4540605545043945,-0.14688491821289062],[1.1043024063110352,-0.08381843566894531],[0.7488203048706055,-0.03801727294921875],[0.3880586624145508,-0.009929656982421875],[0.022464752197265625,0],[0,0]]},{"type":"line","version":80,"versionNonce":1370168989,"isDeleted":false,"id":"JepEq0DLmBDU9nYwq1wXb","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":266.7132601737976,"y":446.96286964416504,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":1.8196568489074707,"height":4.646490097045898,"seed":157669653,"groupIds":["Hw7h-V3OyvBXuEMkkp6nF","QNb9nixoAY8IdFnI-nTV4","iQN6LoGvHWCGW_4ivwegy","SiMhKVR8rFv9e2NIdJ_oi"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192061,"link":null,"locked":false,"customData":{"boxId":"tEHMDJW1BQg7FaZVYB0Mv","label":"BigQuery","resource":"google_bigquery_dataset","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,2.796879768371582],[0,2.796879768371582],[0.17416858673095703,3.0759944915771484],[0.36487913131713867,3.342823028564453],[0.5714726448059082,3.596665382385254],[0.7932920455932617,3.836817741394043],[1.0296778678894043,4.062578201293945],[1.2799725532531738,4.273244857788086],[1.5435185432434082,4.46811580657959],[1.8196568489074707,4.646490097045898],[1.8196568489074707,0],[0,0],[0,0]]},{"type":"line","version":80,"versionNonce":1225876915,"isDeleted":false,"id":"d9WZiSOl45ElNBMfllKgi","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":270.07550716400146,"y":444.38689517974854,"strokeColor":"#00000000","backgroundColor":"#669df6","width":2.2427453994750977,"height":8.085492134094238,"seed":189771451,"groupIds":["_0peeMHhnZu3o5YmxSbsZ","QNb9nixoAY8IdFnI-nTV4","iQN6LoGvHWCGW_4ivwegy","SiMhKVR8rFv9e2NIdJ_oi"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192061,"link":null,"locked":false,"customData":{"boxId":"tEHMDJW1BQg7FaZVYB0Mv","label":"BigQuery","resource":"google_bigquery_dataset","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,8.004990577697754],[0,8.004990577697754],[0.29485130310058594,8.036524772644043],[0.5897035598754883,8.057877540588379],[0.8845548629760742,8.068699836730957],[1.1794071197509766,8.068642616271973],[1.445591926574707,8.081278800964355],[1.7110748291015625,8.085492134094238],[1.9765596389770508,8.081278800964355],[2.2427453994750977,8.068642616271973],[2.2427453994750977,0],[0,0],[0,0]]},{"type":"line","version":80,"versionNonce":392643325,"isDeleted":false,"id":"rfiKaNR5qwQMpjKNyZWf4","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":274.06302642822266,"y":448.05616188049316,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":1.8084230422973633,"height":3.497035026550293,"seed":1439952501,"groupIds":["iPHqckK3HpF_1jwDPXJ6d","QNb9nixoAY8IdFnI-nTV4","iQN6LoGvHWCGW_4ivwegy","SiMhKVR8rFv9e2NIdJ_oi"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192061,"link":null,"locked":false,"customData":{"boxId":"tEHMDJW1BQg7FaZVYB0Mv","label":"BigQuery","resource":"google_bigquery_dataset","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,3.497035026550293],[0,3.497035026550293],[0.2770538330078125,3.307438850402832],[0.5408821105957031,3.1014394760131836],[0.7908115386962891,2.879755973815918],[1.026169776916504,2.6431102752685547],[1.2462835311889648,2.392223358154297],[1.4504785537719727,2.1278133392333984],[1.6380834579467773,1.850602149963379],[1.8084230422973633,1.5613107681274414],[1.8084230422973633,0],[0,0],[0,0]]},{"type":"ellipse","version":190,"versionNonce":1742747475,"isDeleted":true,"id":"aLOosmqOEhwrbed0nd_PX","fillStyle":"hachure","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":300,"y":380,"strokeColor":"#000000","backgroundColor":"#000000","width":40,"height":42,"seed":169041973,"groupIds":["SiMhKVR8rFv9e2NIdJ_oi"],"strokeSharpness":"round","boundElements":[{"id":"fpRNWgJf1XeXZDtPOjx8C","type":"text"},{"id":"fpRNWgJf1XeXZDtPOjx8C","type":"text"},{"id":"fpRNWgJf1XeXZDtPOjx8C","type":"text"},{"type":"text","id":"fpRNWgJf1XeXZDtPOjx8C"}],"updated":1706297192061,"link":null,"locked":false,"endArrowhead":"triangle","fontFamily":2},{"type":"text","version":180,"versionNonce":786422621,"isDeleted":true,"id":"fpRNWgJf1XeXZDtPOjx8C","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":305,"y":385,"strokeColor":"#ffffff","backgroundColor":"#000000","width":30,"height":32,"seed":1534699931,"groupIds":["SiMhKVR8rFv9e2NIdJ_oi"],"strokeSharpness":"round","boundElements":[],"updated":1706297192061,"link":null,"locked":false,"fontSize":28,"fontFamily":2,"text":"4","baseline":25,"textAlign":"center","verticalAlign":"middle","containerId":"aLOosmqOEhwrbed0nd_PX","originalText":"4"},{"type":"rectangle","version":96,"versionNonce":337892595,"isDeleted":false,"id":"2aq2Jyu1CMMJ8iRT-oXU-","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":620,"y":420,"strokeColor":"#202124","backgroundColor":"#FFF","width":240,"height":100,"seed":557408859,"groupIds":["9J8mRdwRGjgwVzaaBm08s","6fvBdX2y9cFgPC8ndbfF0"],"strokeSharpness":"round","boundElements":[{"id":"IBu8BzlAjwDWVETPdkOxn","type":"arrow"}],"updated":1706297192061,"link":null,"locked":false,"customData":{"boxId":"WPlpwy-w4Zza9lSkgYca3","label":"Data Studio","type":"container"}},{"type":"text","version":99,"versionNonce":275146685,"isDeleted":false,"id":"lNToFJrHjCIbffKduVg4g","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":636,"y":434,"strokeColor":"#1A73E8","backgroundColor":"transparent","width":106,"height":23,"seed":860406997,"groupIds":["9J8mRdwRGjgwVzaaBm08s","6fvBdX2y9cFgPC8ndbfF0"],"strokeSharpness":"round","boundElements":[],"updated":1706297192061,"link":null,"locked":false,"customData":{"boxId":"WPlpwy-w4Zza9lSkgYca3","label":"Data Studio","type":"child"},"fontSize":20,"fontFamily":2,"text":"Data Studio","baseline":19,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":"Data Studio"},{"type":"text","version":108,"versionNonce":1566752403,"isDeleted":false,"id":"XQRi8bWvrXwUx4S8xVmqt","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":636,"y":458,"strokeColor":"#202124","backgroundColor":"transparent","width":91,"height":37,"seed":372399867,"groupIds":["9J8mRdwRGjgwVzaaBm08s","6fvBdX2y9cFgPC8ndbfF0"],"strokeSharpness":"round","boundElements":[],"updated":1706297192061,"link":null,"locked":false,"customData":{"boxId":"WPlpwy-w4Zza9lSkgYca3","label":"Data Studio","type":"child"},"fontSize":16,"fontFamily":2,"text":"\nVisualization","baseline":33,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":"\nVisualization"},{"type":"line","version":91,"versionNonce":773613597,"isDeleted":false,"id":"xnUZal30zQCmnNEQl8qqf","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":839.5,"y":452.17000007629395,"strokeColor":"#00000000","backgroundColor":"#669df6","width":10,"height":5,"seed":1443058581,"groupIds":["pnXASUKtkPLD8SoLSEscY","9J8mRdwRGjgwVzaaBm08s","6fvBdX2y9cFgPC8ndbfF0"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192061,"link":null,"locked":false,"customData":{"boxId":"WPlpwy-w4Zza9lSkgYca3","label":"Data Studio","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-7.260000228881836,0],[-7.260000228881836,0],[-8.305115699768066,0.13211822509765625],[-9.17534351348877,0.6523036956787109],[-9.772900581359863,1.4713363647460938],[-10,2.5],[-9.781946182250977,3.535045623779297],[-9.185060501098633,4.358346939086914],[-8.31064510345459,4.877473831176758],[-7.260000228881836,5],[0,5],[0,0]]},{"type":"ellipse","version":91,"versionNonce":508785715,"isDeleted":false,"id":"PxPLUjtYcUlij6Zeb5ohX","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":837,"y":452.17000007629395,"strokeColor":"transparent","backgroundColor":"#4285f4","width":5,"height":5,"seed":2101156923,"groupIds":["F7ajN1t61SmwwVxN36SVH","vRUO4_mmwRyE9P4JWAmF7","9J8mRdwRGjgwVzaaBm08s","6fvBdX2y9cFgPC8ndbfF0"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192061,"link":null,"locked":false,"customData":{"boxId":"WPlpwy-w4Zza9lSkgYca3","label":"Data Studio","type":"child"}},{"type":"line","version":91,"versionNonce":972250237,"isDeleted":false,"id":"jFoO_8h53a_-y_QbxJrx5","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":832,"y":445.5,"strokeColor":"#00000000","backgroundColor":"#669df6","width":10,"height":5,"seed":1440618741,"groupIds":["X014t-dHnVsIqqCYlfzL9","9J8mRdwRGjgwVzaaBm08s","6fvBdX2y9cFgPC8ndbfF0"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192061,"link":null,"locked":false,"customData":{"boxId":"WPlpwy-w4Zza9lSkgYca3","label":"Data Studio","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-7.260000228881836,0],[-7.260000228881836,0],[-8.305115222930908,0.13211727142333984],[-9.175343751907349,0.6523027420043945],[-9.772900342941284,1.4713373184204102],[-10,2.5],[-9.781945943832397,3.535045623779297],[-9.185060739517212,4.358346939086914],[-8.31064510345459,4.877473831176758],[-7.260000228881836,5],[0,5],[0,0]]},{"type":"ellipse","version":91,"versionNonce":383546835,"isDeleted":false,"id":"YKJ_nEO64hy25T_wloP_q","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":829.5,"y":445.5,"strokeColor":"transparent","backgroundColor":"#4285f4","width":5,"height":5,"seed":291757275,"groupIds":["F7ajN1t61SmwwVxN36SVH","XyBo86d9tLAuzl5A9DW_A","9J8mRdwRGjgwVzaaBm08s","6fvBdX2y9cFgPC8ndbfF0"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192062,"link":null,"locked":false,"customData":{"boxId":"WPlpwy-w4Zza9lSkgYca3","label":"Data Studio","type":"child"}},{"type":"line","version":91,"versionNonce":732742877,"isDeleted":false,"id":"szZNotPAPK5c2VQEn6Y2V","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":839.5,"y":438.82999992370605,"strokeColor":"#00000000","backgroundColor":"#669df6","width":10,"height":5,"seed":217657941,"groupIds":["SwhalKsSehfLqFJomRiB7","9J8mRdwRGjgwVzaaBm08s","6fvBdX2y9cFgPC8ndbfF0"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192062,"link":null,"locked":false,"customData":{"boxId":"WPlpwy-w4Zza9lSkgYca3","label":"Data Studio","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-7.260000228881836,0],[-7.260000228881836,0],[-8.30331802368164,0.13521718978881836],[-9.172197341918945,0.6557517051696777],[-9.769977569580078,1.4734106063842773],[-10,2.5],[-9.781946182250977,3.535046100616455],[-9.185060501098633,4.358346462249756],[-8.31064510345459,4.877473831176758],[-7.260000228881836,5],[0,5],[0,0]]},{"type":"ellipse","version":91,"versionNonce":1175733107,"isDeleted":false,"id":"lepDqzVGKMe3lC1ohO3qk","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":837,"y":438.82999992370605,"strokeColor":"transparent","backgroundColor":"#4285f4","width":5,"height":5,"seed":1076463995,"groupIds":["F7ajN1t61SmwwVxN36SVH","CFz8wIcd3DSKy_EKjIH-m","9J8mRdwRGjgwVzaaBm08s","6fvBdX2y9cFgPC8ndbfF0"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192062,"link":null,"locked":false,"customData":{"boxId":"WPlpwy-w4Zza9lSkgYca3","label":"Data Studio","type":"child"}},{"type":"ellipse","version":198,"versionNonce":114958653,"isDeleted":true,"id":"r1il6uZbAo3IYVcPC6Ea-","fillStyle":"hachure","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":860,"y":380,"strokeColor":"#000000","backgroundColor":"#000000","width":40,"height":45,"seed":1440958357,"groupIds":[],"strokeSharpness":"round","boundElements":[{"id":"2504Vxxb1Oey8gpBPVwwJ","type":"text"},{"id":"2504Vxxb1Oey8gpBPVwwJ","type":"text"},{"id":"2504Vxxb1Oey8gpBPVwwJ","type":"text"},{"id":"2504Vxxb1Oey8gpBPVwwJ","type":"text"},{"type":"text","id":"2504Vxxb1Oey8gpBPVwwJ"}],"updated":1706297192062,"link":null,"locked":false,"endArrowhead":"triangle","fontFamily":2},{"type":"text","version":191,"versionNonce":71392531,"isDeleted":true,"id":"2504Vxxb1Oey8gpBPVwwJ","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":865,"y":386.5,"strokeColor":"#ffffff","backgroundColor":"#000000","width":30,"height":32,"seed":1652975675,"groupIds":[],"strokeSharpness":"round","boundElements":[],"updated":1706297192062,"link":null,"locked":false,"fontSize":28,"fontFamily":2,"text":"5","baseline":25,"textAlign":"center","verticalAlign":"middle","containerId":"r1il6uZbAo3IYVcPC6Ea-","originalText":"5"},{"id":"IBu8BzlAjwDWVETPdkOxn","type":"arrow","x":300,"y":480,"width":318.9517822265625,"height":0,"angle":0,"strokeColor":"#202124","backgroundColor":"#202124","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"sharp","seed":416334165,"version":199,"versionNonce":1625092509,"isDeleted":false,"boundElements":null,"updated":1706297192062,"link":null,"locked":false,"points":[[0,0],[318.9517822265625,0]],"lastCommittedPoint":null,"startBinding":{"elementId":"nj3n8sIQkvq3qsdVAf1o9","focus":0.2,"gap":1},"endBinding":{"elementId":"2aq2Jyu1CMMJ8iRT-oXU-","focus":-0.2,"gap":1.0482177734375},"startArrowhead":null,"endArrowhead":"triangle","fontFamily":2},{"type":"rectangle","version":79,"versionNonce":1557807795,"isDeleted":false,"id":"XGJiTHw2h99_Hrxjg4EQi","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":60,"y":160,"strokeColor":"#202124","backgroundColor":"#FFF","width":240,"height":106,"seed":2128355675,"groupIds":["xx8SlsO-NDoe5ujPloJ2N","dEYQi3Q-1ZQj5jkNTPY3L"],"strokeSharpness":"round","boundElements":[{"id":"hUqCJsvkBD9w4QZujgUgf","type":"arrow"},{"id":"MBAzSf45lj2hPn8nr3IPf","type":"arrow"}],"updated":1706297192062,"link":null,"locked":false,"customData":{"boxId":"dEjwXMcHNQX6p0ysPgXGU","label":"Cloud Storage","resource":"google_storage_bucket","type":"container"}},{"type":"text","version":84,"versionNonce":652654077,"isDeleted":false,"id":"UsGAV5fcCpZn7_KotBps-","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":76,"y":174,"strokeColor":"#1A73E8","backgroundColor":"transparent","width":129,"height":23,"seed":91583957,"groupIds":["xx8SlsO-NDoe5ujPloJ2N","dEYQi3Q-1ZQj5jkNTPY3L"],"strokeSharpness":"round","boundElements":[],"updated":1706297192062,"link":null,"locked":false,"customData":{"boxId":"dEjwXMcHNQX6p0ysPgXGU","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"},"fontSize":20,"fontFamily":2,"text":"Cloud Storage","baseline":19,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":"Cloud Storage"},{"type":"text","version":88,"versionNonce":679834707,"isDeleted":false,"id":"pV5icKbFgSWQIIjNoRP8n","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":76,"y":198,"strokeColor":"#202124","backgroundColor":"transparent","width":69,"height":37,"seed":1327840763,"groupIds":["xx8SlsO-NDoe5ujPloJ2N","dEYQi3Q-1ZQj5jkNTPY3L"],"strokeSharpness":"round","boundElements":[],"updated":1706297192062,"link":null,"locked":false,"customData":{"boxId":"dEjwXMcHNQX6p0ysPgXGU","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"},"fontSize":16,"fontFamily":2,"text":"\nData lake","baseline":33,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":"\nData lake"},{"type":"line","version":40,"versionNonce":603516509,"isDeleted":true,"id":"vHNVy4vCYA-HVE2PCbx1a","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":956,"y":-196,"strokeColor":"#202124","backgroundColor":"transparent","width":208,"height":0,"seed":257028917,"groupIds":["xx8SlsO-NDoe5ujPloJ2N","dEYQi3Q-1ZQj5jkNTPY3L"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192062,"link":null,"locked":false,"customData":{"boxId":"dEjwXMcHNQX6p0ysPgXGU","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"},"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[208,0]]},{"type":"text","version":39,"versionNonce":1729720819,"isDeleted":true,"id":"BQKFKSoFIJ4i6LfKVbjGo","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":956,"y":-187,"strokeColor":"#202124","backgroundColor":"transparent","width":160,"height":14,"seed":1029818011,"groupIds":["xx8SlsO-NDoe5ujPloJ2N","dEYQi3Q-1ZQj5jkNTPY3L"],"strokeSharpness":"round","boundElements":[],"updated":1706297192062,"link":null,"locked":false,"customData":{"boxId":"dEjwXMcHNQX6p0ysPgXGU","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"},"fontSize":12,"fontFamily":4,"text":"","baseline":12,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":""},{"type":"rectangle","version":74,"versionNonce":1189419709,"isDeleted":false,"id":"pI2C4Bc1eEKQe2WIifW-Z","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":262,"y":180,"strokeColor":"transparent","backgroundColor":"#aecbfa","width":20,"height":7,"seed":393725077,"groupIds":["xx8SlsO-NDoe5ujPloJ2N","dEYQi3Q-1ZQj5jkNTPY3L"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192062,"link":null,"locked":false,"customData":{"boxId":"dEjwXMcHNQX6p0ysPgXGU","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"}},{"type":"rectangle","version":74,"versionNonce":1503443859,"isDeleted":false,"id":"yKGfqO6S_Vnyij2jIm0By","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":280,"y":180,"strokeColor":"transparent","backgroundColor":"#669df6","width":2,"height":7,"seed":272907067,"groupIds":["xx8SlsO-NDoe5ujPloJ2N","dEYQi3Q-1ZQj5jkNTPY3L"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192062,"link":null,"locked":false,"customData":{"boxId":"dEjwXMcHNQX6p0ysPgXGU","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"}},{"type":"line","version":74,"versionNonce":676117277,"isDeleted":false,"id":"I41-VEPh0Izfksw4QktNX","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":282,"y":180,"strokeColor":"#00000000","backgroundColor":"#4285f4","width":2,"height":7,"seed":832334325,"groupIds":["kL799zADC2tQ-NJdXb7hd","xx8SlsO-NDoe5ujPloJ2N","dEYQi3Q-1ZQj5jkNTPY3L"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192062,"link":null,"locked":false,"customData":{"boxId":"dEjwXMcHNQX6p0ysPgXGU","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-2,0],[-2,7],[0,0],[0,0]]},{"type":"rectangle","version":74,"versionNonce":1548079411,"isDeleted":false,"id":"kirMOWSF7UBh3urgReT6K","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":262,"y":180,"strokeColor":"transparent","backgroundColor":"#669df6","width":2,"height":7,"seed":338631643,"groupIds":["xx8SlsO-NDoe5ujPloJ2N","dEYQi3Q-1ZQj5jkNTPY3L"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192062,"link":null,"locked":false,"customData":{"boxId":"dEjwXMcHNQX6p0ysPgXGU","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"}},{"type":"rectangle","version":74,"versionNonce":1352748925,"isDeleted":false,"id":"adBm8M7uz63pUJMBYl-2Q","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":266,"y":183,"strokeColor":"transparent","backgroundColor":"#fff","width":6,"height":1,"seed":1589994325,"groupIds":["xx8SlsO-NDoe5ujPloJ2N","dEYQi3Q-1ZQj5jkNTPY3L"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192062,"link":null,"locked":false,"customData":{"boxId":"dEjwXMcHNQX6p0ysPgXGU","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"}},{"type":"rectangle","version":74,"versionNonce":8073939,"isDeleted":false,"id":"YiGL6PYyUTJel0KE0YMZV","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":275,"y":182,"strokeColor":"transparent","backgroundColor":"#fff","width":3,"height":3,"seed":1697966203,"groupIds":["xx8SlsO-NDoe5ujPloJ2N","dEYQi3Q-1ZQj5jkNTPY3L"],"strokeSharpness":"round","boundElements":[],"updated":1706297192062,"link":null,"locked":false,"customData":{"boxId":"dEjwXMcHNQX6p0ysPgXGU","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"}},{"type":"rectangle","version":74,"versionNonce":1042569181,"isDeleted":false,"id":"7I24dRXuNfknJa1Id8hR2","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":262,"y":189,"strokeColor":"transparent","backgroundColor":"#aecbfa","width":20,"height":7,"seed":1665675445,"groupIds":["xx8SlsO-NDoe5ujPloJ2N","dEYQi3Q-1ZQj5jkNTPY3L"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192062,"link":null,"locked":false,"customData":{"boxId":"dEjwXMcHNQX6p0ysPgXGU","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"}},{"type":"rectangle","version":74,"versionNonce":1725128819,"isDeleted":false,"id":"mdXytGLzOSpEKQUCiBsaO","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":280,"y":189,"strokeColor":"transparent","backgroundColor":"#669df6","width":2,"height":7,"seed":2031624475,"groupIds":["xx8SlsO-NDoe5ujPloJ2N","dEYQi3Q-1ZQj5jkNTPY3L"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192062,"link":null,"locked":false,"customData":{"boxId":"dEjwXMcHNQX6p0ysPgXGU","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"}},{"type":"line","version":74,"versionNonce":719803453,"isDeleted":false,"id":"GfqN4F97USnNBpExejuoa","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":282,"y":189,"strokeColor":"#00000000","backgroundColor":"#4285f4","width":2,"height":7,"seed":1556763157,"groupIds":["9ScBfurrn1fNBCkDxDTN2","xx8SlsO-NDoe5ujPloJ2N","dEYQi3Q-1ZQj5jkNTPY3L"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192062,"link":null,"locked":false,"customData":{"boxId":"dEjwXMcHNQX6p0ysPgXGU","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-2,0],[-2,7],[0,0],[0,0]]},{"type":"rectangle","version":74,"versionNonce":1494538771,"isDeleted":false,"id":"jXq015rlnbuyAEuqGoTW0","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":262,"y":189,"strokeColor":"transparent","backgroundColor":"#669df6","width":2,"height":7,"seed":1766540731,"groupIds":["xx8SlsO-NDoe5ujPloJ2N","dEYQi3Q-1ZQj5jkNTPY3L"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192062,"link":null,"locked":false,"customData":{"boxId":"dEjwXMcHNQX6p0ysPgXGU","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"}},{"type":"rectangle","version":74,"versionNonce":315344029,"isDeleted":false,"id":"DqRohkGkNGUr9L-MnjbYP","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":266,"y":192,"strokeColor":"transparent","backgroundColor":"#fff","width":6,"height":1,"seed":406931317,"groupIds":["xx8SlsO-NDoe5ujPloJ2N","dEYQi3Q-1ZQj5jkNTPY3L"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192062,"link":null,"locked":false,"customData":{"boxId":"dEjwXMcHNQX6p0ysPgXGU","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"}},{"type":"rectangle","version":74,"versionNonce":607526835,"isDeleted":false,"id":"uSkzvOHhZvjWDTt_4vs3O","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":275,"y":191,"strokeColor":"transparent","backgroundColor":"#fff","width":3,"height":3,"seed":2096158299,"groupIds":["xx8SlsO-NDoe5ujPloJ2N","dEYQi3Q-1ZQj5jkNTPY3L"],"strokeSharpness":"round","boundElements":[],"updated":1706297192062,"link":null,"locked":false,"customData":{"boxId":"dEjwXMcHNQX6p0ysPgXGU","label":"Cloud Storage","resource":"google_storage_bucket","type":"child"}},{"id":"nsGhH3Xmv7e7knUYZ-LrL","type":"text","x":998.1666259765625,"y":-198.6666870117187,"width":9,"height":32,"angle":0,"strokeColor":"#202124","backgroundColor":"#000000","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"round","seed":1750924885,"version":40,"versionNonce":2038638845,"isDeleted":true,"boundElements":null,"updated":1706297192062,"link":null,"locked":false,"text":"","fontSize":28,"fontFamily":2,"textAlign":"center","verticalAlign":"top","baseline":25,"containerId":null,"originalText":""},{"type":"line","version":42,"versionNonce":845001043,"isDeleted":true,"id":"cm-66F8VL9RZ-LBEvPKv2","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1356,"y":44,"strokeColor":"#202124","backgroundColor":"transparent","width":208,"height":0,"seed":480271957,"groupIds":["0jf-U7BSFJpgQqhNc0KpD","UMItHcH8iTgHzr7gsFUkN"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192062,"link":null,"locked":false,"customData":{"boxId":"mFf9JRw4dAzXDtzrsLPr4","label":"Workflows","type":"child"},"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[208,0]]},{"type":"text","version":40,"versionNonce":1888420189,"isDeleted":true,"id":"5vesM5mT8t3kO7-ChjOLK","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1356,"y":53,"strokeColor":"#202124","backgroundColor":"transparent","width":91,"height":15,"seed":1121656187,"groupIds":["0jf-U7BSFJpgQqhNc0KpD","UMItHcH8iTgHzr7gsFUkN"],"strokeSharpness":"round","boundElements":[],"updated":1706297192062,"link":null,"locked":false,"customData":{"boxId":"mFf9JRw4dAzXDtzrsLPr4","label":"Workflows","type":"child"},"fontSize":12,"fontFamily":4,"text":"","baseline":11,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":""},{"type":"ellipse","version":152,"versionNonce":1692536563,"isDeleted":true,"id":"iWNde8Lr70cK5jYXgor9X","fillStyle":"hachure","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":860,"y":120,"strokeColor":"#000000","backgroundColor":"#000000","width":40,"height":42,"seed":1096657371,"groupIds":["Yoi9152wKReA_rvCRx3So"],"strokeSharpness":"round","boundElements":[{"id":"Osl76D1AO6bSh5BEWAkyb","type":"text"},{"type":"text","id":"Osl76D1AO6bSh5BEWAkyb"}],"updated":1706297192062,"link":null,"locked":false,"endArrowhead":"triangle","fontFamily":2},{"type":"text","version":142,"versionNonce":1564528061,"isDeleted":true,"id":"Osl76D1AO6bSh5BEWAkyb","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":865,"y":125,"strokeColor":"#ffffff","backgroundColor":"#000000","width":30,"height":32,"seed":1276032341,"groupIds":["Yoi9152wKReA_rvCRx3So"],"strokeSharpness":"round","boundElements":[],"updated":1706297192062,"link":null,"locked":false,"fontSize":28,"fontFamily":2,"text":"2","baseline":25,"textAlign":"center","verticalAlign":"middle","containerId":"iWNde8Lr70cK5jYXgor9X","originalText":"2"},{"type":"rectangle","version":71,"versionNonce":776583315,"isDeleted":false,"id":"cNmhzVV34StKRJzlCzGP0","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":620,"y":160,"strokeColor":"#202124","backgroundColor":"#FFF","width":240,"height":106,"seed":1501802555,"groupIds":["0jf-U7BSFJpgQqhNc0KpD","UMItHcH8iTgHzr7gsFUkN","Yoi9152wKReA_rvCRx3So"],"strokeSharpness":"round","boundElements":[{"id":"MBAzSf45lj2hPn8nr3IPf","type":"arrow"}],"updated":1706297192062,"link":null,"locked":false,"customData":{"boxId":"mFf9JRw4dAzXDtzrsLPr4","label":"Workflows","type":"container"}},{"type":"text","version":81,"versionNonce":2126122525,"isDeleted":false,"id":"Bl0aSFLHXhYF5T6xRNFnA","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":636,"y":174,"strokeColor":"#1A73E8","backgroundColor":"transparent","width":93,"height":23,"seed":905626869,"groupIds":["0jf-U7BSFJpgQqhNc0KpD","UMItHcH8iTgHzr7gsFUkN","Yoi9152wKReA_rvCRx3So"],"strokeSharpness":"round","boundElements":[],"updated":1706297192062,"link":null,"locked":false,"customData":{"boxId":"mFf9JRw4dAzXDtzrsLPr4","label":"Workflows","type":"child"},"fontSize":20,"fontFamily":2,"text":"Workflows","baseline":19,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":"Workflows"},{"type":"text","version":86,"versionNonce":1816866355,"isDeleted":false,"id":"t_QgAhhNrnTbr8mxIvBBJ","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":636,"y":198,"strokeColor":"#202124","backgroundColor":"transparent","width":114,"height":37,"seed":1337454811,"groupIds":["0jf-U7BSFJpgQqhNc0KpD","UMItHcH8iTgHzr7gsFUkN","Yoi9152wKReA_rvCRx3So"],"strokeSharpness":"round","boundElements":[],"updated":1706297192062,"link":null,"locked":false,"customData":{"boxId":"mFf9JRw4dAzXDtzrsLPr4","label":"Workflows","type":"child"},"fontSize":16,"fontFamily":2,"text":"\nData movement","baseline":33,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":"\nData movement"},{"type":"line","version":69,"versionNonce":871121533,"isDeleted":false,"id":"49sX4bgQ-HLWyIIQF543W","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":827.7122302055359,"y":195.10791397094727,"strokeColor":"#00000000","backgroundColor":"#8ab4f8","width":2.2503600120544434,"height":2.071941375732422,"seed":1108069301,"groupIds":["U-J-Up0nLm8X3lEMyys_w","0jf-U7BSFJpgQqhNc0KpD","UMItHcH8iTgHzr7gsFUkN","Yoi9152wKReA_rvCRx3So"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192062,"link":null,"locked":false,"customData":{"boxId":"mFf9JRw4dAzXDtzrsLPr4","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.011690616607666016,0.2695140838623047],[-0.04604291915893555,0.5330944061279297],[-0.10197877883911133,0.7891197204589844],[-0.17841720581054688,1.035970687866211],[2.0719428062438965,1.035970687866211],[2.0719428062438965,-1.035970687866211],[-0.17841720581054688,-1.035970687866211],[-0.17841720581054688,-1.035970687866211],[-0.10197877883911133,-0.7891178131103516],[-0.04604291915893555,-0.5330944061279297],[-0.011690616607666016,-0.2695140838623047],[0,0],[0,0]]},{"type":"line","version":69,"versionNonce":30207955,"isDeleted":false,"id":"DL4wGyUBHL_YBks1S7Sei","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":836.1784172058105,"y":179.56834530830383,"strokeColor":"#00000000","backgroundColor":"#8ab4f8","width":2.250359535217285,"height":2.0719425678253174,"seed":238007835,"groupIds":["U-J-Up0nLm8X3lEMyys_w","0jf-U7BSFJpgQqhNc0KpD","UMItHcH8iTgHzr7gsFUkN","Yoi9152wKReA_rvCRx3So"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192062,"link":null,"locked":false,"customData":{"boxId":"mFf9JRw4dAzXDtzrsLPr4","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-2.250359535217285,0],[-2.250359535217285,2.0719425678253174],[0,2.0719425678253174],[0,2.0719425678253174],[-0.07643890380859375,1.8250901699066162],[-0.13237380981445312,1.5690648555755615],[-0.16672706604003906,1.3054859638214111],[-0.17841720581054688,1.0359714031219482],[-0.16672706604003906,0.7664568424224854],[-0.13237380981445312,0.502877950668335],[-0.07643890380859375,0.24685263633728027],[0,0],[0,0]]},{"type":"line","version":69,"versionNonce":26798813,"isDeleted":false,"id":"wSbwY1nYqWqUeiUnIEMwp","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":839.1079139709473,"y":183.7122302055359,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":6.215827941894531,"height":6.2158273458480835,"seed":1986170133,"groupIds":["bLsQwGGASM-ZYqBOKPZXJ","0jf-U7BSFJpgQqhNc0KpD","UMItHcH8iTgHzr7gsFUkN","Yoi9152wKReA_rvCRx3So"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192062,"link":null,"locked":false,"customData":{"boxId":"mFf9JRw4dAzXDtzrsLPr4","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.31754493713378906,-0.016060352325439453],[-0.6259651184082031,-0.06319713592529297],[-0.9236984252929688,-0.13984060287475586],[-1.2091712951660156,-0.24442386627197266],[-1.4808197021484375,-0.3753790855407715],[-1.7370719909667969,-0.5311374664306641],[-1.9763622283935547,-0.7101306915283203],[-2.1971206665039062,-0.9107909202575684],[-2.3977813720703125,-1.1315503120422363],[-2.5767765045166016,-1.3708405494689941],[-2.732534408569336,-1.6270933151245117],[-2.8634891510009766,-1.8987407684326172],[-2.9680728912353516,-2.1842145919799805],[-3.0447158813476562,-2.4819464683532715],[-3.0918521881103516,-2.7903690338134766],[-3.1079139709472656,-3.1079134941101074],[-3.0918521881103516,-3.4254579544067383],[-3.0447158813476562,-3.7338805198669434],[-2.9680728912353516,-4.031612396240234],[-2.8634891510009766,-4.317086219787598],[-2.732534408569336,-4.588733673095703],[-2.5767765045166016,-4.844986438751221],[-2.3977813720703125,-5.084276437759399],[-2.1971206665039062,-5.305035829544067],[-1.9763622283935547,-5.5056962966918945],[-1.7370719909667969,-5.68468976020813],[-1.4808197021484375,-5.840447902679443],[-1.2091712951660156,-5.9714027643203735],[-0.9236984252929688,-6.075986266136169],[-0.6259651184082031,-6.15263032913208],[-0.31754493713378906,-6.199766755104065],[0,-6.2158273458480835],[0.31754493713378906,-6.199766755104065],[0.6259670257568359,-6.15263032913208],[0.9236984252929688,-6.075986266136169],[1.2091732025146484,-5.9714027643203735],[1.4808197021484375,-5.840447902679443],[1.7370738983154297,-5.68468976020813],[1.9763622283935547,-5.5056962966918945],[2.197122573852539,-5.305035829544067],[2.3977832794189453,-5.084276437759399],[2.5767765045166016,-4.844986438751221],[2.732534408569336,-4.588733673095703],[2.8634891510009766,-4.317086219787598],[2.9680728912353516,-4.031612396240234],[3.0447158813476562,-3.7338805198669434],[3.0918540954589844,-3.4254579544067383],[3.1079139709472656,-3.1079134941101074],[3.0918540954589844,-2.7903690338134766],[3.0447158813476562,-2.4819464683532715],[2.9680728912353516,-2.1842145919799805],[2.8634891510009766,-1.8987407684326172],[2.732534408569336,-1.6270933151245117],[2.5767765045166016,-1.3708405494689941],[2.3977832794189453,-1.1315503120422363],[2.197122573852539,-0.9107909202575684],[1.9763622283935547,-0.7101306915283203],[1.7370738983154297,-0.5311374664306641],[1.4808197021484375,-0.3753790855407715],[1.2091732025146484,-0.24442386627197266],[0.9236984252929688,-0.13984060287475586],[0.6259670257568359,-0.06319713592529297],[0.31754493713378906,-0.016060352325439453],[0,0],[0,0]]},{"type":"line","version":69,"versionNonce":820346227,"isDeleted":false,"id":"tlKrM68d35_KhFotyAY7h","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":839.1079139709473,"y":179.56834530830383,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":2.071941375732422,"height":2.0719425678253174,"seed":11025083,"groupIds":["bLsQwGGASM-ZYqBOKPZXJ","0jf-U7BSFJpgQqhNc0KpD","UMItHcH8iTgHzr7gsFUkN","Yoi9152wKReA_rvCRx3So"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192062,"link":null,"locked":false,"customData":{"boxId":"mFf9JRw4dAzXDtzrsLPr4","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.20810508728027344,0.021144390106201172],[-0.4022483825683594,0.08174467086791992],[-0.5781803131103516,0.1775517463684082],[-0.7316551208496094,0.30431652069091797],[-0.8584194183349609,0.4577901363372803],[-0.9542255401611328,0.6337234973907471],[-1.0148277282714844,0.8278663158416748],[-1.035970687866211,1.0359714031219482],[-1.0148277282714844,1.2440760135650635],[-0.9542255401611328,1.4382193088531494],[-0.8584194183349609,1.6141526699066162],[-0.7316551208496094,1.7676260471343994],[-0.5781803131103516,1.8943908214569092],[-0.4022483825683594,1.9901978969573975],[-0.20810508728027344,2.050798177719116],[0,2.0719425678253174],[0.20810508728027344,2.050798177719116],[0.4022483825683594,1.9901978969573975],[0.5781822204589844,1.8943908214569092],[0.7316551208496094,1.7676260471343994],[0.8584194183349609,1.6141526699066162],[0.9542255401611328,1.4382193088531494],[1.0148277282714844,1.2440760135650635],[1.035970687866211,1.0359714031219482],[1.0148277282714844,0.8278663158416748],[0.9542255401611328,0.6337234973907471],[0.8584194183349609,0.4577901363372803],[0.7316551208496094,0.30431652069091797],[0.5781822204589844,0.1775517463684082],[0.4022483825683594,0.08174467086791992],[0.20810508728027344,0.021144390106201172],[0,0],[0,0]]},{"type":"line","version":69,"versionNonce":1481738045,"isDeleted":false,"id":"wJJeYXiPUPpyHGSDdcNyT","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":824.6043167114258,"y":198.21582794189453,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":6.2158273458480835,"height":6.215827941894531,"seed":1763320437,"groupIds":["bLsQwGGASM-ZYqBOKPZXJ","0jf-U7BSFJpgQqhNc0KpD","UMItHcH8iTgHzr7gsFUkN","Yoi9152wKReA_rvCRx3So"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192062,"link":null,"locked":false,"customData":{"boxId":"mFf9JRw4dAzXDtzrsLPr4","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.31754446029663086,-0.01605987548828125],[-0.6259670257568359,-0.06319808959960938],[-0.923698902130127,-0.13984107971191406],[-1.2091727256774902,-0.24442481994628906],[-1.4808201789855957,-0.3753795623779297],[-1.7370729446411133,-0.5311374664306641],[-1.976362943649292,-0.7101306915283203],[-2.19712233543396,-0.9107913970947266],[-2.397782802581787,-1.131551742553711],[-2.5767762660980225,-1.370840072631836],[-2.732534408569336,-1.6270942687988281],[-2.863489270210266,-1.8987407684326172],[-2.968072772026062,-2.184215545654297],[-3.0447168350219727,-2.4819469451904297],[-3.0918532609939575,-2.7903690338134766],[-3.107913851737976,-3.1079139709472656],[-3.0918532609939575,-3.4254589080810547],[-3.0447168350219727,-3.7338790893554688],[-2.968072772026062,-4.031612396240234],[-2.863489270210266,-4.317085266113281],[-2.732534408569336,-4.588733673095703],[-2.5767762660980225,-4.8449859619140625],[-2.397782802581787,-5.08427619934082],[-2.19712233543396,-5.305034637451172],[-1.976362943649292,-5.505695343017578],[-1.7370729446411133,-5.684690475463867],[-1.4808201789855957,-5.840448379516602],[-1.2091727256774902,-5.971403121948242],[-0.923698902130127,-6.075986862182617],[-0.6259670257568359,-6.152629852294922],[-0.31754446029663086,-6.199766159057617],[0,-6.215827941894531],[0.31754446029663086,-6.199766159057617],[0.6259670257568359,-6.152629852294922],[0.923698902130127,-6.075986862182617],[1.2091727256774902,-5.971403121948242],[1.4808201789855957,-5.840448379516602],[1.7370729446411133,-5.684690475463867],[1.976363182067871,-5.505695343017578],[2.197122573852539,-5.305034637451172],[2.397782802581787,-5.08427619934082],[2.5767760276794434,-4.8449859619140625],[2.732534408569336,-4.588733673095703],[2.8634896278381348,-4.317085266113281],[2.9680728912353516,-4.031612396240234],[3.0447163581848145,-3.7338790893554688],[3.091853141784668,-3.4254589080810547],[3.1079134941101074,-3.1079139709472656],[3.091853141784668,-2.7903690338134766],[3.0447163581848145,-2.4819469451904297],[2.9680728912353516,-2.184215545654297],[2.8634896278381348,-1.8987407684326172],[2.732534408569336,-1.6270942687988281],[2.5767760276794434,-1.370840072631836],[2.397782802581787,-1.131551742553711],[2.197122573852539,-0.9107913970947266],[1.976363182067871,-0.7101306915283203],[1.7370729446411133,-0.5311374664306641],[1.4808201789855957,-0.3753795623779297],[1.2091727256774902,-0.24442481994628906],[0.923698902130127,-0.13984107971191406],[0.6259670257568359,-0.06319808959960938],[0.31754446029663086,-0.01605987548828125],[0,0],[0,0]]},{"type":"line","version":69,"versionNonce":886789907,"isDeleted":false,"id":"vfa4ERsfToRaQAVYLssZN","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":824.6043167114258,"y":194.07194328308105,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":2.0719425678253174,"height":2.071941375732422,"seed":1726425947,"groupIds":["bLsQwGGASM-ZYqBOKPZXJ","0jf-U7BSFJpgQqhNc0KpD","UMItHcH8iTgHzr7gsFUkN","Yoi9152wKReA_rvCRx3So"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192062,"link":null,"locked":false,"customData":{"boxId":"mFf9JRw4dAzXDtzrsLPr4","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.20810508728027344,0.021142959594726562],[-0.40224790573120117,0.08174514770507812],[-0.578181266784668,0.17755126953125],[-0.7316548824310303,0.30431556701660156],[-0.85841965675354,0.4577903747558594],[-0.9542267322540283,0.6337223052978516],[-1.014827013015747,0.8278656005859375],[-1.0359714031219482,1.035970687866211],[-1.014827013015747,1.2440757751464844],[-0.9542267322540283,1.4382190704345703],[-0.85841965675354,1.6141529083251953],[-0.7316548824310303,1.7676258087158203],[-0.578181266784668,1.8943901062011719],[-0.40224790573120117,1.9901962280273438],[-0.20810508728027344,2.0507984161376953],[0,2.071941375732422],[0.20810461044311523,2.0507984161376953],[0.40224790573120117,1.9901962280273438],[0.578181266784668,1.8943901062011719],[0.7316546440124512,1.7676258087158203],[0.8584194183349609,1.6141529083251953],[0.9542264938354492,1.4382190704345703],[1.014826774597168,1.2440757751464844],[1.0359711647033691,1.035970687866211],[1.014826774597168,0.8278656005859375],[0.9542264938354492,0.6337223052978516],[0.8584194183349609,0.4577903747558594],[0.7316546440124512,0.30431556701660156],[0.578181266784668,0.17755126953125],[0.40224790573120117,0.08174514770507812],[0.20810461044311523,0.021142959594726562],[0,0],[0,0]]},{"type":"line","version":69,"versionNonce":444045213,"isDeleted":false,"id":"SUlxOtIM2K1lZ5FA6olUN","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":839.1079139709473,"y":179.56834530830383,"strokeColor":"#00000000","backgroundColor":"#fff","width":2.071941375732422,"height":2.0719425678253174,"seed":1056443349,"groupIds":["Imlm7lma3kh6nm0GbqnYM","0jf-U7BSFJpgQqhNc0KpD","UMItHcH8iTgHzr7gsFUkN","Yoi9152wKReA_rvCRx3So"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192062,"link":null,"locked":false,"customData":{"boxId":"mFf9JRw4dAzXDtzrsLPr4","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.20810508728027344,0.021144390106201172],[-0.4022483825683594,0.08174467086791992],[-0.5781803131103516,0.1775517463684082],[-0.7316551208496094,0.30431652069091797],[-0.8584194183349609,0.4577901363372803],[-0.9542255401611328,0.6337234973907471],[-1.0148277282714844,0.8278663158416748],[-1.035970687866211,1.0359714031219482],[-1.0148277282714844,1.2440760135650635],[-0.9542255401611328,1.4382193088531494],[-0.8584194183349609,1.6141526699066162],[-0.7316551208496094,1.7676260471343994],[-0.5781803131103516,1.8943908214569092],[-0.4022483825683594,1.9901978969573975],[-0.20810508728027344,2.050798177719116],[0,2.0719425678253174],[0.20810508728027344,2.050798177719116],[0.4022483825683594,1.9901978969573975],[0.5781822204589844,1.8943908214569092],[0.7316551208496094,1.7676260471343994],[0.8584194183349609,1.6141526699066162],[0.9542255401611328,1.4382193088531494],[1.0148277282714844,1.2440760135650635],[1.035970687866211,1.0359714031219482],[1.0148277282714844,0.8278663158416748],[0.9542255401611328,0.6337234973907471],[0.8584194183349609,0.4577901363372803],[0.7316551208496094,0.30431652069091797],[0.5781822204589844,0.1775517463684082],[0.4022483825683594,0.08174467086791992],[0.20810508728027344,0.021144390106201172],[0,0],[0,0]]},{"type":"line","version":69,"versionNonce":472186035,"isDeleted":false,"id":"r__v-ZM6DDdGaZ2AduBI6","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":824.6043167114258,"y":194.07194328308105,"strokeColor":"#00000000","backgroundColor":"#fff","width":2.0719425678253174,"height":2.071941375732422,"seed":1430194171,"groupIds":["Imlm7lma3kh6nm0GbqnYM","0jf-U7BSFJpgQqhNc0KpD","UMItHcH8iTgHzr7gsFUkN","Yoi9152wKReA_rvCRx3So"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192062,"link":null,"locked":false,"customData":{"boxId":"mFf9JRw4dAzXDtzrsLPr4","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.20810508728027344,0.021142959594726562],[-0.40224790573120117,0.08174514770507812],[-0.578181266784668,0.17755126953125],[-0.7316548824310303,0.30431556701660156],[-0.85841965675354,0.4577903747558594],[-0.9542267322540283,0.6337223052978516],[-1.014827013015747,0.8278656005859375],[-1.0359714031219482,1.035970687866211],[-1.014827013015747,1.2440757751464844],[-0.9542267322540283,1.4382190704345703],[-0.85841965675354,1.6141529083251953],[-0.7316548824310303,1.7676258087158203],[-0.578181266784668,1.8943901062011719],[-0.40224790573120117,1.9901962280273438],[-0.20810508728027344,2.0507984161376953],[0,2.071941375732422],[0.20810461044311523,2.0507984161376953],[0.40224790573120117,1.9901962280273438],[0.578181266784668,1.8943901062011719],[0.7316546440124512,1.7676258087158203],[0.8584194183349609,1.6141529083251953],[0.9542264938354492,1.4382190704345703],[1.014826774597168,1.2440757751464844],[1.0359711647033691,1.035970687866211],[1.014826774597168,0.8278656005859375],[0.9542264938354492,0.6337223052978516],[0.8584194183349609,0.4577903747558594],[0.7316546440124512,0.30431556701660156],[0.578181266784668,0.17755126953125],[0.40224790573120117,0.08174514770507812],[0.20810461044311523,0.021142959594726562],[0,0],[0,0]]},{"type":"line","version":69,"versionNonce":1648139261,"isDeleted":false,"id":"22a1g2CAalVJ3Pv0IPrV7","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":827.8906478881836,"y":186.820143699646,"strokeColor":"#00000000","backgroundColor":"#669df6","width":6.394245028495789,"height":9.225899696350098,"seed":1745996085,"groupIds":["hzEwgkzL2L5ZAVOU-8IgX","0jf-U7BSFJpgQqhNc0KpD","UMItHcH8iTgHzr7gsFUkN","Yoi9152wKReA_rvCRx3So"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192062,"link":null,"locked":false,"customData":{"boxId":"mFf9JRw4dAzXDtzrsLPr4","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-2.2503600120544434,0],[-2.2503600120544434,0],[-2.462372303009033,-0.010685920715332031],[-2.668221950531006,-0.042052268981933594],[-2.8668718338012695,-0.0930624008178711],[-3.057284355163574,-0.16267967224121094],[-3.2384233474731445,-0.24986648559570312],[-3.4092516899108887,-0.35358524322509766],[-3.568732261657715,-0.47280120849609375],[-3.7158279418945312,-0.6064748764038086],[-3.849501132965088,-0.753570556640625],[-3.968716621398926,-0.913050651550293],[-4.0724358558654785,-1.083878517150879],[-4.159622669219971,-1.2650175094604492],[-4.2292397022247314,-1.4554309844970703],[-4.280249834060669,-1.6540803909301758],[-4.31161642074585,-1.8599300384521484],[-4.322302579879761,-2.0719423294067383],[-4.322302579879761,-3.1079134941101074],[-4.322302579879761,-3.1079134941101074],[-4.316173315048218,-3.2672781944274902],[-4.298089265823364,-3.4234819412231445],[-4.268505811691284,-3.5760602951049805],[-4.227878093719482,-3.724550247192383],[-4.176661252975464,-3.8684868812561035],[-4.1153106689453125,-4.007407188415527],[-4.044281721115112,-4.140848159790039],[-3.96402907371521,-4.268344879150391],[-3.7776756286621094,-4.503653049468994],[-3.5598926544189453,-4.709621906280518],[-3.314321517944336,-4.882542610168457],[-3.182253360748291,-4.955450057983398],[-3.044604778289795,-5.018704414367676],[-3.1479320526123047,-5.301258563995361],[-3.223741054534912,-5.5956830978393555],[-3.270413875579834,-5.9008989334106445],[-3.2863311767578125,-6.215826988220215],[-3.276798725128174,-6.459532260894775],[-3.2489209175109863,-6.697841644287109],[-3.203777313232422,-6.929675817489624],[-3.142446517944336,-7.153956413269043],[-3.485318183898926,-7.062928199768066],[-3.815906524658203,-6.9439857006073],[-4.132853746414185,-6.798486232757568],[-4.434802532196045,-6.6277875900268555],[-4.720395803451538,-6.433246612548828],[-4.98827600479126,-6.216220378875732],[-5.237085819244385,-5.978066921234131],[-5.465467929840088,-5.7201433181762695],[-5.672065019607544,-5.443807601928711],[-5.855519771575928,-5.150415897369385],[-6.014474511146545,-4.841325759887695],[-6.14757227897644,-4.517895221710205],[-6.2534555196762085,-4.18148136138916],[-6.330767035484314,-3.833441734313965],[-6.3781492710113525,-3.4751334190368652],[-6.394245028495789,-3.1079134941101074],[-6.394245028495789,-2.0719423294067383],[-6.394245028495789,-2.0719423294067383],[-6.3728097677230835,-1.6488656997680664],[-6.3099037408828735,-1.2378711700439453],[-6.207625985145569,-0.8410558700561523],[-6.068075895309448,-0.46052074432373047],[-5.893352746963501,-0.09836578369140625],[-5.685555696487427,0.24331188201904297],[-5.446784019470215,0.5624113082885742],[-5.1791369915008545,0.8568344116210938],[-4.884714126586914,1.1244821548461914],[-4.5656139850616455,1.3632535934448242],[-4.223936557769775,1.5710506439208984],[-3.8617806434631348,1.7457733154296875],[-3.481245994567871,1.8853235244750977],[-3.0844311714172363,1.9876022338867188],[-2.673436164855957,2.0505075454711914],[-2.2503600120544434,2.0719432830810547],[0,2.0719432830810547],[0,2.0719432830810547],[-0.07643890380859375,1.8250904083251953],[-0.13237428665161133,1.5690650939941406],[-0.16672706604003906,1.3054866790771484],[-0.17841768264770508,1.0359716415405273],[-0.16672706604003906,0.7664575576782227],[-0.13237428665161133,0.5028781890869141],[-0.07643890380859375,0.24685287475585938],[0,0],[0,0]]},{"type":"line","version":69,"versionNonce":1651043923,"isDeleted":false,"id":"xOnvdHgMw4rXM3tfCZW1I","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":838.0892086029053,"y":186.820143699646,"strokeColor":"#00000000","backgroundColor":"#4285f4","width":5.369785308837891,"height":9.231654167175293,"seed":833769627,"groupIds":["0k3BKTxDP3GNOFRxykTmG","0jf-U7BSFJpgQqhNc0KpD","UMItHcH8iTgHzr7gsFUkN","Yoi9152wKReA_rvCRx3So"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192062,"link":null,"locked":false,"customData":{"boxId":"mFf9JRw4dAzXDtzrsLPr4","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-1.2316551208496094,0],[-1.2316551208496094,0],[-1.1552162170410156,0.24685287475585938],[-1.0992794036865234,0.5028781890869141],[-1.0649280548095703,0.7664575576782227],[-1.0532379150390625,1.0359716415405273],[-1.0649280548095703,1.3054866790771484],[-1.0992794036865234,1.5690650939941406],[-1.1552162170410156,1.8250904083251953],[-1.2316551208496094,2.0719432830810547],[0,2.0719432830810547],[0,2.0719432830810547],[0.21201133728027344,2.0826292037963867],[0.4178638458251953,2.1139955520629883],[0.6165122985839844,2.165006637573242],[0.8069248199462891,2.2346229553222656],[0.9880638122558594,2.321809768676758],[1.1588916778564453,2.4255285263061523],[1.3183727264404297,2.5447444915771484],[1.4654693603515625,2.6784181594848633],[1.599142074584961,2.8255138397216797],[1.7183570861816406,2.9849939346313477],[1.8220748901367188,3.1558218002319336],[1.9092636108398438,3.336960792541504],[1.9788799285888672,3.527374267578125],[2.0298900604248047,3.7260236740112305],[2.0612564086914062,3.931873321533203],[2.071941375732422,4.143885612487793],[2.071941375732422,5.179856300354004],[2.071941375732422,5.179856300354004],[2.065746307373047,5.341246604919434],[2.0474605560302734,5.499213218688965],[2.0175399780273438,5.653304100036621],[1.9764385223388672,5.803057670593262],[1.9246139526367188,5.948025703430176],[1.8625221252441406,6.087746620178223],[1.7906169891357422,6.221772193908691],[1.7093524932861328,6.349640846252441],[1.6191864013671875,6.470900535583496],[1.5205707550048828,6.585095405578613],[1.4139633178710938,6.691769599914551],[1.2998199462890625,6.790467262268066],[1.1785945892333984,6.880736351013184],[1.0507431030273438,6.962119102478027],[0.916717529296875,7.0341596603393555],[0.7769775390625,7.096402168273926],[0.8769798278808594,7.378058433532715],[0.951080322265625,7.670504570007324],[0.9971237182617188,7.973742485046387],[1.012948989868164,8.28777027130127],[1.0033283233642578,8.53156566619873],[0.9748191833496094,8.77050495147705],[0.9279670715332031,9.004048347473145],[0.8633098602294922,9.231654167175293],[1.2083377838134766,9.141573905944824],[1.5410652160644531,9.02332592010498],[1.8601150512695312,8.87828540802002],[2.1641178131103516,8.707823753356934],[2.4516983032226562,8.513319969177246],[2.7214832305908203,8.29614543914795],[2.9720935821533203,8.057673454284668],[3.202157974243164,7.799281120300293],[3.4103031158447266,7.522339820861816],[3.595155715942383,7.228226661682129],[3.755338668823242,6.918313026428223],[3.8894805908203125,6.593976020812988],[3.9962024688720703,6.256587028503418],[4.074134826660156,5.9075212478637695],[4.1219024658203125,5.548151969909668],[4.138130187988281,5.179856300354004],[4.138130187988281,4.143885612487793],[4.138130187988281,4.143885612487793],[4.117706298828125,3.720808982849121],[4.055688858032227,3.309814453125],[3.9541778564453125,2.912999153137207],[3.815288543701172,2.532464027404785],[3.641122817993164,2.170309066772461],[3.4337902069091797,1.8286314010620117],[3.1954002380371094,1.5095319747924805],[2.9280567169189453,1.215108871459961],[2.6338729858398438,0.9474611282348633],[2.314950942993164,0.7086896896362305],[1.9734001159667969,0.5008926391601562],[1.6113319396972656,0.3261699676513672],[1.2308483123779297,0.18661975860595703],[0.8340606689453125,0.08434104919433594],[0.4230766296386719,0.02143573760986328],[0,0],[0,0]]},{"type":"line","version":69,"versionNonce":128062557,"isDeleted":false,"id":"Pha6_rrf2jyAkYber6lwo","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":830.820143699646,"y":183.7122302055359,"strokeColor":"#00000000","backgroundColor":"#669df6","width":9.32374095916748,"height":6.2158273458480835,"seed":902617749,"groupIds":["i5AMZ8vmi5dvu1cdufARt","0jf-U7BSFJpgQqhNc0KpD","UMItHcH8iTgHzr7gsFUkN","Yoi9152wKReA_rvCRx3So"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192062,"link":null,"locked":false,"customData":{"boxId":"mFf9JRw4dAzXDtzrsLPr4","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-3.1079134941101074,0],[-3.1079134941101074,0],[-3.4254579544067383,-0.016060352325439453],[-3.733880043029785,-0.06319713592529297],[-4.031612396240234,-0.13984060287475586],[-4.317086219787598,-0.24442386627197266],[-4.588733196258545,-0.3753790855407715],[-4.8449859619140625,-0.5311374664306641],[-5.0842766761779785,-0.7101306915283203],[-5.3050360679626465,-0.9107909202575684],[-5.5056962966918945,-1.1315503120422363],[-5.684689521789551,-1.3708405494689941],[-5.840447425842285,-1.6270933151245117],[-5.971402645111084,-1.8987407684326172],[-6.075986385345459,-2.1842145919799805],[-6.15263032913208,-2.4819464683532715],[-6.199766635894775,-2.7903690338134766],[-6.215826988220215,-3.1079134941101074],[-6.199766635894775,-3.4254579544067383],[-6.15263032913208,-3.7338805198669434],[-6.075986385345459,-4.031612396240234],[-5.971402645111084,-4.317086219787598],[-5.840447425842285,-4.588733673095703],[-5.684689521789551,-4.844986438751221],[-5.5056962966918945,-5.084276437759399],[-5.3050360679626465,-5.305035829544067],[-5.0842766761779785,-5.5056962966918945],[-4.8449859619140625,-5.68468976020813],[-4.588733196258545,-5.840447902679443],[-4.317086219787598,-5.9714027643203735],[-4.031612396240234,-6.075986266136169],[-3.733880043029785,-6.15263032913208],[-3.4254579544067383,-6.199766755104065],[-3.1079134941101074,-6.2158273458480835],[0,-6.2158273458480835],[0,-6.2158273458480835],[0.31754493713378906,-6.199766755104065],[0.6259670257568359,-6.15263032913208],[0.9236993789672852,-6.075986266136169],[1.2091732025146484,-5.9714027643203735],[1.480820655822754,-5.840447902679443],[1.7370729446411133,-5.68468976020813],[1.976363182067871,-5.5056962966918945],[2.197122573852539,-5.305035829544067],[2.3977832794189453,-5.084276437759399],[2.5767765045166016,-4.844986438751221],[2.732534408569336,-4.588733673095703],[2.863490104675293,-4.317086219787598],[2.968073844909668,-4.031612396240234],[3.0447168350219727,-3.7338805198669434],[3.091853141784668,-3.4254579544067383],[3.1079139709472656,-3.1079134941101074],[3.091853141784668,-2.7903690338134766],[3.0447168350219727,-2.4819464683532715],[2.968073844909668,-2.1842145919799805],[2.863490104675293,-1.8987407684326172],[2.732534408569336,-1.6270933151245117],[2.5767765045166016,-1.3708405494689941],[2.3977832794189453,-1.1315503120422363],[2.197122573852539,-0.9107909202575684],[1.976363182067871,-0.7101306915283203],[1.7370729446411133,-0.5311374664306641],[1.480820655822754,-0.3753790855407715],[1.2091732025146484,-0.24442386627197266],[0.9236993789672852,-0.13984060287475586],[0.6259670257568359,-0.06319713592529297],[0.31754493713378906,-0.016060352325439453],[0,0],[0,0]]},{"type":"line","version":69,"versionNonce":1249750003,"isDeleted":false,"id":"sj7VlqgOhoxh5Jv_PgLaF","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":827.7122302055359,"y":179.56834530830383,"strokeColor":"#00000000","backgroundColor":"#669df6","width":5.179856300354004,"height":2.0719425678253174,"seed":2113111355,"groupIds":["i5AMZ8vmi5dvu1cdufARt","0jf-U7BSFJpgQqhNc0KpD","UMItHcH8iTgHzr7gsFUkN","Yoi9152wKReA_rvCRx3So"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192062,"link":null,"locked":false,"customData":{"boxId":"mFf9JRw4dAzXDtzrsLPr4","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.20810413360595703,0.021144390106201172],[-0.40224790573120117,0.08174467086791992],[-0.578181266784668,0.1775517463684082],[-0.7316546440124512,0.30431652069091797],[-0.8584194183349609,0.4577901363372803],[-0.9542264938354492,0.6337234973907471],[-1.014826774597168,0.8278663158416748],[-1.0359711647033691,1.0359714031219482],[-1.014826774597168,1.2440760135650635],[-0.9542264938354492,1.4382193088531494],[-0.8584194183349609,1.6141526699066162],[-0.7316546440124512,1.7676260471343994],[-0.578181266784668,1.8943908214569092],[-0.40224790573120117,1.9901978969573975],[-0.20810413360595703,2.050798177719116],[0,2.0719425678253174],[3.1079134941101074,2.0719425678253174],[3.1079134941101074,2.0719425678253174],[3.316018581390381,2.050798177719116],[3.510161876678467,1.9901978969573975],[3.6860947608947754,1.8943908214569092],[3.839568614959717,1.7676260471343994],[3.9663338661193848,1.6141526699066162],[4.062139987945557,1.4382193088531494],[4.122740268707275,1.2440760135650635],[4.143885135650635,1.0359714031219482],[4.122740268707275,0.8278663158416748],[4.062139987945557,0.6337234973907471],[3.9663338661193848,0.4577901363372803],[3.839568614959717,0.30431652069091797],[3.6860947608947754,0.1775517463684082],[3.510161876678467,0.08174467086791992],[3.316018581390381,0.021144390106201172],[3.1079134941101074,0],[0,0],[0,0]]},{"type":"line","version":69,"versionNonce":1719238845,"isDeleted":false,"id":"HHg9hefQ3CY87i4fyL2oK","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":833.9280576705933,"y":190.9640293121338,"strokeColor":"#00000000","backgroundColor":"#669df6","width":9.323740482330322,"height":6.215827941894531,"seed":819904501,"groupIds":["i5AMZ8vmi5dvu1cdufARt","0jf-U7BSFJpgQqhNc0KpD","UMItHcH8iTgHzr7gsFUkN","Yoi9152wKReA_rvCRx3So"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192062,"link":null,"locked":false,"customData":{"boxId":"mFf9JRw4dAzXDtzrsLPr4","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-3.1079139709472656,0],[-3.1079139709472656,0],[-3.4254579544067383,-0.016060829162597656],[-3.733880043029785,-0.06319713592529297],[-4.031612396240234,-0.13984203338623047],[-4.317086219787598,-0.24442481994628906],[-4.588733673095703,-0.3753795623779297],[-4.8449859619140625,-0.5311374664306641],[-5.084277153015137,-0.7101316452026367],[-5.305035591125488,-0.9107913970947266],[-5.5056962966918945,-1.1315507888793945],[-5.684689521789551,-1.3708410263061523],[-5.840447425842285,-1.6270942687988281],[-5.971403121948242,-1.8987417221069336],[-6.075986385345459,-2.1842145919799805],[-6.152629852294922,-2.4819469451904297],[-6.199766635894775,-2.790369987487793],[-6.215827465057373,-3.1079139709472656],[-6.199766635894775,-3.4254579544067383],[-6.152629852294922,-3.7338809967041016],[-6.075986385345459,-4.031613349914551],[-5.971403121948242,-4.317086219787598],[-5.840447425842285,-4.588733673095703],[-5.684689521789551,-4.844986915588379],[-5.5056962966918945,-5.084277153015137],[-5.305035591125488,-5.305036544799805],[-5.084277153015137,-5.5056962966918945],[-4.8449859619140625,-5.684690475463867],[-4.588733673095703,-5.840448379516602],[-4.317086219787598,-5.971403121948242],[-4.031612396240234,-6.075986862182617],[-3.733880043029785,-6.152630805969238],[-3.4254579544067383,-6.199767112731934],[-3.1079139709472656,-6.215827941894531],[0,-6.215827941894531],[0,-6.215827941894531],[0.31754493713378906,-6.199767112731934],[0.6259670257568359,-6.152630805969238],[0.9236984252929688,-6.075986862182617],[1.209172248840332,-5.971403121948242],[1.480820655822754,-5.840448379516602],[1.7370729446411133,-5.684690475463867],[1.9763622283935547,-5.5056962966918945],[2.1971216201782227,-5.305036544799805],[2.397782325744629,-5.084277153015137],[2.576775550842285,-4.844986915588379],[2.7325353622436523,-4.588733673095703],[2.86348819732666,-4.317086219787598],[2.968071937561035,-4.031613349914551],[3.0447168350219727,-3.7338809967041016],[3.091853141784668,-3.4254579544067383],[3.107913017272949,-3.1079139709472656],[3.091853141784668,-2.790369987487793],[3.0447168350219727,-2.4819469451904297],[2.968071937561035,-2.1842145919799805],[2.86348819732666,-1.8987417221069336],[2.7325353622436523,-1.6270942687988281],[2.576775550842285,-1.3708410263061523],[2.397782325744629,-1.1315507888793945],[2.1971216201782227,-0.9107913970947266],[1.9763622283935547,-0.7101316452026367],[1.7370729446411133,-0.5311374664306641],[1.480820655822754,-0.3753795623779297],[1.209172248840332,-0.24442481994628906],[0.9236984252929688,-0.13984203338623047],[0.6259670257568359,-0.06319713592529297],[0.31754493713378906,-0.016060829162597656],[0,0],[0,0]]},{"type":"line","version":69,"versionNonce":2020193683,"isDeleted":false,"id":"4PAZtPIbyJtcHr6X2Fvgo","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":830.820143699646,"y":186.820143699646,"strokeColor":"#00000000","backgroundColor":"#669df6","width":5.179856300354004,"height":2.0719432830810547,"seed":1634018779,"groupIds":["i5AMZ8vmi5dvu1cdufARt","0jf-U7BSFJpgQqhNc0KpD","UMItHcH8iTgHzr7gsFUkN","Yoi9152wKReA_rvCRx3So"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192062,"link":null,"locked":false,"customData":{"boxId":"mFf9JRw4dAzXDtzrsLPr4","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.20810413360595703,0.021144866943359375],[-0.40224742889404297,0.08174514770507812],[-0.5781803131103516,0.1775522232055664],[-0.731654167175293,0.3043174743652344],[-0.8584194183349609,0.4577903747558594],[-0.9542255401611328,0.633723258972168],[-1.014826774597168,0.8278675079345703],[-1.035970687866211,1.0359716415405273],[-1.014826774597168,1.2440757751464844],[-0.9542255401611328,1.4382200241088867],[-0.8584194183349609,1.6141529083251953],[-0.731654167175293,1.7676258087158203],[-0.5781803131103516,1.8943910598754883],[-0.40224742889404297,1.9901981353759766],[-0.20810413360595703,2.0507984161376953],[0,2.0719432830810547],[3.1079139709472656,2.0719432830810547],[3.1079139709472656,2.0719432830810547],[3.316019058227539,2.0507984161376953],[3.510162353515625,1.9901981353759766],[3.6860952377319336,1.8943910598754883],[3.8395681381225586,1.7676258087158203],[3.9663333892822266,1.6141529083251953],[4.062140464782715,1.4382200241088867],[4.12274169921875,1.2440757751464844],[4.143885612487793,1.0359716415405273],[4.12274169921875,0.8278675079345703],[4.062140464782715,0.633723258972168],[3.9663333892822266,0.4577903747558594],[3.8395681381225586,0.3043174743652344],[3.6860952377319336,0.1775522232055664],[3.510162353515625,0.08174514770507812],[3.316019058227539,0.021144866943359375],[3.1079139709472656,0],[0,0],[0,0]]},{"type":"line","version":69,"versionNonce":1684300061,"isDeleted":false,"id":"qOr0mYh-AkNzifRKgyVVA","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":836,"y":198.21582794189453,"strokeColor":"#00000000","backgroundColor":"#669df6","width":9.32374095916748,"height":6.215827941894531,"seed":793573717,"groupIds":["i5AMZ8vmi5dvu1cdufARt","0jf-U7BSFJpgQqhNc0KpD","UMItHcH8iTgHzr7gsFUkN","Yoi9152wKReA_rvCRx3So"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192062,"link":null,"locked":false,"customData":{"boxId":"mFf9JRw4dAzXDtzrsLPr4","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-3.107913017272949,0],[-3.107913017272949,0],[-3.4254579544067383,-0.01605987548828125],[-3.733880043029785,-0.06319808959960938],[-4.031612396240234,-0.13984107971191406],[-4.317085266113281,-0.24442481994628906],[-4.588733673095703,-0.3753795623779297],[-4.8449859619140625,-0.5311374664306641],[-5.08427619934082,-0.7101306915283203],[-5.305035591125488,-0.9107913970947266],[-5.505695343017578,-1.131551742553711],[-5.684689521789551,-1.370840072631836],[-5.840447425842285,-1.6270942687988281],[-5.971403121948242,-1.8987407684326172],[-6.075985908508301,-2.184215545654297],[-6.152629852294922,-2.4819469451904297],[-6.199766159057617,-2.7903690338134766],[-6.215826988220215,-3.1079139709472656],[-6.199766159057617,-3.4254589080810547],[-6.152629852294922,-3.7338790893554688],[-6.075985908508301,-4.031612396240234],[-5.971403121948242,-4.317085266113281],[-5.840447425842285,-4.588733673095703],[-5.684689521789551,-4.8449859619140625],[-5.505695343017578,-5.08427619934082],[-5.305035591125488,-5.305034637451172],[-5.08427619934082,-5.505695343017578],[-4.8449859619140625,-5.684690475463867],[-4.588733673095703,-5.840448379516602],[-4.317085266113281,-5.971403121948242],[-4.031612396240234,-6.075986862182617],[-3.733880043029785,-6.152629852294922],[-3.4254579544067383,-6.199766159057617],[-3.107913017272949,-6.215827941894531],[0,-6.215827941894531],[0,-6.215827941894531],[0.31754493713378906,-6.199766159057617],[0.6259670257568359,-6.152629852294922],[0.9236984252929688,-6.075986862182617],[1.2091732025146484,-5.971403121948242],[1.4808197021484375,-5.840448379516602],[1.7370738983154297,-5.684690475463867],[1.9763622283935547,-5.505695343017578],[2.197122573852539,-5.305034637451172],[2.3977832794189453,-5.08427619934082],[2.5767765045166016,-4.8449859619140625],[2.732534408569336,-4.588733673095703],[2.8634891510009766,-4.317085266113281],[2.9680728912353516,-4.031612396240234],[3.0447158813476562,-3.7338790893554688],[3.0918540954589844,-3.4254589080810547],[3.1079139709472656,-3.1079139709472656],[3.0918540954589844,-2.7903690338134766],[3.0447158813476562,-2.4819469451904297],[2.9680728912353516,-2.184215545654297],[2.8634891510009766,-1.8987407684326172],[2.732534408569336,-1.6270942687988281],[2.5767765045166016,-1.370840072631836],[2.3977832794189453,-1.131551742553711],[2.197122573852539,-0.9107913970947266],[1.9763622283935547,-0.7101306915283203],[1.7370738983154297,-0.5311374664306641],[1.4808197021484375,-0.3753795623779297],[1.2091732025146484,-0.24442481994628906],[0.9236984252929688,-0.13984107971191406],[0.6259670257568359,-0.06319808959960938],[0.31754493713378906,-0.01605987548828125],[0,0],[0,0]]},{"type":"line","version":69,"versionNonce":1264814899,"isDeleted":false,"id":"Wxw-3uF6lqGiZ4f1yU54B","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":832.892086982727,"y":194.07194328308105,"strokeColor":"#00000000","backgroundColor":"#669df6","width":5.1798553466796875,"height":2.071941375732422,"seed":1931063931,"groupIds":["i5AMZ8vmi5dvu1cdufARt","0jf-U7BSFJpgQqhNc0KpD","UMItHcH8iTgHzr7gsFUkN","Yoi9152wKReA_rvCRx3So"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192062,"link":null,"locked":false,"customData":{"boxId":"mFf9JRw4dAzXDtzrsLPr4","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.20810508728027344,0.021142959594726562],[-0.4022483825683594,0.08174514770507812],[-0.578181266784668,0.17755126953125],[-0.7316551208496094,0.30431556701660156],[-0.8584194183349609,0.4577903747558594],[-0.9542264938354492,0.6337223052978516],[-1.014826774597168,0.8278656005859375],[-1.0359716415405273,1.035970687866211],[-1.014826774597168,1.2440757751464844],[-0.9542264938354492,1.4382190704345703],[-0.8584194183349609,1.6141529083251953],[-0.7316551208496094,1.7676258087158203],[-0.578181266784668,1.8943901062011719],[-0.4022483825683594,1.9901962280273438],[-0.20810508728027344,2.0507984161376953],[0,2.071941375732422],[3.107913017272949,2.071941375732422],[3.107913017272949,2.071941375732422],[3.3160181045532227,2.0507984161376953],[3.5101613998413086,1.9901962280273438],[3.6860952377319336,1.8943901062011719],[3.8395681381225586,1.7676258087158203],[3.96633243560791,1.6141529083251953],[4.062140464782715,1.4382190704345703],[4.122740745544434,1.2440757751464844],[4.14388370513916,1.035970687866211],[4.122740745544434,0.8278656005859375],[4.062140464782715,0.6337223052978516],[3.96633243560791,0.4577903747558594],[3.8395681381225586,0.30431556701660156],[3.6860952377319336,0.17755126953125],[3.5101613998413086,0.08174514770507812],[3.3160181045532227,0.021142959594726562],[3.107913017272949,0],[0,0],[0,0]]},{"type":"line","version":69,"versionNonce":919876989,"isDeleted":false,"id":"mMsb0UxjqcuIii1AOiyDu","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":829.7841730117798,"y":183.7122302055359,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":5.179856300354004,"height":6.2158273458480835,"seed":711788213,"groupIds":["QwT6gQulnk9jTSXJU4mzC","0jf-U7BSFJpgQqhNc0KpD","UMItHcH8iTgHzr7gsFUkN","Yoi9152wKReA_rvCRx3So"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192062,"link":null,"locked":false,"customData":{"boxId":"mFf9JRw4dAzXDtzrsLPr4","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,-2.0719423294067383],[-2.0719428062438965,-2.0719423294067383],[-2.0719428062438965,-2.0719423294067383],[-2.2800469398498535,-2.0930867195129395],[-2.4741907119750977,-2.153687000274658],[-2.6501240730285645,-2.2494940757751465],[-2.8035974502563477,-2.3762588500976562],[-2.9303622245788574,-2.5297322273254395],[-3.0261693000793457,-2.7056655883789062],[-3.0867695808410645,-2.899808883666992],[-3.1079139709472656,-3.1079134941101074],[-3.0867695808410645,-3.316018581390381],[-3.0261693000793457,-3.5101613998413086],[-2.9303622245788574,-3.6860947608947754],[-2.8035974502563477,-3.8395683765411377],[-2.6501240730285645,-3.9663331508636475],[-2.4741907119750977,-4.062140226364136],[-2.2800469398498535,-4.1227405071258545],[-2.0719428062438965,-4.143884897232056],[0,-4.143884897232056],[0,-6.2158273458480835],[-2.0719428062438965,-6.2158273458480835],[-2.0719428062438965,-6.2158273458480835],[-2.3894872665405273,-6.199766755104065],[-2.697909355163574,-6.15263032913208],[-2.9956417083740234,-6.075986266136169],[-3.2811155319213867,-5.9714027643203735],[-3.552762508392334,-5.840447902679443],[-3.8090152740478516,-5.68468976020813],[-4.048305988311768,-5.5056962966918945],[-4.2690653800964355,-5.305035829544067],[-4.469725608825684,-5.084276437759399],[-4.64871883392334,-4.844986438751221],[-4.804476737976074,-4.588733673095703],[-4.935431957244873,-4.317086219787598],[-5.040015697479248,-4.031612396240234],[-5.116659641265869,-3.7338805198669434],[-5.1637959480285645,-3.4254579544067383],[-5.179856300354004,-3.1079134941101074],[-5.1637959480285645,-2.7903690338134766],[-5.116659641265869,-2.4819464683532715],[-5.040015697479248,-2.1842145919799805],[-4.935431957244873,-1.8987407684326172],[-4.804476737976074,-1.6270933151245117],[-4.64871883392334,-1.3708405494689941],[-4.469725608825684,-1.1315503120422363],[-4.2690653800964355,-0.9107909202575684],[-4.048305988311768,-0.7101306915283203],[-3.8090152740478516,-0.5311374664306641],[-3.552762508392334,-0.3753790855407715],[-3.2811155319213867,-0.24442386627197266],[-2.9956417083740234,-0.13984060287475586],[-2.697909355163574,-0.06319713592529297],[-2.3894872665405273,-0.016060352325439453],[-2.0719428062438965,0],[0,0],[0,0]]},{"type":"line","version":69,"versionNonce":2010229971,"isDeleted":false,"id":"0T5OV0eyBKJbOsvZz-eZE","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":832.892086982727,"y":190.9640293121338,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":5.179856777191162,"height":6.215827941894531,"seed":1137945371,"groupIds":["QwT6gQulnk9jTSXJU4mzC","0jf-U7BSFJpgQqhNc0KpD","UMItHcH8iTgHzr7gsFUkN","Yoi9152wKReA_rvCRx3So"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192063,"link":null,"locked":false,"customData":{"boxId":"mFf9JRw4dAzXDtzrsLPr4","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,-2.0719423294067383],[-2.0719432830810547,-2.0719423294067383],[-2.0719432830810547,-2.0719423294067383],[-2.2800474166870117,-2.0930871963500977],[-2.4741907119750977,-2.1536874771118164],[-2.6501235961914062,-2.2494945526123047],[-2.8035974502563477,-2.3762598037719727],[-2.9303627014160156,-2.5297327041625977],[-3.0261688232421875,-2.7056655883789062],[-3.0867700576782227,-2.8998098373413086],[-3.1079139709472656,-3.1079139709472656],[-3.0867700576782227,-3.3160181045532227],[-3.0261688232421875,-3.510162353515625],[-2.9303627014160156,-3.6860952377319336],[-2.8035974502563477,-3.8395681381225586],[-2.6501235961914062,-3.9663333892822266],[-2.4741907119750977,-4.062140464782715],[-2.2800474166870117,-4.122740745544434],[-2.0719432830810547,-4.143885612487793],[0,-4.143885612487793],[0,-6.215827941894531],[-2.0719432830810547,-6.215827941894531],[-2.0719432830810547,-6.215827941894531],[-2.3894872665405273,-6.199767112731934],[-2.697909355163574,-6.152630805969238],[-2.9956417083740234,-6.075986862182617],[-3.2811155319213867,-5.971403121948242],[-3.552762985229492,-5.840448379516602],[-3.8090152740478516,-5.684690475463867],[-4.048306465148926,-5.5056962966918945],[-4.269064903259277,-5.305036544799805],[-4.469725608825684,-5.084277153015137],[-4.64871883392334,-4.844986915588379],[-4.804476737976074,-4.588733673095703],[-4.935432434082031,-4.317086219787598],[-5.040015697479248,-4.031613349914551],[-5.116659164428711,-3.7338809967041016],[-5.1637959480285645,-3.4254579544067383],[-5.179856777191162,-3.1079139709472656],[-5.1637959480285645,-2.790369987487793],[-5.116659164428711,-2.4819469451904297],[-5.040015697479248,-2.1842145919799805],[-4.935432434082031,-1.8987417221069336],[-4.804476737976074,-1.6270942687988281],[-4.64871883392334,-1.3708410263061523],[-4.469725608825684,-1.1315507888793945],[-4.269064903259277,-0.9107913970947266],[-4.048306465148926,-0.7101316452026367],[-3.8090152740478516,-0.5311374664306641],[-3.552762985229492,-0.3753795623779297],[-3.2811155319213867,-0.24442481994628906],[-2.9956417083740234,-0.13984203338623047],[-2.697909355163574,-0.06319713592529297],[-2.3894872665405273,-0.016060829162597656],[-2.0719432830810547,0],[0,0],[0,0]]},{"type":"line","version":69,"versionNonce":1762295261,"isDeleted":false,"id":"ApXxHUw9tC0SwU61_Fp5_","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":832.892086982727,"y":196.14388465881348,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":5.179856300354004,"height":6.215827941894531,"seed":1424254997,"groupIds":["QwT6gQulnk9jTSXJU4mzC","0jf-U7BSFJpgQqhNc0KpD","UMItHcH8iTgHzr7gsFUkN","Yoi9152wKReA_rvCRx3So"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192063,"link":null,"locked":false,"customData":{"boxId":"mFf9JRw4dAzXDtzrsLPr4","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.20810508728027344,-0.021142959594726562],[-0.4022483825683594,-0.08174514770507812],[-0.578181266784668,-0.17755126953125],[-0.7316551208496094,-0.30431556701660156],[-0.8584194183349609,-0.45778846740722656],[-0.9542264938354492,-0.6337223052978516],[-1.014826774597168,-0.8278656005859375],[-1.0359716415405273,-1.035970687866211],[-1.014826774597168,-1.2440757751464844],[-0.9542264938354492,-1.4382190704345703],[-0.8584194183349609,-1.6141510009765625],[-0.7316551208496094,-1.7676258087158203],[-0.578181266784668,-1.8943901062011719],[-0.4022483825683594,-1.9901962280273438],[-0.20810508728027344,-2.0507984161376953],[0,-2.071941375732422],[2.0719423294067383,-2.071941375732422],[2.0719423294067383,-4.143884658813477],[0,-4.143884658813477],[0,-4.143884658813477],[-0.31754493713378906,-4.1278228759765625],[-0.6259670257568359,-4.080686569213867],[-0.9236993789672852,-4.0040435791015625],[-1.209172248840332,-3.8994598388671875],[-1.480820655822754,-3.768505096435547],[-1.7370729446411133,-3.6127471923828125],[-1.976363182067871,-3.4337520599365234],[-2.197122573852539,-3.233091354370117],[-2.397782325744629,-3.0123329162597656],[-2.5767765045166016,-2.773042678833008],[-2.732534408569336,-2.5167903900146484],[-2.863490104675293,-2.2451419830322266],[-2.9680728912353516,-1.9596691131591797],[-3.0447168350219727,-1.661935806274414],[-3.091853141784668,-1.353515625],[-3.1079139709472656,-1.035970687866211],[-3.091853141784668,-0.7184257507324219],[-3.0447168350219727,-0.410003662109375],[-2.9680728912353516,-0.11227226257324219],[-2.863490104675293,0.1732025146484375],[-2.732534408569336,0.44484901428222656],[-2.5767765045166016,0.7011032104492188],[-2.397782325744629,0.9403915405273438],[-2.197122573852539,1.1611518859863281],[-1.976363182067871,1.3618125915527344],[-1.7370729446411133,1.5408058166503906],[-1.480820655822754,1.696563720703125],[-1.209172248840332,1.8275184631347656],[-0.9236993789672852,1.9321022033691406],[-0.6259670257568359,2.0087451934814453],[-0.31754493713378906,2.0558834075927734],[0,2.0719432830810547],[2.0719423294067383,2.0719432830810547],[2.0719423294067383,0],[0,0],[0,0]]},{"type":"line","version":69,"versionNonce":1632279155,"isDeleted":false,"id":"A-pjtFAafa-3Ya9uFOIVI","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":827.7122302055359,"y":179.56834530830383,"strokeColor":"#00000000","backgroundColor":"#fff","width":5.179856300354004,"height":2.0719425678253174,"seed":671453115,"groupIds":["vIr2szevGEhF_raCjaPmU","0jf-U7BSFJpgQqhNc0KpD","UMItHcH8iTgHzr7gsFUkN","Yoi9152wKReA_rvCRx3So"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192063,"link":null,"locked":false,"customData":{"boxId":"mFf9JRw4dAzXDtzrsLPr4","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.20810413360595703,0.021144390106201172],[-0.40224790573120117,0.08174467086791992],[-0.578181266784668,0.1775517463684082],[-0.7316546440124512,0.30431652069091797],[-0.8584194183349609,0.4577901363372803],[-0.9542264938354492,0.6337234973907471],[-1.014826774597168,0.8278663158416748],[-1.0359711647033691,1.0359714031219482],[-1.014826774597168,1.2440760135650635],[-0.9542264938354492,1.4382193088531494],[-0.8584194183349609,1.6141526699066162],[-0.7316546440124512,1.7676260471343994],[-0.578181266784668,1.8943908214569092],[-0.40224790573120117,1.9901978969573975],[-0.20810413360595703,2.050798177719116],[0,2.0719425678253174],[3.1079134941101074,2.0719425678253174],[3.1079134941101074,2.0719425678253174],[3.316018581390381,2.050798177719116],[3.510161876678467,1.9901978969573975],[3.6860947608947754,1.8943908214569092],[3.839568614959717,1.7676260471343994],[3.9663338661193848,1.6141526699066162],[4.062139987945557,1.4382193088531494],[4.122740268707275,1.2440760135650635],[4.143885135650635,1.0359714031219482],[4.122740268707275,0.8278663158416748],[4.062139987945557,0.6337234973907471],[3.9663338661193848,0.4577901363372803],[3.839568614959717,0.30431652069091797],[3.6860947608947754,0.1775517463684082],[3.510161876678467,0.08174467086791992],[3.316018581390381,0.021144390106201172],[3.1079134941101074,0],[0,0],[0,0]]},{"type":"line","version":69,"versionNonce":572045885,"isDeleted":false,"id":"sEOj2emtOPp_IHeQOnQj5","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":830.820143699646,"y":186.820143699646,"strokeColor":"#00000000","backgroundColor":"#fff","width":5.179856300354004,"height":2.0719432830810547,"seed":1890098549,"groupIds":["vIr2szevGEhF_raCjaPmU","0jf-U7BSFJpgQqhNc0KpD","UMItHcH8iTgHzr7gsFUkN","Yoi9152wKReA_rvCRx3So"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192063,"link":null,"locked":false,"customData":{"boxId":"mFf9JRw4dAzXDtzrsLPr4","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.20810413360595703,0.021144866943359375],[-0.40224742889404297,0.08174514770507812],[-0.5781803131103516,0.1775522232055664],[-0.731654167175293,0.3043174743652344],[-0.8584194183349609,0.4577903747558594],[-0.9542255401611328,0.633723258972168],[-1.014826774597168,0.8278675079345703],[-1.035970687866211,1.0359716415405273],[-1.014826774597168,1.2440757751464844],[-0.9542255401611328,1.4382200241088867],[-0.8584194183349609,1.6141529083251953],[-0.731654167175293,1.7676258087158203],[-0.5781803131103516,1.8943910598754883],[-0.40224742889404297,1.9901981353759766],[-0.20810413360595703,2.0507984161376953],[0,2.0719432830810547],[3.1079139709472656,2.0719432830810547],[3.1079139709472656,2.0719432830810547],[3.316019058227539,2.0507984161376953],[3.510162353515625,1.9901981353759766],[3.6860952377319336,1.8943910598754883],[3.8395681381225586,1.7676258087158203],[3.9663333892822266,1.6141529083251953],[4.062140464782715,1.4382200241088867],[4.12274169921875,1.2440757751464844],[4.143885612487793,1.0359716415405273],[4.12274169921875,0.8278675079345703],[4.062140464782715,0.633723258972168],[3.9663333892822266,0.4577903747558594],[3.8395681381225586,0.3043174743652344],[3.6860952377319336,0.1775522232055664],[3.510162353515625,0.08174514770507812],[3.316019058227539,0.021144866943359375],[3.1079139709472656,0],[0,0],[0,0]]},{"type":"line","version":69,"versionNonce":882168851,"isDeleted":false,"id":"MpWvNtGWXGZtCon4tW0tq","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":832.892086982727,"y":194.07194328308105,"strokeColor":"#00000000","backgroundColor":"#fff","width":5.1798553466796875,"height":2.071941375732422,"seed":1104273499,"groupIds":["vIr2szevGEhF_raCjaPmU","0jf-U7BSFJpgQqhNc0KpD","UMItHcH8iTgHzr7gsFUkN","Yoi9152wKReA_rvCRx3So"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192063,"link":null,"locked":false,"customData":{"boxId":"mFf9JRw4dAzXDtzrsLPr4","label":"Workflows","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.20810508728027344,0.021142959594726562],[-0.4022483825683594,0.08174514770507812],[-0.578181266784668,0.17755126953125],[-0.7316551208496094,0.30431556701660156],[-0.8584194183349609,0.4577903747558594],[-0.9542264938354492,0.6337223052978516],[-1.014826774597168,0.8278656005859375],[-1.0359716415405273,1.035970687866211],[-1.014826774597168,1.2440757751464844],[-0.9542264938354492,1.4382190704345703],[-0.8584194183349609,1.6141529083251953],[-0.7316551208496094,1.7676258087158203],[-0.578181266784668,1.8943901062011719],[-0.4022483825683594,1.9901962280273438],[-0.20810508728027344,2.0507984161376953],[0,2.071941375732422],[3.107913017272949,2.071941375732422],[3.107913017272949,2.071941375732422],[3.3160181045532227,2.0507984161376953],[3.5101613998413086,1.9901962280273438],[3.6860952377319336,1.8943901062011719],[3.8395681381225586,1.7676258087158203],[3.96633243560791,1.6141529083251953],[4.062140464782715,1.4382190704345703],[4.122740745544434,1.2440757751464844],[4.14388370513916,1.035970687866211],[4.122740745544434,0.8278656005859375],[4.062140464782715,0.6337223052978516],[3.96633243560791,0.4577903747558594],[3.8395681381225586,0.30431556701660156],[3.6860952377319336,0.17755126953125],[3.5101613998413086,0.08174514770507812],[3.3160181045532227,0.021142959594726562],[3.107913017272949,0],[0,0],[0,0]]},{"type":"line","version":38,"versionNonce":719350429,"isDeleted":true,"id":"k6klevnhMcunbRx_RmoAa","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1376,"y":124,"strokeColor":"#202124","backgroundColor":"transparent","width":208,"height":4,"seed":1076187067,"groupIds":["AzPA9An__d6O1UFM0dOL6","obvkXP-RtXlSw-r57bcUf"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192063,"link":null,"locked":false,"customData":{"boxId":"DHD8lZmI5nWWTfwiOXDm8","label":"Vertex AI","type":"child"},"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[104,-4],[208,0]]},{"type":"text","version":37,"versionNonce":1101453747,"isDeleted":true,"id":"cyPwroL_9zMsl150Fpotd","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1376,"y":133,"strokeColor":"#202124","backgroundColor":"transparent","width":91,"height":15,"seed":996466037,"groupIds":["AzPA9An__d6O1UFM0dOL6","obvkXP-RtXlSw-r57bcUf"],"strokeSharpness":"round","boundElements":[],"updated":1706297192063,"link":null,"locked":false,"customData":{"boxId":"DHD8lZmI5nWWTfwiOXDm8","label":"Vertex AI","type":"child"},"fontSize":12,"fontFamily":4,"text":"","baseline":11,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":""},{"id":"YMZc3qh-zTgnXg9S9t6Yn","type":"arrow","x":180,"y":521,"width":1.1368683772161603e-13,"height":79.79815673828114,"angle":0,"strokeColor":"#202124","backgroundColor":"#202124","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"sharp","seed":1457531125,"version":308,"versionNonce":873664253,"isDeleted":false,"boundElements":null,"updated":1706297192063,"link":null,"locked":false,"points":[[0,0],[-1.1368683772161603e-13,79.79815673828114]],"lastCommittedPoint":null,"startBinding":{"elementId":"nj3n8sIQkvq3qsdVAf1o9","focus":-4.841462769537617e-16,"gap":1},"endBinding":{"elementId":"aBkOKaVcG_fxXG48rXo6-","focus":0.2999999999999982,"gap":15.201843261718864},"startArrowhead":null,"endArrowhead":"triangle","fontFamily":2},{"id":"8-TssCdzfk8wVOoQfRqdV","type":"arrow","x":180,"y":580,"width":0,"height":59,"angle":0,"strokeColor":"#202124","backgroundColor":"#202124","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"sharp","seed":1400184565,"version":357,"versionNonce":363277139,"isDeleted":false,"boundElements":null,"updated":1706297192063,"link":null,"locked":false,"points":[[0,0],[0,-59]],"lastCommittedPoint":null,"startBinding":{"elementId":"mRifKViYW2QOIeaEO8xr-","focus":0,"gap":20},"endBinding":{"elementId":"nj3n8sIQkvq3qsdVAf1o9","focus":0,"gap":1},"startArrowhead":null,"endArrowhead":"triangle","fontFamily":2},{"type":"rectangle","version":78,"versionNonce":1546790749,"isDeleted":false,"id":"mRifKViYW2QOIeaEO8xr-","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":60,"y":600,"strokeColor":"#202124","backgroundColor":"#FFF","width":240,"height":106,"seed":188303029,"groupIds":["AzPA9An__d6O1UFM0dOL6","obvkXP-RtXlSw-r57bcUf","TW3-8nxeZVade15VCPkaJ"],"strokeSharpness":"round","boundElements":[{"id":"8-TssCdzfk8wVOoQfRqdV","type":"arrow"}],"updated":1706297192063,"link":null,"locked":false,"customData":{"boxId":"DHD8lZmI5nWWTfwiOXDm8","label":"Vertex AI","type":"container"}},{"type":"text","version":84,"versionNonce":1424771315,"isDeleted":false,"id":"aBkOKaVcG_fxXG48rXo6-","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":76,"y":614,"strokeColor":"#1A73E8","backgroundColor":"transparent","width":81,"height":23,"seed":1424714523,"groupIds":["AzPA9An__d6O1UFM0dOL6","obvkXP-RtXlSw-r57bcUf","TW3-8nxeZVade15VCPkaJ"],"strokeSharpness":"round","boundElements":[{"id":"YMZc3qh-zTgnXg9S9t6Yn","type":"arrow"}],"updated":1706297192063,"link":null,"locked":false,"customData":{"boxId":"DHD8lZmI5nWWTfwiOXDm8","label":"Vertex AI","type":"child"},"fontSize":20,"fontFamily":2,"text":"Vertex AI","baseline":19,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":"Vertex AI"},{"type":"text","version":92,"versionNonce":1972319165,"isDeleted":false,"id":"UId68GHaCaIauY3ZE3YFp","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":76,"y":638,"strokeColor":"#202124","backgroundColor":"transparent","width":98,"height":37,"seed":1378396181,"groupIds":["AzPA9An__d6O1UFM0dOL6","obvkXP-RtXlSw-r57bcUf","TW3-8nxeZVade15VCPkaJ"],"strokeSharpness":"round","boundElements":[],"updated":1706297192063,"link":null,"locked":false,"customData":{"boxId":"DHD8lZmI5nWWTfwiOXDm8","label":"Vertex AI","type":"child"},"fontSize":16,"fontFamily":2,"text":"\nGenerative AI","baseline":33,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":"\nGenerative AI"},{"type":"line","version":75,"versionNonce":1425846931,"isDeleted":false,"id":"RleDjHWSPdZ5vLs8xK9KU","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":281.9633045196533,"y":630.2981653213501,"strokeColor":"#00000000","backgroundColor":"#669df6","width":10.129972457885742,"height":8.601454734802246,"seed":1073324123,"groupIds":["Dw_6ytlpVTBJ6lNM2L85C","AzPA9An__d6O1UFM0dOL6","obvkXP-RtXlSw-r57bcUf","TW3-8nxeZVade15VCPkaJ"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192063,"link":null,"locked":false,"customData":{"boxId":"DHD8lZmI5nWWTfwiOXDm8","label":"Vertex AI","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.12380027770996094,-0.12568092346191406],[-0.2653388977050781,-0.22362327575683594],[-0.4204254150390625,-0.2931833267211914],[-0.5848636627197266,-0.33371543884277344],[-0.7544612884521484,-0.344573974609375],[-0.9250297546386719,-0.32511425018310547],[-1.0923709869384766,-0.2746915817260742],[-1.2522945404052734,-0.19266033172607422],[-9.96330451965332,6.206421852111816],[-9.96330451965332,6.48165225982666],[-9.96330451965332,6.48165225982666],[-9.780749320983887,6.479231834411621],[-9.607226371765137,6.511324882507324],[-9.446603775024414,6.575024604797363],[-9.302753448486328,6.667431831359863],[-9.179546356201172,6.785639762878418],[-9.080849647521973,6.926749229431152],[-9.010538101196289,7.087855339050293],[-8.972477912902832,7.266055107116699],[-8.970059394836426,7.448609352111816],[-9.002152442932129,7.622134208679199],[-9.065852165222168,7.782753944396973],[-9.158257484436035,7.926606178283691],[-9.276467323303223,8.049813270568848],[-9.41757583618164,8.14850902557373],[-9.578681945800781,8.218823432922363],[-9.756882667541504,8.256880760192871],[-9.96330451965332,8.256880760192871],[-9.665712356567383,8.206995964050293],[-9.399083137512207,8.064221382141113],[-0.16514015197753906,1.252293586730957],[-0.16514015197753906,1.252293586730957],[-0.04007530212402344,1.1279296875],[0.05611991882324219,0.985020637512207],[0.12296676635742188,0.828242301940918],[0.1599750518798828,0.6622714996337891],[0.16666793823242188,0.49178409576416016],[0.14255905151367188,0.3214597702026367],[0.08716392517089844,0.15597248077392578],[0,0],[0,0]]},{"type":"line","version":75,"versionNonce":206287901,"isDeleted":false,"id":"dnWYrfMeBDcPXGgMb15iT","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":271.8348627090454,"y":638.4587154388428,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":10.1350257396698,"height":8.601454734802246,"seed":238249685,"groupIds":["_Ip_8d5IIMt821GBi_8XJ","AzPA9An__d6O1UFM0dOL6","obvkXP-RtXlSw-r57bcUf","TW3-8nxeZVade15VCPkaJ"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192063,"link":null,"locked":false,"customData":{"boxId":"DHD8lZmI5nWWTfwiOXDm8","label":"Vertex AI","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.17820072174072266,-0.03862190246582031],[-0.3393058776855469,-0.1103057861328125],[-0.48041439056396484,-0.2106952667236328],[-0.5986232757568359,-0.3354358673095703],[-0.6910295486450195,-0.48017311096191406],[-0.754730224609375,-0.6405525207519531],[-0.7868223190307617,-0.8122215270996094],[-0.7844028472900391,-0.9908256530761719],[-0.6966743469238281,-1.2817497253417969],[-0.5263757705688477,-1.5223617553710938],[-0.28899097442626953,-1.6933059692382812],[-0.1499786376953125,-1.746603012084961],[0,-1.775228500366211],[0,-2.050457000732422],[-8.724770784378052,-8.449540138244629],[-8.724770784378052,-8.449540138244629],[-8.880178689956665,-8.531572341918945],[-9.044294834136963,-8.581995010375977],[-9.212926626205444,-8.601454734802246],[-9.38188099861145,-8.590595245361328],[-9.546964883804321,-8.550063133239746],[-9.703985452651978,-8.480504035949707],[-9.84874963760376,-8.382560729980469],[-9.977064490318298,-8.256880760192871],[-10.06304681301117,-8.100908279418945],[-10.115324258804321,-7.935420989990234],[-10.1350257396698,-7.7650957107543945],[-10.123280048370361,-7.594610214233398],[-10.081216216087341,-7.4286394119262695],[-10.009963035583496,-7.271860122680664],[-9.910649299621582,-7.128951072692871],[-9.784404039382935,-7.004586219787598],[-0.5504589080810547,-0.1926593780517578],[-0.5504589080810547,-0.1926593780517578],[-0.2855501174926758,-0.06020545959472656],[0,0],[0,0]]},{"type":"line","version":75,"versionNonce":1989077043,"isDeleted":false,"id":"t24XZRfgwWTDt66m5kNtH","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":272,"y":635.8440361022949,"strokeColor":"#00000000","backgroundColor":"#4285f4","width":3.660550117492676,"height":3.660552978515625,"seed":775609595,"groupIds":["fT8OS0SIAkNoTYqlawKMx","AzPA9An__d6O1UFM0dOL6","obvkXP-RtXlSw-r57bcUf","TW3-8nxeZVade15VCPkaJ"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192063,"link":null,"locked":false,"customData":{"boxId":"DHD8lZmI5nWWTfwiOXDm8","label":"Vertex AI","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.36707115173339844,0.03744316101074219],[-0.7097902297973633,0.14471054077148438],[-1.0205793380737305,0.31422996520996094],[-1.2918577194213867,0.5384197235107422],[-1.5160465240478516,0.8096961975097656],[-1.6855649948120117,1.1204872131347656],[-1.7928333282470703,1.463205337524414],[-1.8302745819091797,1.8302764892578125],[-1.7928333282470703,2.197347640991211],[-1.6855649948120117,2.5400657653808594],[-1.5160465240478516,2.8508567810058594],[-1.2918577194213867,3.122133255004883],[-1.0205793380737305,3.346323013305664],[-0.7097902297973633,3.5158424377441406],[-0.36707115173339844,3.623109817504883],[0,3.660552978515625],[0.36707210540771484,3.623109817504883],[0.7097911834716797,3.5158424377441406],[1.0205793380737305,3.346323013305664],[1.2918586730957031,3.122133255004883],[1.5160455703735352,2.8508567810058594],[1.6855659484863281,2.5400657653808594],[1.7928342819213867,2.197347640991211],[1.830275535583496,1.8302764892578125],[1.7933998107910156,1.463205337524414],[1.6875009536743164,1.1204872131347656],[1.519674301147461,0.8096961975097656],[1.2970190048217773,0.5384197235107422],[1.026627540588379,0.31422996520996094],[0.7155971527099609,0.14471054077148438],[0.37102222442626953,0.03744316101074219],[0,0],[0,0]]},{"type":"line","version":75,"versionNonce":744040573,"isDeleted":false,"id":"JN3nYPiGQ9IlHgC1gay9k","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":272,"y":638.555046081543,"strokeColor":"#00000000","backgroundColor":"#4285f4","width":1.7889909744262695,"height":1.788991928100586,"seed":220841013,"groupIds":["fT8OS0SIAkNoTYqlawKMx","AzPA9An__d6O1UFM0dOL6","obvkXP-RtXlSw-r57bcUf","TW3-8nxeZVade15VCPkaJ"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192063,"link":null,"locked":false,"customData":{"boxId":"DHD8lZmI5nWWTfwiOXDm8","label":"Vertex AI","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.18067264556884766,-0.018115997314453125],[-0.3487663269042969,-0.07009696960449219],[-0.5007343292236328,-0.15239715576171875],[-0.6330270767211914,-0.26146697998046875],[-0.7420978546142578,-0.39376068115234375],[-0.8243980407714844,-0.5457286834716797],[-0.8763790130615234,-0.7138214111328125],[-0.894495964050293,-0.8944950103759766],[-0.8763790130615234,-1.0751686096191406],[-0.8243980407714844,-1.2432613372802734],[-0.7420978546142578,-1.3952312469482422],[-0.6330270767211914,-1.5275230407714844],[-0.5007343292236328,-1.6365947723388672],[-0.3487663269042969,-1.718893051147461],[-0.18067264556884766,-1.7708740234375],[0,-1.788991928100586],[0.18067359924316406,-1.7708740234375],[0.3487672805786133,-1.718893051147461],[0.5007343292236328,-1.6365947723388672],[0.6330280303955078,-1.5275230407714844],[0.7420978546142578,-1.3952312469482422],[0.8243989944458008,-1.2432613372802734],[0.8763799667358398,-1.0751686096191406],[0.8944950103759766,-0.8944950103759766],[0.8944950103759766,-0.8807334899902344],[0.8944950103759766,-0.8807334899902344],[0.8769445419311523,-0.7006511688232422],[0.8263339996337891,-0.5341167449951172],[0.7457265853881836,-0.3843536376953125],[0.638188362121582,-0.25458717346191406],[0.5067825317382812,-0.1480426788330078],[0.35457324981689453,-0.0679473876953125],[0.18462467193603516,-0.017522811889648438],[0,0],[0,0],[0,0]]},{"type":"line","version":75,"versionNonce":1065970131,"isDeleted":false,"id":"LaZwui6OVRp0af7tja-gk","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":272,"y":638.555046081543,"strokeColor":"#00000000","backgroundColor":"#fff","width":1.7889909744262695,"height":1.788991928100586,"seed":107709851,"groupIds":["cEzi49hUg5ek1UyElRaJX","AzPA9An__d6O1UFM0dOL6","obvkXP-RtXlSw-r57bcUf","TW3-8nxeZVade15VCPkaJ"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192063,"link":null,"locked":false,"customData":{"boxId":"DHD8lZmI5nWWTfwiOXDm8","label":"Vertex AI","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.18067264556884766,-0.018115997314453125],[-0.3487663269042969,-0.07009696960449219],[-0.5007343292236328,-0.15239715576171875],[-0.6330270767211914,-0.26146697998046875],[-0.7420978546142578,-0.39376068115234375],[-0.8243980407714844,-0.5457286834716797],[-0.8763790130615234,-0.7138214111328125],[-0.894495964050293,-0.8944950103759766],[-0.8763790130615234,-1.0751686096191406],[-0.8243980407714844,-1.2432613372802734],[-0.7420978546142578,-1.3952312469482422],[-0.6330270767211914,-1.5275230407714844],[-0.5007343292236328,-1.6365947723388672],[-0.3487663269042969,-1.718893051147461],[-0.18067264556884766,-1.7708740234375],[0,-1.788991928100586],[0.18067359924316406,-1.7708740234375],[0.3487672805786133,-1.718893051147461],[0.5007343292236328,-1.6365947723388672],[0.6330280303955078,-1.5275230407714844],[0.7420978546142578,-1.3952312469482422],[0.8243989944458008,-1.2432613372802734],[0.8763799667358398,-1.0751686096191406],[0.8944950103759766,-0.8944950103759766],[0.8944950103759766,-0.8807334899902344],[0.8944950103759766,-0.8807334899902344],[0.8769445419311523,-0.7006511688232422],[0.8263339996337891,-0.5341167449951172],[0.7457265853881836,-0.3843536376953125],[0.638188362121582,-0.25458717346191406],[0.5067825317382812,-0.1480426788330078],[0.35457324981689453,-0.0679473876953125],[0.18462467193603516,-0.017522811889648438],[0,0],[0,0],[0,0]]},{"type":"line","version":75,"versionNonce":1735987421,"isDeleted":false,"id":"jouIBE4LfdmaFlEu9N9rx","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":264.5275230407715,"y":620.6100916862488,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":1.8727693557739258,"height":4.322310358285904,"seed":204305813,"groupIds":["EQTZGybAUJkO5fRBYiinq","AzPA9An__d6O1UFM0dOL6","obvkXP-RtXlSw-r57bcUf","TW3-8nxeZVade15VCPkaJ"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192063,"link":null,"locked":false,"customData":{"boxId":"DHD8lZmI5nWWTfwiOXDm8","label":"Vertex AI","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.18583345413208008,-0.01932525634765625],[-0.3590884208679199,-0.07461261749267578],[-0.5162162780761719,-0.16183137893676758],[-0.6536698341369629,-0.276949405670166],[-0.7679007053375244,-0.41593503952026367],[-0.8553612232208252,-0.5747561454772949],[-0.912503719329834,-0.7493815422058105],[-0.9357798099517822,-0.9357795715332031],[-0.9357798099517822,-3.275229334831238],[-0.9357798099517822,-3.275229334831238],[-0.9369893074035645,-3.4680510759353638],[-0.9015910625457764,-3.6515194177627563],[-0.8329720497131348,-3.8214412927627563],[-0.73451828956604,-3.973623752593994],[-0.609616756439209,-4.103873908519745],[-0.4616541862487793,-4.2079987823963165],[-0.29401683807373047,-4.281805396080017],[-0.1100921630859375,-4.321100860834122],[0.08272981643676758,-4.322310358285904],[0.26619815826416016,-4.286912202835083],[0.43612051010131836,-4.218293011188507],[0.5883026123046875,-4.119839370250702],[0.7185525894165039,-3.9949379563331604],[0.8226776123046875,-3.846975266933441],[0.896484375,-3.679338037967682],[0.9357800483703613,-3.4954127073287964],[0.9357800483703613,-3.275229334831238],[0.9357800483703613,-0.9357795715332031],[0.9357800483703613,-0.9357795715332031],[0.9209704399108887,-0.7454307079315186],[0.8689074516296387,-0.5689506530761719],[0.7836246490478516,-0.40988731384277344],[0.6691513061523438,-0.2717890739440918],[0.5295209884643555,-0.1582026481628418],[0.36876440048217773,-0.0726776123046875],[0.19091320037841797,-0.01876068115234375],[0,0],[0,0]]},{"type":"ellipse","version":75,"versionNonce":889370483,"isDeleted":false,"id":"hfZMS1Oben49M6ky0b2ME","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":263.5504586696625,"y":626.9954137802124,"strokeColor":"transparent","backgroundColor":"#aecbfa","width":1.8990826606750488,"height":1.8990826606750488,"seed":800987707,"groupIds":["AzPA9An__d6O1UFM0dOL6","obvkXP-RtXlSw-r57bcUf","TW3-8nxeZVade15VCPkaJ"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192063,"link":null,"locked":false,"customData":{"boxId":"DHD8lZmI5nWWTfwiOXDm8","label":"Vertex AI","type":"child"}},{"type":"ellipse","version":75,"versionNonce":456977725,"isDeleted":false,"id":"pQUIqfVHtHAqsezSWOD4V","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":263.5504586696625,"y":624.2431192398071,"strokeColor":"transparent","backgroundColor":"#aecbfa","width":1.8990826606750488,"height":1.8990826606750488,"seed":1182006005,"groupIds":["AzPA9An__d6O1UFM0dOL6","obvkXP-RtXlSw-r57bcUf","TW3-8nxeZVade15VCPkaJ"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192063,"link":null,"locked":false,"customData":{"boxId":"DHD8lZmI5nWWTfwiOXDm8","label":"Vertex AI","type":"child"}},{"type":"ellipse","version":75,"versionNonce":1967214867,"isDeleted":false,"id":"Ny3r2JQhgdjnwWijSCHXb","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":263.5504586696625,"y":621.4770641326904,"strokeColor":"transparent","backgroundColor":"#aecbfa","width":1.8990826606750488,"height":1.8990826606750488,"seed":118823643,"groupIds":["AzPA9An__d6O1UFM0dOL6","obvkXP-RtXlSw-r57bcUf","TW3-8nxeZVade15VCPkaJ"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192063,"link":null,"locked":false,"customData":{"boxId":"DHD8lZmI5nWWTfwiOXDm8","label":"Vertex AI","type":"child"}},{"type":"line","version":75,"versionNonce":1996897693,"isDeleted":false,"id":"hdKMNFO-MAQz3Pgxb2Y8J","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":279.4724769592285,"y":623.3486242294312,"strokeColor":"#00000000","backgroundColor":"#4285f4","width":1.871561050415039,"height":4.224770784378052,"seed":1954731093,"groupIds":["2BpdImuEaXDI_0Za0j3W6","AzPA9An__d6O1UFM0dOL6","obvkXP-RtXlSw-r57bcUf","TW3-8nxeZVade15VCPkaJ"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192063,"link":null,"locked":false,"customData":{"boxId":"DHD8lZmI5nWWTfwiOXDm8","label":"Vertex AI","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.19034957885742188,-0.019351959228515625],[-0.36682701110839844,-0.0748281478881836],[-0.5258922576904297,-0.16255760192871094],[-0.6639900207519531,-0.2786698341369629],[-0.7775764465332031,-0.4192948341369629],[-0.8631019592285156,-0.5805621147155762],[-0.9170169830322266,-0.758601188659668],[-0.9357795715332031,-0.9495415687561035],[-0.9357795715332031,-3.2889909744262695],[-0.9357795715332031,-3.2889909744262695],[-0.9170169830322266,-3.475389003753662],[-0.8631019592285156,-3.650014638900757],[-0.7775764465332031,-3.808835744857788],[-0.6639900207519531,-3.9478213787078857],[-0.5258922576904297,-4.062939405441284],[-0.36682701110839844,-4.150157928466797],[-0.19034957885742188,-4.205445766448975],[0,-4.224770784378052],[0.19034957885742188,-4.206010103225708],[0.36682891845703125,-4.152093172073364],[0.5258941650390625,-4.066567897796631],[0.6639919281005859,-3.952981948852539],[0.7775764465332031,-3.8148834705352783],[0.8631038665771484,-3.65582013130188],[0.9170188903808594,-3.4793403148651123],[0.9357814788818359,-3.2889909744262695],[0.9357814788818359,-0.9495415687561035],[0.9357814788818359,-0.9495415687561035],[0.9215354919433594,-0.758601188659668],[0.8708438873291016,-0.5805621147155762],[0.7872524261474609,-0.4192948341369629],[0.6743125915527344,-0.2786698341369629],[0.5355701446533203,-0.16255760192871094],[0.3745708465576172,-0.0748281478881836],[0.19486427307128906,-0.019351959228515625],[0,0],[0,0],[0,0]]},{"type":"ellipse","version":75,"versionNonce":297514675,"isDeleted":false,"id":"nZM1ev6odlVyxqQGjK_-0","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":278.55045890808105,"y":627.0091743469238,"strokeColor":"transparent","backgroundColor":"#4285f4","width":1.8990826606750488,"height":1.8990826606750488,"seed":688064379,"groupIds":["AzPA9An__d6O1UFM0dOL6","obvkXP-RtXlSw-r57bcUf","TW3-8nxeZVade15VCPkaJ"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192063,"link":null,"locked":false,"customData":{"boxId":"DHD8lZmI5nWWTfwiOXDm8","label":"Vertex AI","type":"child"}},{"type":"ellipse","version":75,"versionNonce":1107722749,"isDeleted":false,"id":"9SsLSN0mjvm5YFmEjY_7a","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":278.55045890808105,"y":624.2018346786499,"strokeColor":"transparent","backgroundColor":"#4285f4","width":1.8990826606750488,"height":1.8990826606750488,"seed":573538741,"groupIds":["AzPA9An__d6O1UFM0dOL6","obvkXP-RtXlSw-r57bcUf","TW3-8nxeZVade15VCPkaJ"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192063,"link":null,"locked":false,"customData":{"boxId":"DHD8lZmI5nWWTfwiOXDm8","label":"Vertex AI","type":"child"}},{"type":"ellipse","version":75,"versionNonce":689465427,"isDeleted":false,"id":"7hL5CNQcISIlSDlPwTTby","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":278.55045890808105,"y":616.385321110487,"strokeColor":"transparent","backgroundColor":"#4285f4","width":1.8990826606750488,"height":1.8990826606750488,"seed":2076860443,"groupIds":["AzPA9An__d6O1UFM0dOL6","obvkXP-RtXlSw-r57bcUf","TW3-8nxeZVade15VCPkaJ"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192063,"link":null,"locked":false,"customData":{"boxId":"DHD8lZmI5nWWTfwiOXDm8","label":"Vertex AI","type":"child"}},{"type":"line","version":75,"versionNonce":1631533661,"isDeleted":false,"id":"KuvZKZNpKb5RpRQ8eap1i","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":272,"y":631.6880741119385,"strokeColor":"#00000000","backgroundColor":"#669df6","width":1.8715600967407227,"height":4.147927284240723,"seed":1151304469,"groupIds":["WcimY1jo6cZrq1K79n622","AzPA9An__d6O1UFM0dOL6","obvkXP-RtXlSw-r57bcUf","TW3-8nxeZVade15VCPkaJ"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192063,"link":null,"locked":false,"customData":{"boxId":"DHD8lZmI5nWWTfwiOXDm8","label":"Vertex AI","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.18583297729492188,-0.01932525634765625],[-0.3590888977050781,-0.07461357116699219],[-0.5162162780761719,-0.1618328094482422],[-0.6536703109741211,-0.2769498825073242],[-0.7679004669189453,-0.4159355163574219],[-0.8553609848022461,-0.5747566223144531],[-0.9125041961669922,-0.7493829727172852],[-0.9357795715332031,-0.9357805252075195],[-0.9357795715332031,-3.316514015197754],[-0.9357795715332031,-3.316514015197754],[-0.896484375,-3.504955291748047],[-0.8226766586303711,-3.6758174896240234],[-0.7185525894165039,-3.8257150650024414],[-0.5883016586303711,-3.9512624740600586],[-0.43612003326416016,-4.049070358276367],[-0.26619815826416016,-4.115755081176758],[-0.08272933959960938,-4.147927284240723],[0.1100921630859375,-4.142202377319336],[0.2703113555908203,-4.108416557312012],[0.4190807342529297,-4.049957275390625],[0.5539798736572266,-3.969243049621582],[0.6725921630859375,-3.8686933517456055],[0.7724971771240234,-3.750725746154785],[0.8512763977050781,-3.6177616119384766],[0.9065103530883789,-3.472217559814453],[0.9357805252075195,-3.316514015197754],[0.9357805252075195,-0.9633035659790039],[0.9357805252075195,-0.9633035659790039],[0.9254856109619141,-0.7723360061645508],[0.8766489028930664,-0.5941085815429688],[0.793299674987793,-0.4323310852050781],[0.6794719696044922,-0.2907114028930664],[0.5391969680786133,-0.1729593276977539],[0.37650489807128906,-0.08278369903564453],[0.19542884826660156,-0.023894309997558594],[0,0],[0,0],[0,0]]},{"type":"ellipse","version":75,"versionNonce":1093527027,"isDeleted":false,"id":"vJz57sguCiVj0dvx_fTe6","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":271.05045986175537,"y":632.5412845611572,"strokeColor":"transparent","backgroundColor":"#669df6","width":1.8990826606750488,"height":1.8990826606750488,"seed":2036180155,"groupIds":["AzPA9An__d6O1UFM0dOL6","obvkXP-RtXlSw-r57bcUf","TW3-8nxeZVade15VCPkaJ"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192063,"link":null,"locked":false,"customData":{"boxId":"DHD8lZmI5nWWTfwiOXDm8","label":"Vertex AI","type":"child"}},{"type":"ellipse","version":75,"versionNonce":495052477,"isDeleted":false,"id":"9tUhsXHyvxY2PZ6B1tAyV","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":271.05045986175537,"y":624.6834859848022,"strokeColor":"transparent","backgroundColor":"#669df6","width":1.8990826606750488,"height":1.8990826606750488,"seed":273176693,"groupIds":["AzPA9An__d6O1UFM0dOL6","obvkXP-RtXlSw-r57bcUf","TW3-8nxeZVade15VCPkaJ"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192063,"link":null,"locked":false,"customData":{"boxId":"DHD8lZmI5nWWTfwiOXDm8","label":"Vertex AI","type":"child"}},{"type":"ellipse","version":75,"versionNonce":1627565971,"isDeleted":false,"id":"w7zoRkhK7fA8VNk55cMa1","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":271.05045986175537,"y":621.9174313545227,"strokeColor":"transparent","backgroundColor":"#669df6","width":1.8990826606750488,"height":1.8990826606750488,"seed":962549083,"groupIds":["AzPA9An__d6O1UFM0dOL6","obvkXP-RtXlSw-r57bcUf","TW3-8nxeZVade15VCPkaJ"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192063,"link":null,"locked":false,"customData":{"boxId":"DHD8lZmI5nWWTfwiOXDm8","label":"Vertex AI","type":"child"}},{"type":"line","version":75,"versionNonce":695207709,"isDeleted":false,"id":"9zIhitQb3sN0YwVek67Rf","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":275.74312019348145,"y":626.1284408569336,"strokeColor":"#00000000","backgroundColor":"#4285f4","width":1.8727693557739258,"height":4.322310447692871,"seed":250577365,"groupIds":["bx6NJhMDLsxYN6EgQeT44","AzPA9An__d6O1UFM0dOL6","obvkXP-RtXlSw-r57bcUf","TW3-8nxeZVade15VCPkaJ"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192063,"link":null,"locked":false,"customData":{"boxId":"DHD8lZmI5nWWTfwiOXDm8","label":"Vertex AI","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.1858348846435547,-0.01932525634765625],[-0.3590888977050781,-0.07461261749267578],[-0.5162172317504883,-0.16183185577392578],[-0.6536703109741211,-0.2769498825073242],[-0.7679014205932617,-0.4159355163574219],[-0.8553619384765625,-0.5747566223144531],[-0.9125041961669922,-0.7493820190429688],[-0.9357805252075195,-0.9357795715332031],[-0.9357805252075195,-3.2752299308776855],[-0.9357805252075195,-3.2752299308776855],[-0.9369897842407227,-3.4680519104003906],[-0.9015922546386719,-3.651519775390625],[-0.832972526550293,-3.821441650390625],[-0.7345190048217773,-3.9736242294311523],[-0.6096172332763672,-4.103874206542969],[-0.4616546630859375,-4.207999229431152],[-0.2940177917480469,-4.281805992126465],[-0.1100921630859375,-4.321101188659668],[0.08273029327392578,-4.322310447692871],[0.26619720458984375,-4.28691291809082],[0.43611907958984375,-4.218293190002441],[0.5883026123046875,-4.119840145111084],[0.7185516357421875,-3.994938373565674],[0.8226776123046875,-3.846975803375244],[0.896484375,-3.6793384552001953],[0.9357795715332031,-3.495412826538086],[0.9357795715332031,-3.2752299308776855],[0.9357795715332031,-0.9357795715332031],[0.9357795715332031,-0.9357795715332031],[0.9164543151855469,-0.7454309463500977],[0.8611660003662109,-0.5689516067504883],[0.7739486694335938,-0.40988826751708984],[0.6588306427001953,-0.27178955078125],[0.5198440551757812,-0.158203125],[0.36102294921875,-0.0726776123046875],[0.18639755249023438,-0.018761634826660156],[0,0],[0,0]]},{"type":"ellipse","version":75,"versionNonce":1791837491,"isDeleted":false,"id":"IDI049JEm9FBROywIPynj","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":274.8073396682739,"y":619.1376147270203,"strokeColor":"transparent","backgroundColor":"#4285f4","width":1.8990826606750488,"height":1.8990826606750488,"seed":992080379,"groupIds":["AzPA9An__d6O1UFM0dOL6","obvkXP-RtXlSw-r57bcUf","TW3-8nxeZVade15VCPkaJ"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192063,"link":null,"locked":false,"customData":{"boxId":"DHD8lZmI5nWWTfwiOXDm8","label":"Vertex AI","type":"child"}},{"type":"ellipse","version":75,"versionNonce":1736121213,"isDeleted":false,"id":"GSsqExs3sx_N4bV7y6CXw","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":274.8073396682739,"y":629.7201833724976,"strokeColor":"transparent","backgroundColor":"#4285f4","width":1.8990826606750488,"height":1.8990826606750488,"seed":1974107957,"groupIds":["AzPA9An__d6O1UFM0dOL6","obvkXP-RtXlSw-r57bcUf","TW3-8nxeZVade15VCPkaJ"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192063,"link":null,"locked":false,"customData":{"boxId":"DHD8lZmI5nWWTfwiOXDm8","label":"Vertex AI","type":"child"}},{"type":"ellipse","version":75,"versionNonce":905193171,"isDeleted":false,"id":"h5KIGcvl-GT-eHqRv3Zl3","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":274.8073396682739,"y":626.9541282653809,"strokeColor":"transparent","backgroundColor":"#4285f4","width":1.8990826606750488,"height":1.8990826606750488,"seed":1873279643,"groupIds":["AzPA9An__d6O1UFM0dOL6","obvkXP-RtXlSw-r57bcUf","TW3-8nxeZVade15VCPkaJ"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192063,"link":null,"locked":false,"customData":{"boxId":"DHD8lZmI5nWWTfwiOXDm8","label":"Vertex AI","type":"child"}},{"type":"ellipse","version":75,"versionNonce":1877255133,"isDeleted":false,"id":"Ip2f33ZgWVSsOqiUW4gh7","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":267.30733919143677,"y":629.7201833724976,"strokeColor":"transparent","backgroundColor":"#aecbfa","width":1.8990826606750488,"height":1.8990826606750488,"seed":987680917,"groupIds":["AzPA9An__d6O1UFM0dOL6","obvkXP-RtXlSw-r57bcUf","TW3-8nxeZVade15VCPkaJ"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192063,"link":null,"locked":false,"customData":{"boxId":"DHD8lZmI5nWWTfwiOXDm8","label":"Vertex AI","type":"child"}},{"type":"ellipse","version":75,"versionNonce":1762514035,"isDeleted":false,"id":"DLzlfqvIelbepcc3G3vp6","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":267.30733919143677,"y":621.9174313545227,"strokeColor":"transparent","backgroundColor":"#aecbfa","width":1.8990826606750488,"height":1.8990826606750488,"seed":61075259,"groupIds":["AzPA9An__d6O1UFM0dOL6","obvkXP-RtXlSw-r57bcUf","TW3-8nxeZVade15VCPkaJ"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192063,"link":null,"locked":false,"customData":{"boxId":"DHD8lZmI5nWWTfwiOXDm8","label":"Vertex AI","type":"child"}},{"type":"ellipse","version":75,"versionNonce":1455300669,"isDeleted":false,"id":"zjkws0EHUp1DQAc1qM7Vn","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":267.30733919143677,"y":619.1376147270203,"strokeColor":"transparent","backgroundColor":"#aecbfa","width":1.8990826606750488,"height":1.8990826606750488,"seed":1816262133,"groupIds":["AzPA9An__d6O1UFM0dOL6","obvkXP-RtXlSw-r57bcUf","TW3-8nxeZVade15VCPkaJ"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192063,"link":null,"locked":false,"customData":{"boxId":"DHD8lZmI5nWWTfwiOXDm8","label":"Vertex AI","type":"child"}},{"type":"line","version":75,"versionNonce":333499923,"isDeleted":false,"id":"M3ZGenfnI2G0YGzZEchTM","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":268.2706422805786,"y":628.8532114028931,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":1.8715600967407227,"height":4.2110090255737305,"seed":1769492443,"groupIds":["qp5Dzte1gH3A4Cs13JkTF","AzPA9An__d6O1UFM0dOL6","obvkXP-RtXlSw-r57bcUf","TW3-8nxeZVade15VCPkaJ"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192063,"link":null,"locked":false,"customData":{"boxId":"DHD8lZmI5nWWTfwiOXDm8","label":"Vertex AI","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,0],[-0.18586063385009766,-0.0181427001953125],[-0.35930299758911133,-0.0703125],[-0.516942024230957,-0.1531229019165039],[-0.6553897857666016,-0.2631874084472656],[-0.7712602615356445,-0.39712047576904297],[-0.8611669540405273,-0.5515336990356445],[-0.921722412109375,-0.7230415344238281],[-0.9495410919189453,-0.9082565307617188],[-0.9495410919189453,-3.2752294540405273],[-0.9495410919189453,-3.2752294540405273],[-0.9307804107666016,-3.461627960205078],[-0.8768630027770996,-3.6362533569335938],[-0.7913379669189453,-3.7950735092163086],[-0.6777524948120117,-3.9340600967407227],[-0.5396537780761719,-4.049178123474121],[-0.38059091567993164,-4.136396408081055],[-0.20411014556884766,-4.191683769226074],[-0.013761520385742188,-4.2110090255737305],[0.17658710479736328,-4.192248344421387],[0.35306835174560547,-4.138331413269043],[0.5121307373046875,-4.052806854248047],[0.6502294540405273,-3.939220428466797],[0.7638149261474609,-3.801121711730957],[0.8493404388427734,-3.642059326171875],[0.9032583236694336,-3.465579032897949],[0.9220190048217773,-3.2752294540405273],[0.9220190048217773,-0.9082565307617188],[0.9220190048217773,-0.9082565307617188],[0.8987693786621094,-0.7230415344238281],[0.8418149948120117,-0.5515336990356445],[0.7548646926879883,-0.39712047576904297],[0.6416282653808594,-0.2631874084472656],[0.5058145523071289,-0.1531229019165039],[0.3511323928833008,-0.0703125],[0.1812915802001953,-0.0181427001953125],[0,0],[0,0]]},{"type":"ellipse","version":208,"versionNonce":837357725,"isDeleted":true,"id":"2_8roWsBYBNnWs0EWUhS_","fillStyle":"hachure","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":300,"y":560,"strokeColor":"#000000","backgroundColor":"#000000","width":40,"height":42,"seed":1627955157,"groupIds":["TW3-8nxeZVade15VCPkaJ"],"strokeSharpness":"round","boundElements":[{"id":"B5CoSiyXMhd6bEXHvAg5w","type":"text"},{"id":"B5CoSiyXMhd6bEXHvAg5w","type":"text"},{"id":"B5CoSiyXMhd6bEXHvAg5w","type":"text"},{"id":"B5CoSiyXMhd6bEXHvAg5w","type":"text"},{"id":"B5CoSiyXMhd6bEXHvAg5w","type":"text"},{"type":"text","id":"B5CoSiyXMhd6bEXHvAg5w"}],"updated":1706297192063,"link":null,"locked":false,"endArrowhead":"triangle","fontFamily":2},{"type":"text","version":203,"versionNonce":157520819,"isDeleted":true,"id":"B5CoSiyXMhd6bEXHvAg5w","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":305,"y":565,"strokeColor":"#ffffff","backgroundColor":"#000000","width":30,"height":32,"seed":154252283,"groupIds":["TW3-8nxeZVade15VCPkaJ"],"strokeSharpness":"round","boundElements":[],"updated":1706297192063,"link":null,"locked":false,"fontSize":28,"fontFamily":2,"text":"6","baseline":25,"textAlign":"center","verticalAlign":"middle","containerId":"2_8roWsBYBNnWs0EWUhS_","originalText":"6"},{"id":"1i3bYbit3H_yyJyPhiZrP","type":"text","x":504.64283970424094,"y":791.9999912806918,"width":9,"height":32,"angle":0,"strokeColor":"#202124","backgroundColor":"#000000","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"round","seed":772108027,"version":33,"versionNonce":1595340029,"isDeleted":true,"boundElements":null,"updated":1706297192063,"link":null,"locked":false,"text":"","fontSize":28,"fontFamily":2,"textAlign":"center","verticalAlign":"top","baseline":25,"containerId":null,"originalText":""},{"type":"ellipse","version":150,"versionNonce":2042406227,"isDeleted":true,"id":"nEG-690muMOqyETqfiDTv","fillStyle":"hachure","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":860,"y":120,"strokeColor":"#000000","backgroundColor":"#000000","width":40,"height":42,"seed":1221929275,"groupIds":[],"strokeSharpness":"round","boundElements":[{"id":"z5QJUcF7r87HiVuyzYqN0","type":"text"},{"type":"text","id":"z5QJUcF7r87HiVuyzYqN0"}],"updated":1706297192063,"link":null,"locked":false,"endArrowhead":"triangle","fontFamily":2},{"type":"text","version":137,"versionNonce":164187485,"isDeleted":true,"id":"z5QJUcF7r87HiVuyzYqN0","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":865,"y":125,"strokeColor":"#ffffff","backgroundColor":"#000000","width":30,"height":32,"seed":962157557,"groupIds":[],"strokeSharpness":"round","boundElements":[],"updated":1706297192063,"link":null,"locked":false,"fontSize":28,"fontFamily":2,"text":"2","baseline":25,"textAlign":"center","verticalAlign":"middle","containerId":"nEG-690muMOqyETqfiDTv","originalText":"2"},{"type":"ellipse","version":134,"versionNonce":1279427315,"isDeleted":true,"id":"7cuclThNKzJF7dmbk6byX","fillStyle":"hachure","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":320,"y":40,"strokeColor":"#000000","backgroundColor":"#000000","width":40,"height":42,"seed":217357842,"groupIds":[],"strokeSharpness":"round","boundElements":[{"id":"opEbrk8Z0aDQrLQYT7GC7","type":"text"},{"type":"text","id":"opEbrk8Z0aDQrLQYT7GC7"}],"updated":1706297192063,"link":null,"locked":false,"endArrowhead":"triangle","fontFamily":2},{"type":"text","version":123,"versionNonce":1901173181,"isDeleted":true,"id":"opEbrk8Z0aDQrLQYT7GC7","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":325,"y":45,"strokeColor":"#ffffff","backgroundColor":"#000000","width":30,"height":32,"seed":1622770702,"groupIds":[],"strokeSharpness":"round","boundElements":[],"updated":1706297192063,"link":null,"locked":false,"fontSize":28,"fontFamily":2,"text":"1","baseline":25,"textAlign":"center","verticalAlign":"middle","containerId":"7cuclThNKzJF7dmbk6byX","originalText":"1"},{"type":"ellipse","version":155,"versionNonce":964406419,"isDeleted":true,"id":"E42YrbVd5BitjPkB46-74","fillStyle":"hachure","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":860,"y":380,"strokeColor":"#000000","backgroundColor":"#000000","width":40,"height":42,"seed":1541926034,"groupIds":[],"strokeSharpness":"round","boundElements":[{"id":"7r2B6ClK7aVDyKawxt6hX","type":"text"},{"id":"7r2B6ClK7aVDyKawxt6hX","type":"text"},{"type":"text","id":"7r2B6ClK7aVDyKawxt6hX"}],"updated":1706297192063,"link":null,"locked":false,"endArrowhead":"triangle","fontFamily":2},{"type":"ellipse","version":182,"versionNonce":1859213853,"isDeleted":true,"id":"wLSxQUeti5ekpLFrqhwFu","fillStyle":"hachure","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":300,"y":380,"strokeColor":"#000000","backgroundColor":"#000000","width":40,"height":42,"seed":1538703250,"groupIds":[],"strokeSharpness":"round","boundElements":[{"id":"zb77Wa6SJQ4P90yfDg491","type":"text"},{"id":"zb77Wa6SJQ4P90yfDg491","type":"text"},{"id":"zb77Wa6SJQ4P90yfDg491","type":"text"},{"type":"text","id":"zb77Wa6SJQ4P90yfDg491"}],"updated":1706297192063,"link":null,"locked":false,"endArrowhead":"triangle","fontFamily":2},{"type":"ellipse","version":200,"versionNonce":622764595,"isDeleted":true,"id":"AZUP-G4sIN7KkiXbxc__8","fillStyle":"hachure","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":60,"y":300,"strokeColor":"#000000","backgroundColor":"#000000","width":40,"height":42,"seed":906150606,"groupIds":[],"strokeSharpness":"round","boundElements":[{"id":"yWveCsn-MrHuKHOANs7r6","type":"text"},{"id":"yWveCsn-MrHuKHOANs7r6","type":"text"},{"id":"yWveCsn-MrHuKHOANs7r6","type":"text"},{"id":"yWveCsn-MrHuKHOANs7r6","type":"text"},{"type":"text","id":"yWveCsn-MrHuKHOANs7r6"}],"updated":1706297192063,"link":null,"locked":false,"endArrowhead":"triangle","fontFamily":2},{"type":"ellipse","version":222,"versionNonce":993660541,"isDeleted":true,"id":"9LCFWeFCmYBswqci0VxgF","fillStyle":"hachure","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":220,"y":60,"strokeColor":"#000000","backgroundColor":"#000000","width":40,"height":42,"seed":1854533390,"groupIds":[],"strokeSharpness":"round","boundElements":[{"id":"veKn7qSRUpaXuTl7aPDBX","type":"text"},{"id":"veKn7qSRUpaXuTl7aPDBX","type":"text"},{"id":"veKn7qSRUpaXuTl7aPDBX","type":"text"},{"id":"veKn7qSRUpaXuTl7aPDBX","type":"text"},{"id":"veKn7qSRUpaXuTl7aPDBX","type":"text"},{"type":"text","id":"veKn7qSRUpaXuTl7aPDBX"}],"updated":1706297192063,"link":null,"locked":false,"endArrowhead":"triangle","fontFamily":2},{"type":"ellipse","version":238,"versionNonce":940696531,"isDeleted":true,"id":"8kVd-1EPCbqsOfMd3y6Yv","fillStyle":"hachure","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":860,"y":120,"strokeColor":"#000000","backgroundColor":"#000000","width":40,"height":42,"seed":1291284050,"groupIds":[],"strokeSharpness":"round","boundElements":[{"id":"YG8doicVdzl1o1M79zc9f","type":"text"},{"id":"YG8doicVdzl1o1M79zc9f","type":"text"},{"id":"YG8doicVdzl1o1M79zc9f","type":"text"},{"id":"YG8doicVdzl1o1M79zc9f","type":"text"},{"id":"YG8doicVdzl1o1M79zc9f","type":"text"},{"id":"YG8doicVdzl1o1M79zc9f","type":"text"},{"type":"text","id":"YG8doicVdzl1o1M79zc9f"}],"updated":1706297192063,"link":null,"locked":false,"endArrowhead":"triangle","fontFamily":2},{"type":"ellipse","version":256,"versionNonce":1967994589,"isDeleted":true,"id":"QCWtZan_IRfiH5QaH_i8n","fillStyle":"hachure","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":300,"y":560,"strokeColor":"#000000","backgroundColor":"#000000","width":40,"height":42,"seed":247407822,"groupIds":[],"strokeSharpness":"round","boundElements":[{"id":"sUpSCTvMoMgEozyEy9YWD","type":"text"},{"id":"sUpSCTvMoMgEozyEy9YWD","type":"text"},{"id":"sUpSCTvMoMgEozyEy9YWD","type":"text"},{"id":"sUpSCTvMoMgEozyEy9YWD","type":"text"},{"id":"sUpSCTvMoMgEozyEy9YWD","type":"text"},{"id":"sUpSCTvMoMgEozyEy9YWD","type":"text"},{"id":"sUpSCTvMoMgEozyEy9YWD","type":"text"},{"type":"text","id":"sUpSCTvMoMgEozyEy9YWD"}],"updated":1706297192063,"link":null,"locked":false,"endArrowhead":"triangle","fontFamily":2},{"type":"text","version":141,"versionNonce":980152691,"isDeleted":true,"id":"7r2B6ClK7aVDyKawxt6hX","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":865,"y":385,"strokeColor":"#ffffff","backgroundColor":"#000000","width":30,"height":32,"seed":675831182,"groupIds":[],"strokeSharpness":"round","boundElements":[],"updated":1706297192063,"link":null,"locked":false,"fontSize":28,"fontFamily":2,"text":"5","baseline":25,"textAlign":"center","verticalAlign":"middle","containerId":"E42YrbVd5BitjPkB46-74","originalText":"5"},{"type":"text","version":167,"versionNonce":1738298173,"isDeleted":true,"id":"zb77Wa6SJQ4P90yfDg491","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":305,"y":385,"strokeColor":"#ffffff","backgroundColor":"#000000","width":30,"height":32,"seed":1875131022,"groupIds":[],"strokeSharpness":"round","boundElements":[],"updated":1706297192063,"link":null,"locked":false,"fontSize":28,"fontFamily":2,"text":"4","baseline":25,"textAlign":"center","verticalAlign":"middle","containerId":"wLSxQUeti5ekpLFrqhwFu","originalText":"4"},{"type":"text","version":184,"versionNonce":762530579,"isDeleted":true,"id":"yWveCsn-MrHuKHOANs7r6","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":65,"y":305,"strokeColor":"#ffffff","backgroundColor":"#000000","width":30,"height":32,"seed":848959762,"groupIds":[],"strokeSharpness":"round","boundElements":[],"updated":1706297192063,"link":null,"locked":false,"fontSize":28,"fontFamily":2,"text":"3","baseline":25,"textAlign":"center","verticalAlign":"middle","containerId":"AZUP-G4sIN7KkiXbxc__8","originalText":"3"},{"type":"text","version":205,"versionNonce":243852189,"isDeleted":true,"id":"veKn7qSRUpaXuTl7aPDBX","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":225,"y":65,"strokeColor":"#ffffff","backgroundColor":"#000000","width":30,"height":32,"seed":177918162,"groupIds":[],"strokeSharpness":"round","boundElements":[],"updated":1706297192063,"link":null,"locked":false,"fontSize":28,"fontFamily":2,"text":"1","baseline":25,"textAlign":"center","verticalAlign":"middle","containerId":"9LCFWeFCmYBswqci0VxgF","originalText":"1"},{"type":"text","version":220,"versionNonce":631140531,"isDeleted":true,"id":"YG8doicVdzl1o1M79zc9f","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":865,"y":125,"strokeColor":"#ffffff","backgroundColor":"#000000","width":30,"height":32,"seed":859494350,"groupIds":[],"strokeSharpness":"round","boundElements":[],"updated":1706297192063,"link":null,"locked":false,"fontSize":28,"fontFamily":2,"text":"2","baseline":25,"textAlign":"center","verticalAlign":"middle","containerId":"8kVd-1EPCbqsOfMd3y6Yv","originalText":"2"},{"type":"text","version":237,"versionNonce":1581541373,"isDeleted":true,"id":"sUpSCTvMoMgEozyEy9YWD","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":305,"y":565,"strokeColor":"#ffffff","backgroundColor":"#000000","width":30,"height":32,"seed":466409234,"groupIds":[],"strokeSharpness":"round","boundElements":[],"updated":1706297192064,"link":null,"locked":false,"fontSize":28,"fontFamily":2,"text":"6","baseline":25,"textAlign":"center","verticalAlign":"middle","containerId":"QCWtZan_IRfiH5QaH_i8n","originalText":"6"},{"type":"ellipse","version":182,"versionNonce":1687413331,"isDeleted":true,"id":"vaJcRJgdU4o6NTvljR1_1","fillStyle":"hachure","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":70,"y":310,"strokeColor":"#000000","backgroundColor":"#000000","width":40,"height":42,"seed":625554770,"groupIds":[],"strokeSharpness":"round","boundElements":[{"id":"7b1BYUz_FZZBPzsVl9a6C","type":"text"},{"id":"7b1BYUz_FZZBPzsVl9a6C","type":"text"},{"id":"7b1BYUz_FZZBPzsVl9a6C","type":"text"},{"type":"text","id":"7b1BYUz_FZZBPzsVl9a6C"}],"updated":1706297192064,"link":null,"locked":false,"endArrowhead":"triangle","fontFamily":2},{"type":"text","version":174,"versionNonce":1221615709,"isDeleted":true,"id":"7b1BYUz_FZZBPzsVl9a6C","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":75,"y":315,"strokeColor":"#ffffff","backgroundColor":"#000000","width":30,"height":32,"seed":386728142,"groupIds":[],"strokeSharpness":"round","boundElements":[],"updated":1706297192064,"link":null,"locked":false,"fontSize":28,"fontFamily":2,"text":"3","baseline":25,"textAlign":"center","verticalAlign":"middle","containerId":"vaJcRJgdU4o6NTvljR1_1","originalText":"3"},{"id":"Zc0Shtd0xzmFKRCjcSK2t","type":"text","x":1065,"y":84,"width":70,"height":32,"angle":0,"strokeColor":"#000000","backgroundColor":"#000000","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"round","seed":1805411282,"version":16,"versionNonce":858398707,"isDeleted":true,"boundElements":null,"updated":1706297192064,"link":null,"locked":false,"text":"","fontSize":28,"fontFamily":2,"textAlign":"center","verticalAlign":"middle","baseline":25,"containerId":"p8Bi6ZgIfMembXVaHAtS2","originalText":""},{"id":"xpBdVN_1k86nBKwPxUD8Y","type":"text","x":1075,"y":94,"width":70,"height":32,"angle":0,"strokeColor":"#000000","backgroundColor":"#000000","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"round","seed":633246798,"version":16,"versionNonce":66997437,"isDeleted":true,"boundElements":null,"updated":1706297192064,"link":null,"locked":false,"text":"","fontSize":28,"fontFamily":2,"textAlign":"center","verticalAlign":"middle","baseline":25,"containerId":"p8Bi6ZgIfMembXVaHAtS2","originalText":""},{"id":"M1tPt4058Zp3YSQ0bw8UQ","type":"text","x":1072.0202462332588,"y":60.611066545758774,"width":9,"height":32,"angle":0,"strokeColor":"#000000","backgroundColor":"#000000","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"round","seed":1454259918,"version":14,"versionNonce":2070391187,"isDeleted":true,"boundElements":null,"updated":1706297192064,"link":null,"locked":false,"text":"","fontSize":28,"fontFamily":2,"textAlign":"left","verticalAlign":"top","baseline":25,"containerId":null,"originalText":""},{"id":"p8Bi6ZgIfMembXVaHAtS2","type":"ellipse","x":860,"y":120,"width":40,"height":42,"angle":0,"strokeColor":"#000000","backgroundColor":"#000000","fillStyle":"hachure","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":["nL1rl8Za5qvqtkv5Y5Qu9"],"strokeSharpness":"round","seed":781690898,"version":45,"versionNonce":258977053,"isDeleted":true,"boundElements":[{"type":"text","id":"AHFZx9U-72RwAbzrO2C9e"}],"updated":1706297192064,"link":null,"locked":false,"endArrowhead":"triangle","fontFamily":2},{"id":"AHFZx9U-72RwAbzrO2C9e","type":"text","x":865,"y":125,"width":30,"height":32,"angle":0,"strokeColor":"#ffffff","backgroundColor":"#000000","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":["nL1rl8Za5qvqtkv5Y5Qu9"],"strokeSharpness":"round","seed":281733842,"version":164,"versionNonce":579010355,"isDeleted":true,"boundElements":null,"updated":1706297192064,"link":null,"locked":false,"text":"2","fontSize":28,"fontFamily":2,"textAlign":"center","verticalAlign":"middle","baseline":25,"containerId":"p8Bi6ZgIfMembXVaHAtS2","originalText":"2"},{"id":"Ky9mwfK9223ZEx2JlsBIl","type":"ellipse","x":860,"y":380,"width":40,"height":42,"angle":0,"strokeColor":"#000000","backgroundColor":"#000000","fillStyle":"hachure","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":["KSaQN6TukoETMxMFCubQ2"],"strokeSharpness":"round","seed":173940626,"version":65,"versionNonce":2056651133,"isDeleted":true,"boundElements":[{"id":"2S-F5SeyTZ_JAzO5u_9Bb","type":"text"},{"type":"text","id":"2S-F5SeyTZ_JAzO5u_9Bb"}],"updated":1706297192064,"link":null,"locked":false,"endArrowhead":"triangle","fontFamily":2},{"id":"2S-F5SeyTZ_JAzO5u_9Bb","type":"text","x":865,"y":385,"width":30,"height":32,"angle":0,"strokeColor":"#ffffff","backgroundColor":"#000000","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":["KSaQN6TukoETMxMFCubQ2"],"strokeSharpness":"round","seed":1774377614,"version":183,"versionNonce":585277651,"isDeleted":true,"boundElements":null,"updated":1706297192064,"link":null,"locked":false,"text":"4","fontSize":28,"fontFamily":2,"textAlign":"center","verticalAlign":"middle","baseline":25,"containerId":"Ky9mwfK9223ZEx2JlsBIl","originalText":"4"},{"id":"7WqARZJTwXgEeTckHL-Ip","type":"ellipse","x":860,"y":120,"width":40,"height":42,"angle":0,"strokeColor":"#000000","backgroundColor":"#000000","fillStyle":"hachure","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"round","seed":474209358,"version":40,"versionNonce":314091037,"isDeleted":false,"boundElements":[{"type":"text","id":"jo-pf5JvYea-s7CjBTHpD"}],"updated":1706297200427,"link":null,"locked":false,"endArrowhead":"triangle","fontFamily":2},{"id":"M-2KfBQZsM_IIKRp_Jvvy","type":"ellipse","x":860,"y":380,"width":40,"height":42,"angle":0,"strokeColor":"#000000","backgroundColor":"#000000","fillStyle":"hachure","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"round","seed":1574548238,"version":53,"versionNonce":253892147,"isDeleted":false,"boundElements":[{"id":"ql49vLJSzV-yNPv9wCOMR","type":"text"},{"type":"text","id":"ql49vLJSzV-yNPv9wCOMR"}],"updated":1706297200427,"link":null,"locked":false,"endArrowhead":"triangle","fontFamily":2},{"id":"zGPC5UswF07LVN2PLO3uk","type":"ellipse","x":63,"y":291,"width":40,"height":42.666666666666664,"angle":0,"strokeColor":"#000000","backgroundColor":"#000000","fillStyle":"hachure","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"round","seed":934227666,"version":133,"versionNonce":2086132349,"isDeleted":false,"boundElements":[{"id":"skZg-0s0ptWmNiGx2_jQQ","type":"text"},{"id":"skZg-0s0ptWmNiGx2_jQQ","type":"text"},{"type":"text","id":"skZg-0s0ptWmNiGx2_jQQ"}],"updated":1706297200427,"link":null,"locked":false,"endArrowhead":"triangle","fontFamily":2},{"id":"5VT2N3ZPeIAulUAmcIPYs","type":"ellipse","x":223,"y":66,"width":40,"height":42.666666666666664,"angle":0,"strokeColor":"#000000","backgroundColor":"#000000","fillStyle":"hachure","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"round","seed":383199822,"version":201,"versionNonce":2038880211,"isDeleted":false,"boundElements":[{"id":"7KpFV1HZnKGVtTpt7HR7o","type":"text"},{"id":"7KpFV1HZnKGVtTpt7HR7o","type":"text"},{"id":"7KpFV1HZnKGVtTpt7HR7o","type":"text"},{"type":"text","id":"7KpFV1HZnKGVtTpt7HR7o"}],"updated":1706297200427,"link":null,"locked":false,"endArrowhead":"triangle","fontFamily":2},{"id":"jEx3LWHTt1zxd3MH4I4Fy","type":"ellipse","x":300,"y":560,"width":40,"height":42,"angle":0,"strokeColor":"#000000","backgroundColor":"#000000","fillStyle":"hachure","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"round","seed":1249667282,"version":68,"versionNonce":1758560989,"isDeleted":false,"boundElements":[{"id":"OfkE2v73G1EJzX01GeYNe","type":"text"},{"id":"OfkE2v73G1EJzX01GeYNe","type":"text"},{"type":"text","id":"OfkE2v73G1EJzX01GeYNe"}],"updated":1706297200427,"link":null,"locked":false,"endArrowhead":"triangle","fontFamily":2},{"id":"7bNxSaQYQUiWcbJGwodxu","type":"ellipse","x":300,"y":380,"width":40,"height":42,"angle":0,"strokeColor":"#000000","backgroundColor":"#000000","fillStyle":"hachure","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"round","seed":558618766,"version":82,"versionNonce":1763861875,"isDeleted":false,"boundElements":[{"id":"PMXN2xyUqG0RetvkkPj-4","type":"text"},{"id":"PMXN2xyUqG0RetvkkPj-4","type":"text"},{"id":"PMXN2xyUqG0RetvkkPj-4","type":"text"},{"type":"text","id":"PMXN2xyUqG0RetvkkPj-4"}],"updated":1706297200427,"link":null,"locked":false,"endArrowhead":"triangle","fontFamily":2},{"id":"jo-pf5JvYea-s7CjBTHpD","type":"text","x":865,"y":125,"width":30,"height":32,"angle":0,"strokeColor":"#ffffff","backgroundColor":"#000000","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"round","seed":161016018,"version":36,"versionNonce":311352061,"isDeleted":false,"boundElements":null,"updated":1706297192064,"link":null,"locked":false,"text":"2","fontSize":28,"fontFamily":2,"textAlign":"center","verticalAlign":"middle","baseline":25,"containerId":"7WqARZJTwXgEeTckHL-Ip","originalText":"2"},{"id":"ql49vLJSzV-yNPv9wCOMR","type":"text","x":865,"y":385,"width":30,"height":32,"angle":0,"strokeColor":"#ffffff","backgroundColor":"#000000","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"round","seed":1276726482,"version":49,"versionNonce":1184767827,"isDeleted":false,"boundElements":null,"updated":1706297192064,"link":null,"locked":false,"text":"5","fontSize":28,"fontFamily":2,"textAlign":"center","verticalAlign":"middle","baseline":25,"containerId":"M-2KfBQZsM_IIKRp_Jvvy","originalText":"5"},{"id":"skZg-0s0ptWmNiGx2_jQQ","type":"text","x":68,"y":296.3333333333333,"width":30,"height":32,"angle":0,"strokeColor":"#ffffff","backgroundColor":"#000000","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"round","seed":1094541134,"version":101,"versionNonce":290747229,"isDeleted":false,"boundElements":null,"updated":1706297192064,"link":null,"locked":false,"text":"3","fontSize":28.000000000000004,"fontFamily":2,"textAlign":"center","verticalAlign":"middle","baseline":25,"containerId":"zGPC5UswF07LVN2PLO3uk","originalText":"3"},{"id":"7KpFV1HZnKGVtTpt7HR7o","type":"text","x":228,"y":71.33333333333333,"width":30,"height":32,"angle":0,"strokeColor":"#ffffff","backgroundColor":"#000000","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"round","seed":1161947538,"version":169,"versionNonce":853851379,"isDeleted":false,"boundElements":null,"updated":1706297192064,"link":null,"locked":false,"text":"1","fontSize":28.000000000000004,"fontFamily":2,"textAlign":"center","verticalAlign":"middle","baseline":25,"containerId":"5VT2N3ZPeIAulUAmcIPYs","originalText":"1"},{"id":"OfkE2v73G1EJzX01GeYNe","type":"text","x":305,"y":565,"width":30,"height":32,"angle":0,"strokeColor":"#ffffff","backgroundColor":"#000000","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"round","seed":2021180750,"version":62,"versionNonce":1753743293,"isDeleted":false,"boundElements":null,"updated":1706297192064,"link":null,"locked":false,"text":"6","fontSize":28,"fontFamily":2,"textAlign":"center","verticalAlign":"middle","baseline":25,"containerId":"jEx3LWHTt1zxd3MH4I4Fy","originalText":"6"},{"id":"PMXN2xyUqG0RetvkkPj-4","type":"text","x":305,"y":385,"width":30,"height":32,"angle":0,"strokeColor":"#ffffff","backgroundColor":"#000000","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"round","seed":1281769298,"version":75,"versionNonce":1137092243,"isDeleted":false,"boundElements":null,"updated":1706297192064,"link":null,"locked":false,"text":"4","fontSize":28,"fontFamily":2,"textAlign":"center","verticalAlign":"middle","baseline":25,"containerId":"7bNxSaQYQUiWcbJGwodxu","originalText":"4"},{"type":"rectangle","version":21,"versionNonce":1045102621,"isDeleted":false,"id":"9kRXOlK2kIY9CUCKUcwOx","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":620,"y":600,"strokeColor":"#202124","backgroundColor":"#FFF","width":240,"height":106,"seed":1027047781,"groupIds":["it542S5V7iS0OkB8QMicV","G0Io3YtAKMBbgTBMsQYiv"],"strokeSharpness":"round","boundElements":[{"id":"tbAys26I61Ym-hQ8Y18wb","type":"arrow"}],"updated":1706297192064,"link":null,"locked":false,"customData":{"boxId":"1xFx7ah5zksRcGpSSVpHY","label":"Cloud Functions","resource":"google_cloudfunctions_function","type":"container"}},{"type":"text","version":20,"versionNonce":1610243123,"isDeleted":false,"id":"nHIpgmPwnlFbmAn7fOwJ1","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":636,"y":613.5,"strokeColor":"#1A73E8","backgroundColor":"transparent","width":146,"height":23,"seed":1963422571,"groupIds":["it542S5V7iS0OkB8QMicV","G0Io3YtAKMBbgTBMsQYiv"],"strokeSharpness":"round","boundElements":[],"updated":1706297192064,"link":null,"locked":false,"customData":{"boxId":"1xFx7ah5zksRcGpSSVpHY","label":"Cloud Functions","resource":"google_cloudfunctions_function","type":"child"},"fontSize":20,"fontFamily":2,"text":"Cloud Functions","baseline":19,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":"Cloud Functions"},{"type":"text","version":46,"versionNonce":2022634621,"isDeleted":false,"id":"uyDuFsAxqWuDyJNeEbvjh","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":636,"y":637.5,"strokeColor":"#202124","backgroundColor":"transparent","width":157,"height":37,"seed":1475087557,"groupIds":["it542S5V7iS0OkB8QMicV","G0Io3YtAKMBbgTBMsQYiv"],"strokeSharpness":"round","boundElements":[{"id":"oHSxglp2mK7AQYlo9XG1o","type":"arrow"}],"updated":1706297192064,"link":null,"locked":false,"customData":{"boxId":"1xFx7ah5zksRcGpSSVpHY","label":"Cloud Functions","resource":"google_cloudfunctions_function","type":"child"},"fontSize":16,"fontFamily":2,"text":"\nNotebook deployment","baseline":33,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":"\nNotebook deployment"},{"type":"line","version":14,"versionNonce":1399217619,"isDeleted":true,"id":"bDniSNd_hjyIUokWtTv4T","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":636,"y":664,"strokeColor":"#202124","backgroundColor":"transparent","width":208,"height":0,"seed":1983630859,"groupIds":["it542S5V7iS0OkB8QMicV","G0Io3YtAKMBbgTBMsQYiv"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192064,"link":null,"locked":false,"customData":{"boxId":"1xFx7ah5zksRcGpSSVpHY","label":"Cloud Functions","resource":"google_cloudfunctions_function","type":"child"},"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[208,0]]},{"type":"text","version":15,"versionNonce":1125473501,"isDeleted":true,"id":"Y85g24lLdYMZIzPsaXDHQ","fillStyle":"hachure","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":636,"y":673,"strokeColor":"#202124","backgroundColor":"transparent","width":4,"height":15,"seed":1991781413,"groupIds":["it542S5V7iS0OkB8QMicV","G0Io3YtAKMBbgTBMsQYiv"],"strokeSharpness":"round","boundElements":[],"updated":1706297192064,"link":null,"locked":false,"customData":{"boxId":"1xFx7ah5zksRcGpSSVpHY","label":"Cloud Functions","resource":"google_cloudfunctions_function","type":"child"},"fontSize":12,"fontFamily":4,"text":"","baseline":11,"textAlign":"left","verticalAlign":"top","containerId":null,"originalText":""},{"type":"line","version":14,"versionNonce":690039667,"isDeleted":false,"id":"rvOh3veFGL4mmq0wFfIaV","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":821.3598774671555,"y":631.7378263473511,"strokeColor":"#00000000","backgroundColor":"#669df6","width":3.182848572731018,"height":12.727717876434326,"seed":290182315,"groupIds":["kqRRSspivF9Yku2TpMpAI","it542S5V7iS0OkB8QMicV","G0Io3YtAKMBbgTBMsQYiv"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192064,"link":null,"locked":false,"customData":{"boxId":"1xFx7ah5zksRcGpSSVpHY","label":"Cloud Functions","resource":"google_cloudfunctions_function","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[3.182848572731018,2.5874414443969727],[3.182848572731018,-10.140276432037354],[0,-7.563859939575195],[0,0]]},{"type":"line","version":14,"versionNonce":1433385277,"isDeleted":false,"id":"zEkQ-f3ZdsFW1qpmTWc1O","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":821.3598774671555,"y":625.8388977050781,"strokeColor":"#00000000","backgroundColor":"#4285f4","width":3.182848572731018,"height":4.241347789764404,"seed":1502175109,"groupIds":["opWUBTFu7aNw5u2uuxCOL","it542S5V7iS0OkB8QMicV","G0Io3YtAKMBbgTBMsQYiv"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192064,"link":null,"locked":false,"customData":{"boxId":"1xFx7ah5zksRcGpSSVpHY","label":"Cloud Functions","resource":"google_cloudfunctions_function","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[3.182848572731018,-2.1206741333007812],[3.182848572731018,-4.241347789764404],[0,0]]},{"type":"line","version":14,"versionNonce":1165051155,"isDeleted":false,"id":"8FDnBGgaiHbob4xtPj6cJ","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":824.5427260398865,"y":634.325267791748,"strokeColor":"#00000000","backgroundColor":"#4285f4","width":3.182848572731018,"height":4.245022773742676,"seed":1709311819,"groupIds":["opWUBTFu7aNw5u2uuxCOL","it542S5V7iS0OkB8QMicV","G0Io3YtAKMBbgTBMsQYiv"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192064,"link":null,"locked":false,"customData":{"boxId":"1xFx7ah5zksRcGpSSVpHY","label":"Cloud Functions","resource":"google_cloudfunctions_function","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,-2.1206741333007812],[-3.182848572731018,-4.245022773742676],[0,0]]},{"type":"line","version":14,"versionNonce":2030012829,"isDeleted":false,"id":"lE1aOrW1kJYkYtcAkW_nC","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":827.7218990325928,"y":636.4459419250488,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":6.362021565437317,"height":8.486371040344238,"seed":1721575141,"groupIds":["lSlhHzCtLxF1BeYIbxsB8","it542S5V7iS0OkB8QMicV","G0Io3YtAKMBbgTBMsQYiv"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192064,"link":null,"locked":false,"customData":{"boxId":"1xFx7ah5zksRcGpSSVpHY","label":"Cloud Functions","resource":"google_cloudfunctions_function","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-6.362021565437317,-6.365696907043457],[-6.362021565437317,-2.1206741333007812],[-2.1206741333007812,2.1206741333007812],[0,0]]},{"type":"line","version":14,"versionNonce":1070410419,"isDeleted":false,"id":"9BSoOGESszop2KPeE3_oJ","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":825.59019947052,"y":617.367228269577,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":6.3546706438064575,"height":8.471669435501099,"seed":978904555,"groupIds":["lSlhHzCtLxF1BeYIbxsB8","it542S5V7iS0OkB8QMicV","G0Io3YtAKMBbgTBMsQYiv"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192064,"link":null,"locked":false,"customData":{"boxId":"1xFx7ah5zksRcGpSSVpHY","label":"Cloud Functions","resource":"google_cloudfunctions_function","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-4.230322003364563,4.230321645736694],[-4.219295978546143,8.471669435501099],[2.1243486404418945,2.120673894882202],[0,0]]},{"type":"line","version":14,"versionNonce":1324764669,"isDeleted":false,"id":"D2rTDjxO_9iaG0yPW3Km_","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":842.5702896118164,"y":624.1960182189941,"strokeColor":"#00000000","backgroundColor":"#669df6","width":3.1791725158691406,"height":12.727717876434326,"seed":1619067461,"groupIds":["8bHHw55e00FqtDjmc84W3","it542S5V7iS0OkB8QMicV","G0Io3YtAKMBbgTBMsQYiv"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192064,"link":null,"locked":false,"customData":{"boxId":"1xFx7ah5zksRcGpSSVpHY","label":"Cloud Functions","resource":"google_cloudfunctions_function","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-3.1791725158691406,-2.587441921234131],[-3.1791725158691406,10.140275955200195],[0,7.571209907531738],[0,0]]},{"type":"line","version":14,"versionNonce":2094750803,"isDeleted":false,"id":"LJpr9kC0FYdMPPn_zkU_y","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":842.5702896118164,"y":630.0912704467773,"strokeColor":"#00000000","backgroundColor":"#4285f4","width":3.1791725158691406,"height":4.245023727416992,"seed":633008267,"groupIds":["9arHPsn3CHClCa-pOupwH","it542S5V7iS0OkB8QMicV","G0Io3YtAKMBbgTBMsQYiv"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192064,"link":null,"locked":false,"customData":{"boxId":"1xFx7ah5zksRcGpSSVpHY","label":"Cloud Functions","resource":"google_cloudfunctions_function","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-3.1791725158691406,2.1206741333007812],[-3.1791725158691406,4.245023727416992],[0,0]]},{"type":"line","version":14,"versionNonce":1448445533,"isDeleted":false,"id":"BXyatqT42pm7R4mmL2ocY","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":839.3911170959473,"y":621.60857629776,"strokeColor":"#00000000","backgroundColor":"#4285f4","width":3.1791725158691406,"height":4.241346836090088,"seed":1544712613,"groupIds":["9arHPsn3CHClCa-pOupwH","it542S5V7iS0OkB8QMicV","G0Io3YtAKMBbgTBMsQYiv"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192064,"link":null,"locked":false,"customData":{"boxId":"1xFx7ah5zksRcGpSSVpHY","label":"Cloud Functions","resource":"google_cloudfunctions_function","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[0,2.120673656463623],[3.1791725158691406,4.241346836090088],[0,0]]},{"type":"line","version":14,"versionNonce":141711859,"isDeleted":false,"id":"iSjHJZvZrDTw4pjXOH0RO","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":836.2082691192627,"y":619.4879021644592,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":6.362020492553711,"height":8.482694864273071,"seed":2042799915,"groupIds":["Wy7U_raiVlDsu1oPX-oDd","it542S5V7iS0OkB8QMicV","G0Io3YtAKMBbgTBMsQYiv"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192064,"link":null,"locked":false,"customData":{"boxId":"1xFx7ah5zksRcGpSSVpHY","label":"Cloud Functions","resource":"google_cloudfunctions_function","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[6.362020492553711,6.362020969390869],[6.362020492553711,2.1206741333007812],[2.1206741333007812,-2.120673894882202],[0,0]]},{"type":"line","version":14,"versionNonce":837726909,"isDeleted":false,"id":"o-OCxlER4uwekPEc1SFh-","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":838.3399696350098,"y":638.5666160583496,"strokeColor":"#00000000","backgroundColor":"#aecbfa","width":6.350994110107422,"height":8.475345611572266,"seed":1988031749,"groupIds":["Wy7U_raiVlDsu1oPX-oDd","it542S5V7iS0OkB8QMicV","G0Io3YtAKMBbgTBMsQYiv"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192064,"link":null,"locked":false,"customData":{"boxId":"1xFx7ah5zksRcGpSSVpHY","label":"Cloud Functions","resource":"google_cloudfunctions_function","type":"child"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[4.230319976806641,-4.230321884155273],[4.219295501708984,-8.475345611572266],[-2.1206741333007812,-2.1206741333007812],[0,0]]},{"type":"ellipse","version":14,"versionNonce":798532499,"isDeleted":false,"id":"ZD3tVf1AMCGMtWh-B2oMz","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":826.6597242355347,"y":626.8973970413208,"strokeColor":"transparent","backgroundColor":"#aecbfa","width":2.1243491172790527,"height":2.1243491172790527,"seed":1826261451,"groupIds":["it542S5V7iS0OkB8QMicV","G0Io3YtAKMBbgTBMsQYiv"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192064,"link":null,"locked":false,"customData":{"boxId":"1xFx7ah5zksRcGpSSVpHY","label":"Cloud Functions","resource":"google_cloudfunctions_function","type":"child"}},{"type":"ellipse","version":14,"versionNonce":778261277,"isDeleted":false,"id":"r4Xgh5b96yi06zFrQCI2g","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":830.9047479629517,"y":626.8973970413208,"strokeColor":"transparent","backgroundColor":"#aecbfa","width":2.1243491172790527,"height":2.1243491172790527,"seed":1262750821,"groupIds":["it542S5V7iS0OkB8QMicV","G0Io3YtAKMBbgTBMsQYiv"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192064,"link":null,"locked":false,"customData":{"boxId":"1xFx7ah5zksRcGpSSVpHY","label":"Cloud Functions","resource":"google_cloudfunctions_function","type":"child"}},{"type":"ellipse","version":14,"versionNonce":1518647603,"isDeleted":false,"id":"pye0IZXmum2UgZwO04d1Y","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":835.1350688934326,"y":626.8973970413208,"strokeColor":"transparent","backgroundColor":"#aecbfa","width":2.1243491172790527,"height":2.1243491172790527,"seed":69015659,"groupIds":["it542S5V7iS0OkB8QMicV","G0Io3YtAKMBbgTBMsQYiv"],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192064,"link":null,"locked":false,"customData":{"boxId":"1xFx7ah5zksRcGpSSVpHY","label":"Cloud Functions","resource":"google_cloudfunctions_function","type":"child"}},{"id":"dtSaEW-AqxEVxiUvKh0Xf","type":"text","x":681,"y":662.5,"width":7,"height":23,"angle":0,"strokeColor":"#000000","backgroundColor":"transparent","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"round","seed":1168224069,"version":11,"versionNonce":136636285,"isDeleted":true,"boundElements":null,"updated":1706297192064,"link":null,"locked":false,"text":"","fontSize":20,"fontFamily":2,"textAlign":"left","verticalAlign":"top","baseline":19,"containerId":null,"originalText":""},{"type":"ellipse","version":93,"versionNonce":2092375869,"isDeleted":false,"id":"VJtDe3ZP31QwgofMvc9dh","fillStyle":"hachure","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":860,"y":560,"strokeColor":"#000000","backgroundColor":"#000000","width":40,"height":42,"seed":621733227,"groupIds":[],"strokeSharpness":"round","boundElements":[{"id":"lt34NYUdp6OMn3MDpS9QC","type":"text"},{"id":"lt34NYUdp6OMn3MDpS9QC","type":"text"},{"id":"lt34NYUdp6OMn3MDpS9QC","type":"text"},{"type":"text","id":"lt34NYUdp6OMn3MDpS9QC"}],"updated":1706297200428,"link":null,"locked":false,"endArrowhead":"triangle","fontFamily":2},{"type":"text","version":87,"versionNonce":1903488989,"isDeleted":false,"id":"lt34NYUdp6OMn3MDpS9QC","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":865,"y":565,"strokeColor":"#ffffff","backgroundColor":"#000000","width":30,"height":32,"seed":600619717,"groupIds":[],"strokeSharpness":"round","boundElements":[],"updated":1706297192064,"link":null,"locked":false,"fontSize":28,"fontFamily":2,"text":"7","baseline":25,"textAlign":"center","verticalAlign":"middle","containerId":"VJtDe3ZP31QwgofMvc9dh","originalText":"7"},{"id":"oHSxglp2mK7AQYlo9XG1o","type":"arrow","x":740,"y":600,"width":560,"height":80,"angle":0,"strokeColor":"#202124","backgroundColor":"#202124","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"sharp","seed":253189189,"version":98,"versionNonce":1081624691,"isDeleted":true,"boundElements":null,"updated":1706297192064,"link":null,"locked":false,"points":[[0,0],[-120,-20],[-560,-80]],"lastCommittedPoint":null,"startBinding":{"elementId":"9kRXOlK2kIY9CUCKUcwOx","focus":0.726027397260274,"gap":1},"endBinding":{"elementId":"nj3n8sIQkvq3qsdVAf1o9","focus":0.7534246575342466,"gap":1},"startArrowhead":null,"endArrowhead":"triangle","fontFamily":2},{"id":"0CPUy6tucwL1vjIGK_xEk","type":"line","x":180,"y":520,"width":580,"height":80,"angle":0,"strokeColor":"#000000","backgroundColor":"transparent","fillStyle":"hachure","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"groupIds":[],"strokeSharpness":"round","seed":2014881899,"version":92,"versionNonce":1483009085,"isDeleted":true,"boundElements":null,"updated":1706297192064,"link":null,"locked":false,"points":[[0,0],[0,40],[580,40],[580,80]],"lastCommittedPoint":[580,80],"startBinding":null,"endBinding":null,"startArrowhead":null,"endArrowhead":"triangle","fontFamily":2},{"type":"arrow","version":484,"versionNonce":2111619603,"isDeleted":false,"id":"tbAys26I61Ym-hQ8Y18wb","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":740,"y":599,"strokeColor":"#202124","backgroundColor":"#202124","width":560,"height":79,"seed":1968480645,"groupIds":[],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192064,"link":null,"locked":false,"startBinding":{"elementId":"9kRXOlK2kIY9CUCKUcwOx","focus":0,"gap":1},"endBinding":{"elementId":"nj3n8sIQkvq3qsdVAf1o9","focus":0,"gap":1},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[0,-39],[-280,-39],[-560,-39],[-560,-79]],"fontFamily":2},{"type":"arrow","version":458,"versionNonce":1825987741,"isDeleted":true,"id":"9UnRQ8iNQHHDbA6b6nld-","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":3.141592653589793,"x":800,"y":600,"strokeColor":"#202124","backgroundColor":"#202124","width":560,"height":80,"seed":383967659,"groupIds":[],"strokeSharpness":"sharp","boundElements":[],"updated":1706297192064,"link":null,"locked":false,"startBinding":{"focus":0,"gap":1,"elementId":"9kRXOlK2kIY9CUCKUcwOx"},"endBinding":{"focus":0,"gap":1,"elementId":"nj3n8sIQkvq3qsdVAf1o9"},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[0,-40],[-280,-40],[-560,-40],[-560,-80]],"fontFamily":2}],"files":{}}} diff --git a/modules/data_warehouse/assets/data-warehouse-architecture.png b/modules/data_warehouse/assets/data-warehouse-architecture.png index e9bd43012c80b436349e8a4874850e5d2907cd81..4aef92c30725d1789be4ae34e143261f9ffad120 100644 GIT binary patch literal 117718 zcmeFZ2UHW?-!M1{AQ2Iwf{L_&6%a*HinItQHbg~1x`2YxdoKY&Py}o!y{VwmdksYd zRJtI&_a1uae0M@X9-sZc@9v)WoZYkgjfUKrxxZfT%w(S4xGuAk<^T-@K|3#BlD-8& zC=3Kq<51hc5k_Qc4TLBQxh#GDwhdymxo{^AgT8S7N(R5zjb02MGn04VnMtm-Q)RX z%aIR#r?D?Kfe&2{qDMzjkcsTaY*5>V+OsjFMQ@BK+%`ry#Mh3EF$E=gQ~+tRk%u@0 zl03SHON2$})Nb(E4ndmG6Wa?+$|l8WKL%e9UV`VK(cI*zI2?HZp-^JvAr`xFjM8lb zIR>+F3@J%Z9-=pyL_|=NkD*ZH!5_pklpD)#XlcLa+s7W$XEDnPu4{_jW*nd;%@^A4o`VB@wuVM9o$bN4AhSvxP(?ECrba2J5*g1%!~KL`a_5AP%I6 zBy)uWB+xs_CjbezhnwJNjPynb0TLVs$R}VDHRLg@C>xmIz1h$mnysy}5rzXC5z-6I z94et&92c5nyWUBx(&w**aQA*!mVQE=vf0RQu_9O2kzM~<2xzzEC)K=R^P z){eK^JJx1o-Z0bGWYN5(`^eKk@7-)czo*|gX^cl}vR^yma!zR1h_N$WLjL5Oc9to# z;W>J`GV9=^!vMk4L+g4u^pk@9?ZM@lk&cLqMRS^kPl~LZE?csTo^_b0(XGjtXnNP- zzAY}h-IHk)BvULWS!+nQ=*|)fE06JmUjy;))W4|p#|xt`UQ@9Q`s`(Wr2ho>Z==cE zMw-=b#ZQ}HHy~RC@m2nXfc$u(&Gh6uop)=ubhAf97`T-V?-Hy@D*Ya9x1)_(PWGD* z0KlxXheC(GVtADD#@o-R@y#ZD=@8~mv5)(mlOuSTP)k^x0?ff? zKq5$9jKN`oh+*bAKJ_1NClgau)HACplrjrays_*Q%CBG)JPus{N?*O*EDi zoC)}{?<|B$x5g)t$wL84_s#N3<_B$Sk~DNkh|yRKjx?Y|_jZSbNrzr7bp5J!6q&=_ zTX_tFtEPzSQ0T|&(gaI~5WZ*aB}O~1Hna=-Hni58Zo*^N;|PUmjBj1b3Oa57xqtGU zvZ)^=N&i~R)W_29el)iZU=+%JrqtxGDD6YIIYSL+ts zh(_if8|CBVFO~IAFQ`yah&0@B=EzNvD=~5QA4Xb3s+4-iX=s>Pgd4hb$~DIFep|nY z59_zJ&YxKuj*sBQ&b?`fzN0G9HW6Oy7>}P5SX4Mf?^N?BbdRO=EuWeJ*3v+zq8LPNWvoK3SHJCbH&W(<&)V0gwV5UJYxKd zD~65g{d&#q53eo5D%^C`K{iUXG?iS%qnm|%qoVe{XEQb5C!am>O76%&P8CnW$6)*W z^^~m4ckV@`ua*$iR)2L{7q`E-O{>81n@;GPTo-Cul;N4D_Gcmb=ttPvHDn#?*KI_FDTBouThSUV1z@7s6e0QOkBIrn1lMa}dteINTruG3ii zkHmDcm$nS~RaDJJE!kHJh|{X6rtcthIr804jme*UoJxVxHj9#3sXVafFfKe2FNibw zvKq>ywH<{SZ2w$_eHR~+C)0R+xAIBn%Qu_#x%kW`>iRA+Ap@_YJ_`{Zr~Zk z+zm~;&6E5WL3wk;Qk&IM1~rJ8ps=K4#W(4A>DXT?=wmzAQeWIWj%qM4z6 zDw|C@TKGy;nqK7z54huJ?D^7XX&S4I za=ImZv7d|_8FgZ_cO3KIrDwlwOf4ZR=jwEk#z*enFCls9sOqGrHR;f$k4^q; z21mK^HS?wrQoDwOByIlib~|^5LBdgcrr!DI*GN}Ng;QChUoDA4YmWV_BAU%e?H~{K zEHxQ@>2kiuUw4oB?(!ZHYUpjcnyWuhd93;^1Gj}0cT{}4Lt_hha0g(6=dEFO?#!E@k}&lAI9K9*|Df7^WVmqCIgei z{$}THt)Hf^bx!;;|Ma3X$MCv%LT>-6b?fbp{c$}bZV{05&)L+SZcYim4HGQKem8wH z6uJHR-qkOr=VU63mD4p7h=H+94$>;t7Ip$N8JZwSJM0cbYipDG062ktBekX|%qQ>M z{V0iPuj~o(~tfXMNt9Rd9aWRBuP#iuFoO^8@hMy`Q+tt^PT~*-ahfOtrfFf#V%*4up=$v z-tYSAfmV|dkA4>Z{)GC0Ha**}yc1*Z6Ee!C-!Wu49z8II%;L4!x1Dj~ed-T(F{@X? za$yK5do}3%fMsg8UT5}&967rIAth(Qx~u`-=7&CtpWgQ*ff|8tnE$zAQiV%D{j{3u ze7?qXfj4NTKq)vTnGC)`8e=)GrVM|b0VD-Hdj`eRE_H(F&g}F!L62 zjhAVgCAcdq>fbdlUpDX-D;dW`jG!CEq*b^E^Gi(=bQoj#2b41H?4z~IVvPJtzvy3? z@nN^>Bt;?$^WiZhc^cLx4sxX_d`aWSPRrCb)L5}pbx~QKx92r2hDFpet2T3O!7i-8 z)M}S-66C7XnMNFt>yTlWqstw?l{uX$oVONE>&VvhLCGs_p>8aqffD`Ju#s6$)=;7| z;GmhzGp>|(fzzo3Y?95`^=bbms*!^l3B&0P{i@A+5j{!6l$tCt)wc%Yu+5>Xm9l|Z zmqHYz8GhZEmkcX~Sp%zKH1-k;JVIlu)2Zqw71@?0FZ`I}OzYTZ==kD3bbcnvZppk} zWq!41j1VW-{(2{-5v0%C9L+0B&W>W~n6ERoF}Llv{iYbl!-O{J= zIga>Oq;<(ZBBwLfRyIzq`{dp)*ep$%tbRER4$W@)IMFNd@;0Rw7~@7c^ZFr!#O49+CCKONNN zBF%wMnN!!O>=~76ohc-`fHMxei}=RuXLVwJ%*KvQ{5+PI7ZWevxbz+^wIrOX=5E>A zxSc=8!bs|(&uqpVp$p*#Qt{XL&*QtES~78obwp+DNy>?huU#DW)U@8Qo$k;l`ET)6 z`q~{|$es^e3T6T>(eIG@tYaMPs*S5IZOVBb)M%?W3d|vhyblP~iJ*JUp z@?f&?js0wfgu3Cpch4Ca#Y(9b)w|PrSDzd0zyLpbVF8`bXB_c%cHEl-T5dpCU`(V( z%(q`A-%3B@ja`O%QZc*PE|?+)2U=v3)L5vHd-!MlW5)JVUiG8Zr(Qk`dh9D6I=VNu zHBu|R#X9m-4dj}Ru0HF%xYug!Jk#)0cw~Hz1u=S&_zj7=!+Y{huaR5>Z~fU+%O?X% zBY{-g&~J@fTl{9@Mz|JZTR-JrfFT7D~rU*K-tT6jm z2ul1|0`K8lA=V%_x1}!oakpn{{}xp18DkGHKg@)ku#A3~Ia?%@albnFh!{IUg>Nvh zm=$;PWwr_hs@aJXcvYUfmI~kKi5UJWBB(0k4~u^{vczQhDGcmf$$J~y(s%KGzw~fq z^2&s}&A-{>o0B(RbF}21@V=atu#~*hUJbN=Pn7LDCVP>n2m9jfs}@97sB>y}(o1Ua zGk$qZ1KJOKo#?>90p)I0nXVn?AyUynGg-%G(95yXCoig)b7QLG5R~qS-E^2wEiPw0 zvh@b1?>eg6@;IkBtcOlIhW%Du=W5~gMxHLcMTL?GXvMc4&>iC63abF3~ZUQdcp0LB@1Ae?KrJ_H$ z=SZKW3KRiWcO{2eu{Ve=IDMA(r_C*a39kdw1s7ZI2uNhq|1y>dBRg7*#<+gKpW^hSpA(D zICeMf?35*(r_w?mhsvdtJx)ryav!XDEc4s>ZRcKHF9plkh#u4Cyo0}#?Z&t5EIU)R z<`s0xK!Q|)NqQrt9+3CO9IeI;Dj03$)?}9|{k1_yl3Gfc@j>noZUSWC^fZMWS3@Bc zx?s68xEpPA%F{uhb1g|O`Dib}pQAjuY9VUX+{)OW1$UNl=;zORyK<0?#8nkX>I=%& z(mL0>5tL2xtM0_O)%2tJJNL7*eA|Ea2obM+(KqCNd`7N`MxFgf>?_NJx}6_-I`&R0 zDd&8=9adVyae?EQBO4Q}Oj1Pf!y^nXTwqat`t2h&<5P7FD_CG{U7s?ITMR>@>Fjyo zravgr%bFhFsmu)p;Ubtf7q?m;$eqhfOnlrrYuXbWSP2;SWc3bXCEOp<3V7lOBSgXkzozG+UR(nX{w9|0z4Hen@a>09m zcYrn4tnfN-p3fmk2Y3i<{w%m%GS~Cj*U$YzZ4=m1cUq|NdVR+o4uML@wOvn6_+qhz zejL9yy;K-6^Rn%M*ESH`%yeYy$tQfZ$|x6eUN{m1im;uaZ^P`(g2TPcvw60+g@``P zBAQXc7df8c&NAM*;eW6Ra>ZM^HW^0F4F?rWrZu$NIg5Z?)Il!_E*KCSK{xGA_*%1g zW!i20BAZX)Y-?+%D9TC%_7IIf3dxNY+UH#Sl1nsSs$fDGp`IU>Vvc8D0w51P{KqcmE0@lv>*Xyx>C z@@hR{E*|gDqfW@&QE~G5#ChN>j9rc+BWxo|(>`&TQ{}Tve02w62s++1^~dsN8J?h; z7tco=CI~PUU3?Ivoz50Ju~LsjN))y+r&>N2C-opm)DQ;_78I;FR(Js*p`O7 zKPwwHxaWO}0_`VTb*A3PI83}}*)Th=b|B7d>H3*3FIM7TB;efJwIpnYlWP^2D5!mD zg7xqGh`8;7O4)H?Y3T;Is^rQ?Xp;!3dcxW_E|EWF*wI*kxggsT^kyIgbn{%EH|+8% zSYz^rZqru%4CrTnZ33O&o6z<-sU3PU{&L(JB=e#6A^Sn%>#5dRN3oD27I^v9amLdR zJ3_D{Z0FiOj4|F4Ck&U|i))&hc=s8}Kb+mw7XKcs%-+{}Cf&Jk624~wUq^6T(@3pYI@F>L+w3u8D&OV^m%X?PI&wEnF96v zoOSIPjg;xw+Nj(BtIj6ZvrC2-b6X+<7FuSg(s>dWCRt(vj&&~BEYP|_b+pQD%RB2H znqD)N)7|59Vo9dniLdQhvP0R#}`0g6Q*}E~lmhB%+FusAFMCt_OIJy#G{qjrU=Faz!aJ=IW=; z?jmEK;nQt}RgU*1rFtTH4fkRT0z}w@4ZL>WefYTNOhb7>>y)sMUb31bG>gR*Uz0#O?Dz&=$$maf-St1S|#1QKFoz@Dwy^;FZ>|P?)cK5Lx(Y; zBYbR`f63tdJb3i_0(?nG8LBs!;x}TjICeJNB;j#?qvX0eb_ASlL5T z{>#^b9m;fV> zr-CX$;fRB?S4ZAG37m4J>L_+cV52sb-}inDgFNV_gO|cUxTy{ zHSP-VXFgYzT+&xR_dbfNZAwTc3XSgGFDxGHIJ?%Y+p!$>a;+!2ScOaY4y6o|{ZZ9@ zmqjY(?bg*d*5ZcB-({5;Xci`o3ppK4%)U1DDJb8Ck4p1p^%-h~_R=WENma8j*}*6^ zZSG4}L*>;ef+mgg)k{UQ-FWWL8d|*S&YqoDF=;mO0m#Bx&Tm@nihJtA$5Z_+kdTXN z&NNX%h5xNV8s~1a&r|N-fFGuCpe4Gm~R=Rb{+2+1Q@K%TVyzi)g9OJ;4We&Bl}r2A$jDdzO&%q=w;a3}jRlv>gw1&ma4 zyh(TCtctR|_4w_A2z92(Bh#_HS GI{mS52XPMv|0CnYAzZ;fQi}$T?8ofKeAu`# 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 z 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

^4n8vGro>b`tr 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 Fe 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 E09=~XBme*a literal 194538 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 EKYPh>=Kufz diff --git a/modules/data_warehouse/assets/data-warehouse-architecture.svg b/modules/data_warehouse/assets/data-warehouse-architecture.svg index 3f1c07cc..3e59e28f 100644 --- a/modules/data_warehouse/assets/data-warehouse-architecture.svg +++ b/modules/data_warehouse/assets/data-warehouse-architecture.svg @@ -1,2739 +1,605 @@ - - - - - - -eyJ2ZXJzaW9uIjoiMSIsImVuY29kaW5nIjoiYnN0cmluZyIsImNvbXByZXNzZWQiOnRydWUsImVuY29kZWQiOiJ4nOx92XZcIkuS7Xt/Ra7TryWuz8N90zzPs2730kJcdTAwMTJISEhonmrVv99tXHUwMDAxXGJcIoBcYlx1MDAwZkCZZGZkddepk4CFh7ub2bb53//148c/z1x1MDAxZveVf/7vj38q7+fleu3isfz2z7/o718rj0+1xlx1MDAxZD5cdTAwMTLRvz81Xlx1MDAxZc+jb149P98//d//839qd8+Vx7tyfaqKj6beXHUwMDFhj1x1MDAxN09TXHUwMDE3jeepaq3y+DF1X66XzytT0lx1MDAwYs5s6bLRuKxX7uuV99J547b5hEq9clu5e35cdTAwMDLN/4d///Hj39F/d63psXL+XFy+w1x1MDAwZqNcdTAwMWZEXHUwMDFmdZblpEr+7UbjLlpcIufOcWmcZl/fqD3N4XnPlVx1MDAwYnxcXC3XnyqdT+iv/lx1MDAxMVx1MDAwN/6kvmtcdTAwMTbM/MPMibi8PnlfrPrOY6u1en33+aNcdTAwMWUt66mBjep89vT82LipXHUwMDFj1i6er9q71fX3g3712Hi5vLqrPNHrd5bZuC+f154/6Fx1MDAxZFjnb5t70P29d/zblOj8O/1iilx1MDAxYpZ4+Gyj3nikh//3hb6wXHUwMDE3553Hn5XPby6xhruLzndcdTAwMTZcdTAwMTZcdTAwMTY6X3hrvVx1MDAwZmddj7mq1C6vnvG3XnU9qlx1MDAxMu2qco5Jq438+oDo3y9fRFx1MDAwN/y/yW25Kj/et17/nyf6l6610bLmk7ej+4Z0XHUwMDFknN5YqunV+dO7l6nPo4eLvbdcdTAwMGK5cvpFK3adyo+Pjbd/vj75T+t/dZb2cn9Rbl5cdTAwMTFuvLVKOeGZc1+f12t3N/jw7qVe7/xd4/ymz606f3l6btzOlZ/L+KizbLzb+3K07oX5k7NcdTAwMDVXuX17dE8zy9vLXHUwMDE3a1x1MDAwZluma93/1MtnlTp9c6dySTe+66PHSodcdTAwMWJcdTAwMWZ7Pm2/7nnj7rlcXLurPLZfufnC//nXXHUwMDEwzGakXHUwMDFmyGxOa+2EM1wimNlY4+hDV05cdTAwMWbXXHUwMDFl2da9mdm5mpuqrE82s8VZTVxyZrSF6E86o1V5VVZVL69514fVrOhhNW6w45rx/qzWuVx0p1Nvx/eLT1x1MDAwYqdC1fnNoVq9PV5p/NNz7cfMkVf7XHUwMDBmsytPrzczc/5NbZ+8XFxf7l9Wf1x1MDAwM47U87tqfWFTLa9VNq/m9fnn1qFlfTly67FxXHJuXHUwMDE5xJJNZXd63/utIVnzufL+3I8rpXBcdTAwMDO5UmGvtOU2XFxcdTAwMDXW91x1MDAxNzdcdTAwMWX3zu6eXHUwMDE2zNvhXFz9aHvztvY0gCuvyudXL4+VQXzJh+BL3ocvXVx1MDAxNlsmVGCKXHUwMDAyXHUwMDE0THChUvny+bF893RffsQl76NcdTAwMDc97+VNIZOsKVx1MDAxOFx1MDAxM8pcdTAwMTj7yzjzz+edq1r94otvOtdcdTAwMTMstVv7rMQvXHUwMDA1/e1C+bZW/4hpi4ihQGsxetqP2Xrj5eJHcmW4XCJPXHUwMDE1bFLETj722+l67fIu4plKNc6ZzzXA6K+Pn1x1MDAxYl1H9cX00ZbFtr3xWLusXHUwMDAxSu+lrWtcdTAwMDTtbfQgOeGsYnQ9Olg6S0x8fjTmK3LblKdOTy+uzsrL5/px5ndS3lM8RX0r4XQ1XUz894WoyOp5oPqOgfKWjFCSac91fyExiUj5X2l0X+T60tNsdfXaXFw3XHUwMDE2bjdflz9WrnbGQPd3xVx1MDAxMZX17aPztc/jy9U93XhbOtjbt9dPfWXhJCB7y0Tyb9uyQTBvmJTKXHUwMDA0y4brXG4/Xn+uL8w03t/sw9Xt8Zafv55s2Vx1MDAxMI4gRlx1MDAxMlxyqo9oMK5cdTAwMTfZe201rmaXvlx1MDAxOZts+DXccPq+tPlkNk+rbGqNT7Gz6/17fjGx3Fx1MDAwMNg8iFx1MDAxYryxRnkmXTA3LFx1MDAxY948nVx1MDAxZLBcdTAwMTl3VKlcdTAwMWW/qfXy+sLdyzDcMFxmnFx1MDAxZY5cdTAwMWK6tVWkK91IiLq/S8mJXl7o+rs2KzBtLWMwczOw9NnS+v2eOK6K2ufp89z00qpffefdXHUwMDE3xeqNV++rV3pjUVx1MDAxZO25s/lcdTAwMWR/54PAdvQ2f5lcdTAwMTm8/nZ2+vh0VL7kq+uz19VrMXP9tjCancrVYDvVcCuNXHUwMDE3PpytPuZmju527PNV5XJP3XzO7mzN851cdTAwMDFs9VxyduqQjOVkScdZSyaV3PiMVal7OaxLpXwpXHUwMDFip4w0YoCymVxiXHUwMDBlm0RcdTAwMWXoZ3NyXHUwMDEz+9tcdTAwMTSbM3psX1x1MDAxYlPHvvtlRJ5XKNDyXHJWZrSSVIaOVtaXoWXyb79Ao9HSMMtz8PPOjbjYua5sVFfkk3pzr2/vL5OuJl2HZVwiXjYq8excdTAwMGUvs9afdEXZ+602L4tcdTAwMGXpjt+p63EtXubCS8+YyeLlw63a5vrTza14u107PK+sXm26s5luXv5GZp9MhFx1MDAxYcjs9fLT82zj9rb2jIVtNWp3z8lcdTAwMDU8PZdcdTAwMWafp0mXX1XKPdxXubtcdTAwMTj42T2Ri1x1MDAxZlTnf/3oXFy+6F++/vf//qvvtzuXY4ivXHUwMDBilfV9NsLXu1x1MDAxNvNf3f9cdTAwMWOj/OFGKqu4Z+FWa7m2oacru2fssnK3O73Kylx1MDAxZlPVzclcdTAwMTZAMM3jXHUwMDAySCefPYRcdTAwMDDq4/TucFxcXHUwMDA3qSdFjzWOS6FtXHUwMDE2Tp9SXHUwMDA3ylx1MDAxZV+Zo7vXk4fF5/tcdTAwMWK3/bJTSJ4/SPJMdVDQd32/ZJlcdTAwMTHKey0kN8LFRV1cdDrQKu+YXHUwMDA3XG7h0thsgrabXHUwMDAwz/n9vPRcdTAwMDO+n/qCtvWhkPgn0yqEXvfvXS5hPe5vJ1x1MDAxNt9BKkO9XHUwMDFhz7WxPNcx5/t2+ovlv5T5eO6n61cpvfPOmnD92jDls4fF84PtxvPNymlFrlx1MDAxZTys7k62fuW+83qRflU68ey8+nVunv7Tq2L7oPtcdTAwMWVwb5UxTtqsdI+Z/apdfjh53Tq7v3p+27NzpzezlULB/kFcbjanOoZkskZcdTAwMWJhPLNSOSPlv+JcdTAwMWZzbVx1MDAxZFx1MDAxN5w7LZnAVzLR/Fx1MDAxNC8pTurJM2VcdTAwMDD6TFxcQYGkdlx1MDAxMHbefJFcZqDolOBcdTAwMTSH7kuRl4SQSjphyMBVWmYraVx1MDAxMSMgRl2BaO5cIrfhWjd9kyR9rFx1MDAxOZOOQ1lYYcyoJylbb+CCKcZu0lS2XHUwMDE1N+7n8549XHUwMDE4cYt4z1x1MDAxMkY7xJyXKOPx+W9xxlx1MDAwNuVntPFcdTAwMGKDyVx1MDAwNipSMVx1MDAwN1xmLcLTUp/qXHUwMDBij4K5g+nry925s82Fp8+DWTnZOKXHXHUwMDBmYH6dXHUwMDFmwOFiWzBYllx1MDAwN3Jn3i5cdTAwMWOtXFzvL+8svF6yq8X9Zb9pXHUwMDBimPJcdTAwMDfBlInwXHUwMDAzQHYqS7CZ60zb9Lf0XHUwMDAzaMbbojznXHUwMDA2T7xcdTAwMWYgx6v9Xn6APJdystWrgbCX4VmjvPp4snTwtH26tPnxfFZlq/r+c3WydWuPXHUwMDBmQP9KXHUwMDFmXHUwMDAwXHUwMDE3lsvBWaNcdTAwMWSt8mjLtcXHz41Tu7BZq69Vdm7ru/u/iXrtQIdCvf5cdTAwMTiTYPiTvFx1MDAwMFaGu/a/x1x1MDAwYtC1i6Pukuz5eNSjlD2vkOsqjc1cclx1MDAxMP78XHUwMDEwN0CuLVxuc1x1MDAwM+Q4xW/xXHUwMDAz5LjHhVx1MDAxZuDHj9DkXZFcdTAwMTK1XHUwMDEwMkKV4Yil4Vx1MDAxYu98g+3Yo9tcdTAwMGY7tbtfudp5XHUwMDFllGY4IYhFTU72rrHMXHUwMDExXHUwMDFmZKGVmffG1Ym8uJPXN2tn7mNz55Tf7oxcdTAwMDeMjJpa+D1gpLYpnlx1MDAxZq/XlspnV+U3ufV0un7nXHUwMDFlRkyvXHUwMDFkXFxcdTAwMDYqIDggNDhcdTAwMGYvXHUwMDAzvbXbr8fu8OVuc2v24+NZbm5+yvKAez8x6bVqXHUwMDEy02uVU9KxbqlU8EBcdTAwMDBcdTAwMGZ0rtpfm147WJFJQFx1MDAwNlx1MDAwZv1cdTAwMWTOz9PHl4emfuZP3teX1cpi1e/VzNSE67HJS6+FXGZljLvMllx1MDAwYvfs4vp9fvfcr8t7NXfDKrz83ujm5W9k9sm0vlx1MDAwM5n9t7G+/4b02lx1MDAxNCDNXHUwMDE5XGZcdTAwMTFrfbhcdTAwMDBqbFx1MDAxY3/srTe2N8XmrJz73Jpa8W+Pky2A9Fx1MDAwNKXXckFcdTAwMWS0XGbzWfm183Lnbr96/VhrXHUwMDFjn+/P+vNNy1bnXG7R81x1MDAwN4meiYirXHUwMDE1+bUxet2/n/i4WpFf+2My4mopXG7WWbyIsTnqV6ZfXHUwMDBmjpYuXHUwMDFlT9c+Vz6Oz1x1MDAwZa+sM/Zsslx1MDAxNayaqPxa7ZhkgrHOXHUwMDFh+mvYk+O7hnt5tTtcdTAwMWIvz27ntVo+b8xWXHUwMDBiXHL7XHUwMDA3adi/N7RWJNhcdTAwMTZcdLZcdTAwMTlcdTAwMDSLXHUwMDA021SCv3VgbVxipGKdZ0BcXOGOgO2rdfnwVt2rVSv2eu/kbLN2v3E52Tilx1x1MDAxMfBcdTAwMGLza1x1MDAwNVx1MDAxN85cdTAwMTFcdTAwMTDOclx1MDAwNNy9bbODhrXuQdVcdTAwMWLVxc29g8PKbFx1MDAwMVP+IJgyXHUwMDExjoBcIsE2Rq/791x1MDAxM+9cYihcdTAwMTJsf0y6euWKWSONzOFcYnh+q9SXdl+Wt2ZfVPXifeb4tubrk61ge1x1MDAxY1x1MDAwMb80ydZLXHS16U2WI+CSzW2JzfKK2N2/PZpyp0fTt8cnhYb9gzTs3+tcYihybItcdTAwMWPbLIJFjm06wd/aXHUwMDE1kJ5jK1x1MDAwN7aSXHUwMDA3ivaaKZFcdTAwMDOwvO+tXHUwMDFjXHUwMDFj+Y/Xam31/u7+fXZp7uzhfLJcdTAwMDGLnZxcdTAwMWNbaVx1MDAwNbXw1FlcdTAwMDW3XHUwMDFmly/vXHUwMDBi8vbgbnNh/+J0YV1cXG+vr45cdTAwMDeMTGZ+4d3nyqnQ52y3Zlx1MDAxYjNXZb169bZWXHUwMDFmtYUtXHUwMDFieO89l7BcIsHJwfd+u/zwvvXAXq4kr+7c3L68rM/y5UnPsbVcdTAwMTOYY6uVNFxcXHUwMDBikeVcdTAwMTIrWCDGXHUwMDAynZv216bYpugxzWikXHUwMDE5y9E5wr5cdTAwMWU/1Lbelz9ed54vXHUwMDE2p1x1MDAxYnL1/WGogWY/k5snLcfWKmuk9TZLna0+r+/u3KydXHUwMDFl1a9cdTAwMWLabD9t15dcdTAwMGVFNy9/I7NPpvFcdTAwMWTI7L+N8f03pNhcdTAwMGWWP1BpXG5mSFx1MDAwZTjxVl96PVFru9M19ShnVqde1y4/5iZb/LhcdMqwtZZx601m6+yVs6pcdTAwMTDVT/+xflSb5S9nT9enYrdcdTAwMTA8f5DgmYi4WpFgXHUwMDFio9f9+4mPq1x1MDAxNVx0tj8mI642WL16rrnlPEdcdTAwMDXdR335817MVz5vb+tXbOdtQZ5cdTAwMWPUJlu92onKr+VMO+eyXHUwMDBiYedv9882TXlTiLX6y4l8ezi6Pt0sXHUwMDE07Fx1MDAxZqRg/96wWpFfW+TXZlx1MDAxMCzya1NcdP7WQbUhgIpcdTAwMDQ7a2dUuFx1MDAxYvJ66/LBLpfd7crt9Kf+2Kyf3V/dTjZQ6fFcdTAwMDP8wlx1MDAwNFvJlWaS+SyYsqWu78TbVv1g9Wr99Gr/enH2cEtcdTAwMTUw5Vx1MDAwZoIpXHUwMDEz4Vx1MDAwNyjya2P0un8/8X6AXCK/9sekq1cgKSUkXHUwMDFkUbB+PS6v3qzcfX7M13dcdTAwMWbl3PyrvV9fn55s/drjXGL4pfm1jlx1MDAxYudVdlx1MDAwNcvjzbk6WDo9Xlx1MDAxN1x1MDAxZvK4vL7n+af2hYb9gzTs3+tcYijya4v82iyCRX5tOsHf2lx1MDAxNZCeX6tcdTAwMDb38sQ10oK60Fx1MDAwNVx1MDAwM5bq9Nrm9PH9dO366mn6bu5FTs1cdTAwMWTsTTZgkV1cdTAwMDXFvzi/VjAsRnHOs8qBri5Or7dn1MbU7c7c9uH80stJ7eYnZVx1MDAxN349499dN7J1+lf7XHUwMDBmsytPrzczc/5NbZ+8XFxf7l92tyvpupNlUvr/fH3yn56l/Uyss3rw9L79NHO4uL3qxb0pf548XHUwMDFm3YyYvqvFILbi1nJjhMhhXHUwMDA3+MWZveOVWXdzWl6Z2Z+5t+Xb14lvkSvl5KXvclx0heBcdTAwMTjLzN/9hVx1MDAxYzaJPNC5an9t/q6yyb/9mkxjnPNcdTAwMTJcdTAwMTc4mJ9cdTAwMTfnK+8rXHUwMDFip4uv96dbx2uzL42VXT6InydFTcpJS981XHUwMDEy0IRcdTAwMWKV5T3/aEzrnc21lbu5qa3ZXHUwMDA393z6dPs81c3K38jrk2nbXHUwMDA38vpvY9v/XHLpu4PFj1x1MDAxNZYzw0y4+KnuvvHqzHVdTtePVu350kGtISZ87qTUk5S+a5j1XmSh9LPjXHUwMDA3c6TW/cnS9OrnjDji91x1MDAxYvqxXHUwMDEwPH+Q4JmIsF2Rvlx1MDAxYqPX/fuJXHUwMDBm21x1MDAxNem7PyYjbDdYvXLHudJey3Av2MfGXHUwMDEyu7VHL/vu/vJiaa3+8dk4u59w/aomKn9XKS+Z9CZcdTAwMGLbXHUwMDFmleX7wtvu7v2rmq3V5lx1MDAwZXdqU7LA9n+Siv1743ZFXHUwMDAyb5HAm0GwSOBNJfhbR+2GgipcdTAwMTRZkNyFu1x1MDAwMo72VEVVZ2tq83Vm5vp2a+2irPSEQ5WkK+BcdTAwMTdm8OJ+WW9Z5tTJxVu3s7G3Ult8bZz42/LWJp/jXHUwMDFiXHUwMDA1TvmDcMpEuFx1MDAwMopcZt5cdTAwMTi97t9PvCugyOD9Men6VVx1MDAxOOeZlDx8prM+P7+29uilfnT3MbMwe3T7fvDYmHD1mvRcdTAwMDT80lx1MDAwNF5cdTAwMGXlKpi3LkvD3myt7aycXp/X7Nr14tHF8XZlf71WaNg/SMP+vZ6AXCKDt8jgzVwiWGTwplx1MDAxM/ytfVx1MDAwMelcdTAwMTm8emDJkVPMMsCucH/AJy/vr5aFr7Gr+4PZt/OtLX28M9mAxUxQXHUwMDAyr/GUXHUwMDFhoLPAylx1MDAwMb+ZXr+/W/14VOtcdTAwMGLb17fXT5XXmz85u1x1MDAxMFxcvPq6XV64vzt8fHs8Wnm5Xis/jJhh29VcdTAwMTc5ce01syQ0TXiCLd/avjVVtfjmLrbPPv307JJ6YFx1MDAwM679xCTYmlx0TLBVXllcdTAwMDc7sOCA9tODOKBz0/7a/NrBWox7g5NcdTAwMTE63Oy+a8xu8t3r+s3GzPFp/b2xdvm0NOFzaczE5ddyI6RcdTAwMTG4t1ltKnf3Xlx1MDAxN+fXn+XV7P3c49by/qX7VEvdvPyNzD6Zpncgs/82pvffkGCbXCJ/OFC0l1wiXHUwMDA3nmhUzupcdTAwMDevSy/P0ztb21x1MDAxZiuHazeHlc9cdFx1MDAxN0BcdTAwMTOUYcutdFx1MDAwNviNZ4me5Vx1MDAwN/Hs3qfVnNhdW5xeXHUwMDEyZbt7cVSInj9I9ExEXFytSLGN0ev+/cTH1YpcdTAwMTTbXHUwMDFmk1x1MDAxMVdcdTAwMWKsYCVcdTAwMTnrwuSY46RcdTAwMGXn1OvRx87lyvXB5v7Z1tVlxU54XHUwMDA1i5moXGZbxXC7nDBZdbDPh09nO+fs4FxcPdTPVz/md1x1MDAxN6R6KFx1MDAxNOxcdTAwMWakYP/esFqRYFsk2GZcdTAwMTAsXHUwMDEybFNcdP7WQbUhgIr21FZe+fBW/i+35qq8cbMztTRrXHUwMDBmj99cdTAwMWXM6+eFmnCgMkn5tdDiXlxum1VqO7u8c3u9MWfe+O318Y59rS6W31x1MDAxZVx1MDAwYpjyXHUwMDA3wZSJ8Fx1MDAwM1x1MDAxNPm1MXrdv594P0CRX/tj0tUrl5Iz7vK0srh/eLhg1ZPXQ3H3ubv38vm2y9ePJlxcv05Wgq1cdTAwMDaeXHUwMDAxgvRZXHUwMDEx+/u5q7eX2vndy7a5OZtdWdL1ObleqNg/SMX+vZ6AXCLBtkiwzVwiWCTYplx1MDAxM/wtfVx1MDAwMSF9S1x1MDAxMz1LY7pcXHTlmka5WbzEuv90lVxutZVy51x1MDAwN500uq7eXCK9mGGYXHUwMDFj1uR3fi1cdTAwMGXqXHUwMDA2XHUwMDE0efT8VzaApSYsmvdcdTAwMDDHyCUzuC8jU9pzXHUwMDFl1L44XHQpYlp2jKDi+1x1MDAxNDYuUe+lz1x1MDAwYkJmandcdTAwMTe1u8s44Kk0t6VcdHo+P1x1MDAxYfNcdTAwMTW5bcpTp6dcdTAwMTdXZ+Xlc/04043yqlxyXHUwMDAwJ7pcdTAwMTQlJZy2vPPfXV+6LN/TbiaZpS1cdTAwMDY74Fx04Cd7TUeLK7W9pTdx5f3p0uP79aWa3671X5OTsT+qd009S8iFzv55fqwlMvXjyZspYmiqdrqtXHUwMDFlLlx1MDAwZbdfXoXaWtjY21hY3+9cdTAwMTVD8YRokkKK25K0QmunyVx1MDAxZYxbXHUwMDE3XFziJIyAYoBcdIk37uqX+eWKM7YktHJOuKZa7LDUl4ySUDHeczxAXHUwMDFiPIp3TLTxSKyknVx1MDAxMy6xkinPP1ViJZKNv4wqqlx1MDAxM9Xdk726XGbgrqympFx1MDAwMSys94prXHUwMDExYlx1MDAwMOdcdTAwMTdZXX7rXHUwMDFjXCKrO8v4x27j5fG88lx1MDAxNL/drYRlgVvojDW4Ypbjonk9gFx1MDAwN2Kkh0xK7spyXHUwMDE2etDVzJm5/PV2fZk0syBB8kHn6jVQmdY5Olx1MDAwNE9fvs98XpxUNlZWn2Y21i/m3c3J8aRwR3+/huopR+BivDLhS171q0Xo2v1cdTAwMTZcdTAwMTdqacCHvn9cdTAwMGXhd5ZcdTAwMTBcZsdnI3NSdG/u7+tgmme6kv15ZVx1MDAxY8yXg6+6XHUwMDE3lKL71memP3erStevxdXWnbt7lMtbYVx1MDAxMFxcMlx1MDAxZbt0ouvSfdWu9Fx1MDAwYjal3edcdTAwMDJzM8msXHUwMDAy7O7RVcRYdqBcdTAwMDbTXFw5XHUwMDA2XHUwMDE5XHUwMDFjUqsxhFx1MDAwMuPDMNZYMXfXVUp8//swd1x1MDAwZXzLpWBWK4tNg8kku7xcZlx1MDAwM/FtXHUwMDEwxD7fuL36PDiQavd5dWflsz77ubjF+i1haqg1/Fx1MDAwNIxcdTAwMWRWSyu7ym6SfbaZd0LYXHUwMDFjfUC39s5V/fBkaX1ueeZoqV5/vZuvrk+4XHUwMDEyj/szpFx1MDAxOSxcdTAwMTOlKjst02XieVx1MDAwNUdm+pTTel/y3X96xTPvLuNtVyQxYY1cdTAwMTBcdTAwMDNcdTAwMDbmjlx1MDAxNEL4uqNcdTAwMWRcdTAwMGXonGPt4XGNVVx1MDAwZetLM9W91YvFXHJ5dtBd4NSjoL4++c+/0ui6qb2np9mLz+qNezvYbGxXd1x1MDAxZS5cdTAwMGXC6PZcYpsxysvMwMfj7Ia4mDab23pFmop9vVt+rXavXHUwMDFiku+sUqdv7lQuu5FcYl3RylNcdTAwMDSym6yY/LT9ul9cdTAwMDDj22qEXHUwMDA1415Kq4JMrdY1mKlsqlx1MDAxNSlcdTAwMWb8ztKer/Gtu/mpoaZd/0R27irri/h5xNr4gYjc9HVcdTAwMTkkXHUwMDE52DLHJFx1MDAxZlRcdTAwMWb/rZB8KE5cdTAwMThcdTAwMGIkjyzLaUDij6fa02SA8viSUmC5npc3R6cru49cdTAwMGZXZ+fr6n7zs+ZFXHUwMDEwLLdcdE3SnWrevjW6iz07cl9cdTAwMTfO8DRgTlfaXHSl+7mWXHUwMDA0XHUwMDFi6IJcdTAwMDBcdTAwMTDTmjsvQ3JcdTAwMTeHQOZiXHUwMDE4/vo+b7j2WV+f6rp9w/1cIpZv06OQc6P/JOTNXHUwMDA25XfX8s49LW/fvD7Ih6eLg+kqb/i+dsFkQPCmTJGV91lfLz/Llzm7Z3fri/WbqZMgmdLtT2rKlF5Tv69E6cDLQqL0SFx1MDAxNGHJqDGur69aXHK09JVcdTAwMTVAUDyoaOv3lye8WzxMNK9T6H4y2D3I4naDNZaCXHToXHUwMDFkz5Ftn75Jk5lcclx1MDAxOFx1MDAxN2lqRJd53+ZVQvWTiqzHvnaMO2c4y0pcdTAwMDXc3jjzd7X3xvSxW75YuFueuts7UN13sba9YdZcdTAwMWGLr0uHs4uHp6r2+la5/Oj+wm5t/Wr1YMc9Lrz6ithYvlg5bdS+fT5tOpqN3dlcXHZ8ukZcdTAwMWKe7vH6ybl8uJr63Lu8O7r0u/7ZXHUwMDFj342B7lxifodUusszL27msz59/TZ3eDC/t3Vxs/lcdTAwMWW43p6jXHUwMDFmo1bI9Gc8zy+tz61cdTAwMWPyme1Lu1A+OTieYeuvff1cdTAwMTkztcvtl8pj7C53ezQuXHUwMDFiXHIw+elZ7fKBvnaKd4CZ99z99TG7OOzA8d2wXHUwMDE0YK36PNVKi0/nh3p6p7b7XCLnN/dcdTAwMTdrN3umXlx1MDAxZCA/J6ZccpqNp1PHw5BJXHUwMDE5yqetnHepMjS1XHUwMDBimuvXOqmDnDrxf+e9VyqrbmmSJenfxItXtfpFajO2LrWc4e7pWVasIZuPff/LkVOvVOPcPVx1MDAxZT/P11qGXHUwMDEyLV0nnFx1MDAxNC3MUZs/q8Kdp7NcdTAwMDdP15/6Q+8t7a+u19W7eNvcmfvdREuXa2rc7Vx1MDAxNXm/XHUwMDEwtewgsXbfXHUwMDA2mowmuc1qjFRcYpavp0+2YFx07/L4P3eR2/Zcclx1MDAxN+iq8fJU6StgOlnXP0XA9KwpVdBcZipcdLODXHUwMDA1XHJcdTAwMTSpNcL58KDrXHUwMDFjf6nNP1x1MDAxZF7s7izjPbjbVWcvXHUwMDEz3sFYWFdSXHUwMDEwXHUwMDFmXFwzbSmJP55GpbQo2ShK2ipcdTAwMDNcdTAwMWNcYm/6Sph+ZlwipeNWVa9cdTAwMTQyJW61ZkZ7iFx1MDAxOONsnzyrwV/5itJa6Y3ifJLNyFx1MDAxMSvK/lx1MDAwMlx1MDAxOfXblK1N8ZJmznnGNVx1MDAwNUe0jNXItj5cdTAwMTRMU1x1MDAwN0duebab/1x1MDAxYuhcdTAwMTnjXHUwMDE4Z5ZzY8DFXCJB0DrJOUjiUzw0u3NcdTAwMGIvXHUwMDE55jSWwKiiRsepXHUwMDE5rYlcdTAwMDFcdTAwMWSeXHUwMDA2ucmCqEnFwNCMXHSluGImTtBKJ2HNXHUwMDE456xgloXUp1x1MDAxOSVcdTAwMDWXgia3qGRpXHUwMDExLzkhXHUwMDFkWInhXHJcdTAwMTj3OoigNMxcdTAwMWKvlVRcdTAwMWFLiFx1MDAxN1GXwI9aSGywwGExXHUwMDEzUpNnOFx1MDAwZY9cdTAwMTLmsUqu4lx1MDAxNXQg6IU1WmHlkkBuXGJBbfG6WnjDmufSTVCUcFx1MDAxOIwpZyA5JW5BXGI9biRcdTAwMDXLXHUwMDE5i7L6XHUwMDEz9LjiRkvoXHUwMDAyzyVzIWeccqWJnFx1MDAwN0VcXEKjINozq8hFiTba4j54oVx1MDAxY1OxRlx1MDAwNLrkOa6ywMpcdTAwMDVcdTAwMWUmsrvijJmaXHUwMDE0+I+TVrhmmVmCnFx1MDAwMedcdTAwMDBDXHUwMDBiZ3BDXHUwMDAzXlx1MDAxNaxcdTAwMDGFh4tsXHUwMDE4sHeMdU2JxWRB5j1cdTAwMDE1J/CaIIj/JpZKkFx1MDAwM7TnXHUwMDFjV0lQJZ3OJlx1MDAwN1ZnTkpccpCkTOJcdTAwMWGDnIqq7axnwsmAxVx1MDAxOZIpXHUwMDEwRLqp3O2Ii8PmXHUwMDFiLzX4QnDTSy7v1pGoY/ar2ZFcdTAwMTjxXFxcdTAwMWT0uNdRU4UuXHUwMDEw01wilu/OKVxcXHUwMDEyLFxiXHUwMDFjzlx1MDAxY15Yx6ipkvRcdTAwMWOy01x1MDAxOGU9LlDmm46dmvZcdTAwMTDw1mG/pXU+QVxyp0mMXHUwMDAy25WJ7FwiT1VKrEYobbBb3ivplFxy2ClcdTAwMWNcdTAwMTI2VfPWMcap8aa85TiQXHUwMDAwSpIyXHUwMDAxJU5cYstXLk5cdFx1MDAxMlx1MDAxOFqV0e1cdTAwMGK4+qnLklBcdTAwMDfSYWlcdTAwMTbgXFxcdTAwMDRog8Qm4ffgXHUwMDFii92B0PajXHUwMDFlmYxK2L5cdTAwMThehuxUyn2SJTKvLLbLNXc+oNdcbpSxJiCgJElGOyhcdTAwMWb6m35cdTAwMWWJPFxy1UypxS4uXHUwMDA2plhcdFx1MDAxNpTnUIvgkqaYyNxcdTAwMWZcdTAwMDahXGYul5BFwGmKWsUkaVx1MDAwMv3QXdJOKih4XHUwMDFmUFx1MDAwYk2Dd7BcbqFsVJWX7GOAZXGulGJtIyqbXCJcdTAwMTBcdTAwMTWUhnROXHSbVGtR0jVhLvzHQlx1MDAxMFx1MDAwNvSiYyVBt0hxa9qwqWeNwG/YXHUwMDFhXHUwMDFkgbSgjcRcbo2UJlx1MDAwMrk8IVWJXCKjKkVFdZe0jTLgrjGrwJBcdTAwMTBSrCVcdTAwMTeSR1x1MDAwM5Qkoe/xSNDVIUfDsFxuKPNcdTAwMTbwk70k8SgoXHUwMDA33FHi9lx1MDAxMFn0LX1yUpxcIpAnXG5rXGZK5Wo6RTY+Zlx1MDAxZXdvXHUwMDE2pm/Pdmc+yuWXhZuVOzvpTlx1MDAxMU5FqZ5Kh3FIQsUzWXFwhLlcdTAwMDHSrVx1MDAwM1xcccmc2vw+XHUwMDExXFyhi2qfXFx17oGPwczgOW0txHHHxdY1XGKn+Vx1MDAxZFx1MDAwMVYyTnnf08lcdTAwMGU8XHQjXHUwMDEwgKxwilx1MDAxNE6RXHTs5Vx1MDAwMyypvaA2XHUwMDBiTvXY7Fx1MDAxMIpQZbBfcYOth3JVXHUwMDAxrXdYiYw6XHUwMDE4TZrqwZLWXHRIKsJaVG/OId1NQMdaXlwiXHUwMDBllOQkXHUwMDAx7HNCiThFzlk0slx1MDAwNlx1MDAxNja0b1C/IU+dXHUwMDFjgOu4ZoS4bIIgXtRcdTAwMDI2RTtcdTAwMTJi9EzB/ITqg80loVx1MDAwMrFRiX5tgDzkQzFcdTAwMDBcdTAwMDVCWJ29QtgpitwzgFx0qqng4lx1MDAwNFx0RMHM0oopzVn2+mRcdKtipPVcdTAwMWNcdTAwMTZcdTAwMWFrgFx1MDAxMIErRyBcYthcdTAwMDTo2Vx1MDAxYpvtmlx1MDAwMX6EuVxiSGdcdTAwMDBcdTAwMTJM15jeJj2rQSm6Llx1MDAxNlx1MDAxMDogxVaRL0J7zyyOmDxPcXpEyVx1MDAxMYqAUnDZylx1MDAxZeRwatT6XHUwMDBmXHUwMDA3Qi+e8LxxXHUwMDAwJUDIqHdcdTAwMGXQWHZPR1VcIiTIsUNcZtLeJj1b0mksXHUwMDFh91x1MDAxOeZcdTAwMDIuYfb6dEmSzWElXHJNXHUwMDAzMEm4XHUwMDFh6eQ1eFx1MDAxMipcdTAwMGWPNNl+I43jMKQzQVx1MDAxNT9cdTAwMTYuTs8z8lx1MDAxNjDOcLRaZJ8urHRcdTAwMDd+d85cdTAwMTBe93GwLUrcXHUwMDExcoaZojhuUzb/XHUwMDFhXFxXTTZcdTAwMDZcdTAwMThcdTAwMTXvrU2cnHK4eoK6veJ6ylx1MDAwMHlgYLxQLFx1MDAwMkBcdTAwMWaSq1x1MDAwYlx1MDAwMzTpOepxr8lcdTAwMTPEIWGy757F21x1MDAxMtpUQFx1MDAxZLo7zEJ/JCFsJ6xcdTAwMDdqhIiU2axmo+tcdTAwMDC5qkjSQUnGyYFcdTAwMTjQNZhQRGvMviu2XHUwMDA0hFx1MDAwMkuX/Jw0XHUwMDFlxybWR4uCXFxhjk5cdTAwMTe7XHUwMDFjQFx1MDAxMOagJ7eghPQwOrZAmPbUcVx1MDAwYlx1MDAxZjPryX2ZvUBcdTAwMTddXGLIUliaXiudcDVcdTAwMTgy+oCtPSwtXHUwMDFm0JTMlahcdTAwMTOGgT2He+Fwr+M+XHUwMDFhwHSYTlx1MDAwNjedspxcdTAwMDKoXHUwMDE5XHUwMDEy4UaBc1xydbyKU1M4XGaIf7wo7GFohFx1MDAwMHqOO04o3LPIp1x1MDAxYadcdTAwMDeVXHUwMDAx4aWJs8FcdTAwMTnZXHUwMDBlZFfyjlK1cJlcdTAwMTnsXHUwMDE5XHUwMDE2k3umhHtcdTAwMDfpoFx0hVx1MDAwMkPq7OVcdTAwMDGPQlx1MDAwM3EyjIh5jY7Ts1EkXHUwMDExRlx1MDAxMFx1MDAxZSiy/SMgJ4zDq3qtIUedj5GzJVx1MDAxZcFipqBcbsBAIeTA4cbCnKXvd1WLN8nBXGL3htNe4NhcdTAwMDPUuCeHieMw2KRcdTAwMDW1uFTGrcQ24ENIZJxGQIc/X9JcdTAwMDI7XHUwMDA2M5tcZn9cdTAwMTZXua6kPSRcdTAwMDE2zVx1MDAwM95AXHUwMDFmhZDTXHUwMDE264Pog4kudCx44WHhWlx1MDAxMjhCkXchQKyAXHUwMDFjgVx1MDAxYstcdTAwMDT5XHUwMDE34k2AW59BXHUwMDBmkytcdTAwMTRcdTAwMGJcdTAwMWRtcZzsa+hcdTAwMTFcYlx1MDAxYrA0ZFS2TEndO9DTXHUwMDEwXHUwMDEwuHKOS0n4Y7Sj5bzE8CQwolK47iFvm3LvQI2wKKAgOVx1MDAwN4BcdTAwMWJCVpfCXHUwMDE2oFx1MDAwN85cdTAwMTeMaUFeQ5sto1KZlkNBUkzIQIdcdTAwMGI6lVx1MDAxMFx0mlwiVECPcr09iUMoolx1MDAxMMZIlXmcoKWOjt2SXHUwMDBiPkTmpYhkkLM0+Fx1MDAxM8vH2Vx1MDAwMv5k371UhcFcdTAwMTX1JVx1MDAxMN54XHUwMDAyXG7C+OzTTdVnnFx1MDAxY9BcdTAwMTJGg4DhRM2esrcvVd+CXHUwMDFllDtQKGBcdTAwMWXIXHUwMDA19N9Ox1x1MDAwM5yaXCJcdTAwMTnyRuAyK61cdTAwMDPEaCpgXHUwMDAxPZxcdTAwMDGUpOA4fEifXHUwMDEx8Vx1MDAxNKdcYlDUXHUwMDE2iUJELkS2pMI90IOI0NTKmCBwtixIXHUwMDA1o6CG88FhQE/iXG7idlx1MDAwNtBLwcqgXHUwMDA3XHUwMDE5QZXPTtHddNm3JVx1MDAxZMrbkpBksWOBXHUwMDE0vVx0XHUwMDAwLOmmhi3BXHUwMDAwxrpcdTAwMDV1qbLZgZxcZkvIwvLD2ullod+0zd6+dEtccqzjYFx1MDAxMEZcdTAwMWGPQlbZ3JFqSHKwNrAjXHUwMDE3luKZnI9o54KcdFx1MDAxMCrk0ofwXHUwMDEz2Zcv1VxmXHUwMDA3OXCFlpqwXHUwMDFltFv25qV7XHRAj8QyXHUwMDE5V+BcdTAwMWbyj1x1MDAwNFx1MDAxMExxY4Cew/s6XHUwMDEy3V767JBRhp9cdTAwMDX0wNJcdTAwMTaaklx1MDAxYcjiMlx1MDAwNTWKTvFcdTAwMDRxoCqoY8pcdTAwMTTxZFx1MDAxZmSSS3dVXHUwMDExOc9cZpVTXHUwMDE4XHUwMDBlZaWzVVuGP43cxVx1MDAwMuRcYjPgXHUwMDBi2deZJX9cdTAwMWR3Nmf+vLlcdTAwMWOIXHRcbo5xnVxiceVfTnO/JJmHiqDFaNvVOk1cXI1mXHUwMDAySjwmmPc0W5dNka+eQE9CXHUwMDEy575s4+WFJquS2Vx1MDAwZqlcYmyTlEs5ObUtSHDTYPxza0ZcdTAwMTIkLSknYC+pZvB0JDHXksHU9Vx1MDAxOXibmeTi8sngpoYgrVwiXHL57eJry60hWlxuXGa7huOArk/qw5xcbqylXsFEylx1MDAwMYJcbpkgl0+9tpQ/XU9FYN8nXzan9m+BXHUwMDEzSDbhXGKbxM283OCkhZ2oXHUwMDA0XHUwMDA0MjghLXNDpzauU1x1MDAxMGZcdTAwMTRJSpLLhetaoFx1MDAxM8KEgydsPHEuP+hsYWJcdTAwMDBfXGI62sPRMHFcdTAwMGKzXHUwMDAz4dD0Tc9cdTAwMTPUclwi9pZBXHUwMDAxXGZcdTAwMDZcdTAwMDGEf8bvXFxeg6Jl7jCYXbh4MEFHM3fa1lx1MDAxOHmcwVx1MDAxOC5JLqc11jJcdTAwMTaVt5GxneCv3MZiy5SFxNCQ3T5cdTAwMDHA8pqyTUObcnJcXJSFXHUwMDFhp5bb0G75XHUwMDAxSIfCXHUwMDBlY1x0XHUwMDA1lttcdTAwMGbQ9lJAbnJB9Vx1MDAwMyN5Kdo+XHUwMDE0wE2wWVKo5/ahtFx1MDAxYzyUbWcoczPpksnl4Gl6n1x1MDAxNN1fXHUwMDE4Olxcxd80t/ep5Vx1MDAxY9OU11x1MDAwYkNcInHncjvH2t65vipcIrfrrrk4qo7Bt2GVjOZWbO5cdTAwMWODXHUwMDBlpfCfi9vquX2e0aFcdTAwMTJHQqVcdTAwMTDDxonl9MdGXHUwMDE3jvKWcVx1MDAwZVGGeje13M7iiFx1MDAxOfCijHJTcUlH82RHnKo9a6Y9JTJcXHM62SMhXHUwMDAynveSXHUwMDEyWlx1MDAxMvI3f1xigCRcdTAwMWNBcFx1MDAwZoRcdTAwMDBcdTAwMTGnRlx1MDAwYlCQ+IU9XHUwMDAzg8tCJMavbv7oXHTpXHUwMDA2hVx1MDAxM1x1MDAwM+infDCfWFu+0E6kt8hcdGFcdTAwMWOlg7JEhmrOsFOkU0FN4fZG1Vx1MDAxYXFqeYNipPBJulx1MDAwMU06XHUwMDAwprjhmz9mR3BcdTAwMDRSl6LzXHUwMDEyuilcdTAwMGX388dcdTAwMTRcdCxJRk3/NWS/NIm815xcdTAwMTFPwnGw+FRfRs1cdTAwMWSOJYxJviBK1CM5lyhZyFx1MDAxYiwmXHUwMDA0jNtcdTAwMDRsQ/37ZJJcXM5QNuFzRa5DvFxmVH7C7MpcdTAwMWJnh+1cdTAwMDCgXGZY1U5JT5b05ExcdTAwMDMg04bTg3FcdTAwMTdg18u4tyV3llx1MDAwMlx1MDAxOV5cZkJcdTAwMGVwnpFqSKwub1x1MDAxMlx1MDAwNVmFxN5cdTAwMTBjlMhcdTAwMWVn/twpXHUwMDFlZLIqXFxhT72oosFCcXJ5M1BcdTAwMDD9nNeE6F00dEYk6OXNkCF7X0XYXHUwMDEwIJCKJ1x1MDAxMlx1MDAxOTI5XHUwMDEzeMhcdTAwMTlB0Vx1MDAxY2VcdTAwMDWpXHUwMDAzz1x1MDAxMnlaeVx1MDAxM4zIWeJYOz6UMPiHSIBcIldcdTAwMGVMSEbyXHUwMDExl7bnOPKmaEWeJuJcXFx1MDAwYpVnqVAkTi93XHUwMDEyWeRcbqOaXHUwMDA3hbtCXGKfJ1xi5k50++nZv1BjPseIzJnN86nb+aXq5v3zy9Ptp7r4/FBDdaGenNxfXHJFXGZIXHUwMDAz4UpDzLy1iZWNMflcdTAwMTdPYlpS11pcdTAwMTjTznSdSyf5t/1cdTAwMWTcXHUwMDFhT1x1MDAxZf3OatpcdTAwMDOsXHUwMDA0XHUwMDAzN9pOQLdI/m3+dZH82/rs1yb/SvKIafKH9Kn8i0pcIsj1XHJcdTAwMDVcdTAwMTCFWkJKXCJopCSMXCLQi+I9pDuSNCVcdTAwMDEnYclcdTAwMTVcdTAwMTZGklx1MDAwM8JcdTAwMDGdOfLIOlJcbkmK+IxcdTAwMTNQJT4k93VcdTAwMDBFJYFcdMj7XGJ1r1x1MDAxMoVfVLGijCOHKbB7VExcdTAwMWRSXHRsXHRyXHUwMDAwnVx1MDAwM56Tm8ElSEL5WFiGzIVcdTAwMTbBTFx0spi5ppxcdTAwMTBcdTAwMThzXd2zW1x1MDAxNKUg2cPJLrShWcpcbiZcdTAwMWLAn1wiXHUwMDE3eNK9TNErQo9MaFx1MDAxZH1cdTAwMTiwk6JEzcYsozLnqNo0QVx1MDAxMMvynFBBs+QyO1x1MDAwMimphM9cdTAwMDOTwFx1MDAwZcdru+TJWFx1MDAwNpK2Wa9cdTAwMWXwxlx1MDAxMqhXwdhcdTAwMDVeIOdcdTAwMTnvmSzrqLBcdTAwMTTmLXQrVVx1MDAwN2VnN8iSwa1wgkrrXHUwMDAwZnjcwUmXVZJlS15yXHUwMDFmxbRcdTAwMDIo+mhcdTAwMDNcdTAwMWShY6pf01x0ilShXGKtyMiBQv6LTIpUn0lcdTAwMWV/XHUwMDAy+orATIKgXCJeXHUwMDA3WGxcdTAwMGXszK6apSg9TY5cdTAwMDckk5GbTSRcYtIpU+tcdTAwMDHAJlx1MDAwNls0JExPYVxcujqKUm1Y8pVcdTAwMWRcdTAwMTVw4lx1MDAxZcBiYS4ka1RcdTAwMDPBXHUwMDAx1XlcbrIpalxcXHUwMDEwIyggJKCtsMM2qijL5mdNQMSS/4RRxb1Nzn2VXHUwMDE0SFBcdTAwMDLWXrOQOYCgXCJ7XHUwMDE2vMD6pMWAXCJVRJPTjFxm+JCaXFxQNFx1MDAxNNxR5HzGOlx1MDAxMvIh8j47mv5cdTAwMTdax1x1MDAwN4KOzDxFXHUwMDE43uOWJ4fnXHUwMDA28lx1MDAxY0xumlx1MDAwMKNJXHJEplSCjFx1MDAwMmyAXHUwMDE5XHUwMDBmq5dhO0Lyf2Dp0d5cdTAwMDDvS27i/oUoQ4NcXIqwtTynMuJcdTAwMDB6sPQp1OphXHUwMDEwXHUwMDAz8MdfU0VcdTAwMDXvjmxuwZlcdTAwMGYotFx1MDAwNUFN1YiOalNJXHUwMDFhu1x1MDAwNEEybGFcdTAwMDDRs3RII1xyU6KoMlU/KticLlx1MDAxZfFcdTAwMDQ9Y+lcdTAwMGVDOGpcdTAwMThIXCIoX96SXHUwMDA3XHUwMDBm11x1MDAwMbI94VIhzvlyLoaN6zYlsuO40ypcbsnETVtKOFwii5uaRNsohFx1MDAxOUCPwmKMZDQ0J65Eglx1MDAxZW5cdTAwMTFVYttcYohcdTAwMDc0XrGQXHUwMDA13HBKpSRcdTAwMTmo4j5Qup8y8vtgXHUwMDE3bVBnXHUwMDEzXHUwMDEw1IZcdTAwMTOUhyhK+tzpPjnykWCZOF9cbqiGXHUwMDEwhHxcdTAwMDZcdTAwMWNorSFBjzr9t93kYVx1MDAwNVxmZDLhhCXJK55QIFx1MDAxNjhCUiDIRv1cdTAwMThcdTAwMDL0XHUwMDA3LY9TXHUwMDAyKYdlXHJDyyXoUVx1MDAwZlx1MDAwMohnSe6hoFx1MDAwNEiYSZBpXHUwMDE0XG6DfGM8QY5sclKZXG53UIa9L6PyZSr/51x1MDAxNDyK0aP8XHUwMDAycrjoXHUwMDE26Fxiu3/AgFx1MDAxYbgnKqb2XHR6uOfgYCtoT1RAdVx1MDAwZviDqvShy3kkQ1SCXHUwMDFlpYLSSFx1MDAxMVx1MDAxZvi+5GCFSlx1MDAwMzAzXHUwMDExXHUwMDAyiF9cdTAwMTdP0JJRXHUwMDBlXG4sY1x1MDAxNVAsRIF6qFx1MDAwNudNnzpoXG4vaar9XHUwMDBlbTRB0k848mFRZ59kjFx1MDAwMPSoIYNW2D58IUTYS8pWXCKnPbOUSVx1MDAxNVx1MDAwN1x1MDAwNuSaXHUwMDEyjinZylx1MDAwNVx0WZ4gJFx1MDAwNIKsWdmdJEhufU29JKi/YkCOnKFeXHUwMDAzkU9cdTAwMWLKxmveQ1x1MDAxMCzGKD/AUt5HtnDRJE0pMNiM/8WbXHUwMDFjTVEolGK4UJiwLixcdTAwMGbIh4bAtNGkXHUwMDFh3D5cdTAwMGbQa5NcdTAwMDQlbiUuXHUwMDE0eVxmg4pcdTAwMTE1XHJcdTAwMTJcdTAwMTa4eVx1MDAxYUqYdGaSIFlcdTAwMTOWgv1R+6mQV6bMZWw39oeCJD5J0DlcdTAwMWEk503LXHUwMDE5XHUwMDFigv6iXlx1MDAxN81ohnCJPYQlXHUwMDA1naQpOlx1MDAwMlx1MDAwMZh9Z4BONXnSvWKUXFylXZKchFEmXHUwMDAxvaiCwlx1MDAwNdxcdTAwMTlFt4xTwlx1MDAwM+RcdTAwMDGUo0pcdTAwMTLEwavIbHaU7Fx1MDAxMpI2S7FcdTAwMWVcdTAwMThC0UknNVxipVx1MDAxZTDCMKrdXHUwMDFmK5MgjFx1MDAxMFx1MDAxOCteXHUwMDBm0CGg6KNmL6TSSTSEUITuoK5X1Fxig5K0XHUwMDEyXHUwMDE0gSehQaKsXHUwMDAxqGtcdTAwMWaQ21x1MDAwYmPOUFx1MDAwMYxcdTAwMTDKyl6zXHUwMDFkXHUwMDE0JXnwJVx1MDAwNa7Iw1x1MDAxYkCQYcMlXHUwMDAxeN7ksiRBkmtcdTAwMTThbSGJTIqwh8lcdTAwMDbyQL+WQlx1MDAxM6aHXCKAp6A8NUgwXHUwMDFlluNcdTAwMWKZ7Fx1MDAxMFx1MDAxMbpPSzCiSF5cdTAwMTGBrTZcdTAwMTSbXG6qLaYwOFx1MDAwNVx1MDAxZlWfrGGiXGLd4CNcYtWEs5lcdTAwMTQ5+Fx1MDAwNZvohIJaXHUwMDExvUJWUpJcdTAwMWWj+aC2aY5cdTAwMDRQxCaSg1G3XHUwMDFiRcUpKupcdTAwMDBi6MiMiez6XHUwMDAwilx1MDAxMVjh1EHGqt6TUdScXHUwMDA1i8S5MXrz7OtIzlxiamCmKbAm6TL3UMTbgqBcdTAwMDY0XHUwMDBiYWpcdTAwMDZLQcJeYjS3XHUwMDFk10PKXHUwMDFlguSzwovD3NZ4dlx1MDAxNkVWXHUwMDAysygqXHUwMDExiVx1MDAxYVqZZFx1MDAwMvBUj1x1MDAwYjuboqRcdTAwMDRgR44sr5NhlOZcdTAwMTKh7Fx1MDAwMX1abZOyXHRayv8zlHxcdTAwMDb5l8TqRJB8XHUwMDE4mvBtdFx1MDAxNbJcYvJcdTAwMTLEXHSVn5DJ0/9UKCAvbLuTUDZByMPu1jE9XHUwMDE3XHUwMDA3fOnp1is8U2ZfRXBcdTAwMGLhXHUwMDFiKGHKWyNcdTAwMTDTwy2WopqAXHUwMDE21OYkpOVcdTAwMWF0r3KmKcKSiC7iZykpTUM3PVx1MDAwMdn0XHUwMDE0rETYXHUwMDFmX762XpFDXHUwMDAyXHUwMDBlqlx1MDAwN3a0XHUwMDBlac5nXHUwMDFkM1BcdTAwMDTkc/La98hEyCHIdFI/MFx1MDAwMjM3XHUwMDEwYruZy1xyiVx1MDAxN7lzeqQ2XHUwMDE1SUIg8qYmy6ZHzf6w6U70cTCTWiGvcidcdTAwMDUxm1x1MDAxZbW5hFx1MDAxZYA0bLZt6tF82FX6mJLSWHaSMclPbDVcdNiWg61HOTsqQ4T4wEbr7CtcYraHXHUwMDFlXHUwMDA3z8FOXCKzrFx1MDAwN49YqjDjdJdkXHUwMDE4PU21bY44pafqJsI3UHVcXFOjR0nNXHUwMDA2s+lcdTAwMDGJU8lcdTAwMTJAkVU9XHUwMDE4XHUwMDFiXHUwMDAwLMqAg2Bgjiqvsuhp8sqS641Sxfr4XHUwMDFiiYNghEJs8KZyyCZIuZWCcm5whI71XCJYXHUwMDFioS88XHUwMDBiXHUwMDFinH2lXHUwMDAxsT2AJo/6OpL/r1x1MDAwN2LjtlPmXHUwMDFhTLJsXHUwMDAwq6GZyDVJcokqg1SSmqSWYjBTdNQsNptcdTAwMWOuXGJZXHUwMDBiUjd9WD1cdTAwMTZcbjXK9JDjTa94XHUwMDE2PcrJUVx1MDAxNCihXGZU6tbZY0G5yPSjlHSYyJmbXHUwMDA3XHUwMDEzXHUwMDBmRqtuZU/3vC6ZeGBq8XWZsumpyM7G00XkIe+xQVx0zVJeZFNcXGTTo3VBMkNkxlx1MDAxYnlHXHUwMDA0yUSGOqdU7mbaTjY9SuFcdTAwMDFcdTAwMDbGjab5XHUwMDAzPVx1MDAxNjxEXHUwMDE1tetcdTAwMTTNxoXZ5KBuKE9Gk2pcdTAwMDfs6HEv4FwiYVx1MDAxYpqBpoC3XHUwMDA1fKTyVKrG6Wk8XHUwMDE4uT8oUd+0XHUwMDFhXHUwMDFmXHUwMDA3LI96fFq691TGmDhccvLOkE9YSFx1MDAxZFVzZpKz5P2D/Vx1MDAwYvVcdTAwMGJt6Vx1MDAxM05uclx1MDAxZVFcdTAwMTE7RFwiNG+AN1x1MDAwNeRcYklIKtfArfZxcpaqhFx1MDAwNOXEcepcdTAwMDOdfVx1MDAxNrZEVT1cXFx1MDAwMzxZKklLevJcdTAwMDBcdTAwMTdwkyDxrFx1MDAwZvF+tF1/MFx1MDAwNlx1MDAxNbY8gTRyO1x1MDAwNml1OjJcXNpxhVx1MDAxOL28jkvaO4dLXHUwMDA3zmVRh+dcdTAwMDS1vG5VXHUwMDFiSXn6OnCVVkkvbU6vL+5cdTAwMWQxkaIpXHUwMDA05Fx1MDAxMkt6uXN6pcFcdTAwMTZgXHUwMDA2XHUwMDEyKE2ngkmQy+k0J6bF2zAmaZeSXHUwMDFhMrdPn0SKpYVBTuIq22RMJGfIwVDqoMNpwIahLqgyQS5nRIRcdTAwMDQyOVNcdTAwMDHrXHUwMDA05Vxc21x1MDAwNLm8XHUwMDExXHUwMDFiQ/BcdTAwMDdCT/cp8M9cdTAwMWZQws2CaLJ0XHUwMDFhTVx1MDAwN1mCXFzOeFx1MDAxN2lb7I4nXHUwMDFmYk+JSnBcdTAwMTRcdTAwMGVcdTAwMTBcdTAwMDCSRFvyXHUwMDAzXHUwMDAxhiZiUvmDg7pcdTAwMTRlR5PhieskZJJe3uglXHUwMDAwXHUwMDE06ShGXGKezDSVoJc3vopcdTAwMWJcdTAwMWaFXHUwMDA3neSypyYqf/xXkVx1MDAxN1x1MDAxN9hcYszTW9kzRHyaXHUwMDAwsiN8XHUwMDA3dW1Fj8mXO4BcdTAwMGVcdTAwMDBPXHUwMDFj6SB8mn1hXHUwMDEz9PJG+KnZMfX/5lSoXGJVm4BkuVNcdTAwMTDARFTxoqP0XHUwMDE16rOQsKlyZ0mQjYbdIUCjqVxiMplcdTAwMDSUN49DkpuAXHUwMDA0JH7XL3ElX55cdFx1MDAxObiGOKBVSZ7Mq8mbXHUwMDA2XHUwMDAzXHUwMDBiXHUwMDFjm4e7XHUwMDFm1UWKZJJJ/kRcdTAwMWTygJOThfC+SFrgQ6RcdTAwMTKRXHUwMDBmg8reSCf0gbRDpDuRm0VFlGBEkv+mp4tw3pwsXHUwMDFlYSlYdczIqNlHTypa3sQxclY5Yk+yXHL6vXXu5Dbyp0FtkOqi0lx1MDAxOM2SXHUwMDA3nT9cdTAwMDUvy+k3dFx1MDAxYeF/df/zP80v/bv1lyMkNlx1MDAxYk29XaCtvr6QldnceGHnr6+Nz8Ojrbf5+1x1MDAwYv98gT9FZnM8s7larX5TWrM0VDDK/CTPoiuymous5lwiq3lUXHJaZDVcdTAwMTdZzdHHRVZzkdU8gGCR1fxjXHUwMDE4L0+R1VxcZDVcdTAwMTdZzVx1MDAxOdSKrOavT4us5kxyRVZzXHUwMDE3wVwiqzmbYJHVXHUwMDFjJ1dkNVx1MDAxN1nNfSlcdTAwMTZZzUVWc1x1MDAxN8VcIqs5m2CR1VxcZDVcdTAwMTdZzVx1MDAxOVx1MDAwNIus5ji9XCKrOZ1akdXcTa/Iak4nV2Q1d8hcdTAwMTVZzemrK7KaI3JFVnM6uVwiq/mLXFyR1dyXXpHV3EWvyGrOJFhkNXdcdTAwMTEsspqLrOYhnX6TltVcZlx1MDAxM1x1MDAxZSxDYyW+vpGV1rxSuZ9/YHNrtzNz+/7u+O2Bv1x1MDAxZJ1NeFqzXHUwMDAxYuMymlx1MDAwZiGJd74+jbKaXHUwMDE1WTlcdTAwMDIyhDrwXHUwMDFi3XHIJLOa/5u1/qTnNJcr52fVcp+05pKjoSOmXHUwMDAzhL++8pXWXGa0p2i0XHUwMDE2IyeWdp3o/1e3Zlxyk4dcdTAwMDYxfX3QP6156c1eTVx1MDAxZMjNj9eZo5f59Zube3O30J14W+Q9fz29yHtcdTAwMGVcdTAwMTFBXHUwMDAxXHUwMDAyi3yXJlx1MDAwMnrNcHmmmlx1MDAxOPHX5MuFXHUwMDFkQ5FlSUm6cd8spbNqytFcdTAwMDNutlH0IEAjQK9aXG6LypZxXHUwMDE5J0iTbkn3uyhaXHUwMDEyXHUwMDEwsdF4Lk2GI/tcdTAwMDSmhYiTo0E6hoxcdTAwMTNcbpBnR1x1MDAwZllcdTAwMTS88DDY25G5ODknYVx1MDAxN4NJODQ4y56DROOrPJBcdTAwMDLekmZZJKY9UpRPwIZcdTAwMTHkTFwiSJBNXHUwMDBlZlx1MDAxZJRcdTAwMWU5XHUwMDAzm1Nt4+RcdTAwMDThR9hiNsxxx0tcdTAwMWHogFx1MDAxMt1ky/NcdTAwMWUnp6L8xnZUI5vaINnbpJaQuqORXHUwMDFic7HAz8ZcdTAwMDTAVjx6qWBMcOFcdTAwMGZParubdaXn61x1MDAxYjPr1Xp99bI24ZjAMlx1MDAxMlx1MDAwZjB/uKFcYpRKglx1MDAwMlx1MDAwNXRcYmiqyZij0P6IoGDQXGJcdTAwMDdRXHUwMDAytLSQJVx1MDAxMFQ2XHUwMDFhOtVcdTAwMGJcblx1MDAxY9AyTUvjlN3Qbf9/gVx1MDAwMppcdTAwMGVEs7gzQMEpu69U1peu7k5eZENcdTAwMWbfvu+ePZ1cdTAwMTSgoFx1MDAwMFx1MDAwNd9cdFxucHtcdTAwMTnVLWhcbjrZgJy3XHUwMDExf12ieLzmVD7IoqxcdTAwMWSVoEe+eGUjrVx1MDAxY6AlaahcdTAwMTLUgqRyJZqTXHUwMDE2j686Skh0tC48XG6wJSAtXHUwMDA0hjTsbPKZ2J5cdTAwMDA6yFx1MDAxOVx1MDAxOFwiNFxms4loslx1MDAxNVx1MDAxMTlLIcRoXHUwMDAyYc+k+yY5XHUwMDA1pGCExTdcdTAwMDIggVwibMG9oJzIhFojMcSjsFx1MDAxYoOpJLOTezmsLtIkNEu2d653j1TLJof3w+qMJHHHXHUwMDEy9nru1VxylrxDbV06ud9cdTAwMWNcdTAwMTKQU1xcXHUwMDAxW4a7XHRcdTAwMWWrtdXyxo5+eNtev79e3fg4OayqSYdcdTAwMDRRZlx1MDAxYoviTpQnmIRcdTAwMDQuKkWg9G1cdTAwMWHs1XGrjt9PwMj9Tlx1MDAxObVR0LVj639BXHUwMDAyWVKRUGI0Llx1MDAxYTC+d6qTwkWkUYdZmKC2tfRwfrMql+5cdTAwMTdO+fXb3NbRirkoMEGBXHS+XHUwMDEzXHUwMDEz9Fxc32/+NVx1MDAwNbxYVCjGXHUwMDE4jYPUcXI0gVU6p1t1tFx1MDAwMZBAUUxcdTAwMGLKTUdeXHUwMDA3XHUwMDFlJ5dMgsymZz0ja1aSXHUwMDEzUjifnE1cblx1MDAxM0TTMFxcXHUwMDFhXHUwMDExXHUwMDE5kuNIxSrEXHUwMDA1xsf8mU1qUI4059BqYZxcdTAwMGWIh8CuV1iUpHKBZuFKnFx1MDAxZVxydFx1MDAxNVJqSq2HvFxugFx1MDAxODrKvNTSkmKNZyBRMphtT8CmSu6AXHUwMDE5kcBcdTAwMDNcdTAwMTTq0Fx1MDAwMELGJlx1MDAxMv4oWsgo8Fx1MDAwN1xmaWRcdTAwMDA+XHUwMDFiLHybn1JtXHUwMDAyjYcmrKFcdTAwMDJcbpLS6U1cdTAwMTIseKycPzdcdTAwMTVjXHUwMDFmbNBcdIL1TnykqfK5OqOI8oNY+Xjhs+vrK662szfVONqfmmxsYETn3yMw0PXvSe1PaWFCpev+hYWFPr5cdTAwMDDVIdppdNK1tpZup+InyFx1MDAxZp3V2sSvuNudi7edxevLt4PPcnnmlrmnbt1iqq8zXHUwMDE3R+LDny9cXG7NuruLs+pcdTAwMDJcdTAwMGJSzNHrpCjmr2f8u+tGto5/eebFzXzWp1x1MDAwMTZcdTAwMGVcdTAwMGbm97Yubjbf7/7pvrpfd7JMqumfr0/+07O0n6n2XHUwMDBmt+r3b1x1MDAxZlNv6uSz7Ou7N5fH52XZV+1cdTAwMTORXHUwMDFmu88vXHUwMDE3tUZfVd64ey5cdTAwMDOEP36p81TGfK68P/flST+QJ2E9XHUwMDFhZkQnUp/Jk/WNvcbCyuPS9ezyWbW6evFycKkuXHUwMDA38ORV+fzq5bEyXHUwMDAxXFwpXHUwMDEzXHUwMDEwXVx1MDAwZXbT8Wkr510qV/btWvSFyjvDjDvMKXpwtzOMSjA6SVx1MDAxY5PHm7879/RcdTAwMDfCVTDVbu2TvtIlm+lvXHUwMDE3yre1Ol2PzotFLDXgUbhcdTAwMTlPlchGJuVcdTAwMTb7yXS9dnlcdTAwMTdxS6VcdTAwMWFnyefaebn+9fFzo8to+eL25Vx1MDAxZYDdeKxd1u7K9b0+y1x1MDAxOUokdLNMQiZQWVx0MGZcdTAwMTeHZImEo+2dmjs7fH08ett/V7vu/eD24fm3XHUwMDEzXHTaJZ6dS1GnioRcdTAwMGVO7zLMu3qitVx1MDAxYZFRq1x1MDAwMd9cdTAwMTVKLCTCT5dcYl2+mlxmifA/d1x1MDAwN7Wnl3K99ll+Jp7qJ1x1MDAxNbpcdTAwMWMyP0MqJJeUKlx1MDAxOVx1MDAwNjn3ulx1MDAxYeQlXHUwMDA0XHUwMDAzmWCKktGDXHUwMDA1w/vd/km5Ltnn9uzt3cb8dt09PFRcdTAwMDdcYoZcdMHvTvpSZ755UzCIZo0o9bOgXGK3TixmXFxcdTAwMTE+3lx1MDAwN9R3PavtrlNUMqRdlrvu/u5oend/9flma23O7TbWduefzo+7meJcdTAwMWLFyGR6475bjPw2XHUwMDFltilbXHUwMDEyhu6pXHUwMDEwzrlk9e23/9yVqFxckWtcdTAwMDK/xrF4JIqVuFx1MDAxNJw7IaIoVVDHPFx1MDAwZv6kskpcctDiXFxcIp5CtfyUN+u1sc7ygE4uvmQt1VuCx3qz1HlJWS6lkVFcdTAwMWaXoFx1MDAxNoE8djqiXHUwMDE08kJAYF6Z9jYk0ne01Exp6ttAXHUwMDA1V9mNLTzVwlEmLPlfXFzCs6SoTFMqXHUwMDAzwcac8Vx1MDAwMe1cdTAwMTNwfrBxlOZMqmRhhqKaSkXFpZxbY1x1MDAwM1x1MDAxYaGkXqbsPNrhv53X7VWp12v3Tzl1Jlx1MDAxNUUxqpFcZtaZW+9ba/vXz8fn+/XatTmpnOnG1dGk68xcdTAwMGVkzacxg9v/KuF0d1iwrTM7lFx1MDAwN6tMQa1LIG1EVirsgi1fb/Bnw3dv395cdTAwMGXeN6TZPVjqVlx1MDAwMK87+5vq9Pb2bedj3m+plcPp21x1MDAwNVvo1PHr1DEjV1x1MDAxMiuGQiPhNu31QmPz1F1pWT6d+jjdPntfeXzXk86GXCLOhkqXfjVWZdBhVmVh1SPG1fPUxdLdwdPyw8Pscb36ueZcdTAwMGK+KrDqxGBV6sAhmY9nXHUwMDEytbCqpY4zgUHIL6xKtdLUfM7HXHRGYFx1MDAxNWa2YM3yqmCwKpXwiot4iWZcdTAwMGKsWirdXHUwMDE0TPHsOv7hwaqmxmNSSD8msGolpdRcbp7I5i7A6veBVcp3XHUwMDE0XFzl0JLHqyund/ObRl19XGK9d/pWb2ydPky4llx1MDAxND1cdTAwMGWeND35c1x1MDAxMCq1laE2j6NcdTAwMDLUo4+ZhjNcdTAwMTf+eW365bOup/3c4el0oUgnXHUwMDFloHrK6fGm01Eok/OePk82XHUwMDFhz1vTW6v6XFxcdTAwMWNsz9+ZY3Ew4ZzX61qVroSzpz+i2XTnV8JVXHUwMDAxJUC5QVlodfftqlxcX33arVxcVddcdTAwMWVcdTAwMTZWXHUwMDFhtzu1mcJcbizQ6o+JQKvUZYVcdFx1MDAxOTWfSoJVauVAJUAt4kFglerTJXV2cYlqf1x1MDAwMqvU8sdSXHUwMDA3cipcdTAwMGZcZsF2lpy+VkdcdTAwMWTGmY2haVx1MDAwMqt4XHUwMDEwpIBp9cv4PrCa6lk1XHUwMDEwZYZTW/9gsJrqWaW+zMrjpVx1MDAwYrA6RrDKObWEwD1cdE8nrFfu51x1MDAxZT5cdTAwMGZcdTAwMTZX1yuyPstcdTAwMWJXm/LhZtJ1ZsK1XHUwMDFhrDF/XG5wpVx1MDAwNFdFTbZHRq6zXHUwMDBin+5t+fxCzu2ufpzOr14vL03dXHUwMDE2SvUnIdeQfMtErmXsmsqui1x1MDAxY11Tx3ruXHUwMDEz9FKJTPqoYqa7xqtzv9K4YZjk2eR3fi2Hd3NGnvvY4jXFaWpcdTAwMTLvtC3qTufqyjDqKclSgknPdEhcYip59WNcdTAwMTd5jJd/rKBr4MVK/LpHXHUwMDE0XHUwMDA0wsqZ2t1F7e4yzqaV5iY1WfXuWt65p+Xtm9dcdTAwMDf58HRxMF3ljZj/utpcdTAwMDC701x1MDAxNSl1ubP+uSzf02a2ObNcdTAwMWKuZj8zPTe+65lTfVx1MDAxZlpiOD5OVVx1MDAxMKrTi+8/8Vx1MDAxN1x1MDAwZsXT0DW1REFAPHkqVfunllx1MDAxM9jB99pT038tTLjNfLS4Uttbelx1MDAxM1feny49vl9fqvntXHTvPmDicpWb0Vx1MDAwNGKeaoKuqsW2fUzFPdpkuqne391u/WlzamOuUdEv11v1xorY6L6aXHUwMDE388fbNbk9xU+2r/X1zcbe1rFcXPv2coKr/YfZlafXm5k5/6a2T16uL/cvq13L6lFxX5/8519pdNdnpj93q0rXr8XV1p27e5TLW4F0e175Z1x1MDAwMoyL+eu3o/XzpY3tI3PPPp62Lo9cdTAwMTb3+1x1MDAwMozZeuPlXHUwMDAyXGKj8Vi+rHR/o0+J4lPzW6dnL1hV/1x1MDAwMsXxVDV0dedKilx1MDAwNlx1MDAxNVxyZFNBKq95hvtPi9NcdTAwMDe6ej57f3JnT1dcdTAwMWLPM/dPgyqNJiaFOdGfjNtvLGrozNtKK2rwXHUwMDFjXHUwMDE2b1dcdTAwMTfeyVx1MDAxM1x1MDAxMH9cdTAwMTmrjbFcdTAwMDSi/8p+YVx1MDAxMUR8QUPJkC4zpbcyilx1MDAxYVx1MDAwNrNcdTAwMWPw4v5A185Xz1x1MDAxNi53XHUwMDBmt5eXrzdcdTAwMWE7W+7ud5Mh/vuqIExcdTAwMWZcdTAwMTHSW1x1MDAwNcGpYb9i1mRla02wXHUwMDEw6Sz971x1MDAxMFwieaomXCJnRb1801+E/PSKic5yUlx1MDAwNUiqkWJSkIhQRlx1MDAwMoqE11feL4tZNXPOK/Or21x1MDAxNXG4XFyrXHUwMDFlTp1cZpBcIlx1MDAxM2KkdNtg0S/cQCsl2Cs5qOeJ6GOr9FZSeWmFZvZcdTAwMTfikFF9in+yXGL5XHUwMDBlTlx1MDAxM5Svb22e7lx1MDAwMlx1MDAxZquL1YdNs3t6cPdRu1x1MDAxNtfLt2zmY8I5zbGxc9rAhoNcdTAwMDGMRk20mWWZJYtcdTAwMDWjTVx1MDAxZaNccspSSeExTt1xXHUwMDA0y1FcdTAwMWG8rPjUwfzWXHUwMDE1W/6s3jy9qe2b541cdK9mXHUwMDEwLlibXHUwMDA1ZqVcZoqwhXBcdTAwMTilVEolRZbP7WbNev85PTcrnrenNlYujs7sVaw7V8GCv1x1MDAxNi7/PjksYoSvZ+aATEqfosFSjjKzpfQmXHUwMDFjst/UXHUwMDFl1zdcdTAwMGZ3XHUwMDE37P7MlXx5vNyp7JnVXHRcdTAwMTdy31x1MDAwMNlHXHUwMDAxXHUwMDEyMlx1MDAxYTVu1C80+lx1MDAwYin246dcInbunaRGazn6XHSUL2Zu3bp9+TTyfn9lfea4PiW2J53RXHUwMDEyXHUwMDBltq6MpmFcdTAwMTmtWq32clmfpkM8yWVcXLtoQHwmmijY7I9hM5pm6mVcdTAwMWW7+Li2uGa2jj/291YqdbY6z47XTyY8tby7dKLJZeJ7uKxfh91cdTAwMWUuw21cdTAwMDV86Fx1MDAxYVx1MDAwMF14sP94LqNZKlrm8PPaZaEudo5eNqo3dytlvnzhrnbEhHNZXHUwMDBmaPQjc9lIfl5uXGaloyhV6LP20/98TvOWho6GM9rtxdHH8+La5+bu/fzq9v5sbeapvDnhjNbj5lx1MDAxZJ3RRnLzMthmQqlfmflV8NmP4fgsv5+X02grKZhcdTAwMGXHjIvVh1xyteDt/u7dxsz9/Hvl+qVRnnQmXHUwMDBi1mY/wc/LKbHS0FD5XGZcdTAwMTbzu+cz1ZfHxzte3ZiZvZl7n9vbXHUwMDEw3Vek4MHC0Vx1MDAxYv3L1/8uXHUwMDFjvbG/7Erxslx1MDAxNlx1MDAxMNKFY4nro1x1MDAwN8b1Y/3u7OVjev7lYbGxd8gmXFzMfVx1MDAwM2hcdTAwMWZcdTAwMDVLcFx1MDAwYtCumJVZZdaFXHUwMDFjmzwsMSynSVx1MDAxYZfE8oyFmnvYaVxc3SzebCzuP/q1qfW767PjrUnntGQu5Tc5oUJcXL3UWz5cdTAwMWFOW3BZ6+l/PJdcdHBcdTAwMTjj5HlcZuayl92bz9fNpauT1+vDub3nU/X6JCfdNk66en3y2T/R1SuYNzSA2mdNWClcXL2/XHUwMDFim1xybjzgOY1HXHUwMDEwMtw6Pt+4vfo8OJBq93l1Z+WzPvu5uDXhsDE5x+iXVlx1MDAxZXLNqKmJ1ln+J3Zdndq3M7tcdTAwMGIr95fbXHUwMDBmV1x1MDAxYuds9X6u+5rsry8/L50vudre5dLno718Wti/ifHhcaPmuVx1MDAxNm+rO5Xp08fX2Z13udv49tLE7y8h/Fx1MDAxZS6/Xaj6lZ03dTH9eTT3/Pn4tLb1qPpy+WHj8aZab7w99WXaMVVcdTAwMDRcdTAwMGVuw+yMUGDbcJadqbPy7sLa0tHV8YLeM+87XHUwMDFiXHUwMDBid9NcdTAwMDNYdmKKeZIzTb6zXCLQ99GPfVxuXHUwMDAymTaCJlx1MDAxNf/GjPt7s9ZcdTAwMTgrXHUwMDAwe1x1MDAxZvRcdTAwMGKr/zqLXHUwMDE5TlZcZp5TqIU3gmtcdTAwMWVurD6fbl9OX11tPN7tnT262/fl15mZld9OWHxj6Vx1MDAxZudcdTAwMWRBlFr7J63SXG7wqlx1MDAxMFx1MDAxN5MqLnLX+t02XqPN6Ss0fk2939eSUkXHwMDZ4J4k2tJEd6fCLXDln47U2eX21NLa4cfy8vaCVvJwsk1cdTAwMDMnbMlyQY2qmdaya7poU4zoXHUwMDEyZ9Zz6S3zqmts75BRNVc+U1XXK1NESWgmXHJjXHUwMDFjy1Cqe6RjXHUwMDA3kJSY5V5xabWVQokuh1xcS+LQxHrjZeb08/2plan9e3a3duuOZH1+/ePj6fStm4N+pUiaTE/b94qk3ybMljMox0qM42yoXHUwMDAzpWHW4L94vFx1MDAwYmhJXHUwMDE4r7liTsKokSx7LjeRVIYp4Tn15/Cyy45uUtRSglVpWINcYmvSzmh0ubfOWuek55wnplWXrMPfeitcdTAwMTilXHUwMDEyOJXdp1x1MDAxZFx1MDAxNK1TXHUwMDFjv9Aw07QyLtFcdTAwMWOUQdBYZpx1XHUwMDA26IxnXHUwMDExbHG+XHUwMDAwd1x1MDAwYiWdN/pcdTAwMWLJTeWml/W+k0Ix7ZSnWsdMY9ghR6Xm2Vx1MDAxZE4zruLUUHcxnWGm8nPMT4xd51x1MDAwN1x1MDAxOVIrz5zNkZwzt6beXHUwMDE2P/ZnltZOj2dunviu3a1MeN8zJ038OscxhvUlbZxUWuJQmVx1MDAxY1xcUzFcdTAwMTaMob2OWidcdTAwMGLXp2dlWzLQeDmhZczl0lxuXHUwMDEyyKjXscxyXlx1MDAxNlx1MDAxMKOAXHUwMDE47T95M3lcdTAwMDbd0zH8vPeC51x1MDAxMog//eekXHUwMDEwrCElXHLBwJz20iZ0v6PW39BcdTAwMTJcdTAwMWVKXHUwMDAzWiN7KE406EdakPOOK0id+FRcdTAwMWFcdTAwMGVhXHUwMDA0UsppaoiuXHLPblx1MDAxY1x1MDAwZYrGwDbCXHUwMDAymGLUn9XEKUpocKzdSCe44qOr/5b2h1x1MDAxNsTisaEu6K3T1lxi7W9cZnXaU2RYYbFBIC9tXHUwMDFmofyZXHUwMDAw2vBcdTAwMWGPdFKGbGPqUUPzY1x1MDAxZrQw0kiJe83E7636afdcdTAwMDDceI5cdD1vu2dvx/zu+OHwYb9S279bnl9/u5903e9jXHUwMDFlhI7qaFx1MDAxNVBcdTAwMGXwPlxmp/pcdTAwMDdcdTAwMTWgmJKgyD7NXHUwMDAzoclcdTAwMDdd6Wpfqr/9XHUwMDE14Fx1MDAxMKdw/2Rvf3TvXGa3rFx1MDAwYjhcdTAwMGbQ/WdrT9tvi4vTu+tTJ8dcdTAwMGYzm6tbJ0crhe4vdP/43Vx1MDAwYtChWikqXHSFTHRcdKFcdTAwMWVZU4ZcdTAwMTkoXHUwMDBiiFx1MDAxYVx1MDAxZM2gy57DwUpGQFdpzlx1MDAxZKwsqlx1MDAxNknSNFx1MDAxMoYkjVNcdTAwMTZaXHUwMDA0WnVeSEOu1OhcdTAwMDdJY5Y0XHQ+xEKhMFx1MDAxNJSuy7Y9eUkwzyE7YFxmkpWoe8xEpVx1MDAxNMA6jGNLvlx1MDAwYlx1MDAxM0KS+Fx1MDAxZV9m0NJOJdRcdTAwMGZtttXSwlxc05Tyalx1MDAwM4BcdTAwMDEvUcEunlx1MDAwZr6B9vXGJyhCXHUwMDEycWlcdTAwMTVUr4SWVNnAgJe8hVx1MDAwMlx1MDAxNEJAsMLgVjZB0cLKXHUwMDA3LVx1MDAxMlx1MDAwZU7i8Fx1MDAwMuBcIlx1MDAxZKbA442OYIFIUPQkvplcdTAwMTdMXHUwMDAwXHUwMDBmmYCpiKJcdTAwMDRZT35cdTAwMDTAXHUwMDE3S1xiJele4ZJrTVx1MDAxZjBgXHJo81x1MDAwMIraXHUwMDFha1xyXHJcdTAwMWbkvT5cdTAwMDFcdTAwMDAsy3B/YEtcdTAwMDMheFx1MDAxZrCPXHUwMDAyJ1x1MDAwM1x1MDAwNKpww1x1MDAwMfekTFx1MDAxMsStgajDOrnAI3n2XHUwMDE1XHUwMDE3JWekcth36ERcdTAwMWF2nqToPO42XHUwMDAwXHUwMDBlLpaAXHUwMDFhyUZsolx1MDAwNEZhXHUwMDAwOp5cdTAwMGKpySHzr8S5gZ+40lx1MDAxZefnvWPZ11GWmFK4t1x1MDAwZWejonHsXHSKKlx1MDAxYaeDPcTzRMhcdTAwMDVcdTAwMDdFz4HJOEg2nUZcdIq4OWB8JmXzkdlMKOPxXHUwMDA2k+Dr9sc4aTxcdTAwMTD/O/s6ZqxRliCVlFx1MDAwNk4lP1x1MDAxNY3kXHUwMDE5dVx1MDAxZlx1MDAwMWnwvjhcdTAwMTBcdTAwMDJcZsYrXHUwMDE5wjKpZ61KVLOHj7xcdTAwMTGKiSCCqddRkeJgzojII6h99vyhdIZRJWxcdTAwMDbeXHUwMDFh+8e8tkFiJ5WlVclBrTkyXHUwMDA3LHhQhHB0qtTRJUZzqEDQ4n2l96NcbkZNVlx1MDAxZK5cdTAwMTNAUfPmjCq7NVxmJmytgX40zVx1MDAwMV2j6lx1MDAxN12CtIFAtFCsUGxcdTAwMDEjuNI1oMah0M33TOBhSoVcdTAwMTBM1dK6XHUwMDE0XHUwMDE5sdGxQFfZICMxXHUwMDE1Slx1MDAxONiQuM5cdTAwMDb6nktcdTAwMDPcOircMSVOJieTXHUwMDAyUlx1MDAwN7s4MiZcdTAwMDNBT/xcYpjDYYmbfNO4pnrNlMzfj31BzVx1MDAxZLMtQCDjo81y79i4T7R15yRcdTAwMDFcdTAwMTZcdTAwMGVtXHUwMDE2n6I8xJ1cdTAwMWI3V7S4Vlx1MDAwMlx1MDAxMVx1MDAwMGAo4ZNyIFx1MDAxZteOXay0XHUwMDA0XHUwMDFmTldCbWqZXHUwMDE0KjnlXkswy471PZpgXHUwMDFlt+ZcdTAwMTizZlx1MDAxYrfmXHUwMDFkNzRcdTAwMTg7eGnhK4XtacWHR8RXY4eAXHUwMDE5K8yPUsdcdTAwMGWkx471x26OjNtgXHUwMDFhu0mXIWbyW53pYjC/XTx20z1Dj+T3LozdXHUwMDAxkqGKh3DSjN+TlIFmhnB3fYdXbrIjXHUwMDE5nOR0nuGtz/XVx3XjLqQ+Xb1aaDx/TFx1MDAxZtur3zqQMe4khoGttFx1MDAwNiZB5khigN5cdTAwMTSauVwijlx1MDAxMX1exDF+/PI4XHUwMDA2WTowK1xcM64rVWLaOVx1MDAxNFx1MDAxModl5Vx1MDAwMfeMYDzEfcpKgMNCOVx0XHUwMDFliMR6kqRcdTAwMDNjKENYXHUwMDFjTO19XGJFbVx1MDAxZHdMfmXIxSlySyY09K00kSshgKBcdTAwMDV2x2/w9spcdTAwMWKWXFyiZIo+XHUwMDE3wFx1MDAwNKRGg1x1MDAwMi1OO0XywUlcdTAwMTmRjFNcdTAwMDRcdTAwMGWH/ubtXGJ6SDBcYphcdTAwMTlcdTAwMThcYlxuXHUwMDFmVlx1MDAwNux5XHUwMDE3J1x1MDAxOFx1MDAxMcKTLM5cdTAwMDZcbjckgMGALYTF46HzlUueNP5cdTAwMTZwXHUwMDAweFx1MDAwNq9hrMr2t/RkQnbTXHUwMDFiXCJRXCJ9gZwgXHUwMDBiYDOjgeVcdTAwMWHQIMhjlbKFwFxclFx1MDAxNeKhNlx1MDAxY2Q14O6Ih1xmKM5cdTAwMTV5YPJkxKTdQ8BMY40wXGbHK8GDQStM41x1MDAxNDI+iJcpXHUwMDE5hnJtglgvjZmBrH2U2+pcckx06OeQQ0mVOFChXHUwMDFhut7RTF3ueXYu7KhZUuNezpj3q3WgsF1YXHUwMDFmXHUwMDBiOv+BjvvGjZslxs2z41x1MDAxNipjXHUwMDE2euNcdTAwMTbK49ZcdTAwMWHjVmtjV7zp/JFcdTAwMWZcdTAwMWGMXHUwMDFkvHxcdTAwMDPCmmyTlMG41lxmQD/YJn1bWalcdTAwMWNcdTAwMWbVtva37j+WXHUwMDE2d+cuzjc+9ibcJlx1MDAxNapkortqcXqia0Ryq1x1MDAwNjiR9vZNNmlK6lxcT3pdb1x1MDAwNl6nlZyUYFx1MDAxZpnV5KqwSlx1MDAwYqu0/eenZNcpwyh4XHUwMDA2bd/Pj6e9w5ecXHUwMDEzjotcdTAwMTDcXHUwMDE54m1cdTAwMDRcdTAwMGZ57UkxyZCAc9Ml6iHCJeNcIulcdTAwMDWOPKLkuYKM8Fx1MDAwMFx1MDAwNcG5dcJcdTAwMTKCtVxuhFx1MDAxMyQjty3FOLwygvybXHUwMDAxJEkwXGLqXHUwMDFh6J3WXVPF21tcdTAwMWS5lrVcdTAwMTHShlWKtbzfwuN8VL9ytqFz64BljcJcdTAwMWGSbz1sap2QUitcdTAwMWFClaDn42Gu7E1shThIgWtcdTAwMDBcdTAwMDBcdTAwMTffw1aEXHUwMDAzwFx1MDAwMMBL2oAqg3ZcZlx1MDAwNs9muHOiJ1GvXHUwMDE5g8Em41I6XHUwMDE5ssCAIJFcdTAwMTJArT5imFx1MDAwMILNMJagkFx1MDAwNFx1MDAxM+NLqlx1MDAwM9RcdTAwMDW5ZE5PK85cdTAwMDbcXG5cdTAwMWOuQm5hK1x1MDAxMkiczCikm+C+diRcdTAwMTBcdTAwMWGPe1x1MDAxNkqRgpV4XHUwMDFm5r1cdTAwMDSj6Fx1MDAwNMWhU+pcdTAwMWPuXHUwMDA2eMz2XHUwMDBmp3airaMusVx1MDAxNfGFXFxwXHUwMDEx5lxmKGrO2MZmUJpcIk9R4My4kHy1tINcdTAwMWU+oa7/TWxF9cnEjMydUVx1MDAxM1CHz6dcdTAwMWLAy62sXGKonqZcdTAwMGVcYlBV6dKmnbZcdTAwMDFcdTAwMWQgg5ydqcKwlVRcdTAwMDL7yEbR41x1MDAxMDddmrBuJb1gf6FcdTAwMTEtbLNR1UkzKVx1MDAwNyxcZl1vpFx1MDAwYsr2S9V4rawhR0qP4t8hb5yqlVt5TW2TX4U41dKAQzvvilJVXHUwMDFjXHTXUbFNMy9MYDNcdTAwMDR22YuQXHUwMDA1plx1MDAwM7B25lx1MDAxYdee4fZnL7F/Kt2XSZL587GvZ8w7NuZcdTAwMTNcdTAwMWT3jVx1MDAxYjdLjJtnWzJcdTAwMDVYRzBcdTAwMDOBx0eTKUF5dOFcIm+88ritLyhcdTAwMTEyylqMp2bk11x1MDAxN9+URlx1MDAwN8joXCKk41x1MDAxMvRyKtxvSqMzXHUwMDEyZ+FcdTAwMDDyVFx1MDAxMlx1MDAwM+VFLG1QxVx1MDAxNZX+XHUwMDFh41x1MDAxMvTyYqreNLlcdTAwMTFhX/pcdTAwMDKHTqJcdTAwMWK0g/mhc1hcdTAwMTJdOLjPuILflEOXwzzK4OHc9tuY7cugXHUwMDA0ulx1MDAxY/ZvunhcdTAwMWU6f258XHUwMDFlhLE7OcbviFx1MDAxObuzaPxcdTAwMGWtb3C7TXaoQlx08Cfx/Nc3skJcdTAwMTWv1bKa33mq7jV2ytvTXHUwMDA3x2tPTydcdTAwMWK/d6hCNWPmUOWSxVpcdTAwMDR9S/pcXL/cuFx1MDAxY31cdTAwMDYhrUDCq1wiVFx1MDAxMX1ehCp+/PJQRUh4V0BcdTAwMDbrXHUwMDE22lx1MDAwYs65sWTLUtY85zZBk4LQmitrKTtcdTAwMDVyOIBkXHUwMDE0JudQ9r1cdTAwMTCyXHUwMDFkJaf+bjIsllx1MDAxMkXxSVx0QK4wyVx1MDAxMm1cdTAwMGKjKD5N4mOt2sNcdTAwMDCKzTyDaFx1MDAxMK3UiT1sZlx1MDAxOchmXrlcdTAwMGVKg4rSIGDzXHUwMDAwXHUwMDA0YTNdYoFRuoKAXHUwMDE5XGIo4EJcdTAwMWHutfM0XGLncG1V4kCiNFxybVx1MDAxONPN7jkh9Fx1MDAxMplcIt1cdTAwMDTz91x1MDAxOExdXyvLhbrqNmtcdTAwMDFG3cB2XHUwMDFhXHUwMDBlszhoXHUwMDE15CVNO+B2llx1MDAxMEwsoHTug1plpN3AVlx1MDAxYZNcdTAwMDb4oVqhkIhRKoO006zaXHUwMDE5XHUwMDFhPKS4NZWHW4lgRrSERlC0MShTTcGYltZcdTAwMDRsYr/MuY7qzVx1MDAwNovRcpTB/+NcYnB8csTljHvHxnyk7StnwEtRqZVcdTAwMTjtyoVlzoXzRJtlXHUwMDE1kL6kXCJcdTAwMTgxXHUwMDFhy7ZEXG6ZPySpktuXV6S0JVx1MDAxZTdcblx1MDAwZocl1C9zLlxc4qWuLr9ATt+8/FxuIyxvLlxco6VfviE07lhcdTAwMDHB+Fx1MDAwMUuGdFx1MDAxOVx1MDAwNlZNtCmKt6GmyDzH0Lnd/fr75vPyuljl9Vx1MDAxM70wbVx1MDAxYfX9STdFf24lV995dOMp42JcdTAwMWGcSJydYYcu39Zvbf22LG+uzN0tWzx7uDteL+zQwlx1MDAwZS1cbrmKQq4mwaKQa8QtLFxuuYpCrqKQqyjkKlxuuVLpXHUwMDE1hVxco4GXv66Qi1NLPme7XHUwMDA2gmWZpI+np69TJ+tmbu5isXxcIqYvXmaWzYSbpD83Oppmko5cdTAwMThcdTAwMWGl5Dh8wWaNYCtM0sIkbf+ZXHUwMDAwk7RcYo1mUixCo52Pi9BoNrlcIjRahEazXGJcdTAwMTah0S56RWh06M0rQqNZxIrQ6I+R7FBvhXRcbncr2FxmXHUwMDE1oswvxex0uX6wXCK3Xtny1uOBnXQz1JYoi1xcWedcdTAwMWNVXGbEzVBnSpTdriBcdTAwMWK8USaxrLxGqDH+omp67VBTkrBCXHUwMDE1TY9TXHUwMDFlPNBcdG5+maG+XHUwMDA00OOwXGJvpGasK3P6K0NXRenmLmtM59Xn/NvlzeeaWNMn01x1MDAwN5v7U2758qgwQ1x1MDAwYjM0dM5mv5H1P+v3ilxuSaDzJFiA9VSvXHUwMDEwcoLmXHUwMDEygI2aOutk17eCJPSMXHUwMDAwXGLRXGZqhfX2LVZYKpSw8457KUNcZj0qolx1MDAwMmYgLetYpK+SNL2kMdyMRVx1MDAxNUdcdTAwMDGWlFx1MDAwNHBcdTAwMDXAVlx1MDAxMvpcdTAwMGbsn6hrozmXNIfBXHUwMDAwXHIoWG4sYI2yRLJdXHUwMDAwXHUwMDA3QN1LmmWZIClooEA0XHUwMDEyNKpdXGYw5yVcdTAwMTSuXHUwMDA3LKTe5ZxBmvaUXHUwMDAywcZyXHUwMDFhtpGg+aVhbVx1MDAxYzQ2XHUwMDEy3zfAXHUwMDE51H07QVGR1fHlXGJcdTAwMGaxcWn2YqxcdTAwMDA6WV5kSFx1MDAxNShnjYpGcoaskWQ2o0hcdTAwMDFcZknW052bLEsgXGaNzVxm6kEgqaRcdTAwMGbgXHUwMDExgFN650VvXHUwMDBiXHUwMDE1KqI1mjq7XHUwMDBin21Eklx1MDAxZlx1MDAxNXuOnddAn1BzPZPfnXSEXHUwMDFmsTGwXHUwMDEzsq1IVeKaTFx1MDAxZSgzQcXfPEFcdTAwMGbAh4qFcVx1MDAwYlxyI9BcdTAwMWFAUFxiLygzSVx1MDAxMGDDbUxQVForySgyge+EXHUwMDE49qBcYoNcZjdYUl90k5hcdTAwMTFcdTAwMDQzRivmaMCRj+qas+1cXKq9hdFoIFxmoGZ7tlx1MDAxMDJcdTAwMDeUcGGUjtrIh9CLJoBqWKPUniS+h223NG5U6HyudIJDjFx1MDAxMPtcdTAwMGWC2EFL81x1MDAxMlx1MDAxOHQ1T1x1MDAxNvtcblx1MDAxYdVL5a9KRGV/IYdcdTAwMWNcdTAwMTXZ4b45XGIy0zuDQ0bltNSAg1x1MDAwNFxcXGJBaFx1MDAwZlx1MDAxYT9cZkTBhUtcdTAwMTLUllrY01xcJ6aChs/RxYaAdySaevxpJIpcdTAwMDD5wMRcblx1MDAxZoqwQ+aQmoZTU34q8E8u0Fx1MDAxOafw/1RcdTAwMWVoKHUhhCAnrVx1MDAwN3XVXHUwMDE0hslcdTAwMGUqjFG1L3cwXHUwMDFitc5cdTAwMWU+TL/A+UGtRVN+OU+2oOHgO1x1MDAxY1xurGNPXHUwMDAzmYOEoaKWhlx1MDAxNjtcYt76V895SVx1MDAwMD/cRFx1MDAxYVdcdTAwMTaiR621xsIwi1xm+kTslCr2gU407NbWXHUwMDA0jlx1MDAxMFx1MDAwNaUjIVxyNNNnXHUwMDAyhypZ5mnuXHIkP82XyVx1MDAxNjRcdTAwMTJcXFx1MDAwMlx1MDAwNYm9i6qbe1pcbjgntII6hElccmFcdTAwMTPSZYhcIrtcdTAwMDBDXHUwMDA2J1x0hJzcQU+14YxcdTAwMTGXS1x1MDAxOTBcdTAwMTMvqmCn5Fx1MDAwNqqZxin2TJzjzuJcdTAwMWJkMJHvKWR9MNElYSxqRcB6JjlRxS5cdTAwMDSukVx1MDAxZWa/XHQ5YrC7VdQvQEM88Z4mOZ6C0oBcdTAwMWbNiSQh+ljgjTiNVop2qWe0XHUwMDE2YFx1MDAxY65cdTAwMDCQXHUwMDE0+ChEzICgM1x1MDAxMIOcblwi+Vx1MDAxZOJ72GrRYqhcdTAwMWVeMFx1MDAxMTSRMiqGd1x1MDAxNuCLeE8l6MEu1IShsE6cW1x1MDAxMD3q+kTZXHUwMDAzXHUwMDEwdYCBMkFcdTAwMTD2XHUwMDE2+VCJ0y2+XHUwMDEwQpBJcJ6M5n93hVBb9GiqiaXy+6jzQFxi13FYy8r0Z1x1MDAxMlx1MDAwYnxcInHKODNBrVBChlsqyoUh89/1Qi5bXHUwMDAy93rhokY3jlx1MDAwNcFWXHUwMDEyccBoQpnI7Zp8X1x1MDAwNVZcdTAwMDMohDaxQVJfXG6sz1LJPqRM8rqQQ9vBLFx1MDAxMjYqR1x1MDAwZqBcdTAwMDe7i/pcdTAwMWRAzFx1MDAwMDarJD0jbDSmizFSh1x1MDAwMVx1MDAxY1x1MDAwMimHd/RcdTAwMWGISlx1MDAwMZbK5DA7nFx1MDAxMDaC1FZUvFx1MDAxZUCP7j6ULaRcdTAwMDFcdTAwMTg42XBIwNqh+1x1MDAwNFx1MDAwM4PCXHUwMDAymeQ0TFx1MDAxZOqbglx1MDAwM8SlkS4psnCZWYRlgVx1MDAxN3iAxahhhEL5UjdcdTAwMDPqNJFcdTAwMDD8mjZcdTAwMDPij65cdTAwMTPlgfns/dMlQFx1MDAxZkaoXHUwMDE5x0FtXHUwMDAwXHUwMDEyXHUwMDA0adFRhpVcdTAwMTdB1qIu0bFxT1x1MDAwNlx1MDAxM85RJFx1MDAxN0hcdTAwMDBcZlwixltpPLYjk54ht7aKWvZwevXeNmu4oPQknEjI+1x1MDAxYZL5mqbn0MQ/1aODqZdcdTAwMDRMblx1MDAxOCRMXHUwMDA0oCzcXGJI+uiNKdrBXFxyfThcdGBcdTAwMGUoXHUwMDBmcHdAWNWUpMR2w87QNFx1MDAxMYr3oCyIesUp2lx1MDAwM1x1MDAwMy17dCTRg5SHIUTNOrjUoqd1IMQsqVx1MDAwZmomXHUwMDAzXHUwMDEzLftGXHUwMDBmdFx1MDAxN7ZcYubG5ulcdTAwMDSHMEe+gyDZ+p6av1xi2d1vOfpcdTAwMTgmXHUwMDFkZIvRpi2jg96Z+SjcwUgq2Vx1MDAxZYqQXHUwMDFhxG5cdTAwMTDTgVPkcVx1MDAxMVx1MDAxOYXbINs57mPP5HPqMlx1MDAwMiNcdTAwMWNcdTAwMDRcdTAwMDHPtVxiIciou1x1MDAwZlhcdTAwMTWYXHUwMDE0mi7pWlx1MDAwMFx1MDAxMNNkkFx1MDAwMjBKS9gpRDSQXHUwMDEzXHUwMDBiXHUwMDE2VtOP3DPnXHUwMDFlXHUwMDAwx+C8KFx1MDAxNFx1MDAxNuauoI5j4D1cdTAwMWG3XHQgrkRcIshcIkhcdTAwMTLCfoBMXGZsXHUwMDA2SvKOwj+UU0WNJ3WcILA7rjVugHBQoVx1MDAwMS3/IO+IXHUwMDFicDMg9yBcdTAwMWNUgqCLKp9AMzJcYlx1MDAwMmLeXHUwMDA0wmGywa6Ecqd96qbHS1xckCuak+yIXHUwMDFhiVx1MDAwNdDTuLjk7NFUh4abXHUwMDEzJyhccnVQ0lx1MDAxZYtcZmtySGYnwK1cdTAwMDFeteRcdTAwMWFP0NOWXHUwMDAy9lx1MDAwNpdaXHUwMDEwclxygVtcdTAwMGWGu6OfKCOTTaF4yVLgUDbn8Vx1MDAxOVx1MDAxN1x1MDAwNDAhj1x1MDAwNYUrlO7pasRLlJgscEmhc8hPXHUwMDE41ErVRVx1MDAxMTk6XHUwMDE1S4NcdTAwMGXjXHUwMDA0XHUwMDAxjWG3XHUwMDBiXHUwMDFh8mnImM0kKKCRId/pNHqbXHUwMDFhRVlcdTAwMDSaXHUwMDE0tVbNlkFcdTAwMDH00vzeXCKR6ZjNx/2yJH7ez0lO0PBa5yNcdTAwMTdpXHUwMDE0y06cIDl4mcqTOkOmXHUwMDAx2Fx1MDAxOXa5jtKuXHUwMDEzR0ip+UBINCxXXHUwMDA1NfQmpzh5lKBcdTAwMGKwkGiYeYKt8KqOJojTWMdcdTAwMTCfXHUwMDFkXHUwMDA1oCHCoV+EaVx1MDAwNo1cdTAwMTN80MwlXHUwMDAwSNdcbnI5XHUwMDAw2WeskZUsXHUwMDE0mSa7k/JTRYD/JWNcdTAwMWYhPmlKJFxmXHUwMDFkz1wi0ZVcciYzzpokPFx1MDAxNEB79KRcdTAwMGVpdlx1MDAxNfv9sN/+r+5/ji/mXHJcdTAwMDOeYjIsvFx1MDAxYfh98+71Yuly/U09XHUwMDFlrcvn6uzJIV+e8Ji3dCVynOJcdTAwMGWQb00nqoHHXHUwMDFi88Zd1FXVXHUwMDFi89ZQbJS3QoUoNDG08/rdMe8owYRSxK1cdTAwMTZdwd1WzFx1MDAxYlDc0pzvrKZU7EbOrO69z23JxY3NhZ33j5u928VcIuRdhLyzQ868eVx1MDAwN1x1MDAwN5Xb/ITfk+edwCl5ISmLakTxS1x1MDAxMT/vKVx1MDAwMtoyN1x1MDAxM0H4/CpcdTAwMDJcdTAwMDSpXHUwMDFmuSOF2ux0O6JcdTAwMTZcdTAwMDNBQoAttz6ZISMq2vRcdTAwMTVcdTAwMGWBXHUwMDA10vdwXGK4kn7MQyCq9Hv3u0FO3PMoha9ZI9cvz9hR13ByXHUwMDBi+qC+1zCeoedcckVsXXNH4/TwKO9h1lxu8v26bFx1MDAwN1x1MDAwNStRilx1MDAwMlx1MDAxN9S53MlkXHUwMDExXHUwMDFk6OE2XHUwMDAw5rUzmbPJwdzyXW1OeZxcdTAwMWMunMGzNPn1Q1x1MDAxYVx1MDAxOTNyqTK8LvWmjZI74/Sk4JFzxVHUJjtcdTAwMWVOt9WRM81CgVPQI7F71C5XUKdqyYI8XHUwMDFk4EBcdTAwMGVcdTAwMTAgqMmkYsmx7qKkyf2oXHUwMDE05EFcdTAwMTh/8qaLXHUwMDE2NjBcdTAwMTVw64RcdTAwMDAh61x1MDAwZUCefPSKXFznMmB9sFV5K/hcdTAwMGZuSpxcdTAwMDZukOZcdTAwMTLHbsHBXHUwMDAxXHUwMDE1lzCZ8bqaKiCxXG7KXHUwMDBiidPD9aEhIy1rO9tcdTAwMDAm8UBrc1FcdTAwMWQpWbjd9CSJXHUwMDE2XG64M1x1MDAwNpFAPZiz6VFcdTAwMWS0gf3LorssXHUwMDEz9ChT2jDrXHUwMDA1oJlmXHUwMDAxp+HJWVx1MDAwZoFcdN4gXHUwMDEzXFzEyZFcYofJ0o6GZZFcdTAwMDOzXHUwMDBi6ubLYDSBQ1x1MDAxMiFDiqpcdTAwMDPVYlx1MDAxYlx1MDAxNORcdTAwMDVlR1x1MDAwN9Cj2Fx1MDAwNI7BtbxecXo+qsWkmKxcZmmxPLBekP5QXHUwMDA0XFw68Fxmx8qtzU7fSaVcdTAwMTa5tig2yshXzbJPYuzUjKa6YIrOJ0O3gPeKU9iHgW0h60OogclccmVKMVx1MDAxOYn4ODmwhOAkp1xmJE+221x1MDAxZORgM0CI23ZpRpycwWmSpsXLUipAyFx1MDAxZCYzWLfdSImtc1gzXHUwMDAxXHUwMDFjXHUwMDA2XGImsvO+QVx1MDAwZXtcdTAwMDNcdTAwMWRDMrKHY3XJR1x1MDAwMTrglGjwQlx1MDAwMMM6yDghKDNERYCjm5yBdrTU0ztq0y1CxDGQXHUwMDEw9Fx1MDAxObiMU7Zh/J6YXHUwMDEyxWYs9Vx1MDAxMGhCxFx1MDAwMHJAQlhcdTAwMTm2XHUwMDA2XHUwMDEyL1FRb0pUi0B5Iaa5+mxy5Fd1+ElT2MVcdTAwMWRcdTAwMTKmpPA0XHUwMDA2XHUwMDAwXHShR5RcdTAwMDNku8DRMVx1MDAwMFTceVxuXHUwMDA1xMlBW1x1MDAwMjJcdTAwMDJoQjph8Vx1MDAwMaqHwkJSRqmd5FCOk8N+UZDMkz6B1sgmJ7zvanYuXHUwMDEyL4uDUriMlI5cdTAwMTdcdTAwMTKa5uTDgtrTsP4lJXyoODmAXHUwMDA0K1xydCb2lofoWXKENovdepnMlCj3XHUwMDA1Z0UpTsSFXHUwMDAxKKVt6jc9yd3ULGC/osxDiIew1FxyWFx1MDAxZU3/d69cclx1MDAwMWJRYlx1MDAxMTc0w1x1MDAxM7ouXHUwMDAwkFx1MDAxMS1PNTyRXHUwMDFmTMXJSbwgoIGUQGQ2O2eDSns4pSA24VtycSRHXHUwMDE4XHUwMDE1RDFGcjqAXHUwMDFhTVx1MDAxZJC2OeMmIU0sRFx1MDAxN+lXhYtMQ2FcdTAwMDLgXHUwMDA041x1MDAwMlx1MDAxMlxi7Fx1MDAwZmHL42lmrlx1MDAwNOvQWpxms5l+XHUwMDAwMZxcdTAwMTdNJ6BcdTAwMTQ9yDRcdTAwMTenpiWn8IdcdTAwMDFPu2xLXHUwMDBlb2pcdFx1MDAxNH9VMCXWXHUwMDE2uWWVb1X1XHUwMDA0UFx1MDAxM5Q23UlcdTAwMTfvpuaxcoBR106RXHUwMDBlIEdYklx1MDAxMmZYa3hRnFxcwplcdTAwMTXA+oxcdTAwMWNcXK1JXHUwMDFjNj5/zZeoXHUwMDE0j5qQaFx1MDAxZsWFXHUwMDAy5Fx1MDAxY2UokZFcdTAwMTnlKfW8LFx1MDAwZUhQ7nyU3Vx1MDAxOKJxgK80+yrIilx1MDAxZoSj/LAoy1aw7FxcTrKPXHUwMDE0h2jq23NcdMfKQI4mSUhcdTAwMWFcIlx1MDAxMlx1MDAwMCWUJu0lv/grcedgR3IqpSE1plx1MDAwMmaEWMrqlVx1MDAwNCapUVDce1x1MDAwMIaAQaC0kp5S2Vx1MDAwMoBcdMxcdTAwMDTSh66NKOPUXCJcdTAwMTghQU9EJXBZ5Ci3XG6EYHUoqjo2XHS5XHUwMDE0oe6ooVxiXHUwMDBiyVx1MDAxNpfQXlS4zKldTjShJE4ugj9cdTAwMTCCLcslm5z2lKhuydRcdTAwMTIyXrBtgSNcdTAwMWOlkVx1MDAxYpLCkDjZ1KCjgb6wKy7KI0soXHUwMDFiXGJcdTAwMDXIJJpTXHUwMDEwXHUwMDAyciSUXHUwMDFkwazWkfKkZlx1MDAwNZDzXHUwMDE0NmSwSXzILCNcXChcdTAwMWNcdTAwMDXNPcL5JlxcTJSjYij0XHUwMDBmpiA1lkmOsvZcdTAwMTWFWml/ku4gSjqEXGLhpFaNXGbJuYHdQVmo7Xy0xMtqiFx1MDAwNljD3FOPKVx1MDAxZnDpKCXNkfxvj+1cdTAwMTnJjkillttiXHUwMDFhOzVcYommXHUwMDEzSCRzNcnWpOFUYFxiR6mmmWhcdTAwMGWnXG7zXHUwMDA2NrBuqv6E5Uq6gytcdTAwMTVU3iqpOJh/+V940sWB5Vx1MDAxMMbEJ5KuY1x1MDAwMDfQXGYhiGxpo1x1MDAwZUpcdFx1MDAwN1xmZfBcdTAwMDEvwaimXG6SbGokzlx1MDAwNSWjep9cdTAwMTRKXHUwMDEw9uBcdTAwMGVG3cxcIvGbuWuSMlxiXHUwMDAxdDstrbrJkfNcdTAwMDNcXFx1MDAwMKOnXTafTY9cdTAwMTOgh8LDKdhkXHUwMDE2OPQkI4VcdTAwMDaBaslcdTAwMDNcdTAwMTfiQIhcXMvQ69AoPUngnPJ5qVx1MDAxZcryqEAzYIaUoTlqX55EmSiD9mQmU9diqm9cYnBeXHRKKfdUjyN6XHUwMDBmXHUwMDAzXHUwMDE4XHUwMDE5slx1MDAxY1x1MDAwNjX+T5pcdTAwMTB3XHRZwlx1MDAxMrvHIyxcdTAwMGX4lKhcIqckXHUwMDFiclx1MDAxZVx1MDAwMcqT3FxuMIWjMDVZk1x1MDAwMNikreP0aM5cdTAwMThcdTAwMDVcIq3RZO9cdTAwMDXQo/wwqGveXHUwMDFlOVx1MDAxNadcdTAwMDfLXHUwMDExWNNqR1x1MDAwM5VCelx1MDAwZVx1MDAwMNa1yoj6XHUwMDE1SVBcdTAwMWS5otzvppsjpECQUWlcblx1MDAwM55cdTAwMTNNXzVP7CD0uYLZXHLBXHUwMDFlJV9nZ8xOdERcdTAwMWR3j7BJV3uVzJD61lXZnD4+VsX1x/TN8Vnl0dTfXHUwMDFhk1x1MDAxZVJn/YPmzYg6lVx1MDAxZEblVJD/XfPCxlxcRu5LUfJcdTAwMDfEl49aXHUwMDFkfn3hK6Lenv8qyY/tutMo2yF1iFmYkDazv3ZNT6+fuNfbmr54feHnXHUwMDE3L9XpnedcIqRehNSzQ9rpYzp/xu+jwaKw1VQr/bj7961he1x1MDAxNDmCkaFcdTAwMDNzf5vDT1x1MDAxZOVcbrOoXHUwMDFkS5IkjVx1MDAwNLRcdTAwMWO8L1wi71ZQKV18PGuCYjS2kOpcdTAwMTFbsf/sXHUwMDE4c2uALNWjRVx1MDAwNVx1MDAxZcl04miyXCKZV8LSPPqAQpf2iFtqgaSTqbVfw1x1MDAxZpmjZqo2wC3WZ1x1MDAwNm+CYt75lF9DglxyXHKntn1OJu9cYs32XHUwMDE0Y1xcXHUwMDExgFx1MDAxZlibJkkxXHUwMDFh8sm8aM2HzM4maI1ZJjzQQpAxiq0ppGS2MSUovTWAXCLNgaYyiqiYQidrtJtTUnW7zjGopoRcdTAwMDZV0yBUbKfoqYCO5rhSXHUwMDBlcNRcYihgcnprkjb2j8pKWKLYNv+g2a9R39JRNYjSyZKDaFx1MDAxMi7+XHUwMDFhV9tcdTAwMDdV7zZHkZNcdTAwMGZcdLJGxJM9v0b1KupwXHUwMDFi5PL9XHUwMDFhlU7Tf6NCvFx1MDAwNMG8w4R7K1x1MDAwNWNcdTAwMDSHKlx1MDAwM0lbYa/YXHUwMDFjbVx1MDAwYttcIlNz6jRcdTAwMTFcdTAwMTJcIsw449xcdTAwMDOtMy5hj7xcdTAwMWORS3JcdTAwMGZcdTAwMDTPYOOWsKSwpKXUk1x1MDAxMC5OXHUwMDE1NG1ZqWA4kfsru7IzQ1x1MDAxNrY+xiVtXZpRxXXvXHUwMDBijKpS2lvccvWFlGOm6bz2XHIgXHUwMDE4XHUwMDFkXHUwMDE1p46olds3lFx1MDAwZYWym4KK+tOAQ5uFaIo8XHUwMDE1OIRU76ZBmySLj4q+2jKIWr0xfCGkmiR16nuvyZNFkf3q37emQVPXXGJJqdEsWVx1MDAwMptzizJcdTAwMDZW5z3C1kBtT0szlvK8RrthrZHfklx1MDAwMFOzceOILNBcdTAwMWVKbijvSVidpJeTRTOGpueVIOkz3fNLuPSZ87lFsChJTzHHTo+k0XSEoL4p1lx1MDAxYVxuaEd9IHtaWuRTYlx1MDAwMEpUXHUwMDBmh3dxXHUwMDE0XGbs6ZCRU8dSsy6IXHUwMDBlinqaWI1Bi1xcTlxiIKh7XHUwMDEzw0ngpaJQymhcYiVqt0GdRKVmtIbE8Pr8XHUwMDEwXG5cdTAwMDRxq2jwXHUwMDA3722xOVx1MDAwNMSTsbFySe/tXHUwMDEwIDR9gflRcsZcdTAwMGXmx/HpJ5zfzki/gPlccqF0/shvqWXwb35bMkPA5Ld201x1MDAwNWB+ezxdQOf3XHUwMDE4ZOiP/E6NdP2W3+2SoYCH8FxmZUCEIbxXXHUwMDE5XHUwMDE4ZlxiXHUwMDBmW1x1MDAxNsxcdTAwMWHGXHUwMDBmONGRXHUwMDE4oWBcdTAwMDFcdNF5zcxAzNO1Pag/XFxuXjXer/TK6+nW5Vp5YcJcdTAwMDMxwlx1MDAwZYi1fMuk00GhmJ4kiK9v5Fx1MDAxOHYqOOVD4UpntfQtgjFFMKb952dMllGcXHUwMDFhyuk+tX7DXHUwMDBmO81o1D7MtNP0RvL5h52md7qfiGGn6cNcdTAwMDKGXHUwMDE4dpo6zGCIWafps1x1MDAxNoZcdTAwMTh2mjpcdTAwMGJiiFmnXHUwMDE5syomYNZp+rSPIWadpk8jyT/qNGNcXMpcdTAwMTCzTlx1MDAwN1x0nJ896zTd1zhcdPQkpV1RsztJXHUwMDFkO/hImyVLVFxiYrizzfsx4mHKknGUsm/bnShHXHUwMDFjxEqt2Kibp6H0NkhcdTAwMDA7XHUwMDFhN1CvWUhJMnM4+Nwl21x1MDAxY+VlV0V9I6mM2MHQ1Vrb0cRcdKXwUv6lMI6MyWTLnbzirp1cdPv1g9Gkcerq8muL1L3Lr8zSjza/tk29eUPAgXTOyFx1MDAwZlhSXHUwMDE5d1xiQJUqVoZcdTAwMDF9I6bwTLSZTc0tNaOC/2A7e2np0l9Vqtty9tjZmqp+rInG6oTb2VI2055bRa+JXHUwMDFlQp61OneTXHUwMDAwkZ1cdTAwMTTmb8p4VNRcdTAwMDGeUup7zex2/O1r4kPSyqbqSqa6eiFcdTAwMTZGdmFkf0/GY/8oyc/4fVDGI/WHJy+rXHLoKPKrMlx1MDAxZVx1MDAwNYv0uFxiandcdTAwMWGU8ai6yqtcdTAwMDMoJuKLXHSKTde7Nu3ag1x1MDAwMILflPFINa2MXHUwMDAz3yXH8EThXHUwMDBi6jMqWNR8IIBgM4SsYTNEPbxcdTAwMTNcdTAwMDR9/HJmb2JgviNNZLNehiT5XHUwMDA05TtyXHUwMDE23JAmLN9RXHUwMDEx2m1cdTAwMTaGXHUwMDA1XHUwMDEwjOHpePFiO8xcdTAwMDfkJIChQnq0fFe+I5VcdTAwMWT1qV7+XG6U4jRCO/mGJTzSe1x1MDAwN5XifWXSKEArKo+J816vjFx1MDAxY3GBQ+c7XHUwMDBl2sK2xKRipqjJ16iH3Fx1MDAxMpjkXFxcbusmkXFcdTAwMGJ/l4RHT1xyjZxcZphVXHUwMDE1lvDYXHUwMDExlSPKwnY6JPWrXG5junRh/V3pjmBgmlx1MDAxZlx1MDAxNNIoLUPjtS5cdTAwMDBcdTAwMWRGlFx1MDAxZFx1MDAxMNKdOiDfsXNBR0Rccm1cdTAwMDai50XNMUbENe1cXDmqXHUwMDFiNzS1aVTs1ZJBXHUwMDE218lSXHUwMDExZND0k7SUm1x1MDAxZXsni2D/dMWf9vOwZMfw/Vx0THZcZj7AVipcdTAwMDO4tNWWJjneJOdcdTAwMDVrJVtcYuBOsI6UyVx1MDAwMUU5739QrmM4e1x1MDAwNuU65lx1MDAxMFx1MDAxZq1cXFx1MDAxYVx1MDAwMd1cdTAwMTA17emZ7zRktiNvN7NcdTAwMTK9XHUwMDAzo3JJ4FY2XHUwMDEypXiQT0wksydzKohWtpRcdTAwMDZ87atcdTAwMTBzKrBWMpemXHUwMDFkVNIkJk5cdTAwMGab7eiA5EDXmGTu5HDJjpyagkdcdTAwMDPnRkMngcmO4fDpu5JcdTAwMWRx81x1MDAwNLFI/7kr4Vx1MDAwMDQs1zFcdTAwMTggXHUwMDA3pjqGI/j081x1MDAxZDbVccDty29cdTAwMDJlMEd+Iy2defNbkemyJb+ZmyH78lviXHUwMDE50jm/r+BcdTAwMTelOob7W9K171x1MDAxMFx1MDAxZaFcZngwhNfq12U65vH/TXRcYkZR81x1MDAxNqtd+Fx1MDAxNFx1MDAwN7U1ffK8tXz2sfJ8vvRojsTC6+Xv3XJirENcdTAwMWNGT3PsavbdWUulXHUwMDE1h5CK2jXZoudE9HlcdTAwMTGB+fF7pDk2a26kXHUwMDBlmjzfzo1SgvrO9TQ5b0XlW50rXHUwMDE5dcJcdTAwMGUgXHUwMDE5pW9cdTAwMDFm92ub2EpcdTAwMWKAcqfxujpkJl47waxn4EqTXpTXXHUwMDAwydpcdTAwMDRbatRcZrh23oVsXHUwMDBmr1xiIVx1MDAxOOXoUWFDNN1IJFx1MDAxMjmaiSGChltSb9dMeiFJjpaSpqRcbvJftlx1MDAxMmdcdTAwMTggZzRhum+OY77BXHUwMDE1mTmO2MNW1cao+9dMSqKGnYpcdTAwMWGWhXhcdTAwMDfDclx1MDAxY32eSWApV7CV1KVcdTAwMDFcdC2POlx1MDAxOY7II62kM6gl2Fx1MDAxZeTOXHIhmMrHrbQ4XHUwMDA3eFx1MDAwNqngQ/o4XHUwMDA05jgqMqap2WO+KpT8wzbSXHUwMDFkjJNAL8pG8qxpXHUwMDEyxOu98u9WK1lK4MB6Z0XkP85WLpcmi6Q5bmG0XHUwMDBi18414+3hXHUwMDFkZjSOaOfCSeepT2qixWt+jm2m6oFcdTAwMTGMgk1quVx1MDAxZU2itFx1MDAxMlx0qeWfSPZ2zy/wevp9jiaP01x1MDAxNpdfW6TuXFxuXZZ+rvl1bfq9y1x1MDAwZlx1MDAwNtL5XCI/WEll2yHQVKpUXHUwMDE5XHUwMDA28Y2YtDPRXHUwMDA2NnQqdJZ14aWEXHUwMDBmm4/s9vhqavpm47NW3Vm9/Dg4mJ50XHUwMDAzO2FTe5eIbn2TVVx1MDAxZN7HcWBSI2RcdTAwMTClSPCsyYiFSV2Y1O0/QyY19o2G/ISfXHUwMDA3pDS2QZZcYpkrXHUwMDE1ltFI7b6pjXPgqPCAjEbahuZcdTAwMWPpoPzDKEZHdSiR+ZbsTfAnZzSCXHUwMDFlkFx1MDAxNXNJn/2wXHUwMDFkXHUwMDFjx57QqJvjmlx1MDAxMjNO2oFcdTAwMWVOWVLYS1x1MDAxZfLCIe1cdTAwMWJcdTAwMTnWRnPzQtb3K7JcdTAwMTmH6N5Iw1x1MDAxODRV5sffuFx1MDAxNWrUYHijQ3NcdTAwMGa/J5mRaypuNDxcdTAwMTlb/abujUNkM/ZfYUte0lTX0DHvIdmM1GYkilx1MDAxY5rsXHUwMDExXHUwMDE5XHUwMDE5hzx0+8b0bMaOqFx1MDAxY5FNvimbsUtOjihnkmJyRDnY+lRcdTAwMTlpo0ZBIfRS5HTP2kdVJFx1MDAxM5PKOEBcdTAwMTn/XHUwMDFlqYxd7D0q5upcdTAwMTFAo2HAPzSTMXx7gjJcdTAwMTlznN83ZTJm9G3Mm8rIofJo3JaSNsnvw+UySoBcdTAwMTHgr6Sj/rtyXHUwMDE5w1x1MDAwNVxcUOPGcPFcdTAwMWLYuDFUO4T1bcyhvb6lcaPzNFxch9Hs6r7JjOHav5XsRrO2mz7FJL3hWjfirVwiQJhcdTAwMThCN1x1MDAwNHxqZVx1MDAwYpJbiHBcXGLE+Fx1MDAxMFx1MDAwMC+wd2PufMZBK1x1MDAxY7p546A9XHUwMDFjOqNx0CHntjMyLuE3dW/Mn9KY1b0x2JRcZmveXHUwMDE4bupcdTAwMDb1blx1MDAxY3tGY/7mjYOUyLBcdTAwMTmNXHUwMDAztdzQKY1cdTAwMTndXHUwMDFix5/T+P/bu7alKJZt+76/Ysd63nTk/fLoXHUwMDE1UVx1MDAxMVFEJU6E0WKDIFwiXG5cdTAwMDJ6Yv/7XHUwMDE5I6uvVU1VVnezbNZpX1YsoGdnVeacOa9jtMlb5fU0tsmt5fU0tkpcdTAwMDAudcVFXHTJxumxeanGksvb66s1/fOxO/m+frRnXHUwMDBl5K831txf9pJcdTAwMGIsaiS9KJmWR/3N/fqLKfVcbpTWteCuRpjhRHA3VuittDVC9S0pmseQJ1x1MDAwNl2NUUuc6qhXuFx1MDAxMun3q1x1MDAxMsy/l6Or0YpAkCMyXHUwMDEylGCGUo1bwcbYvsOXjfhcdTAwMTZ0UIVdL4uctamxXHUwMDFlu7HPOZ3TdZnayfBcdLg5XHUwMDE1wvB+XHUwMDE3g7W4mWTBs5sh8XZ6XHUwMDFh65FcdTAwMWLJzJlSOFx1MDAxOUPjOU2N1lx0weXldK5W+2TGXHUwMDA1VlpcdTAwMWXnW9/sTY1ccsCNwmOr87o4b6up8YZTOHtXYz1w41x1MDAwMI1LNs/J16txv1x0XHUwMDBlXnVhNjIqn1xytmYxPY2jy7fp07WJxj8urVx1MDAwMFeTXGLRbIVcdTAwMTV65n7GhJ6HZYhyw2DbvcxqaGxx2G6poVFcdTAwMTlccqPmy7Cyt9DO2MaWXGZwXHUwMDExYepgmYw289m6fj8jXCJSK8mwPJchrl1b+3tcIqedscU1Vrett9TN2MZcdTAwMGbIamfM9lPqdXb2bsZcdTAwMWKMyiyu3nz9OktcdTAwMWRby4ijrlx1MDAxZN5Idmz9dfP8o3hzffx9/+fG0ZG8t3X06+HPJY+tVezAWZBe0077sUTCbXBUd3v7XHUwMDFmXHUwMDBmujNNXGY2k1R7PECAIVx1MDAxZUWX00Pr7atcdTAwMWR3uP3z5PRLPN55/e7pXHUwMDFi8/X3g1VovVxurdtZoLVcdTAwMDFcdTAwMTC3ht3LhFx1MDAwMlx1MDAxYnwk4FLElVx1MDAxZF1cdTAwMTk8YSkkKjZcdTAwMDe4yHQulLJcdTAwMDLwIIhP7SBcdTAwMTY3XHUwMDE5/qg5VFRcdTAwMWTjXHL9Iymjt1x1MDAwMoe1JFFaTYRoIVx1MDAxMoxbc1x1MDAxY6E6zlx1MDAxMutewGopmFxyU16iMriKRk5Uzlx1MDAxMkPyk4xcdTAwMTWIdbSpLFEn9zPYVM/JyYGoXHUwMDBlXlOqOcArwVx1MDAwN3257EWXJ93BXHUwMDA1j1BOJ6pQZE6EkexPk5QkwlxycK7AkGHmO6d1g1x1MDAxYlx0byQkXGKL6ntcZkTwXGJcdTAwMTDoiHCeI3DBxG9NS6xgUM/7XHUwMDE2qz7XvDtdhfGe9zRcdTAwMGXcVpxJa1hnau6padCYwZiQRGjuNFxc9bmVeuD3K1wihOBF5rzGWrsziEvg6cqCYnde29hcdTAwMGabXGZHqThf1Fx1MDAwZd1i3o+3Z4Btep4lkVxiMSawKjslLThcdTAwMDORL05uJFGfxiecLitXa6JhKCtUx7BcdTAwMGKEwzSLIEJWQUpEiYj34HtcdTAwMDZX7v9pTdVcZlx1MDAxM4T3hutcdTAwMDZLjErrqeBtLbikYS5ERPRK7TEpyi5cdGzNdS1M0KyiXHUwMDA2XHKX25VcdTAwMWJEZ0CnRESMs6Ch/1x1MDAxMe/Jllu82vKFm1x1MDAwZcyIh+nE3cXUZflccrYlNDdcdTAwMWSHIy3xvFM2pD3hOj7BXHUwMDFkhDvm+dZ9WV7bjmKDXHUwMDBiXGIuXHUwMDA0XHUwMDFjMq9cdTAwMTBcdTAwMDb4Mlx1MDAxY1xce/xWqCbTXHUwMDFkXHUwMDA0zIlqklx1MDAxN2OmjmwpYVx1MDAwZbC1XHUwMDEyLkFwZYS0tnS1XHUwMDE06Nhcclx1MDAwMUMz/TZrjdF7Y1x1MDAwMNpcdTAwMTfY2m9pWOJcZqNcdTAwMDH1b7E9ZW3DNs+AXHUwMDE1XX9cdTAwMGVnmP+oV5T2rLX1ityetLbB0LQnrW0yhe1pa1x1MDAxYqz1XGZzUlxy18lcZpNcXPVcdTAwMTdee+bapjt5XHUwMDA26tomv2FcdTAwMDbu2lx1MDAwNs9mXHUwMDE2roRcdTAwMDbna1x1MDAxNu7aXHUwMDA2XHUwMDE38Y6neJ1cdTAwMGJwzmDTh3/RlOJcdTAwMTU7dmtX9H7df/b049b55d7vtd7eoyVP8da3Ty2Wk6cpwztgmZuFk4dmhb/wTc1Tq1xm7yrDO/j3ZzK8U4BccpdJYsq0XHUwMDEwsoZpV1lcdTAwMTlbTVx1MDAxOV5Ixa3EfGfOxZOV4TVQfimDzFx1MDAwMJ3rJ6z0aJSkJLFI8cJxYCiSQ/uTl+KFo6t9clxuciRcdTAwMTaJP7xCI1N9uCSxSPFcdTAwMTKXOlx1MDAwMajmjL6l5GQgOrCpgFx0zZ7i9VwiUbJV0YH7Kd5cYnk6M9258Fx1MDAwMZGmNVar1vO+x1xuStC8W12t+897XHUwMDFjq61cdPOqTFx1MDAxNVxual61rvR2zGt5Kr0n81x1MDAxYcdcbtJXO/s/58dbXHUwMDBmizY9zlJcYszJ77YgLsnL7+Yzq2QmeNvMS+ckeFtcZnRcdTAwMGbC3eGMbkle24HzrPxuu4n4lDJwxllpYC3K8mZN8JooXHUwMDEwd0bly2+wLT9SVn63XHUwMDA1f1NWfjefX+qW8rtcYr85oit0XHUwMDE5MeJW8rut+MOKzCT8OqPwXHUwMDFlJ9c3XHUwMDAzwdnt5Xcr4WdfYGufJTO/m89jV/9cdTAwMTJnwKa5rfTuXHLHcFx1MDAwNrLCrPRuXHUwMDFiXHUwMDAwopz0blx1MDAxYr7HvPRuXHUwMDBiRsp6QzhcdTAwMDPGVL2pnoHW8/ayu9Ovu1x1MDAxOaDE8rK7reDO8rK7rVhm/1h2t1x1MDAxNV9vvX94t7O7XHUwMDFlXHUwMDExXHUwMDA0rm6Rz/dx7+zd9ZM3V/HigXh99cbJXHUwMDBmj8/shzud3HX9Jlx1MDAxNVegJdx2djejf/fm7C50XHUwMDE213pcdTAwMWPN0q+yu6vs7lx1MDAxMo/Grt3CbOzawodj11x1MDAxNjxcdTAwMWS7tvjx2LVicodmislcdTAwMWaV5YDXz3euLXpCdm3hI7JVWpA5V7jwIdm1hU/JrvVH7/q4OFmp14bjuOg52bWFXHUwMDBmyq4tflJ2bc5R2bXW86jVMtOtyjOTfktz6WR6b+7f9fG1JuBcdTAwMTlmtlnaXGLe5p/7WnRcdTAwMWNEflx1MDAwMaZcdTAwMDOy+kFQjrJcdTAwMTPAJ3J5XHUwMDBlx8qWkVHht0HPLVwiUJFXXHUwMDE1qedN1KwtwVBBLTguXHUwMDEysixmXHUwMDFksaOGqlx1MDAwN4uDX3RGZVx1MDAwNGFccsyTXHUwMDFh1lxigS5cdTAwMGWi0plw4H0oKS25Slx1MDAxZnw512Ww+1xiti1ec2LAaFx1MDAxNFiPdYVYV2u8YyZeUr0kQ15cdTAwMWS9qO6wQqTbhYi1YGGq4z1cdTAwMWNcdTAwMDJcXEpMu4isXHUwMDE27Do0M3yddEyeRSGKayxDIPHWaLHhQJTZoVKpXHUwMDE4XHUwMDE3osQ5XHUwMDE0OrfuVVx1MDAwYlxihzNgU/Kb+Vx1MDAxZpz/rJxFLVx1MDAwYi+uRSejtmyywq7JrLmYXHUwMDFhlmDZyS9tNtRz23sp9UtjTopcdTAwMThipMRJxdmcXHUwMDE2+9qXh9uX/oTm6kSWY9awv/CYWYfEUVE2d421Z5Au+Fx1MDAxOFx1MDAxMlveXHUwMDEya5RcdTAwMDRPjHCR32aKUu7caoxdYVx1MDAxYpzGXHUwMDFipFx1MDAxNygzcLtrXHJccu5cdTAwMWFcXFxiceD35rg8tYZQdshMZ7EuXHUwMDE277Jwu2stNVx1MDAxNMTRXHUwMDAztKzqJPdqzrtEdvCoXHUwMDAxoVx1MDAwMZP4NF458UbNZVx1MDAwN4tcdTAwMTCxrVxiYeB8Z4VttZexZPSC12fwPlxu0Mw53Vx1MDAwNbxdXHUwMDFlXHUwMDE2xZyoy2OpqHdo4Fx1MDAxMMLZZXlDmyBNTmtqg9NFXHUwMDFmmVx1MDAxNTvGRMy1N1/Gc1Lk1fu0i5Z3t5OzrFrgUlx1MDAxOe1Yc3J27ez44vG97kF3Tb/vxp+PtzZ2N5Y8Oav8XHLwXHTp8z52qFx1MDAwNzjq5D1cdTAwMTjb3lx1MDAxObOzXHUwMDA3XHUwMDA3XHUwMDA385AxI3aFObfkb1x1MDAxYi2kyM3CfWfKdoTeckNq9nLjhzr/3btcXH/0+fGHXHUwMDFm3Vx1MDAwN8fdl1/frFKzq9TsXHUwMDFm4mJcdTAwMWVL42RnZj2B+DmyU+pO62dm4d6xWzHKnHn4LNhCj0vZhSxujlx1MDAwMVx1MDAwZq6DX5hmnkqogCkzi7hTuCjyXHUwMDAykzzgQqlTNjVkJdcygFx1MDAwYvFNXHUwMDFle8PQO8OvaVx1MDAwNi6EV8OnIC1ejryUlZXO+MJ5mfRrit+OOrrmW2A/KVx1MDAwYn9bWziGLmP+N1x1MDAwZrlcdTAwMTB3RoqxsrAkc5BcdTAwMGKJ8CBcdTAwMTCGZtUw6o5hPyPrXHUwMDA0dlx1MDAxN55/zFphXHUwMDA2cmFgu1xuXHUwMDBm9tyq3E/I0rGF6UBcdTAwMTiTsylZdMxy0GDUyt5VL+Cmj1cnUpdNXlx0l2OulzVcdTAwMDDlXGK+OFx1MDAxZnNuZlx1MDAxNZFjvuM26NWGXHUwMDFlRVpcdTAwMDA/nzZcZlx1MDAxYbVcdTAwMDNJKmBcdTAwMDNMmE9dizZtXHUwMDAymnB6ylo/nzlcdTAwMTk0abMvXHUwMDBi4fBUMuZcdTAwMTbmbtBjPfzAfNa4dnXtb4vad9f+Mqvf2va3be3Jm8FcdTAwMWSo14z2XHUwMDBlS63izuBQ1ZqVWZy+ert3t0PsyI46NUaA11x1MDAxOGKfP9o6Vr2vXHUwMDE3Wy/PPmw86W1vnW5cdTAwMWbbJVx1MDAwZrE1lVx1MDAxYVx1MDAwZVx1MDAxOFNVzpS4mYOb/ss/XHUwMDEyX09pslx1MDAxYvY+hShcdTAwMDSkjPAzV1x1MDAwMfYqwL5cdTAwMDNcdTAwMDF2gdii8/phXHUwMDA2XrlRXHUwMDAxt4so0+bM0fpcdTAwMDT3QLN8YctVjXRhKZVcdTAwMDC6rMuYO1x1MDAxZIQ28Fx1MDAwZeSUOk66UXHTm6K6O2/sNTsxXHUwMDAwsTBkQWI2zSVRlrBkiEVcdTAwMWLl5YTXrNXFzFx1MDAwNqBKvXCaPzfqiJpvfbO3PN3w/lxud1hcdKGMJPBhVlvF7fBcdTAwMDJMP4KztzvdoCP9cEdcdTAwMGVZkXJcdTAwMDTW6nE/IIOLZnVqd8kpXHJlRdfzXHUwMDExXHUwMDAztKi81NfEl0Fe8oOjKCqHulxcSZuNXHUwMDFjYDRcdTAwMGY933ZmcVx1MDAwM7Q4cLfEXHIwNlx0PZ/GZrBcdTAwMDO0sSj9XHUwMDEwVlx1MDAxMnG1PLo+MznAaIZ5PntcXLe49rdFXHUwMDBlO0D+XVa/r7dEXHUwMDBm0MJcdTAwMTnIYlx1MDAwN2jhrNSq7ez0XHUwMDAw063KLFx1MDAxZV+92bvb0TXtl8EjtcCO2jx7e/niYv3tu/U9xFxmp+birbj4vuzh9d9JvVdcdTAwMTdgz8m7XHUwMDA354JtPnFcdTAwMTVgp9+vXHUwMDAy7H8vR4C94t1cdTAwMWJcdTAwMTO34t1b8e5NXHUwMDExuOLdm1x1MDAxMo+tePduSdqKd29cXN6Kd69W3Ip3b8W7t+Ld+3c1sC5cIt73m3v7+vvntd87h6fvXHUwMDBl4+t44d6fjlx1MDAwMpiB69+lgz768XWqiI5cdTAwMDJRxppWjYLeQWRIXHUwMDAwXHUwMDFl7HtgmVx1MDAxYtvlhO6tjbG/XHKjQ1x1MDAxZjvsNrJsoSd0zKhEW1xyesuBq8LeKFNcdTAwMWa2lv/mz1x1MDAwNvLjcW2baHJcYsNhPVu9R9mksXSIXHUwMDFl+55SPsRcdTAwMTI3KI7l3GrSIeXAdVwiKFtg6LrQ+G6t/rjxX+WgVZWlbVxce//o9NPR6eFk6N0rXl1cdTAwMTF+n1x1MDAxZevTcL6x/eXyu/5+/mn33oH8XHUwMDE2x1x1MDAwM+yDb1xi4fGXXHTJXHUwMDBlV5tKjot30mP9Y6btr8PuXHUwMDE533r/XHUwMDA3o1x1MDAxMFx1MDAxYyF08zK6979sPevu7q9/OLh+t27Cj3ff3Nq0ZcBcdTAwMTmN4/+Cqi7BwmGVfZpcYlx1MDAxOcIwXHUwMDE1+t/Jl5NcdTAwMWL0/3Xx46hQ9ZGOfju9eNz9enRC9VE1Jiys7ZyfP/j0++BLuNrd+rZ98Or7p93ZTNjY/1x1MDAwZkzY6CdDazU2JbIyT1PMk+DJsG6qeVx1MDAxYeufKadriepMJzYnXXsn7dMkhIFcdTAwMWTz/G/P9nx9dXTwbPfo/Vu1vbXR6z7aXG7XP6YrfUXH1eCBWtqZbHNX/cqqZftcdTAwMWKsyMBA/OjtX5Q+PVZmuPHcOk4qiHG+hEZcdTAwMTLi2j1ZyiqDmzSUTsxn8Fx1MDAxZT9+XFwtIygzxdbKsfnDYStcdTAwMWVn8YRqKlx1MDAxNNz7/fJevHf64cMntyXfPN5cdTAwMTSftp678XP47ePll3cv115dvDt5fbX2w/qP+29cdTAwMGXG/2DnrV5cdTAwMGKn17293e6nnrS7XHUwMDBmXn7pPs2qXHUwMDAzpOetqVx1MDAwM1xmv2OkRJn32cSRLe604W/+W1na31llePjkYTjZ+7phT9++3Tm4Otp69/BrmFpl2O39uOhd//vextQqXHUwMDAzNLZ7dNr7Maw01GotXHUwMDA0XUxTWO9uUlipUppSx/y6YL3rNKmxn7v7n3/+6P15nfWTrbZuLKoq66y85/WjUKuzXHUwMDE3P7qn52fdXHUwMDFmOMFV1Vx1MDAxZLV5j1X8dEVxjTJcdTAwMWNTXHUwMDFk+80/S3Prg+mJY/uP1Nzp9UFewa+PfveSS3HDxTzy1qnOU79cYofyvJe6XHUwMDAwWNee+MC9k6ND6vxfJ72DSWNwcbTfPVx1MDAxOf764tuYuzq0M1x1MDAxYlx1MDAxNbfi24+jw6PT7slOZTEzmaJcdTAwMTEqcWVcdTAwMDBcdTAwMDAxnlxio0xioyF6s/HJhfUn3Vx1MDAwN92N7s/3eu+Rfv/47K5cdTAwMTmiXHUwMDFhXG6rXGbnodZcdTAwMTDFkeihIdLVZn7tg46EXHUwMDE3ucOG6Fx1MDAxZm4qRnmPJlPxP6frPahx9+LosneTwVx1MDAxOEHB/C1cdTAwMDajvKRas3FjZ5Mv/3DowUTNXHUwMDAyRFx1MDAwYtzkVye9h8dP3r5++WnPXj4/XHUwMDBm18/iszc32I0lXHQ5VJCd6LQmXHUwMDFhUnR2bFx1MDAwN1x1MDAwYiPCLFWQ+IWS2oryuto2NjlcdTAwMTc/XHUwMDFkuKpBkaIjVYx+yFx1MDAxYz+FXHUwMDE2L3ScgFtjvCbVgDLViEV4VmZko+Pz8OqD+3Vxcra7c/+pO3mxqZ5cdTAwMDc7XHUwMDAxnPwnXHLSvL1No1vu7lx1MDAxOKR/bm9cdTAwMTNcdTAwMGVjXHUwMDEwQnnvyftRhVx1MDAxMJbsbFx1MDAxMFFp0+eqypCpqKYhxEHZrSSSXHUwMDA0u0orP1x1MDAwMJfKaVUxJOa1Rlx1MDAxNohdqky2S1JMRHPKeSW5zFxmiTaY4PSIWLYkUWvtpU3golx0kSprIMlcdTAwMWG8JYWPWCVNqKAxXHUwMDFik8bejctcdTAwMDO/I66XXHUwMDE1Klx1MDAwZeiAZFx1MDAxOYuZtXlcdTAwMDRTsHpBZ00jsIeIw6aCLDk6kM26/FwisboobZB4JcJncCTJjkpsXHUwMDEx1og+glxc+Vx1MDAwMLHUJLRcdTAwMWVIbFx1MDAxNlx1MDAxOSft/URbkuso4UhcdTAwMTSHN5xcYlxu55RmeHUoslx0YpV/uzBcdTAwMWbwRqJWXCJBr/qSNI+tws5cdTAwMWFDXHUwMDFhnOb+sIjrh1CIOLfekU1pUpzlXGKVIT1KgnPMXHUwMDEwh8PsyLGIM0iky5K49GOCJUSfw5dcdTAwMWQ78FM8cVx1MDAxMpPeTVx1MDAwZXO5jnPe8GFJs1x1MDAxMbLESbJcbjlt+/Pjk+I853xcdTAwMTFVqeCDkc19V5FcdTAwMTi97DEz3lx1MDAxMrhST4rDXHUwMDExxj7xmFx1MDAxM1or51x1MDAwNFx1MDAwYuijXHUwMDBlXHUwMDEyS4tkNlx1MDAxOVx1MDAxN+fxXZ5t0rBkVO/mh1xyXHUwMDFkOlx1MDAxZd5HuCCC5N+T4qhf1kqS/1x1MDAxMWtcIkucXHUwMDEwlkQ4QUOZ3KQ4Tlx1MDAwZZBcciVfwXB/4K1cdTAwMTijiDSoSlx1MDAwZutcdTAwMTRcdTAwMWMzo1x1MDAwNshcdTAwMDE54pylelOVVKnN0XfYI2OxcoPALWZMJeKg2EDgy4CPkFF7UlxcMk5OQmogwFCGOOWdcdAgnUBqJ1x1MDAwZUroXGLD8StF8k/cXHUwMDAyOefOSN6DIYFcXDozKVxyd4hcdTAwMTXYcYtrI+tR4Zs6sk9ZXFzppXs3dIhcdTAwMTWKa1xcq5jHcFx1MDAwZvPEp2CvZLp4S4ujX1x1MDAxMFx1MDAxMoBIJFx1MDAwYtZcXKZzXHUwMDE2ac5ZT1BYZyuAi4GXRCT0r8nUMFinyGY3tlx1MDAxZkqlhC9tK7SE2N241YknmuNWkeaJpHZwgqwu4V3270xtQ59a7k9cYiTnXHUwMDE4JKVEXHUwMDBieZRKLXZSkePJZWCBQ5QlSEqUXHUwMDAzXHUwMDE21zLALE4xNmTwapvl4c9cIk6dS2xMPLaT8qCr+Fx1MDAxNo2jYohfnCHPRrKiWtnnJ5tcdTAwMTRcdTAwMDdcdTAwMTdcdTAwMTA+oIk8nj4021x1MDAwMO6F44SLXHUwMDFlkNaWsWFcIuGUuVxyLlHQNkNMdejFWVxcXHUwMDA3ZEEkXHUwMDAye0miTvxvcKczycHY+eYlbkA4iF6EXHUwMDE4yiNcdTAwMGJcdTAwMTLfhitcdTAwMDVcdTAwMWHn+Ue++SUuJFxu+df4f1x1MDAxN5dcdTAwMDfBXHUwMDBiJ6z0WD6xKVx1MDAwZvLp9O37XHUwMDFmXHUwMDA3m737XHUwMDBm91++Wz/c/Cjt0c6S50G87MBcdTAwMTlcZolrXHUwMDBmZnRcdTAwMTRG95OpXHUwMDFkmP1hyHJb/FHMg1x1MDAxMNybgVxmnI0padbGLFxiXHUwMDEx/OFphSaI0lx1MDAwZlx1MDAxYmdcdTAwMWbCJ7uxsXlcdTAwMDHDu37/6EN493SVXHUwMDA0WSVBbiFcdFx1MDAwMv9cdTAwMGa3oZJ9VqNyVCx0Ym1lwJN665v9XHUwMDEzJlx1MDAxMKJcdTAwMTbQSDJhIFApx+5cdTAwMDR4XHUwMDEw9NdcYmyRN5JcdTAwMDV9Qlx1MDAxOMaoXHUwMDAxlt1V81x1MDAwYonOk3hznv6dypk2YbA1noqpJEFgToZORdaAXHKcaHhcXFx1MDAxNnbKWNzQ5URccp5BeqJbxPx0kqcxSaYk5U1KXHUwMDEy6eNZuD9wZjiokLM19JLhXHUwMDAzY0O1YHdlSVwiW91cdTAwMTnQXGYyYllcdTAwMTJJX1x1MDAxOIyHblx1MDAxM02/JJG+JTxcXFt8XdZgkYspJDauz3gyIVGSWFx1MDAxM1x1MDAxMakn8Vx1MDAwMFx1MDAwMmGXI5H03Fx1MDAxY5ooYlx1MDAxM1/mtbCMXG5cdTAwMTCMWO1JzpA1q1x1MDAxNFx1MDAwMp4swqYpl1r2S1wiSYcwoFx1MDAwM1d5Q4z0w7A9xciOLOX5ZMenlIToXHUwMDBmhDW7auWPI7pX8EZcdTAwMGJcboqWXHUwMDFmTyNFnF5cdTAwMTFcIm9CXHSBdlxu21x1MDAxMYpcdTAwMTl4lqJE44NcdTAwMGLbRILb8D4kLcNcdTAwMWaQXHUwMDE3qI7QXHUwMDA2kqo6Z0vysFx1MDAwM5aoiTKTPTyS/kMxq2DgxsKfLssj0yusgkjwJM1BXG6CbalcdTAwMTih43hcdM7alOSVXHUwMDFjjVxmeTrIRHBccrMrTeVxI1x1MDAxMW2UsTpcdTAwMTnlXGZxtOuOwCiwzFrJsjxcdTAwMWM0sjholZK+XHUwMDE58mBiiS1niVZcdTAwMDA1KG9v4Fx1MDAwMeS0XHUwMDEyNL85joK8YFx1MDAwMqxcdTAwMDS1XHSv3JXEpaFF0mRErD7DgiCAx9lzhpzIXHUwMDEyTkx5eW1DeJmodfHVgdMxJeBfyINLTLM54CHNkSelpWbaMGU/fFwixWaqNcJo5Vx1MDAxMD7d5Ov2xZGhXHUwMDA1t6LExWOyOKVTXHJcdTAwMTFcdTAwMDdLkFx0XHUwMDFhW+3KXHUwMDBixMY63J5cYlx1MDAwNjW8h1xmRLA04aSYXHUwMDFkdlxi+KB1JYGIXHUwMDAz4CpcdTAwMTjJXHUwMDFjPFxydJZE3npcdTAwMWGnzFx1MDAwNlx1MDAwZfGWJFwiXG5cdNhh+EhB5KC0RTJlO1x1MDAxM3HKXFyilS3JkypEpi6xusy8T7pqSVmD81x1MDAxYifTeZCHd2uTr+ZJ4JblXHUwMDAy0aiHyPxvhVa5X77gXHUwMDFjXHUwMDFmdI+Zuj8jXHUwMDExd1x1MDAxNoRKXvnKeVvmaVx1MDAxMo60XHUwMDE1ZjSV1upiW7ZoXlx1MDAxYdxxnmFudjh/ocy7vVdcdTAwMDeHV293XHUwMDFlXjj31X55cfFk2cP5UVx1MDAwN0FcdTAwMTHA21x1MDAwZU+2plx1MDAwNVx1MDAxOJ9cdTAwMTOcMYCH6ttcdTAwMDNTXHLgdSdVXHUwMDBihodpXHUwMDE0no9cdTAwMWGlij8pXHUwMDA2TsfRilx1MDAwNlx1MDAxMTzcKM5wxqZcYv5gJ2y9XHUwMDE2rzfufXnxbef995Pu1bPN61VcdTAwMDS/iuBcdTAwMTdcdTAwMWbBa+dZ/4JFTVdnXHUwMDA1okWTY166XHUwMDAyOTqHJo48a9FH6mJR4SzzxJHoXHUwMDBlRld4z1J/RrwkO7TSXHUwMDFlMVx1MDAxMbwkjYi2NOmtce/zmkQom1x1MDAxOXdcIlxmJH+fT5D/iVp0UqLVhOOAXHUwMDA3b2Ve5V2S0lx1MDAxMVx1MDAxZVx1MDAxOZxgYdK4+aRAuM6Ogbu3XCKPklx1MDAxMjEgri7c/1xiXG6msTvgZ3BRsfZcXK4zxHCRffuaNVx1MDAwMC9K8JOyY1x1MDAxYzHZXHUwMDEytWdcdTAwMTY7I3OqQnnD0KRAXp+Ul35cdTAwMGJcdTAwMTc/JcnzyN3qXHUwMDE2mKjz+KhcdTAwMDZ7LPNQX+reoFwimZ1wXHUwMDE271x1MDAwZacqXHUwMDBiN6d+j1VcdTAwMDfhcSB9hCxcdTAwMTBcZuY9hZrVXHUwMDFjxkCMhrJAS+v1RHc091x1MDAxOFx1MDAxMVx1MDAwM3NcdTAwMGKZQME1mkxcYlx1MDAwMVx1MDAxYoxCRJ34PLMyUrXWXHUwMDA216fSUpA1w2Y9sSh9evLybfx0sVx1MDAxYTVmjOZbTfG6JDtPPFx0Xv18r2vB29k/baOcpJzrtPW1wVKSJzyjmk9cdTAwMWL66oq/7Le5yPnUtW9O4M3JWFWu1uakb9BIcVdccu/aWzuuTlx1MDAxM3wjYVxcXHUwMDEw/2Mua8yXh1OKfdWpXHUwMDFkyFVq0u1uXHUwMDBibm6kJJhN440rgaG0vc149DxRN7FcbkVKnJJL0Pa6pWaw/5DoYFx1MDAwNKcplc1b+1x1MDAwMyTsZV13lLqe02XBXHUwMDFhPKNcdTAwMTGlpmZ4Z3CrljrwZCtcdTAwMWIsUT7R5dNcdTAwMTf69P3Lo/XtuHHy5PCBPOz+il/uWtjJPCVuXHUwMDA2J1x1MDAwMmvHt1x1MDAxNHXCUJRqXHUwMDA11bCz/zfMXHUwMDFlJmtbLVx1MDAxYzPrj6PW1D2/XG47V2Hn4N9tXHUwMDE3joNwXjn4XHUwMDBmqaZWLVx1MDAxY8sgU/eRTkTJeXVebcjCpKElROyvVI5cdTAwMTFTpItcdTAwMGJcdTAwMDY+MYBn1f5Ys1x1MDAxYbb+qXJcdTAwMDJcdTAwMTE3hua9YVN5MqPnay1cdTAwMDGTwVlcdTAwMTB+0HJfXHUwMDEyqZw0XHUwMDBl57aoLuSJ9EzPw+/FTU3e+fIqdWQhw/GNso8xSySCMM1cdTAwMTX077zyKq2xXlx1MDAxMSmo7+rmSPROJ+ov4dI6Slx1MDAxMv2oTTC3rlx1MDAxZlwiXHUwMDBid8Nmxf9M++2gaJZF0VC7RHhcdTAwMWRcdTAwMWU+L3t880vwta+ReHxcdTAwMDRcdTAwMDAqqNBUXHUwMDA2fXfTXkvsNVx1MDAxNi6VcaSSy0ldNFx1MDAxY0jWt+GF6tEjzKs1cFY1/XxcdTAwMGafQZMtIGeNtaqNXHUwMDBiUOJcdTAwMDZEXHUwMDFj1HdX5zZArHiTq13k6UulXFw+eVx1MDAxZje7i2k1XHUwMDFh9k4l713Mt5ribfFMXHUwMDE1fTLl9oKWb2vh+9k/ckFogePKSac5j9zCtWKguFx1MDAxMTYkNYWXXHUwMDA1tlXcgW1hc4pGXHUwMDA0XHUwMDE5y1x1MDAwMtvalqp9m9P8NVx1MDAwYmRcdTAwMWFcdTAwMDInq19cdTAwMDXOeeSFXHUwMDBi9NhAY1x1MDAxMSymcZKyxfdMXHUwMDExSOn67dRZu0w2jThsYS7fcpojRPAgY7Q5XFyLPIeWhcSAkDbIoCvDcYhcdTAwMWVcdTAwMTGjXHUwMDBmu3RyNIWdXHUwMDE32ilZrVx1MDAwMsNZsKl31WdcdTAwMGZcdTAwMTlSl1x1MDAwN1x1MDAxNLdFb1HZo2GznMKfXHUwMDA0qKjI6G/uaPpcdTAwMDJ431x1MDAxYyZmv0F5V/B9MFx1MDAwZTrkP7NcZsZBVz222VXYnJJzmNqRJM2Yy1x1MDAwYshv0Zv9m4Nt+FxcuFZ0yJ9df97du/p55LZ2X52J7oG/OO6uXHUwMDFk/v+OtqeycCwk1JaC88DBNlx1MDAwMWPsP/p9ZOLnN4e290W++fXo5FX36btVqL1cbrVXofYq1C69l1WovVxutVehdv/fKtRehdqNXHUwMDAyV6H2KtRehdqrUJv/5mmoxptUnmgo2bH28befXHUwMDFi91x1MDAxZpnnXHUwMDA3n752XHUwMDFmnzz6XHUwMDE5X8RcdTAwMWbXS1x1MDAxZWs7M3FcdTAwMGKMwt5cdTAwMTR5KyhcdTAwMDYnSmgyXHSDM2fofeN8dIfv2kVcclx1MDAwNz+N1k+ZkDZcdTAwMWRcdTAwMDKHkOBcdTAwMWLqZONcYlhjWOhcdTAwMTaGo6ONhe5H2zt7678+3nvz9MuWPXh1//3R0en3VfS9ir5vI/q2RMvGRaqVqHg3NLBRK6usKzqz8oJvnH1iXHUwMDE1XGaggSrBN8HU3GDoJW/0Js1CKeJqpUHb8lXlXHUwMDEyxFx1MDAxNO5t7TxcdTAwMDdpMkQ63L4uXHUwMDBlRlx1MDAxYVVZJJXdRMSTXHUwMDA1XHUwMDA3VoZAfHHEPTnsiytcdDTSwnrQzc1cdTAwMDT7SLyLnFkkXHUwMDFmteKgcfmGtuT7cmlWMlFQZUiMuHbhhHFXY6hG3uSMlGSPpJlcdTAwMTJZUHaa1GOcvbScti8vsfi1hdnWOnPAvlai7vAqQIhcdTAwMGZvUVx1MDAxM+Pwz1xixMFB2OQ5tOlK86a6Y1x1MDAxY0fA4MbH5OFlSVx1MDAxNDhcdTAwMWTkXGakXHUwMDA35Sf7IyHRXHUwMDExQCZcdTAwMWGZxqdsXHUwMDA2xlx1MDAxM45cdTAwMGU22OPCiT61VYaSRCZYXGaHcPMlwrW0MnCuzzlRXiFcdTAwMWKwXHUwMDE1zz3hx7JG61OAXHUwMDAzXXWIrtRkS+Oa6bCEgHtWXHUwMDA0XHUwMDBlzGbMYEK/IFxyZix5XHUwMDAx2G5dXHUwMDEyqFx1MDAwNPNo2H5cclx1MDAwZlx1MDAxZn+ZIVx1MDAxMSpcdTAwMDXVXHUwMDBmg/7m0sCf4aw+Nlx1MDAxYfJoOGVcdTAwMTbYXHUwMDEzPVx1MDAxNVx1MDAxODItXG5cdTAwMGXBkkCt+Fx1MDAwN1xi/WiVcoJcdTAwMTaO0SaUXFzTt3tcdTAwMTWBXHUwMDEz/kizQOVcdTAwMTA9XHUwMDA0hlx1MDAxN32Io8oju0iwJ1x1MDAxNWDKcnrOXHLtXHUwMDE3tYH9fZUwyFx1MDAxMLxcZrrHMeFcdTAwMTBsXHUwMDBlhlx1MDAxNDtqYT+l0kVOtHxusHwmOVx1MDAwNeFcdTAwMTBFTpiGXHUwMDFiXHUwMDEwp1x1MDAxNuFcblx1MDAwZVx1MDAwNaxz+Vxcw6xcIli3XGZcdTAwMGXZUN4sXHUwMDEwXHUwMDA2xkFPpy9cdTAwMTCKZ+BcdTAwMGJcdTAwMTHMg1x1MDAxNsdkZFxc+oFNRZArWu+xOGx9yHhSmsGxXHUwMDE5ZV22Wlx1MDAxMdrD5J9WXHUwMDAxMjOetEFgS7vaIK/9VXJcdTAwMWJcdTAwMDKZWoJcdTAwMTNcdTAwMWZhq0NcdNgzXZ9cdTAwMTZcdTAwMGU+XmHUsNc52T5CNJBwXHUwMDE0vlxyzFJFoMWvXHUwMDExpWfji1x1MDAxMLBEM2A2ccpcZlx1MDAxMI2kiFg2LoRcXPRbwqhFopf18+C67CAqjztcdTAwMTXPQOjGPNQ2q+hcdTAwMDJhXHUwMDFkWCbCqTLuS2K5hfmBVVM5XHUwMDE4n5yTXHS4Ms309v3kcE5qZLPENDOGM1x1MDAwMe1cbqY8PFbUpNqVUf7GPELv5OTo7LxlKkHjaozwQPKR1j5cdTAwMWbsbb6WW1x1MDAxZnunJm66L7/ER7X5aNkzXHS6P8PviMKjyplcdTAwMDRcdTAwMDdrz0BcYjaD4Ik3ZVx1MDAxMqZcdTAwMTJUtMwlJOAgXCKUXHUwMDE2w1vVXFxCzd/0k1x0MGzYND+CtFxcQo6L/0e5gsXrJC1cdTAwMGLndPLnVs6232x8P9h9cvHk3vfz3u/Xb7dcdTAwMWWa3butk4b1XHUwMDE14pywdupvZIFYXHUwMDEynYRcdTAwMTeLS4NcdTAwMWPhK6X8ZyolXFxcdTAwMWRBRsh8XGaTXHUwMDE3v/RcdTAwMGb1dPvz4afj06u3R8evXHUwMDFmPHn38W4rpeyYhFx1MDAxOCWLKvzyKyWifmeasu4rnVx1MDAxY377XHUwMDFm08lZuJKojYgo8otgnz8923zxeGtt8972b/3y8Pqjelx1MDAxZp4uuUb6XGKdU4aV00iow5JGctyema+CykDdpJFzT3tcdTAwMTKI2EnC1cnxZMl4XHJMTYcyXHUwMDFjamMksp9cdTAwMWPnL5uujur+2aeNrz9cdTAwMWZ13z3c+CD2uuJYv51Qx5W+XHUwMDBlv31VXHUwMDA0m69cYlx1MDAxNoU2cUBcdTAwMDBWQmnvXHUwMDE3wVxiQps0L1x1MDAwYrwjYYm4oDwzm1wiVLBEijJcdTAwMTi7LlxmvjX1h2SITHlKpawvet8qXHUwMDAwdI6MXHUwMDEyXHUwMDAznMY8gFvnSJAghii7JZHKh4lcIlmGRO89XHUwMDAx8o3rZ9VKXHUwMDEyXHJWN0JcdTAwMTLNklx1MDAxOFx1MDAxY+zF2OsvSbQwM0R9NUX3bU5cdTAwMGZhlCzqxZCoPqqw0N5cdTAwMTJcdTAwMGJcdTAwMTHnwFm4P/klplEqsSQwpuSqZfLJMVx1MDAxZj+vRF2B6P0zXHUwMDEy616jxoVlNf1l7VlqzdmX2p1mXHUwMDE5TFxiSc4s1lmzyDBqXHUwMDBmo+5cdTAwMDRcdTAwMTFcdTAwMDK5KFxmYY5CVtW4Tl80NtpcdTAwMDfFXGZcdTAwMTJvwJC1xFqlNlx1MDAxZFx1MDAwMVx1MDAxZNGsQ7NcXFx1MDAxN3JUut7wmFx1MDAwZW5uaYk+Y1xcZr92vX1kbc2SXHUwMDAyzeFFh9i2R7biMTR+PGM9jvUmnkrrRVZcdTAwMDbZsbApg0nIQ6pSVWLCmkxnbFPMKY2MV5QqtHbcVLLbkEhcdTAwMGb2JafwkI7dsI3YVqpUllVAmNWAL9Y5ZYJcdTAwMDa9kMRYMuxlsLhcdTAwMDIy6nxJc3UgeU9cdTAwMDWqKmkus/qsRFx1MDAwYtmsZ33LXHUwMDAygyT6cEpcdTAwMTXLXHUwMDEytcGy4fNaKVXG+lIpaHjZVl5gW+PXILC9xb9ccoFcbpbeXHUwMDFhXHUwMDFjXHUwMDFio3X5XHUwMDFktr7k2HIr2GBcdTAwMTm8VsSEmvdcdTAwMWFmrcori5jFpeZzUX7itp5cdTAwMDK0hOBSykYsgJ3YlXmals5cZrt+XHQgJod6Mq/DReAlmlx1MDAxOJjeYlCo3C7T1imkLSQlXHUwMDAzXHUwMDFlV3hiLotqh2xb33VpO2RnStix01x01m6c2LcpP3C6tyl7l+7bp5PdX9fft9ePn31YXHUwMDEzy55cdTAwMWZcYiV46lKCgFxi2jCqXHUwMDAz4ombXHUwMDEyXHUwMDA02Sm7mlx1MDAxNMFcdTAwMDJSdlx1MDAwNJx3ZlxmOW2Vsit+vIQpu9m0kt5cdTAwMDWbV/Lz6PH1+fPXL8TX48uv9v3jr4+O33/w3TuulXRV+SrgXHUwMDBiXHUwMDEyXHR2ybXSXHUwMDEySDN40zQ8vtLK4bffMa0kIUtcdTAwMWOnoGtSSv/5uX3wYnt/4/XGyeuHJy+vdnY+/rrbSildR1x1MDAwN8tWTElU0iXXSUSknFx1MDAxNTSr6tZcdTAwMWRQylx1MDAxOapbivlcdTAwMDYxXHUwMDE2vTWq5LOfl3vP9l6cPftoX5292lx1MDAwZb3umTxadpUsw6lcdTAwMTAxmFx1MDAxY+pQwqjHql2z1bNcdTAwMTD1fTpwU1WQ9SxiQVx1MDAxNFx1MDAwNIG+qoKmI0nY7lx1MDAxNcGx8Te6rIEydUeaMSbAXHUwMDFiNPDt/tHX9/L4m9vf+/FdPvPx1Cm1KmitXG5atzTVpWIxXHUwMDE1dENBa7apLuYshS2TkFx1MDAwZqa6tO1z1WdCqmRMdamAw5VcdTAwMGZgQYRxwfIybFx1MDAwN67wksRiqCtcdTAwMDRcdTAwMGVcdTAwMDdwLjxDYjHVRVx1MDAxY1x1MDAxNjltpLmY6sKDXHUwMDE0lNZZ5SxcdTAwMGV1iVx1MDAxOPrsdpVJ8zTU5Ti5kfBuMiSmoS4jOU/Dd19OKqWpLk5cdTAwMDN5XHQz1pxgz6hnpcb6XHUwMDExO+e8XHUwMDEydUdP8KDnlDlcdTAwMTYu8KZBXHUwMDBivNpI4lx1MDAwNuk5XHUwMDEwnzW2x1x1MDAxMVx1MDAxMOdsIN+al+WlcVCHwqIrXHUwMDE42nNOYf2UXG5cdTAwMGU03oNgfSyPXHUwMDFlpT9HI29cXGO0XHUwMDEysYDBteiygEvWXHUwMDA2oz5cdTAwMDK7MX12XGKvkbQpNkBcdTAwMGLzxlx1MDAxZpumkXD1erjyQcrcoc9iYErraFx1MDAxM46+LleOSnd9o2FumuhcItQ/tth7XHKLm5POVbRekmNcdTAwMTH0+0V5ik1cdTAwMTIpnbljTc6YjFx1MDAxYzusguD8moGuxinVReJZwDDYokzVLFx1MDAwZrYr+lx1MDAxOLx2tkqojGPjiFtcdTAwMDOpXHUwMDA1KWCzPOeVvfH9ac7HcFDKQl0s6VOaXHUwMDA14s7jzKP3slCukkBEUfhG3lWWXHUwMDAzMs3yXHUwMDAyXHUwMDE0XHUwMDAx53X6tVx1MDAwN13mTCYuKrqpJlx1MDAwYlslXHUwMDEymVx1MDAwNGqgWXv2oazKXHUwMDA2r5VsvTj3NP9cdTAwMTnySrZ4PjvYIFx1MDAwZr8mYI8mXHUwMDEzik+UyH9CoLImsFxuViDklC+nhD5cdTAwMDSrhW0xtFx1MDAwZVx1MDAxOXvM0nWIQnGo17lcbsJcdTAwMTmsLo5nXHUwMDFhjI4up3zpOV7NoFwiVkdRaSixQEpUxZHK0ZJo4Fx1MDAxZlxy8Ooq2C+RrEVmuP5cZjXWMYmDaajCQpE3XcFCarpL3mdcdTAwMTWUNVlT8Vx1MDAwZcNNZajAOjK8kzQxnXWw2SmoXHUwMDAy3CSYXHUwMDE5V+agoUilcVx1MDAxZmpcdTAwMTFjhL7kkO78wypbJiY8pVx1MDAxNlCrl09/W39++PPB0e6x+HR5/eFgp+eWPTcgXHUwMDBifm5yOydcdTAwMTbzUqqA3EvsjIFBIKv1TamC7HxdTbJgIfk6eElcdTAwMDGneTUhslx1MDAxNMmAxaslbLQjTlxcvlbGizefz989+XV5/V693HP35cW9X8s+ttWglcp0iFxiXG6jXFyEucuulfCnPUfyV0r5z1RKqYnRXHUwMDAxhyZ/wPnK//726svnZ/7gXth98cXa/c2uvONaKTupXHUwMDA3RFx1MDAxMqhvPNu9nFpcdTAwMTlcdIeDP1lp5fJr5VxmrHxw2CNcIqRcdTAwMTZcdTAwMWQgvzc+XHUwMDFmXWx/1OcvxPur3d5cdTAwMTfnX1x1MDAxZCy7RtpOakpkxt0gpK9iXHUwMDBl0Hc1JCNlgugmjVxcwOBWLnqh4ZBcdTAwMTn7XHUwMDE5K5ekXHUwMDE1/LRr8lxcP167XHUwMDE3Tz9vPnx+fv3+hXt0uN3bMWb8eK30dfjtqzrX/HUuM0CSMVWYltspc81cdTAwMDJe6KFbfabmkshcdTAwMDK8MFxmVDNL5C3VuaRRgnlcdTAwMWYny69y1jpXPy9qyzNcdTAwMTC3V+dcIpFvXp5uSiHrP9Vfz4BeWJOOLUCxXCLcUe/JKP2HJFx1MDAxMr/Q96tcdTAwMWPKlyRcdTAwMTb4hVx1MDAxMVeBSOMrOVx1MDAxMolfqOCuOVJZy3JSu8Av9LllhiF8oVXOVlx0XHUwMDFkXHUwMDA26IXD6Zqc403wwlx1MDAxYlx1MDAxOJ5cdTAwMDfwhf3paWI65agg089MNVx1MDAxN+WsycPYXHUwMDA3MIQ6uZQ0ztGXXHUwMDAywNDdVEpKXHUwMDAwhnG4xFxmgVx0v1x1MDAxMOe3KFxcujLEYlx1MDAwMV/IWr1yJlx1MDAwYlx1MDAxMDFcdTAwMDe+sM1EXHSTwprbq/qWr1wicMIhaVx1MDAxNphcboZEvbQhVku5XHUwMDAz+MKI52bk0SyPJU2cXHUwMDFhmIBcdTAwMWLkJfRCnqtUd21cdTAwMTaYgV6IPcNR5fBeXHUwMDE2MXhcdTAwMThcdTAwMTnlKthgQi9cZtqzvOL8osBcdTAwMGKD6CPcZsirXHUwMDA1LzRcdTAwMTY2jfOemWWumnJ/gV6IaNJyYiynXGbXMFxy29KqZrVMtEcvXFysQFx1MDAxNsRMgiaEs1QhRSrQXHUwMDBiI0y4hZr7XGYszuDY7YPDz/FeWVx1MDAxOeBK6IVyXHUwMDE43mdsMj0gwyGtNLFWwVx1MDAxYUzohYF+l/SCXHUwMDFh2SzRJY3jgFRx0CqOXHUwMDEy0Vx1MDAwYlx1MDAxM/FIXHUwMDE2XHUwMDFmgaWCXHUwMDFhXHUwMDAxnaPvV6VM4JRjXHUwMDFls1x1MDAwMSyLUP32LF/2O2ZALFxmrFFDn0xi0Ki8uoRYXGJDMaqmNcpcXIjr/q/x/y42pSdxXHUwMDE5kt0jXHUwMDFmXHUwMDFmbePhhjDx6aOv8fH9V1u/rjZe/jo9XvZcdTAwMDSC6SRylJimuscgV4pm9diR2nOAXHUwMDEyXHUwMDA3fKxdZEm71eFsiFx1MDAwNFnbkEJYZVxiht9+x/LsnFFmMiu/+rX++vz7o+tzfX794YX5uOt/uVx1MDAwN++u7rRSqtjxaa5Lp16kXHUwMDFik3pLopRcdTAwMDRYl/RxV0ii/1StjER95vZna+Vn+2xjff/yZG19Z6335PurS713ou+2VrrOeIyw7MOWkjhcdTAwMGLEYV9Vv/6pWomTilx1MDAwMMC1wFx1MDAxMt04U1x1MDAwN1rvXHUwMDFkvt19fb71/ejNW3P42S+5Vjrf0Ukr2aupXHUwMDEx1tzyZXm7YKJcdTAwMTF2NFx1MDAxMElhpZX/UK1URpGds1x1MDAwNVx1MDAxNP7D579PXHUwMDBlvl9u9E4+9s729/W6vjxb9q7KJq1cXHSnyO1qpSPbkrKrsPJcdTAwMWaqlCpi873X+Tfl7+MvV+fi0ZM3Z/Lh9r19+X3T757ebZ1cXHiu55Zht0OCk1x1MDAxOFx1MDAxYi5YaWXx4yXUylmQXHRkXHUwMDAy9Vx1MDAwYvnp1029t947PTjdUOvi/frvvUf7n3c2l10nXHUwMDAzR/KcUX1cbvXSNVx1MDAxOTpcdTAwMDVUSDF7cyM9xVx1MDAwMshnm3Fcblx1MDAxMnlcXFx1MDAxNISkI12drShkalxuUc1QId/P7MPfXHUwMDE3PXn4RN8zXHUwMDBmzqV++mXn8aqBa9XAdTtcclxcuEG0XHUwMDBlqeZYQWJGYCiHtbuMulrRwMWeXHUwMDAy1qmjlNXZNuGzKnRF31Y0SjAgXHUwMDEwY9nRwdK5IJwoXFzWqVx1MDAxMSVDIFxmpmbfXHKhcivjzOxe0DJAwYMxZI7P4pz1Ujk2XHUwMDE02GKsriRRR/xeXHUwMDE4P1x1MDAwNFx1MDAxN85cdTAwMTBZXHUwMDE0daM1wlxiwmiWRFrLgvNokC9DYmT3m2Kfmqh0jeBcdTAwMTFY5IRMg9dM7MtcdTAwMWOBqdov6CdNw2SgX2KHpHl5fWB1XHUwMDEyXHUwMDA33Vx1MDAwMGb4Tv6MRDxQXHUwMDEwTNVPOT06tVx1MDAwZjFhKIqp0pydJnSUXHUwMDE2gviYXCLGXG7atnZcbludXHUwMDFhk1mMzzmOXHUwMDEx+kZM4+lcdTAwMGbtI/tcdTAwMTHtoIco54A7XCJcdTAwMTUrXHUwMDEzTWBcdTAwMGa1LLeqXHUwMDExXHUwMDA2ePxezNFqXHUwMDFkcTb8dNCRNFx1MDAxMS9Z2dcmdVbmXHUwMDE4XHUwMDFjdlFho63zXHUwMDExPoCr4G1rh680fbCxLOJZ7LJkXHUwMDFikHUhTZWXJZLtXrMrXG7K39zWk+woI1x1MDAwN4uo4SbI7JLz0GjpO3AnLFFvjWfznFZcdTAwMTUoXHUwMDA1rI7ovdBrqUNGN1x0R+LxWINZ/1xu3S6kaC1cdTAwMDekQ1x1MDAxOd0kXHUwMDE2+6f73L1Tmq2gd1x1MDAwMV9ojcrC9aD5XHUwMDE2XHUwMDEzOls5i3hiWNlMXFx1ttxq3G5xOv4xweklXHUwMDFlwOPQp+unWV4wVFx1MDAwN0I0XHUwMDE35J5lfVx1MDAxZTX3yqyeXHUwMDEymHhFXHUwMDFjIV005FRcclx1MDAwZVx1MDAwZVx1MDAwYv9cdTAwMDZXWlx1MDAwNvk474HUnHtTXHUwMDBmZluT2CCw/T1wXHUwMDBiXHUwMDAyXHUwMDAz88W49ELRIFXB4G5593GP6Vx1MDAxMcXp9rD97UxcdTAwMThw4kfDlEBDYrU5vbVcdTAwMDdcdTAwMDE1MWRu7XfiVXHH23o5eCiS0bNXsI9xPacjRktcdTAwMDO/UEFd8by4/yq9UnlcdTAwMWVcIr1XNpPaINTU5rK2zuvf0HHVR+18+/3eq72nO1fvXHUwMDBlXHUwMDFm9Xb2vzx5vrYxXHUwMDE2U92YqmNEXGZ3fVwiXHUwMDA2xumoxKtm9KNRfDrqXGKphtrTw+X6YLn8N1x1MDAxM+mDz939zz9/9G5KIJTnkVx1MDAxN5FAXHUwMDE4j6VrI9j0XHUwMDFjYysronPDZvGoxyazRllcdTAwMThV+eEgXHUwMDBig7CWdsrmXHUwMDE0Kyqh8vDM/O/YSVx1MDAxYe4+otSLv8bPWP/wXHUwMDFjf1s7O7BPL9/3umvn/sHx/Z0nZ1x1MDAwZv9cdTAwMWH+3X9cdTAwMDfnryZcdTAwMGVnN/LoxbWIw0uB7F9cdTAwMTc/jorDNDpcdTAwMDXfTi9cdTAwMWV3v1x1MDAxZZ1we1SNXHUwMDBlbK6pZ1x1MDAwN/e39843P2xsPHt19uHp5eWvXHUwMDE5dVx1MDAwMIZupVx1MDAwM/+eX1x1MDAwN6RlXHUwMDBmclx1MDAxOMenXHUwMDFmKcFcdTAwMTjsdFx1MDAwNbZcdTAwMTiuK7s+XHUwMDE2p1x1MDAwNMVcdTAwMTn5fmLi5fOnr3/vrv168fIyXj3Y2nw1qVx1MDAxM1x1MDAxM9oyUoL/TFx1MDAxN9ukW9O/sJVueTdcdTAwMTZ3/SHd+r3+8oF9c371WPjnuy/Uy+db+ueXTN1yekK1cL9mqlbHTfwzK1WrUzVEXG5cYpfdmM6MNFxyUcdNqlx1MDAxNsiUpXVcdTAwMTZcdTAwMWNxK1U7/7J3uCbOxdnF268vjtav1Yfj7e15VO2WxDZp8PQvbKPBZKZcdTAwMTlrL/kzXHUwMDFhbHd31Fx1MDAwYr33srdx7+fJm3tf9zdevj/P1GClJlV47IytNHhxXHUwMDFhrINmX+dcdTAwMTi2zphcdTAwMDaPgqSKx4jQ3zNFuGhccvbPzlx1MDAxZe/KJ3unz9Z3L3bOLvyTV/7b/Fx1MDAxYXxXxDZcdTAwMTmG6V/YwjBYXHUwMDFj3jCG9fZnXGbD8aNr/fztk51cdTAwMGL5+/qT3nxiNszjXFy3WYtJt3k8XGJYuc1zuM1cbpeG8ypMM1x1MDAwNfbmXG6+l0bDXHUwMDE2ZM1qtDJcdTAwMDVbXHUwMDA3X1x1MDAxZalLr9flo6e/31x0ud57/6I3v84uXFxsk85O/8JW7jinXHUwMDE0w1x1MDAxZtZZ//HF9evu9vvtN0dv9z8+Xb/69un654w6u1xudfs/nVNnrVxyjiOZ0/zvMVKsSsu4I4ZZzFx1MDAwMk1qpbIvN9+9UNe/3nxfXHUwMDE3r3pcdTAwMTeXX768PF4z86vsXVx1MDAxMdtkXHSmf2FcdTAwMWJLXHUwMDEwhYizNZ8s8vaemrurWIKJt9DPeE1cdTAwMDJXjVHkXHUwMDBlzYCeYlx1MDAwNnRcdTAwMWIzcJD+zWFcdTAwMDZqm8aW0FxiSEdcdTAwMWVVIafmfGumuVxcapeZKd81ceCq15WT3s2UPUpHXHUwMDA2XHUwMDBmqiZP5euj36l/N9xwVic+f+/k6JCP/tc+XHUwMDE22/sx0Y94cbTfPVx1MDAxOf7B16NPn8ZcdTAwMTXgY/e8l1pcdTAwMTiJUjb86T6+qouf/tjIqXp8+3F0eHTaPdlcdTAwMTk+SY1cItVnXHUwMDA2WyjSOLnRSpFm94A9/F9npnrA5sbrNFx1MDAxMmclq4G1nVx1MDAxYbEoPjZgOINcdTAwMWHZ5VWjhsJJWY1snVx1MDAxYdWn52rUyIVcdC1S0XX0+L+VTs2vU4K9XHUwMDE4Uo76SMZ0KlZcdTAwMTRt1Fx1MDAxN05cdTAwMWV1sscvXq2cXHUwMDE4XHUwMDA38J1BrfRccmrVXHUwMDExXHUwMDEz/8xcdTAwMTKoWUNccqWsZrpOzeqTXTVqptSknnk5qWYrPVuAnsFcdTAwMGKMxtupRU/pbo5cdTAwMDWd01FcdTAwMTJwb/GKXHUwMDE2XHTcNI+iybujaFxypY6yosk6RavPUNUomi6x0Fq3clx1MDAwYudXLSVcdTAwMTT8OzGOezGWXHUwMDE4rdxrXHUwMDAzzXLEgNVW3EJ8XHUwMDE1nFx1MDAxYcvdzKBY7lx1MDAwNsVaXHUwMDAyRWooXHKUXHUwMDE1ydUpUn2Cp4VcIq3iq/TTueOrwOkxXHUwMDE1p91R1Vx1MDAxY+YwvpI48sJmje22VCRcIonZeVx1MDAxNMksr1wiNeTry4rUz0MyXHUwMDA3mbb2r+7Z2etcdTAwMGK8r79cdTAwMDazan9dXHUwMDFl9a7uV1x1MDAwZun4pPC/+qrIg9rjXHUwMDA2/O9///Xf/1x1MDAwM+Uj14kifQ== - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + Google Cloud Project + + + + + + + + + + + + + Data + + + + + + + + + + + + + + + + + + + + + + + + + Data + + + + + + + + + + + + + + + + + + + + + + + + + Data + + + + + + + + + + + + + + + + + + + + + + + + + Data + + + + + + + + + + + + + + + + + + + + + + + + + Data + + + + + + + + + + + + + + + + + + + + + + + + + + Data Sources + Application + + + + + + + + + + Data Analysis + + + + + + + + + + + + + + + BigQuery + Data warehouse + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Data Studio + Visualization + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cloud Storage + Data lake + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Workflows + Data movement + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Vertex AI + Generative AI + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 2 + 5 + 3 + 1 + 6 + 4 + + + + + Cloud Functions + Notebook deployment + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 7 + + + + + diff --git a/modules/data_warehouse/bigquery.tf b/modules/data_warehouse/bigquery.tf index 43a7962e..ff57b814 100644 --- a/modules/data_warehouse/bigquery.tf +++ b/modules/data_warehouse/bigquery.tf @@ -15,7 +15,7 @@ */ # Set up BigQuery resources -# # Create the BigQuery dataset +## Create the BigQuery dataset resource "google_bigquery_dataset" "ds_edw" { project = module.project-services.project_id dataset_id = "thelook" @@ -28,7 +28,7 @@ resource "google_bigquery_dataset" "ds_edw" { depends_on = [time_sleep.wait_after_apis] } -# # Create a BigQuery connection for Cloud Storage to create BigLake tables +## Create a BigQuery connection for Cloud Storage to create BigLake tables resource "google_bigquery_connection" "ds_connection" { project = module.project-services.project_id connection_id = "ds_connection" @@ -38,7 +38,7 @@ resource "google_bigquery_connection" "ds_connection" { depends_on = [time_sleep.wait_after_apis] } -# # Grant IAM access to the BigQuery Connection account for Cloud Storage +## Grant IAM access to the BigQuery Connection account for Cloud Storage resource "google_project_iam_member" "bq_connection_iam_object_viewer" { project = module.project-services.project_id role = "roles/storage.objectViewer" @@ -47,7 +47,7 @@ resource "google_project_iam_member" "bq_connection_iam_object_viewer" { depends_on = [google_storage_bucket.raw_bucket, google_bigquery_connection.ds_connection] } -# # Create a BigQuery connection for Vertex AI to support GenerativeAI use cases +## Create a BigQuery connection for Vertex AI to support GenerativeAI use cases resource "google_bigquery_connection" "vertex_ai_connection" { project = module.project-services.project_id connection_id = "genai_connection" @@ -57,23 +57,27 @@ resource "google_bigquery_connection" "vertex_ai_connection" { depends_on = [time_sleep.wait_after_apis] } -# # Grant IAM access to the BigQuery Connection account for Vertex AI -resource "google_project_iam_member" "bq_connection_iam_vertex_ai" { - for_each = toset([ +## Define IAM roles granted to the BigQuery Connection service account +locals { + bq_vertex_ai_roles = [ "roles/aiplatform.user", "roles/bigquery.connectionUser", "roles/serviceusage.serviceUsageConsumer", - ] - ) + ] +} + +## Grant IAM access to the BigQuery Connection account for Vertex AI +resource "google_project_iam_member" "bq_connection_iam_vertex_ai" { + count = length(local.bq_vertex_ai_roles) + role = local.bq_vertex_ai_roles[count.index] project = module.project-services.project_id - role = each.key member = "serviceAccount:${google_bigquery_connection.vertex_ai_connection.cloud_resource[0].service_account_id}" - depends_on = [google_bigquery_connection.vertex_ai_connection] + depends_on = [google_bigquery_connection.vertex_ai_connection, google_project_iam_member.bq_connection_iam_object_viewer] } # Create data tables in BigQuery -# # Create a Biglake table for events with metadata caching +## Create a Biglake table for events with metadata caching resource "google_bigquery_table" "tbl_edw_events" { dataset_id = google_bigquery_dataset.ds_edw.dataset_id table_id = "events" @@ -92,7 +96,7 @@ resource "google_bigquery_table" "tbl_edw_events" { labels = var.labels } -# # Create a Biglake table for inventory_items +## Create a Biglake table for inventory_items resource "google_bigquery_table" "tbl_edw_inventory_items" { dataset_id = google_bigquery_dataset.ds_edw.dataset_id table_id = "inventory_items" @@ -111,7 +115,7 @@ resource "google_bigquery_table" "tbl_edw_inventory_items" { labels = var.labels } -# # Create a Biglake table with metadata caching for order_items +## Create a Biglake table with metadata caching for order_items resource "google_bigquery_table" "tbl_edw_order_items" { dataset_id = google_bigquery_dataset.ds_edw.dataset_id table_id = "order_items" @@ -130,7 +134,7 @@ resource "google_bigquery_table" "tbl_edw_order_items" { labels = var.labels } -# # Create a Biglake table for orders +## Create a Biglake table for orders resource "google_bigquery_table" "tbl_edw_orders" { dataset_id = google_bigquery_dataset.ds_edw.dataset_id table_id = "orders" @@ -149,7 +153,7 @@ resource "google_bigquery_table" "tbl_edw_orders" { labels = var.labels } -# # Create a Biglake table for products +## Create a Biglake table for products resource "google_bigquery_table" "tbl_edw_products" { dataset_id = google_bigquery_dataset.ds_edw.dataset_id table_id = "products" @@ -168,7 +172,7 @@ resource "google_bigquery_table" "tbl_edw_products" { labels = var.labels } -# # Create a Biglake table for products +## Create a Biglake table for products resource "google_bigquery_table" "tbl_edw_users" { dataset_id = google_bigquery_dataset.ds_edw.dataset_id table_id = "users" @@ -188,7 +192,7 @@ resource "google_bigquery_table" "tbl_edw_users" { } # Load Queries for Stored Procedure Execution -# # Load Distribution Center Lookup Data Tables +## Load Distribution Center Lookup Data Tables resource "google_bigquery_routine" "sp_provision_lookup_tables" { project = module.project-services.project_id dataset_id = google_bigquery_dataset.ds_edw.dataset_id @@ -202,7 +206,7 @@ resource "google_bigquery_routine" "sp_provision_lookup_tables" { ) } -# # Add Looker Studio Data Report Procedure +## Add Looker Studio Data Report Procedure resource "google_bigquery_routine" "sproc_sp_demo_lookerstudio_report" { project = module.project-services.project_id dataset_id = google_bigquery_dataset.ds_edw.dataset_id @@ -222,7 +226,7 @@ resource "google_bigquery_routine" "sproc_sp_demo_lookerstudio_report" { ] } -# # Add Sample Queries +## Add Sample Queries resource "google_bigquery_routine" "sp_sample_queries" { project = module.project-services.project_id dataset_id = google_bigquery_dataset.ds_edw.dataset_id @@ -242,7 +246,7 @@ resource "google_bigquery_routine" "sp_sample_queries" { } -# # Add Bigquery ML Model for clustering +## Add Bigquery ML Model for clustering resource "google_bigquery_routine" "sp_bigqueryml_model" { project = module.project-services.project_id dataset_id = google_bigquery_dataset.ds_edw.dataset_id @@ -259,7 +263,7 @@ resource "google_bigquery_routine" "sp_bigqueryml_model" { ] } -# # Create Bigquery ML Model for using text generation +## Create Bigquery ML Model for using text generation resource "google_bigquery_routine" "sp_bigqueryml_generate_create" { project = module.project-services.project_id dataset_id = google_bigquery_dataset.ds_edw.dataset_id @@ -281,7 +285,7 @@ resource "google_bigquery_routine" "sp_bigqueryml_generate_create" { ] } -# # Query Bigquery ML Model for describing customer clusters +## Query Bigquery ML Model for describing customer clusters resource "google_bigquery_routine" "sp_bigqueryml_generate_describe" { project = module.project-services.project_id dataset_id = google_bigquery_dataset.ds_edw.dataset_id @@ -300,7 +304,7 @@ resource "google_bigquery_routine" "sp_bigqueryml_generate_describe" { ] } -# # Add Translation Scripts +## Add Translation Scripts resource "google_bigquery_routine" "sp_sample_translation_queries" { project = module.project-services.project_id dataset_id = google_bigquery_dataset.ds_edw.dataset_id @@ -320,33 +324,37 @@ resource "google_bigquery_routine" "sp_sample_translation_queries" { # Add Scheduled Query # Create specific service account for DTS Run -# # Create a DTS specific service account +## Create a DTS specific service account resource "google_service_account" "dts" { - project = module.project-services.project_id - account_id = "cloud-dts-sa-${random_id.id.hex}" - display_name = "Service Account for Data Transfer Service" + project = module.project-services.project_id + account_id = "cloud-dts-sa-${random_id.id.hex}" + display_name = "Service Account for Data Transfer Service" + description = "Service account used to manage Data Transfer Service" + create_ignore_already_exists = var.create_ignore_service_accounts + + depends_on = [time_sleep.wait_after_apis] + } -# # Grant the DTS Specific service account access -resource "google_project_iam_member" "dts_roles" { - for_each = toset([ +## Define the IAM roles granted to the DTS service account +locals { + dts_roles = [ "roles/bigquery.user", "roles/bigquery.dataEditor", - "roles/bigquery.connectionUser" - ]) - project = module.project-services.project_id - role = each.key - member = "serviceAccount:${google_service_account.dts.email}" + "roles/bigquery.connectionUser", + "roles/iam.serviceAccountTokenCreator" + ] } -# # # Grant the DTS service account access -# resource "google_project_iam_member" "dts_service_account_roles" { -# role = "roles/iam.serviceAccountTokenCreator" -# project = module.project-services.project_id -# member = "serviceAccount:${google_project_service_identity.bigquery_data_transfer_sa.email}" +## Grant the DTS Specific service account access +resource "google_project_iam_member" "dts_roles" { + project = module.project-services.project_id + count = length(local.dts_roles) + role = local.dts_roles[count.index] + member = "serviceAccount:${google_service_account.dts.email}" -# depends_on = [ google_project_iam ] -# } + depends_on = [time_sleep.wait_after_apis, google_project_iam_member.bq_connection_iam_vertex_ai] +} # Set up scheduled query resource "google_bigquery_data_transfer_config" "dts_config" { diff --git a/modules/data_warehouse/main.tf b/modules/data_warehouse/main.tf index e0c3690a..7a137daa 100644 --- a/modules/data_warehouse/main.tf +++ b/modules/data_warehouse/main.tf @@ -24,19 +24,24 @@ module "project-services" { activate_apis = [ "aiplatform.googleapis.com", + "artifactregistry.googleapis.com", "bigquery.googleapis.com", "bigqueryconnection.googleapis.com", - "bigquerydatatransfer.googleapis.com", "bigquerydatapolicy.googleapis.com", + "bigquerydatatransfer.googleapis.com", "bigquerymigration.googleapis.com", "bigqueryreservation.googleapis.com", "bigquerystorage.googleapis.com", "cloudapis.googleapis.com", "cloudbuild.googleapis.com", + "cloudfunctions.googleapis.com", "compute.googleapis.com", "config.googleapis.com", "datacatalog.googleapis.com", + "dataform.googleapis.com", "datalineage.googleapis.com", + "notebooks.googleapis.com", + "run.googleapis.com", "serviceusage.googleapis.com", "storage.googleapis.com", "storage-api.googleapis.com", @@ -59,7 +64,7 @@ module "project-services" { # Wait after APIs are enabled to give time for them to spin up resource "time_sleep" "wait_after_apis" { - create_duration = "90s" + create_duration = "30s" depends_on = [module.project-services] } @@ -69,7 +74,7 @@ resource "random_id" "id" { } # Set up Storage Buckets -# # Set up the raw storage bucket +## Set up the raw storage bucket for data resource "google_storage_bucket" "raw_bucket" { name = "ds-edw-raw-${random_id.id.hex}" project = module.project-services.project_id diff --git a/modules/data_warehouse/metadata.display.yaml b/modules/data_warehouse/metadata.display.yaml index a36218db..ee1e3146 100644 --- a/modules/data_warehouse/metadata.display.yaml +++ b/modules/data_warehouse/metadata.display.yaml @@ -1,4 +1,4 @@ -# Copyright 2023 Google LLC +# Copyright 2024 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -28,15 +28,23 @@ spec: ui: input: variables: + create_ignore_service_accounts: + name: create_ignore_service_accounts + title: Ignore Service Accounts if Exist + dataform_region: + name: dataform_region + title: Dataform Region deletion_protection: name: deletion_protection title: Deletion Protection + invisible: true enable_apis: name: enable_apis title: Enable Apis force_destroy: name: force_destroy title: Force Destroy + invisible: true labels: name: labels title: Labels @@ -49,3 +57,12 @@ spec: text_generation_model_name: name: text_generation_model_name title: Text Generation Model Name + runtime: + outputs: + bigquery_editor_url: + openInNewTab: true + showInNotification: true + ds_friendly_name: {} + lookerstudio_report_url: + openInNewTab: true + raw_bucket: {} diff --git a/modules/data_warehouse/metadata.yaml b/modules/data_warehouse/metadata.yaml index 671d25b4..1921c59b 100644 --- a/modules/data_warehouse/metadata.yaml +++ b/modules/data_warehouse/metadata.yaml @@ -1,4 +1,4 @@ -# Copyright 2023 Google LLC +# Copyright 2024 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -30,7 +30,42 @@ spec: flavor: Terraform version: ">= 0.13" description: {} + icon: assets/data_warehouse_icon_v1.png + deploymentDuration: + configurationSecs: 120 + deploymentSecs: 420 + costEstimate: + description: cost of this solution is $0.65 + url: https://cloud.google.com/products/calculator/#id=857776c6-49e8-4c6a-adc5-42a15b8fb67d + cloudProducts: + - productId: search_BIGQUERY_SECTION + pageUrl: "" + - productId: WORKFLOWS_SECTION + pageUrl: "" + - productId: STORAGE_SECTION + pageUrl: "" + - productId: ai-platform + pageUrl: "" + - productId: LOOKER_STUDIO_SECTION + pageUrl: lookerstudio.google.com + isExternal: true + - productId: CLOUD_DMS_SECTION + pageUrl: "" + - productId: FUNCTIONS_SECTION + pageUrl: "" + - productId: DATAFORM_SECTION + pageUrl: "" content: + architecture: + diagramUrl: www.gstatic.com/pantheon/images/solutions/data-warehouse-architecture_v6.svg + description: + - Data lands in a Cloud Storage bucket. + - Cloud Workflows facilitates the data movement. + - Data is loaded into BigQuery as a BigLake table. + - Views of the data are created in BigQuery using stored procedures + - Dashboards are created from the data to perform more analytics. + - BigQuery ML calls the generative AI capabilities of Vertex AI to summarize the analysis. + - Cloud Functions creates notebooks with additional learning content. documentation: - title: Create a Data Warehouse url: https://cloud.google.com/architecture/big-data-analytics/data-warehouse @@ -49,10 +84,17 @@ spec: location: examples/scheduled_queries interfaces: variables: + - name: create_ignore_service_accounts + description: Whether or not to ignore creation of a service account if an account of the same name already exists + varType: string + defaultValue: true + - name: dataform_region + description: Region that is used to deploy Dataform resources. This does not limit where resources can be run or what region data must be located in. + varType: string - name: deletion_protection description: Whether or not to protect GCS resources from deletion when solution is modified or changed. varType: string - defaultValue: true + defaultValue: false - name: enable_apis description: Whether or not to enable underlying apis in this solution. varType: string @@ -60,7 +102,7 @@ spec: - name: force_destroy description: Whether or not to protect BigQuery resources from deletion when solution is modified or changed. varType: string - defaultValue: false + defaultValue: true - name: labels description: A map of labels to apply to contained resources. varType: map(string) @@ -69,12 +111,10 @@ spec: - name: project_id description: Google Cloud Project ID varType: string - defaultValue: null required: true - name: region description: Google Cloud Region varType: string - defaultValue: null required: true - name: text_generation_model_name description: Name of the BigQuery ML GenAI remote model that connects to the LLM used for text generation diff --git a/modules/data_warehouse/notebook_deployment.tf b/modules/data_warehouse/notebook_deployment.tf new file mode 100644 index 00000000..93e80cc5 --- /dev/null +++ b/modules/data_warehouse/notebook_deployment.tf @@ -0,0 +1,210 @@ +/* + * Copyright 2023 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +# Define the list of notebook files to be created +locals { + notebook_names = [ + for s in fileset("${path.module}/templates/notebooks/", "*.ipynb") : trimsuffix(s, ".ipynb") + ] +} + +# Create the notebook files to be uploaded +resource "local_file" "notebooks" { + count = length(local.notebook_names) + filename = "${path.module}/src/function/notebooks/${local.notebook_names[count.index]}.ipynb" + content = templatefile("${path.module}/templates/notebooks/${local.notebook_names[count.index]}.ipynb", { + PROJECT_ID = format("\\%s${module.project-services.project_id}\\%s", "\"", "\""), + REGION = format("\\%s${var.region}\\%s", "\"", "\""), + GCS_BUCKET_URI = google_storage_bucket.raw_bucket.url + } + ) +} + +# Upload the Cloud Function source code to a GCS bucket +## Define/create zip file for the Cloud Function source. This includes notebooks that will be uploaded +data "archive_file" "create_notebook_function_zip" { + type = "zip" + output_path = "${path.module}/tmp/notebooks_function_source.zip" + source_dir = "${path.module}/src/function/" + + depends_on = [local_file.notebooks] +} + +## Set up a storage bucket for Cloud Function source code +resource "google_storage_bucket" "function_source" { + name = "ds-edw-gcf-source-${random_id.id.hex}" + project = module.project-services.project_id + location = var.region + uniform_bucket_level_access = true + force_destroy = var.force_destroy + + public_access_prevention = "enforced" + + depends_on = [time_sleep.wait_after_apis] + + labels = var.labels +} + +## Upload the zip file of the source code to GCS +resource "google_storage_bucket_object" "function_source_upload" { + name = "notebooks_function_source.zip" + bucket = google_storage_bucket.function_source.name + source = data.archive_file.create_notebook_function_zip.output_path +} + +# Manage Cloud Function permissions and access +## Create a service account to manage the function +resource "google_service_account" "cloud_function_manage_sa" { + project = module.project-services.project_id + account_id = "notebook-deployment" + display_name = "Cloud Functions Service Account" + description = "Service account used to manage Cloud Function" + create_ignore_already_exists = var.create_ignore_service_accounts + + depends_on = [ + time_sleep.wait_after_apis, + ] +} + +## Define the IAM roles that are granted to the Cloud Function service account +locals { + cloud_function_roles = [ + "roles/cloudfunctions.admin", // Service account role to manage access to the remote function + "roles/dataform.admin", // Edit access code resources + "roles/iam.serviceAccountUser", + "roles/iam.serviceAccountTokenCreator", + "roles/run.invoker", // Service account role to invoke the remote function + "roles/storage.objectViewer" // Read GCS files + ] +} + +## Assign required permissions to the function service account +resource "google_project_iam_member" "function_manage_roles" { + project = module.project-services.project_id + count = length(local.cloud_function_roles) + role = local.cloud_function_roles[count.index] + member = "serviceAccount:${google_service_account.cloud_function_manage_sa.email}" + + depends_on = [google_service_account.cloud_function_manage_sa, google_project_iam_member.dts_roles] +} + +## Grant the Cloud Workflows service account access to act as the Cloud Function service account +resource "google_service_account_iam_member" "workflow_auth_function" { + service_account_id = google_service_account.cloud_function_manage_sa.name + role = "roles/iam.serviceAccountUser" + member = "serviceAccount:${google_service_account.workflow_manage_sa.email}" + + depends_on = [ + google_service_account.workflow_manage_sa, + google_project_iam_member.function_manage_roles + ] +} + +locals { + dataform_region = (var.dataform_region == null ? var.region : var.dataform_region) +} + +# Setup Dataform repositories to host notebooks +## Create the Dataform repos +resource "google_dataform_repository" "notebook_repo" { + count = length(local.notebook_names) + provider = google-beta + project = module.project-services.project_id + region = local.dataform_region + name = local.notebook_names[count.index] + display_name = local.notebook_names[count.index] + labels = { + "data-warehouse" = "true" + "single-file-asset-type" = "notebook" + } + depends_on = [time_sleep.wait_after_apis] +} + +## Grant Cloud Function service account access to write to the repo +resource "google_dataform_repository_iam_member" "function_manage_repo" { + provider = google-beta + project = module.project-services.project_id + region = local.dataform_region + role = "roles/dataform.admin" + member = "serviceAccount:${google_service_account.cloud_function_manage_sa.email}" + count = length(local.notebook_names) + repository = local.notebook_names[count.index] + depends_on = [time_sleep.wait_after_apis, google_service_account_iam_member.workflow_auth_function, google_dataform_repository.notebook_repo] +} + +## Grant Cloud Workflows service account access to write to the repo +resource "google_dataform_repository_iam_member" "workflow_manage_repo" { + provider = google-beta + project = module.project-services.project_id + region = local.dataform_region + role = "roles/dataform.admin" + member = "serviceAccount:${google_service_account.workflow_manage_sa.email}" + count = length(local.notebook_names) + repository = local.notebook_names[count.index] + + depends_on = [google_service_account_iam_member.workflow_auth_function, google_dataform_repository_iam_member.function_manage_repo, google_dataform_repository.notebook_repo] +} + +# Create and deploy a Cloud Function to deploy notebooks +## Create the Cloud Function +resource "google_cloudfunctions2_function" "notebook_deploy_function" { + name = "deploy-notebooks" + project = module.project-services.project_id + location = var.region + description = "A Cloud Function that deploys sample notebooks." + build_config { + runtime = "python310" + entry_point = "run_it" + + source { + storage_source { + bucket = google_storage_bucket.function_source.name + object = google_storage_bucket_object.function_source_upload.name + } + } + } + + service_config { + max_instance_count = 1 + # min_instance_count can be set to 1 to improve performance and responsiveness + min_instance_count = 0 + available_memory = "512Mi" + timeout_seconds = 300 + max_instance_request_concurrency = 1 + available_cpu = "2" + ingress_settings = "ALLOW_ALL" + all_traffic_on_latest_revision = true + service_account_email = google_service_account.cloud_function_manage_sa.email + environment_variables = { + "PROJECT_ID" : module.project-services.project_id, + "REGION" : local.dataform_region + } + } + + depends_on = [ + time_sleep.wait_after_apis, + google_project_iam_member.function_manage_roles, + google_dataform_repository.notebook_repo, + google_dataform_repository_iam_member.workflow_manage_repo, + google_dataform_repository_iam_member.function_manage_repo + ] +} + +## Wait for Function deployment to complete +resource "time_sleep" "wait_after_function" { + create_duration = "5s" + depends_on = [google_cloudfunctions2_function.notebook_deploy_function] +} diff --git a/modules/data_warehouse/src/function/main.py b/modules/data_warehouse/src/function/main.py new file mode 100644 index 00000000..72b6bb60 --- /dev/null +++ b/modules/data_warehouse/src/function/main.py @@ -0,0 +1,60 @@ +# Copyright 2024 Google LLC +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +from google.cloud import dataform_v1beta1 +import os + +# Commit the notebook files to the repositories created by Terraform + + +def commit_repository_changes(client, project, region) -> str: + directory = f"{os.path.dirname(__file__)}/notebooks/" + for file in os.listdir(directory): + with open(os.path.join(directory, file), 'rb') as f: + encoded_string = f.read() + file_base_name = os.path.basename(file).removesuffix(".ipynb") + repo_id = f"projects/{project}/locations/{region}/repositories/{file_base_name}" # ignore line too long error # noqa: E501 + print(repo_id) + request = dataform_v1beta1.CommitRepositoryChangesRequest() + request.name = repo_id + request.commit_metadata = dataform_v1beta1.CommitMetadata( + author=dataform_v1beta1.CommitAuthor( + name="Google JSS", + email_address="no-reply@google.com" + ), + commit_message="Committing Jump Start Solution notebooks" + ) + request.file_operations = {} + request.file_operations["content.ipynb"] = \ + dataform_v1beta1.\ + CommitRepositoryChangesRequest.\ + FileOperation(write_file=dataform_v1beta1. + CommitRepositoryChangesRequest. + FileOperation. + WriteFile(contents=encoded_string) + ) + print(request.file_operations) + client.commit_repository_changes(request=request) + print(f"Committed changes to {repo_id}") + return ("Committed changes to all repos") + + +def run_it(request) -> str: + dataform_client = dataform_v1beta1.DataformClient() + project_id = os.environ.get("PROJECT_ID") + region_id = os.environ.get("REGION") + commit_changes = commit_repository_changes( + dataform_client, project_id, region_id) + print("Notebooks created!") + return commit_changes diff --git a/modules/data_warehouse/src/function/requirements.txt b/modules/data_warehouse/src/function/requirements.txt new file mode 100644 index 00000000..b185016b --- /dev/null +++ b/modules/data_warehouse/src/function/requirements.txt @@ -0,0 +1,2 @@ +functions-framework==3.* +google-cloud-dataform==0.5.5 diff --git a/modules/data_warehouse/templates/notebooks/getting_started_bq_dataframes.ipynb b/modules/data_warehouse/templates/notebooks/getting_started_bq_dataframes.ipynb new file mode 100644 index 00000000..4e5068a0 --- /dev/null +++ b/modules/data_warehouse/templates/notebooks/getting_started_bq_dataframes.ipynb @@ -0,0 +1,867 @@ +{ + "cells": [ + { + "cell_type": "code", + "execution_count": null, + "metadata": { + "id": "ur8xi4C7S06n" + }, + "outputs": [], + "source": [ + "# Copyright 2023 Google LLC\n", + "#\n", + "# Licensed under the Apache License, Version 2.0 (the \"License\");\n", + "# you may not use this file except in compliance with the License.\n", + "# You may obtain a copy of the License at\n", + "#\n", + "# https://www.apache.org/licenses/LICENSE-2.0\n", + "#\n", + "# Unless required by applicable law or agreed to in writing, software\n", + "# distributed under the License is distributed on an \"AS IS\" BASIS,\n", + "# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n", + "# See the License for the specific language governing permissions and\n", + "# limitations under the License." + ] + }, + { + "cell_type": "markdown", + "metadata": { + "id": "JAPoU8Sm5E6e" + }, + "source": [ + "# Get started with BigQuery DataFrames\n", + "\n", + "\n", + "\n", + " \n", + " \n", + " \n", + "
\n", + " \n", + " \"Colab Run in Colab\n", + " \n", + " \n", + " \n", + " \"GitHub\n", + " View on GitHub\n", + " \n", + " \n", + " \n", + " \"Vertex\n", + " Open in Vertex AI Workbench\n", + " \n", + "
" + ] + }, + { + "cell_type": "markdown", + "metadata": { + "id": "24743cf4a1e1" + }, + "source": [ + "**_NOTE_**: This notebook has been tested in the following environment:\n", + "\n", + "* Python version = 3.10" + ] + }, + { + "cell_type": "markdown", + "metadata": { + "id": "tvgnzT1CKxrO" + }, + "source": [ + "## Overview\n", + "\n", + "Use this notebook to get started with BigQuery DataFrames, including setup, installation, and basic tutorials.\n", + "\n", + "BigQuery DataFrames provides a Pythonic DataFrame and machine learning (ML) API powered by the BigQuery engine.\n", + "\n", + "* `bigframes.pandas` provides a pandas-like API for analytics.\n", + "* `bigframes.ml` provides a scikit-learn-like API for ML.\n", + "\n", + "Learn more about [BigQuery DataFrames](https://cloud.google.com/python/docs/reference/bigframes/latest)." + ] + }, + { + "cell_type": "markdown", + "metadata": { + "id": "d975e698c9a4" + }, + "source": [ + "### Objective\n", + "\n", + "In this tutorial, you learn how to install BigQuery DataFrames, load data into a BigQuery DataFrames DataFrame, and inspect and manipulate the data using pandas and a custom Python function, running at BigQuery scale.\n", + "\n", + "The steps include:\n", + "\n", + "- Creating a BigQuery DataFrames DataFrame: Access data from a Parquet file stored in GCS to create a BigQuery DataFrames DataFrame.\n", + "- Inspecting and manipulating data: Use pandas to perform data cleaning and preparation on the DataFrame.\n", + "- Deploying a custom function: Deploy a [remote function ](https://cloud.google.com/bigquery/docs/remote-functions)that runs a scalar Python function at BigQuery scale." + ] + }, + { + "cell_type": "markdown", + "metadata": { + "id": "08d289fa873f" + }, + "source": [ + "### Dataset\n", + "\n", + "This tutorial uses the Jump Start Solution dataset (```thelook```), which contains syntheic retail sales data for a fictional eCommerce clothing retailer.\n", + "\n", + "The same dataset is also deployed to a Cloud Storage bucket in your project as Parquet files so that you can use it to try ingesting data from a local environment." + ] + }, + { + "cell_type": "markdown", + "metadata": { + "id": "aed92deeb4a0" + }, + "source": [ + "### Costs\n", + "\n", + "This tutorial uses billable components of Google Cloud:\n", + "\n", + "* BigQuery (storage and compute)\n", + "* Cloud Functions\n", + "\n", + "Learn about [BigQuery storage pricing](https://cloud.google.com/bigquery/pricing#storage),\n", + "[BigQuery compute pricing](https://cloud.google.com/bigquery/pricing#analysis_pricing_models),\n", + "and [Cloud Functions pricing](https://cloud.google.com/functions/pricing),\n", + "and use the [Pricing Calculator](https://cloud.google.com/products/calculator/)\n", + "to generate a cost estimate based on your projected usage." + ] + }, + { + "cell_type": "markdown", + "metadata": { + "id": "BF1j6f9HApxa" + }, + "source": [ + "## Before you begin\n", + "\n", + "Complete the tasks in this section to set up your environment." + ] + }, + { + "cell_type": "markdown", + "metadata": { + "id": "WReHDGG5g0XY" + }, + "source": [ + "#### Set your project ID\n", + "\n", + "If you don't know your project ID, try the following:\n", + "* Run `gcloud config list`.\n", + "* Run `gcloud projects list`.\n", + "* See the support page: [Locate the project ID](https://support.google.com/googleapi/answer/7014113)." + ] + }, + { + "cell_type": "code", + "execution_count": 2, + "metadata": { + "executionInfo": { + "elapsed": 19, + "status": "ok", + "timestamp": 1705950462905, + "user": { + "displayName": "", + "userId": "" + }, + "user_tz": 300 + }, + "id": "oM1iC_MfAts1" + }, + "outputs": [], + "source": [ + "PROJECT_ID = ${PROJECT_ID}" + ] + }, + { + "cell_type": "markdown", + "metadata": { + "id": "region" + }, + "source": [ + "#### Set the region\n", + "\n", + "You can also change the `REGION` variable used by BigQuery. Learn more about [BigQuery regions](https://cloud.google.com/bigquery/docs/locations#supported_locations)." + ] + }, + { + "cell_type": "code", + "execution_count": 4, + "metadata": { + "executionInfo": { + "elapsed": 1632, + "status": "ok", + "timestamp": 1705950681580, + "user": { + "displayName": "", + "userId": "" + }, + "user_tz": 300 + }, + "id": "eF-Twtc4XGem" + }, + "outputs": [], + "source": [ + "REGION = ${REGION}" + ] + }, + { + "cell_type": "markdown", + "metadata": { + "id": "960505627ddf" + }, + "source": [ + "### Import libraries" + ] + }, + { + "cell_type": "code", + "execution_count": 5, + "metadata": { + "executionInfo": { + "elapsed": 17, + "status": "ok", + "timestamp": 1705950696793, + "user": { + "displayName": "", + "userId": "" + }, + "user_tz": 300 + }, + "id": "PyQmSRbKA8r-" + }, + "outputs": [], + "source": [ + "import bigframes.pandas as bf" + ] + }, + { + "cell_type": "markdown", + "metadata": { + "id": "init_aip:mbsdk,all" + }, + "source": [ + "\n", + "### Set BigQuery DataFrames options" + ] + }, + { + "cell_type": "code", + "execution_count": 6, + "metadata": { + "executionInfo": { + "elapsed": 16, + "status": "ok", + "timestamp": 1705950704127, + "user": { + "displayName": "", + "userId": "" + }, + "user_tz": 300 + }, + "id": "NPPMuw2PXGeo" + }, + "outputs": [], + "source": [ + "bf.options.bigquery.project = PROJECT_ID\n", + "bf.options.bigquery.location = REGION" + ] + }, + { + "cell_type": "markdown", + "metadata": { + "id": "pDfrKwMKE_dK" + }, + "source": [ + "If you want to reset the location of the created DataFrame or Series objects, reset the session by executing `bf.close_session()`. After that, you can reuse `bf.options.bigquery.location` to specify another location." + ] + }, + { + "cell_type": "markdown", + "metadata": { + "id": "-19Uiwoo9pP4" + }, + "source": [ + "## See the power of BigQuery DataFrames first-hand\n", + "\n", + "BigQuery DataFrames enables you to interact with datasets of any size, so that you can explore, transform, and understand even your biggest datasets using familiar tools like pandas and scikit-learn." + ] + }, + { + "cell_type": "markdown", + "metadata": { + "id": "KMX4D2uoBwM0" + }, + "source": [ + "For example, take the BigQuery sample table `bigquery-samples.wikipedia_pageviews.200809h`, which is ~60 GB is size. This is not a dataset you'd likely be able process in pandas without extra infrastructure.\n", + "\n", + "With BigQuery DataFrames, however, computation is handled by BigQuery's highly scalable compute engine, meaning you can focus on doing data science without hitting size limitations." + ] + }, + { + "cell_type": "markdown", + "metadata": { + "id": "i98c46p1CXoV" + }, + "source": [ + "If you'd like to try creating a BigQuery DataFrames DataFrame from this table, uncomment and run the next cell to load the table using the `read_gbq` method.\n", + "\n", + "> Note: Keep in mind that running these operations will count against your monthly [free tier allowance in BigQuery](https://cloud.google.com/bigquery/pricing#free-tier)." + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": { + "id": "Vyex9BQI-BNa" + }, + "outputs": [], + "source": [ + "# bq_df_sample = bf.read_gbq(\"bigquery-samples.wikipedia_pageviews.200809h\")" + ] + }, + { + "cell_type": "markdown", + "metadata": { + "id": "gE6CEALjDZZV" + }, + "source": [ + "No problem! BigQuery DataFrames makes a DataFrame, `bq_df_sample`, containing the entirety of the source table of data." + ] + }, + { + "cell_type": "markdown", + "metadata": { + "id": "T6lAIeelDwLz" + }, + "source": [ + "Uncomment and run the following cell to see pandas in action over your new BigQuery DataFrames DataFrame.\n", + "\n", + "This code uses regex to filter the DataFrame to include only rows with Wikipedia page titles containing the word \"Google\", sums the total views by page title, and then returns the top 100 results." + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": { + "id": "XfGq5apK-D_e" + }, + "outputs": [], + "source": [ + "# bq_df_sample[bq_df_sample.title.str.contains(r\"[Gg]oogle\")]\\\n", + "# .groupby(['title'], as_index=False)['views'].sum(numeric_only=True)\\\n", + "# .sort_values('views', ascending=False)\\\n", + "# .head(100)" + ] + }, + { + "cell_type": "markdown", + "metadata": { + "id": "i6XV-HTN-IFF" + }, + "source": [ + "In addition to giving you access to pandas, BigQuery DataFrames also enables you to build ML models, run inference, and deploy and run your own Python functions at scale. You'll see examples throughout this notebook.\n", + "\n", + "Now you'll move to the JSS dataset (`thelook`) for the remainder of this getting started guide." + ] + }, + { + "cell_type": "markdown", + "metadata": { + "id": "9EMAqR37AfLS" + }, + "source": [ + "## Create a BigQuery DataFrames DataFrame\n", + "\n", + "You can create a BigQuery DataFrames DataFrame by reading data from any of the following locations:\n", + "\n", + "* A data file stored in Cloud Storage\n", + "* Data stored in a BigQuery table\n", + "* A local data file\n", + "* An in-memory pandas DataFrame\n", + "\n", + "The following sections show how to use the first two options." + ] + }, + { + "cell_type": "markdown", + "metadata": { + "id": "iZDjzglh9eWZ" + }, + "source": [ + "### Create a DataFrame from a GCS file\n", + "\n", + "Use these instructions in the following sections to create a BigQuery DataFrames DataFrame from a file stored in Google Cloud Storage.\n" + ] + }, + { + "cell_type": "markdown", + "metadata": { + "id": "8Jry3NoFv3Wm" + }, + "source": [ + "#### Define the file path\n", + "\n", + "First, follow the steps below to define the Parquet file URI." + ] + }, + { + "cell_type": "code", + "execution_count": 9, + "metadata": { + "executionInfo": { + "elapsed": 3, + "status": "ok", + "timestamp": 1705951374283, + "user": { + "displayName": "", + "userId": "" + }, + "user_tz": 300 + }, + "id": "SvyXzkRl783u" + }, + "outputs": [], + "source": [ + "fn_order_items = \"${GCS_BUCKET_URI}/thelook-ecommerce/order_items.parquet\"" + ] + }, + { + "cell_type": "markdown", + "metadata": { + "id": "sJsrwAQY_H6g" + }, + "source": [ + "#### Create a DataFrame\n", + "\n", + "Create a BigQuery DataFrames DataFrame from the parquet file:" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": { + "id": "EDAaIwHpQCDZ" + }, + "outputs": [], + "source": [ + "df_from_gcs = bf.read_parquet(path=fn_order_items)" + ] + }, + { + "cell_type": "markdown", + "metadata": { + "id": "U-RVfNCu_h_h" + }, + "source": [ + "Take a look at the first few rows of the `orders` DataFrame that was just created:" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": { + "id": "_gPD0Zn1Stdb" + }, + "outputs": [], + "source": [ + "df_from_gcs.head()" + ] + }, + { + "cell_type": "markdown", + "metadata": { + "id": "rK0lNJmz_xkA" + }, + "source": [ + "### Ingest data from a DataFrame to a BigQuery table\n", + "\n", + "BigQuery DataFrames lets you create a BigQuery table from a BigQuery DataFrames DataFrame on-the-fly." + ] + }, + { + "cell_type": "markdown", + "metadata": { + "id": "V1DWpmSCAEql" + }, + "source": [ + "First, create a BigQuery dataset to house the table." + ] + }, + { + "cell_type": "code", + "execution_count": 10, + "metadata": { + "colab": { + "base_uri": "https://localhost:8080/" + }, + "executionInfo": { + "elapsed": 2753, + "status": "ok", + "timestamp": 1705951974404, + "user": { + "displayName": "", + "userId": "" + }, + "user_tz": 300 + }, + "id": "ZSP7gt13QrQt", + "outputId": "f77acb4b-6c1b-4790-990f-2278821a52b4" + }, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Dataset thelook_bigframes created.\n" + ] + } + ], + "source": [ + "from google.cloud import bigquery\n", + "DATASET_ID = \"thelook_bigframes\"\n", + "\n", + "client = bigquery.Client(project=PROJECT_ID)\n", + "dataset = bigquery.Dataset(PROJECT_ID + \".\" + DATASET_ID)\n", + "client.delete_dataset(DATASET_ID, delete_contents=True, not_found_ok=True)\n", + "dataset.location = REGION\n", + "dataset = client.create_dataset(dataset)\n", + "print(f\"Dataset {dataset.dataset_id} created.\")" + ] + }, + { + "cell_type": "markdown", + "metadata": { + "id": "Jd0dFISwAPPa" + }, + "source": [ + "Next, use the `to_gbq` method to create a BigQuery table from the DataFrame:" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": { + "id": "oP1NIAmUBjop" + }, + "outputs": [], + "source": [ + "df_from_gcs.to_gbq(PROJECT_ID + \".\" + DATASET_ID + \".order_items\")" + ] + }, + { + "cell_type": "markdown", + "metadata": { + "id": "kfF6fnmmAZEK" + }, + "source": [ + "### Create a DataFrame from BigQuery data\n", + "You can create a BigQuery DataFrames DataFrame from a BigQuery table by using the `read_gbq` method and referencing either an entire table or a SQL query." + ] + }, + { + "cell_type": "markdown", + "metadata": { + "id": "TEy5jHJDD6hx" + }, + "source": [ + "Create a BigQuery DataFrames DataFrame from the BigQuery table you created in the previous section, and view a few rows:" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": { + "id": "IBuo-d6dWfsA" + }, + "outputs": [], + "source": [ + "query_or_table = f\"{PROJECT_ID}.{DATASET_ID}.order_items\"\n", + "bq_df = bf.read_gbq(query_or_table)\n", + "bq_df[\"order_id\"] = bq_df[\"order_id\"].astype(\"string\")\n", + "bq_df.head()" + ] + }, + { + "cell_type": "markdown", + "metadata": { + "id": "rwPLjqW2Ajzh" + }, + "source": [ + "## Inspect and manipulate data in BigQuery DataFrames" + ] + }, + { + "cell_type": "markdown", + "metadata": { + "id": "bExmYlL_ELtV" + }, + "source": [ + "### Using pandas\n", + "\n", + "You can use pandas as you normally would on the BigQuery DataFrames DataFrame, but calculations happen in the BigQuery query engine instead of your local environment. There are 150+ pandas functions supported in BigQuery DataFrames. You can view the list in [the documentation](https://cloud.google.com/python/docs/reference/bigframes/latest)." + ] + }, + { + "cell_type": "markdown", + "metadata": { + "id": "ZHFUc3Q_FHc1" + }, + "source": [ + "To see this in action, inspect one of the columns (or series) of the BigQuery DataFrames DataFrame:" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": { + "id": "6i6HkFJZa8na" + }, + "outputs": [], + "source": [ + "bq_df[\"sale_price\"].head(10)" + ] + }, + { + "cell_type": "markdown", + "metadata": { + "id": "EJIZJaNXFQzh" + }, + "source": [ + "Compute the sum of this series to find the total reveneue from all items sold:" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": { + "id": "YKwCW7Nsavap" + }, + "outputs": [], + "source": [ + "total_sales = bq_df[\"sale_price\"].sum()\n", + "print(f\"total_sales: {total_sales}\")" + ] + }, + { + "cell_type": "markdown", + "metadata": { + "id": "DSs1cnca-MOU" + }, + "source": [ + "Calculate the mean `sales_price` of all items in an order using the `groupby` operation to group by `order_id`:" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": { + "id": "4PyKMR61-Mjy" + }, + "outputs": [], + "source": [ + "bq_df[[\"order_id\", \"sale_price\"]].groupby(\n", + " by=bq_df[\"order_id\"]).mean(numeric_only=True).head()" + ] + }, + { + "cell_type": "markdown", + "metadata": { + "id": "6sf9kZ2C9Ixe" + }, + "source": [ + "You can confirm that the calculations were run in BigQuery by clicking \"Open job\" from the previous cells' output. This takes you to the BigQuery console to view the SQL statement and job details." + ] + }, + { + "cell_type": "markdown", + "metadata": { + "id": "cWVNZ8D_FUtT" + }, + "source": [ + "### Using custom functions\n", + "\n", + "Running your own Python functions (or being able to bring your packages) and using them at scale is a challenge many data scientists face. BigQuery DataFrames makes it easy to deploy [remote functions](https://cloud.google.com/python/docs/reference/bigframes/latest/bigframes.pandas#bigframes_pandas_remote_function) that run scalar Python functions at BigQuery scale. These functions are persisted as [BigQuery remote functions](https://cloud.google.com/bigquery/docs/remote-functions) that you can then re-use." + ] + }, + { + "cell_type": "markdown", + "metadata": { + "id": "zjw8toUbHuRD" + }, + "source": [ + "Running the cell below creates a custom function using the `remote_function` method. This function categorizes a value into one of two buckets: >= 50 or <50.\n", + "\n", + "> Note: Creating a function requires a [BigQuery connection](https://cloud.google.com/bigquery/docs/remote-functions#create_a_remote_function). This code assumes a pre-created connection named `bigframes-default-connection`. If\n", + "the connection is not already created, BigQuery DataFrames attempts to create one assuming the [necessary APIs\n", + "and IAM permissions](https://cloud.google.com/python/docs/reference/bigframes/latest/bigframes.pandas#bigframes_pandas_remote_function) are set up in the project.\n", + "\n", + "This cell takes a few minutes to run because it creates the BigQuery connection (if applicable) and deploys the Cloud Function." + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": { + "id": "rSWTOG-vb2Fc" + }, + "outputs": [], + "source": [ + "@bf.remote_function([float], str)\n", + "def get_bucket(num):\n", + " if not num:\n", + " return \"NA\"\n", + " boundary = 50\n", + " return \"at_or_above_50\" if num >= boundary else \"below_50\"" + ] + }, + { + "cell_type": "markdown", + "metadata": { + "id": "N7JH0BI5IOpK" + }, + "source": [ + "The custom function is deployed as a Cloud Function, and is then integrated with BigQuery as a remote function.\n", + "\n", + "Save both of the function names so that you can clean them up at the end of this notebook." + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": { + "id": "6ejPXoyEQpWE" + }, + "outputs": [], + "source": [ + "CLOUD_FUNCTION_NAME = format(get_bucket.bigframes_cloud_function)\n", + "print(\"Cloud Function Name \" + CLOUD_FUNCTION_NAME)\n", + "REMOTE_FUNCTION_NAME = format(get_bucket.bigframes_remote_function)\n", + "print(\"Remote Function Name \" + REMOTE_FUNCTION_NAME)" + ] + }, + { + "cell_type": "markdown", + "metadata": { + "id": "vHV3JqKjJHsH" + }, + "source": [ + "Apply the custom function to the BigQuery DataFrames DataFrame to bucketize the `sale_price` value of each item sold:" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": { + "id": "NxSd9WZFcIji" + }, + "outputs": [], + "source": [ + "bq_df = bq_df.assign(order_price_bucket=bq_df[\"sale_price\"].groupby(\n", + " by=bq_df[\"order_id\"]).sum().apply(get_bucket))\n", + "bq_df[[\"order_id\", \"order_price_bucket\"]].head(10)" + ] + }, + { + "cell_type": "markdown", + "metadata": { + "id": "wCsmt0IwFkDy" + }, + "source": [ + "## Summary and next steps\n", + "\n", + "You've created BigQuery DataFrames DataFrames, and inspected and manipulated data with pandas and custom remote functions at BigQuery scale and speed.\n", + "\n", + "Learn more about BigQuery DataFrames in the [documentation](https://cloud.google.com/python/docs/reference/bigframes/latest) and find more sample notebooks in the [GitHub repo](https://github.com/googleapis/python-bigquery-dataframes/tree/main/notebooks), including an introductory notebook for `bigframes.ml`." + ] + }, + { + "cell_type": "markdown", + "metadata": { + "id": "TpV-iwP9qw9c" + }, + "source": [ + "### Cleaning up\n", + "\n", + "To clean up all Google Cloud resources used in this project, you can [delete the Google Cloud\n", + "project](https://cloud.google.com/resource-manager/docs/creating-managing-projects#shutting_down_projects) you used for the tutorial.\n", + "\n", + "Otherwise, you can uncomment the remaining cells and run them to delete the individual resources you created in this tutorial:" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": { + "id": "sx_vKniMq9ZX" + }, + "outputs": [], + "source": [ + "# # Delete the BigQuery dataset\n", + "# from google.cloud import bigquery\n", + "# client = bigquery.Client(project=PROJECT_ID)\n", + "# client.delete_dataset(\n", + "# DATASET_ID, delete_contents=True, not_found_ok=True\n", + "# )\n", + "# print(\"Deleted dataset '{}'.\".format(DATASET_ID))" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": { + "id": "_dTCXvCxtPw9" + }, + "outputs": [], + "source": [ + "# # Delete the BigQuery Connection\n", + "# from google.cloud import bigquery_connection_v1 as bq_connection\n", + "# client = bq_connection.ConnectionServiceClient()\n", + "# CONNECTION_ID = f\"projects/{PROJECT_ID}/locations/{REGION}/connections/bigframes-default-connection\"\n", + "# client.delete_connection(name=CONNECTION_ID)\n", + "# print(\"Deleted connection '{}'.\".format(CONNECTION_ID))" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": { + "id": "EDAIIfcpwNOF" + }, + "outputs": [], + "source": [ + "# # Delete the Cloud Function\n", + "# ! gcloud functions delete {CLOUD_FUNCTION_NAME} --quiet" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": { + "id": "QwumLUKmVpuH" + }, + "outputs": [], + "source": [ + "# # Delete the Remote Function\n", + "# REMOTE_FUNCTION_NAME = REMOTE_FUNCTION_NAME.replace(PROJECT_ID + \".\", \"\")\n", + "# ! bq rm --routine --force=true {REMOTE_FUNCTION_NAME}" + ] + } + ], + "metadata": { + "colab": { + "provenance": [] + }, + "kernelspec": { + "display_name": "Python 3", + "name": "python3" + } + }, + "nbformat": 4, + "nbformat_minor": 0 +} diff --git a/modules/data_warehouse/templates/workflow.tftpl b/modules/data_warehouse/templates/workflow.tftpl index b0df5dd9..373ab835 100644 --- a/modules/data_warehouse/templates/workflow.tftpl +++ b/modules/data_warehouse/templates/workflow.tftpl @@ -25,6 +25,9 @@ main: - sub_create_tables: call: create_tables result: output1 + - sub_invoke_function: + call: invoke_function + result: output2 # Subworkflow to copy initial objects copy_objects: @@ -105,3 +108,27 @@ create_tables: - sumStep: assign: - results[key]: $${queryResult} + +# Subworkflow to invoke Cloud Function +invoke_function: + steps: + - init: + assign: + - function_url: ${function_url} + - function_name: ${function_name} + - run_function: + try: + call: http.get + args: + url: $${function_url} + auth: + type: OIDC + result: function_result + except: + as: e + raise: + exception: $${e} + functionName: $${function_name} + - finish: + return: $${function_result} + diff --git a/modules/data_warehouse/variables.tf b/modules/data_warehouse/variables.tf index 26f767e8..5b1e044b 100644 --- a/modules/data_warehouse/variables.tf +++ b/modules/data_warehouse/variables.tf @@ -23,12 +23,68 @@ variable "region" { type = string description = "Google Cloud Region" + /** + * This variable list assumes you are using the same region for both Dataform and all other assets. + * If you want to deploy your Dataform respositories in a different region, set the default value + * for var.dataform_region to one of the regions in the Dataform validation list. + * You can then set this variable value to any of the following: + * "asia-northeast3" + * "asia-southeast1" + * "europe-west1" + * "europe-west2" + * "europe-west3" + * "europe-west4" + * "europe-west9" + * "us-central1" + * "us-west4" + * + * Be sure to update the validation list below to include these additional values! + */ + + validation { + condition = contains([ + "asia-southeast1", + "europe-west1", + "europe-west2", + "europe-west3", + "europe-west4", + "us-central1", + ], + var.region) + error_message = "This region is not supported. Region must be one of: asia-southeast1, europe-west1, europe-west2, europe-west3, europe-west4, us-central1" + } +} + + +variable "dataform_region" { + type = string + description = "Region that is used to deploy Dataform resources. This does not limit where resources can be run or what region data must be located in." + default = null + nullable = true + validation { - condition = contains(["us-central1", "us-west4", "europe-west1", "europe-west2", "europe-west3", "europe-west4", "europe-west9", "asia-northeast3", "asia-southeast1"], var.region) - error_message = "This region is not supported. Region must be one of us-central1, us-west4, europe-west1, europe-west2, europe-west3, europe-west4, europe-west9, asia-northeast3, asia-southeast1." + condition = anytrue([var.dataform_region == null, try(contains( + [ + "asia-east1", + "asia-northeast1", + "asia-south1", + "asia-southeast1", + "australia-southeast1", + "europe-west1", + "europe-west2", + "europe-west3", + "europe-west4", + "europe-west6", + "southamerica-east1", + "us-central1", + "us-east1", + "us-west1", + ], var.dataform_region), true)]) + error_message = "This region is not supported for Dataform. Region must be one of: asia-east1, asia-northeast1, asia-south1, asia-southeast1, australia-southeast1, europe-west1, europe-west2, europe-west3, europe-west4, europe-west6, southamerica-east1, us-central1, us-east1, us-west1." } } + variable "text_generation_model_name" { type = string description = "Name of the BigQuery ML GenAI remote model that connects to the LLM used for text generation" @@ -50,13 +106,17 @@ variable "enable_apis" { variable "force_destroy" { type = string description = "Whether or not to protect BigQuery resources from deletion when solution is modified or changed." - default = false + default = true } variable "deletion_protection" { type = string description = "Whether or not to protect GCS resources from deletion when solution is modified or changed." - default = true + default = false } - +variable "create_ignore_service_accounts" { + type = string + description = "Whether or not to ignore creation of a service account if an account of the same name already exists" + default = true +} diff --git a/modules/data_warehouse/versions.tf b/modules/data_warehouse/versions.tf index 6ffcbb1b..66780e65 100644 --- a/modules/data_warehouse/versions.tf +++ b/modules/data_warehouse/versions.tf @@ -40,6 +40,10 @@ terraform { source = "hashicorp/http" version = ">= 2" } + local = { + source = "hashicorp/local" + version = ">=2.4" + } } required_version = ">= 0.13" diff --git a/modules/data_warehouse/workflows.tf b/modules/data_warehouse/workflows.tf index fae424a3..0c1b7896 100644 --- a/modules/data_warehouse/workflows.tf +++ b/modules/data_warehouse/workflows.tf @@ -15,58 +15,70 @@ */ # Set up the Workflow -# # Create the Workflows service account -resource "google_service_account" "workflow_service_account" { - project = module.project-services.project_id - account_id = "cloud-workflow-sa-${random_id.id.hex}" - display_name = "Service Account for Cloud Workflows" +## Create the Workflows service account +resource "google_service_account" "workflow_manage_sa" { + project = module.project-services.project_id + account_id = "cloud-workflow-sa-${random_id.id.hex}" + display_name = "Service Account for Cloud Workflows" + description = "Service account used to manage Cloud Workflows" + create_ignore_already_exists = var.create_ignore_service_accounts + depends_on = [time_sleep.wait_after_apis] } -# # Grant the Workflow service account access -resource "google_project_iam_member" "workflow_service_account_roles" { - for_each = toset([ - "roles/workflows.admin", - "roles/run.invoker", - "roles/iam.serviceAccountTokenCreator", - "roles/storage.objectAdmin", +## Define the IAM roles granted to the Workflows service account +locals { + workflow_roles = [ "roles/bigquery.connectionUser", - "roles/bigquery.jobUser", "roles/bigquery.dataEditor", - ] - ) + "roles/bigquery.jobUser", + "roles/iam.serviceAccountTokenCreator", + "roles/iam.serviceAccountUser", + "roles/run.invoker", + "roles/storage.objectAdmin", + "roles/workflows.admin", + ] +} + +## Grant the Workflow service account access +resource "google_project_iam_member" "workflow_manage_sa_roles" { + count = length(local.workflow_roles) project = module.project-services.project_id - role = each.key - member = "serviceAccount:${google_service_account.workflow_service_account.email}" + member = "serviceAccount:${google_service_account.workflow_manage_sa.email}" + role = local.workflow_roles[count.index] - depends_on = [google_service_account.workflow_service_account] + depends_on = [google_dataform_repository_iam_member.workflow_manage_repo] } -# # Create the workflow +## Create the workflow resource "google_workflows_workflow" "workflow" { name = "initial-workflow" project = module.project-services.project_id region = var.region description = "Runs post Terraform setup steps for Solution in Console" - service_account = google_service_account.workflow_service_account.id + service_account = google_service_account.workflow_manage_sa.id source_contents = templatefile("${path.module}/templates/workflow.tftpl", { - raw_bucket = google_storage_bucket.raw_bucket.name, - dataset_id = google_bigquery_dataset.ds_edw.dataset_id + raw_bucket = google_storage_bucket.raw_bucket.name, + dataset_id = google_bigquery_dataset.ds_edw.dataset_id, + function_url = google_cloudfunctions2_function.notebook_deploy_function.url + function_name = google_cloudfunctions2_function.notebook_deploy_function.name }) labels = var.labels depends_on = [ - google_project_iam_member.workflow_service_account_roles + google_project_iam_member.workflow_manage_sa_roles, + time_sleep.wait_after_function ] } data "google_client_config" "current" { + } -# # Trigger the execution of the setup workflow +## Trigger the execution of the setup workflow with an API call data "http" "call_workflows_setup" { url = "https://workflowexecutions.googleapis.com/v1/projects/${module.project-services.project_id}/locations/${var.region}/workflows/${google_workflows_workflow.workflow.name}/executions" method = "POST" @@ -80,6 +92,9 @@ data "http" "call_workflows_setup" { google_bigquery_routine.sproc_sp_demo_lookerstudio_report, google_bigquery_routine.sp_provision_lookup_tables, google_workflows_workflow.workflow, - google_storage_bucket.raw_bucket + google_storage_bucket.raw_bucket, + google_cloudfunctions2_function.notebook_deploy_function, + time_sleep.wait_after_function, + google_service_account_iam_member.workflow_auth_function ] } diff --git a/modules/scheduled_queries/metadata.display.yaml b/modules/scheduled_queries/metadata.display.yaml index 91b775b8..2a238854 100644 --- a/modules/scheduled_queries/metadata.display.yaml +++ b/modules/scheduled_queries/metadata.display.yaml @@ -1,4 +1,4 @@ -# Copyright 2023 Google LLC +# Copyright 2024 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/modules/scheduled_queries/metadata.yaml b/modules/scheduled_queries/metadata.yaml index f601dc76..50500872 100644 --- a/modules/scheduled_queries/metadata.yaml +++ b/modules/scheduled_queries/metadata.yaml @@ -1,4 +1,4 @@ -# Copyright 2023 Google LLC +# Copyright 2024 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -28,7 +28,7 @@ spec: version: 7.0.0 actuationTool: flavor: Terraform - version: ">= 0.13" + version: ">= 1.3" description: {} content: examples: @@ -47,12 +47,10 @@ spec: - name: project_id description: The project where scheduled queries are created varType: string - defaultValue: null required: true - name: queries description: Data transfer configuration for creating scheduled queries varType: list(any) - defaultValue: null required: true outputs: - name: query_names diff --git a/modules/udf/metadata.display.yaml b/modules/udf/metadata.display.yaml index a9eeb22d..658cc05f 100644 --- a/modules/udf/metadata.display.yaml +++ b/modules/udf/metadata.display.yaml @@ -1,4 +1,4 @@ -# Copyright 2023 Google LLC +# Copyright 2024 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/modules/udf/metadata.yaml b/modules/udf/metadata.yaml index 7a32bbba..736656bb 100644 --- a/modules/udf/metadata.yaml +++ b/modules/udf/metadata.yaml @@ -1,4 +1,4 @@ -# Copyright 2023 Google LLC +# Copyright 2024 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -28,7 +28,7 @@ spec: version: 7.0.0 actuationTool: flavor: Terraform - version: ">= 0.13" + version: ">= 1.3" description: {} content: examples: @@ -51,12 +51,10 @@ spec: - name: dataset_id description: Dataset id varType: string - defaultValue: null required: true - name: project_id description: Project ID that contains the dataset varType: string - defaultValue: null required: true outputs: - name: added_udfs