From dba353ec2c661e56a24488a87c0c6ca4e02d69e6 Mon Sep 17 00:00:00 2001 From: Scott Huang Date: Tue, 1 Oct 2024 18:05:35 +0800 Subject: [PATCH] Bump version --- pyproject.toml | 2 +- tests/mongodb/expected_datasets.json | 15272 ++++++++++++------------- 2 files changed, 7631 insertions(+), 7643 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 879187cc..7517628a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "metaphor-connectors" -version = "0.14.110" +version = "0.14.111" license = "Apache-2.0" description = "A collection of Python-based 'connectors' that extract metadata from various sources to ingest into the Metaphor app." authors = ["Metaphor "] diff --git a/tests/mongodb/expected_datasets.json b/tests/mongodb/expected_datasets.json index ad41a4fc..5fbe4bae 100644 --- a/tests/mongodb/expected_datasets.json +++ b/tests/mongodb/expected_datasets.json @@ -1,7783 +1,7771 @@ [ - { - "logicalId": { - "name": "sample_airbnb.listingsandreviews", - "platform": "MONGODB" - }, - "schema": { - "fields": [ - { - "fieldName": "_id", - "fieldPath": "_id", - "nativeType": "String", - "nullable": false - }, - { - "fieldName": "access", - "fieldPath": "access", - "nativeType": "String", - "nullable": false - }, - { - "fieldName": "accommodates", - "fieldPath": "accommodates", - "nativeType": "Int", - "nullable": false - }, - { - "fieldName": "address", - "fieldPath": "address", - "nativeType": "Object", - "nullable": false, - "subfields": [ - { - "fieldName": "country", - "fieldPath": "address.country", - "nativeType": "String", - "nullable": false - }, - { - "fieldName": "country_code", - "fieldPath": "address.country_code", - "nativeType": "String", - "nullable": false - }, - { - "fieldName": "government_area", - "fieldPath": "address.government_area", - "nativeType": "String", - "nullable": false - }, - { - "fieldName": "location", - "fieldPath": "address.location", - "nativeType": "Object", - "nullable": false, - "subfields": [ - { - "fieldName": "coordinates", - "fieldPath": "address.location.coordinates", - "nativeType": "Array", - "nullable": false - }, - { - "fieldName": "is_location_exact", - "fieldPath": "address.location.is_location_exact", - "nativeType": "Bool", - "nullable": false - }, - { - "fieldName": "type", - "fieldPath": "address.location.type", - "nativeType": "String", - "nullable": false - } - ] - }, - { - "fieldName": "market", - "fieldPath": "address.market", - "nativeType": "String", - "nullable": false - }, - { - "fieldName": "street", - "fieldPath": "address.street", - "nativeType": "String", - "nullable": false - }, - { - "fieldName": "suburb", - "fieldPath": "address.suburb", - "nativeType": "String", - "nullable": false - } - ] - }, - { - "fieldName": "amenities", - "fieldPath": "amenities", - "nativeType": "Array", - "nullable": false - }, - { - "fieldName": "availability", - "fieldPath": "availability", - "nativeType": "Object", - "nullable": false, - "subfields": [ - { - "fieldName": "availability_30", - "fieldPath": "availability.availability_30", - "nativeType": "Int", - "nullable": false - }, - { - "fieldName": "availability_365", - "fieldPath": "availability.availability_365", - "nativeType": "Int", - "nullable": false - }, - { - "fieldName": "availability_60", - "fieldPath": "availability.availability_60", - "nativeType": "Int", - "nullable": false - }, - { - "fieldName": "availability_90", - "fieldPath": "availability.availability_90", - "nativeType": "Int", - "nullable": false - } - ] - }, - { - "fieldName": "bathrooms", - "fieldPath": "bathrooms", - "nativeType": "Decimal128", - "nullable": true - }, - { - "fieldName": "bed_type", - "fieldPath": "bed_type", - "nativeType": "String", - "nullable": false - }, - { - "fieldName": "bedrooms", - "fieldPath": "bedrooms", - "nativeType": "Int", - "nullable": false - }, - { - "fieldName": "beds", - "fieldPath": "beds", - "nativeType": "Int", - "nullable": true - }, - { - "fieldName": "calendar_last_scraped", - "fieldPath": "calendar_last_scraped", - "nativeType": "Datetime", - "nullable": false - }, - { - "fieldName": "cancellation_policy", - "fieldPath": "cancellation_policy", - "nativeType": "String", - "nullable": false - }, - { - "fieldName": "cleaning_fee", - "fieldPath": "cleaning_fee", - "nativeType": "Decimal128", - "nullable": true - }, - { - "fieldName": "description", - "fieldPath": "description", - "nativeType": "String", - "nullable": false - }, - { - "fieldName": "extra_people", - "fieldPath": "extra_people", - "nativeType": "Decimal128", - "nullable": false - }, - { - "fieldName": "first_review", - "fieldPath": "first_review", - "nativeType": "Datetime", - "nullable": true - }, - { - "fieldName": "guests_included", - "fieldPath": "guests_included", - "nativeType": "Decimal128", - "nullable": false - }, - { - "fieldName": "host", - "fieldPath": "host", - "nativeType": "Object", - "nullable": false, - "subfields": [ - { - "fieldName": "host_about", - "fieldPath": "host.host_about", - "nativeType": "String", - "nullable": false - }, - { - "fieldName": "host_has_profile_pic", - "fieldPath": "host.host_has_profile_pic", - "nativeType": "Bool", - "nullable": false - }, - { - "fieldName": "host_id", - "fieldPath": "host.host_id", - "nativeType": "String", - "nullable": false - }, - { - "fieldName": "host_identity_verified", - "fieldPath": "host.host_identity_verified", - "nativeType": "Bool", - "nullable": false - }, - { - "fieldName": "host_is_superhost", - "fieldPath": "host.host_is_superhost", - "nativeType": "Bool", - "nullable": false - }, - { - "fieldName": "host_listings_count", - "fieldPath": "host.host_listings_count", - "nativeType": "Int", - "nullable": false - }, - { - "fieldName": "host_location", - "fieldPath": "host.host_location", - "nativeType": "String", - "nullable": false - }, - { - "fieldName": "host_name", - "fieldPath": "host.host_name", - "nativeType": "String", - "nullable": false - }, - { - "fieldName": "host_neighbourhood", - "fieldPath": "host.host_neighbourhood", - "nativeType": "String", - "nullable": false - }, - { - "fieldName": "host_picture_url", - "fieldPath": "host.host_picture_url", - "nativeType": "String", - "nullable": false - }, - { - "fieldName": "host_response_rate", - "fieldPath": "host.host_response_rate", - "nativeType": "Int", - "nullable": true - }, - { - "fieldName": "host_response_time", - "fieldPath": "host.host_response_time", - "nativeType": "String", - "nullable": true - }, - { - "fieldName": "host_thumbnail_url", - "fieldPath": "host.host_thumbnail_url", - "nativeType": "String", - "nullable": false - }, - { - "fieldName": "host_total_listings_count", - "fieldPath": "host.host_total_listings_count", - "nativeType": "Int", - "nullable": false - }, - { - "fieldName": "host_url", - "fieldPath": "host.host_url", - "nativeType": "String", - "nullable": false - }, - { - "fieldName": "host_verifications", - "fieldPath": "host.host_verifications", - "nativeType": "Array", - "nullable": false - } - ] - }, - { - "fieldName": "house_rules", - "fieldPath": "house_rules", - "nativeType": "String", - "nullable": false - }, - { - "fieldName": "images", - "fieldPath": "images", - "nativeType": "Object", - "nullable": false, - "subfields": [ - { - "fieldName": "medium_url", - "fieldPath": "images.medium_url", - "nativeType": "String", - "nullable": false - }, - { - "fieldName": "picture_url", - "fieldPath": "images.picture_url", - "nativeType": "String", - "nullable": false - }, - { - "fieldName": "thumbnail_url", - "fieldPath": "images.thumbnail_url", - "nativeType": "String", - "nullable": false - }, - { - "fieldName": "xl_picture_url", - "fieldPath": "images.xl_picture_url", - "nativeType": "String", - "nullable": false - } - ] - }, - { - "fieldName": "interaction", - "fieldPath": "interaction", - "nativeType": "String", - "nullable": false - }, - { - "fieldName": "last_review", - "fieldPath": "last_review", - "nativeType": "Datetime", - "nullable": true - }, - { - "fieldName": "last_scraped", - "fieldPath": "last_scraped", - "nativeType": "Datetime", - "nullable": false - }, - { - "fieldName": "listing_url", - "fieldPath": "listing_url", - "nativeType": "String", - "nullable": false - }, - { - "fieldName": "maximum_nights", - "fieldPath": "maximum_nights", - "nativeType": "String", - "nullable": false - }, - { - "fieldName": "minimum_nights", - "fieldPath": "minimum_nights", - "nativeType": "String", - "nullable": false - }, - { - "fieldName": "monthly_price", - "fieldPath": "monthly_price", - "nativeType": "Decimal128", - "nullable": true - }, - { - "fieldName": "name", - "fieldPath": "name", - "nativeType": "String", - "nullable": false - }, - { - "fieldName": "neighborhood_overview", - "fieldPath": "neighborhood_overview", - "nativeType": "String", - "nullable": false - }, - { - "fieldName": "notes", - "fieldPath": "notes", - "nativeType": "String", - "nullable": false - }, - { - "fieldName": "number_of_reviews", - "fieldPath": "number_of_reviews", - "nativeType": "Int", - "nullable": false - }, - { - "fieldName": "price", - "fieldPath": "price", - "nativeType": "Decimal128", - "nullable": false - }, - { - "fieldName": "property_type", - "fieldPath": "property_type", - "nativeType": "String", - "nullable": false - }, - { - "fieldName": "review_scores", - "fieldPath": "review_scores", - "nativeType": "Object", - "nullable": false, - "subfields": [ - { - "fieldName": "review_scores_accuracy", - "fieldPath": "review_scores.review_scores_accuracy", - "nativeType": "Int", - "nullable": true - }, - { - "fieldName": "review_scores_checkin", - "fieldPath": "review_scores.review_scores_checkin", - "nativeType": "Int", - "nullable": true - }, - { - "fieldName": "review_scores_cleanliness", - "fieldPath": "review_scores.review_scores_cleanliness", - "nativeType": "Int", - "nullable": true - }, - { - "fieldName": "review_scores_communication", - "fieldPath": "review_scores.review_scores_communication", - "nativeType": "Int", - "nullable": true - }, - { - "fieldName": "review_scores_location", - "fieldPath": "review_scores.review_scores_location", - "nativeType": "Int", - "nullable": true - }, - { - "fieldName": "review_scores_rating", - "fieldPath": "review_scores.review_scores_rating", - "nativeType": "Int", - "nullable": true - }, - { - "fieldName": "review_scores_value", - "fieldPath": "review_scores.review_scores_value", - "nativeType": "Int", - "nullable": true - } - ] - }, - { - "fieldName": "reviews", - "fieldPath": "reviews", - "nativeType": "Array", - "nullable": false, - "subfields": [ - { - "fieldName": "_id", - "fieldPath": "reviews._id", - "nativeType": "String", - "nullable": true - }, - { - "fieldName": "comments", - "fieldPath": "reviews.comments", - "nativeType": "String", - "nullable": true - }, - { - "fieldName": "date", - "fieldPath": "reviews.date", - "nativeType": "Datetime", - "nullable": true - }, - { - "fieldName": "listing_id", - "fieldPath": "reviews.listing_id", - "nativeType": "String", - "nullable": true - }, - { - "fieldName": "reviewer_id", - "fieldPath": "reviews.reviewer_id", - "nativeType": "String", - "nullable": true - }, - { - "fieldName": "reviewer_name", - "fieldPath": "reviews.reviewer_name", - "nativeType": "String", - "nullable": true - } - ] - }, - { - "fieldName": "reviews_per_month", - "fieldPath": "reviews_per_month", - "nativeType": "Int", - "nullable": true - }, - { - "fieldName": "room_type", - "fieldPath": "room_type", - "nativeType": "String", - "nullable": false - }, - { - "fieldName": "security_deposit", - "fieldPath": "security_deposit", - "nativeType": "Decimal128", - "nullable": true - }, - { - "fieldName": "space", - "fieldPath": "space", - "nativeType": "String", - "nullable": false - }, - { - "fieldName": "summary", - "fieldPath": "summary", - "nativeType": "String", - "nullable": false - }, - { - "fieldName": "transit", - "fieldPath": "transit", - "nativeType": "String", - "nullable": false - }, - { - "fieldName": "weekly_price", - "fieldPath": "weekly_price", - "nativeType": "Decimal128", - "nullable": true + { + "logicalId": { + "name": "sample_airbnb.listingsandreviews", + "platform": "MONGODB" + }, + "schema": { + "fields": [ + { + "fieldName": "_id", + "fieldPath": "_id", + "nativeType": "String", + "nullable": false + }, + { + "fieldName": "access", + "fieldPath": "access", + "nativeType": "String", + "nullable": false + }, + { + "fieldName": "accommodates", + "fieldPath": "accommodates", + "nativeType": "Int", + "nullable": false + }, + { + "fieldName": "address", + "fieldPath": "address", + "nativeType": "Object", + "nullable": false, + "subfields": [ + { + "fieldName": "country", + "fieldPath": "address.country", + "nativeType": "String", + "nullable": false + }, + { + "fieldName": "country_code", + "fieldPath": "address.country_code", + "nativeType": "String", + "nullable": false + }, + { + "fieldName": "government_area", + "fieldPath": "address.government_area", + "nativeType": "String", + "nullable": false + }, + { + "fieldName": "location", + "fieldPath": "address.location", + "nativeType": "Object", + "nullable": false, + "subfields": [ + { + "fieldName": "coordinates", + "fieldPath": "address.location.coordinates", + "nativeType": "Array", + "nullable": false + }, + { + "fieldName": "is_location_exact", + "fieldPath": "address.location.is_location_exact", + "nativeType": "Bool", + "nullable": false + }, + { + "fieldName": "type", + "fieldPath": "address.location.type", + "nativeType": "String", + "nullable": false } - ], - "schemaType": "BSON" + ] + }, + { + "fieldName": "market", + "fieldPath": "address.market", + "nativeType": "String", + "nullable": false + }, + { + "fieldName": "street", + "fieldPath": "address.street", + "nativeType": "String", + "nullable": false + }, + { + "fieldName": "suburb", + "fieldPath": "address.suburb", + "nativeType": "String", + "nullable": false + } + ] + }, + { + "fieldName": "amenities", + "fieldPath": "amenities", + "nativeType": "Array", + "nullable": false + }, + { + "fieldName": "availability", + "fieldPath": "availability", + "nativeType": "Object", + "nullable": false, + "subfields": [ + { + "fieldName": "availability_30", + "fieldPath": "availability.availability_30", + "nativeType": "Int", + "nullable": false + }, + { + "fieldName": "availability_365", + "fieldPath": "availability.availability_365", + "nativeType": "Int", + "nullable": false + }, + { + "fieldName": "availability_60", + "fieldPath": "availability.availability_60", + "nativeType": "Int", + "nullable": false + }, + { + "fieldName": "availability_90", + "fieldPath": "availability.availability_90", + "nativeType": "Int", + "nullable": false + } + ] + }, + { + "fieldName": "bathrooms", + "fieldPath": "bathrooms", + "nativeType": "Decimal128", + "nullable": true + }, + { + "fieldName": "bed_type", + "fieldPath": "bed_type", + "nativeType": "String", + "nullable": false + }, + { + "fieldName": "bedrooms", + "fieldPath": "bedrooms", + "nativeType": "Int", + "nullable": false + }, + { + "fieldName": "beds", + "fieldPath": "beds", + "nativeType": "Int", + "nullable": true + }, + { + "fieldName": "calendar_last_scraped", + "fieldPath": "calendar_last_scraped", + "nativeType": "Datetime", + "nullable": false + }, + { + "fieldName": "cancellation_policy", + "fieldPath": "cancellation_policy", + "nativeType": "String", + "nullable": false + }, + { + "fieldName": "cleaning_fee", + "fieldPath": "cleaning_fee", + "nativeType": "Decimal128", + "nullable": true + }, + { + "fieldName": "description", + "fieldPath": "description", + "nativeType": "String", + "nullable": false + }, + { + "fieldName": "extra_people", + "fieldPath": "extra_people", + "nativeType": "Decimal128", + "nullable": false + }, + { + "fieldName": "first_review", + "fieldPath": "first_review", + "nativeType": "Datetime", + "nullable": true + }, + { + "fieldName": "guests_included", + "fieldPath": "guests_included", + "nativeType": "Decimal128", + "nullable": false + }, + { + "fieldName": "host", + "fieldPath": "host", + "nativeType": "Object", + "nullable": false, + "subfields": [ + { + "fieldName": "host_about", + "fieldPath": "host.host_about", + "nativeType": "String", + "nullable": false + }, + { + "fieldName": "host_has_profile_pic", + "fieldPath": "host.host_has_profile_pic", + "nativeType": "Bool", + "nullable": false + }, + { + "fieldName": "host_id", + "fieldPath": "host.host_id", + "nativeType": "String", + "nullable": false + }, + { + "fieldName": "host_identity_verified", + "fieldPath": "host.host_identity_verified", + "nativeType": "Bool", + "nullable": false + }, + { + "fieldName": "host_is_superhost", + "fieldPath": "host.host_is_superhost", + "nativeType": "Bool", + "nullable": false + }, + { + "fieldName": "host_listings_count", + "fieldPath": "host.host_listings_count", + "nativeType": "Int", + "nullable": false + }, + { + "fieldName": "host_location", + "fieldPath": "host.host_location", + "nativeType": "String", + "nullable": false + }, + { + "fieldName": "host_name", + "fieldPath": "host.host_name", + "nativeType": "String", + "nullable": false + }, + { + "fieldName": "host_neighbourhood", + "fieldPath": "host.host_neighbourhood", + "nativeType": "String", + "nullable": false + }, + { + "fieldName": "host_picture_url", + "fieldPath": "host.host_picture_url", + "nativeType": "String", + "nullable": false + }, + { + "fieldName": "host_response_rate", + "fieldPath": "host.host_response_rate", + "nativeType": "Int", + "nullable": true + }, + { + "fieldName": "host_response_time", + "fieldPath": "host.host_response_time", + "nativeType": "String", + "nullable": true + }, + { + "fieldName": "host_thumbnail_url", + "fieldPath": "host.host_thumbnail_url", + "nativeType": "String", + "nullable": false + }, + { + "fieldName": "host_total_listings_count", + "fieldPath": "host.host_total_listings_count", + "nativeType": "Int", + "nullable": false + }, + { + "fieldName": "host_url", + "fieldPath": "host.host_url", + "nativeType": "String", + "nullable": false + }, + { + "fieldName": "host_verifications", + "fieldPath": "host.host_verifications", + "nativeType": "Array", + "nullable": false + } + ] + }, + { + "fieldName": "house_rules", + "fieldPath": "house_rules", + "nativeType": "String", + "nullable": false + }, + { + "fieldName": "images", + "fieldPath": "images", + "nativeType": "Object", + "nullable": false, + "subfields": [ + { + "fieldName": "medium_url", + "fieldPath": "images.medium_url", + "nativeType": "String", + "nullable": false + }, + { + "fieldName": "picture_url", + "fieldPath": "images.picture_url", + "nativeType": "String", + "nullable": false + }, + { + "fieldName": "thumbnail_url", + "fieldPath": "images.thumbnail_url", + "nativeType": "String", + "nullable": false + }, + { + "fieldName": "xl_picture_url", + "fieldPath": "images.xl_picture_url", + "nativeType": "String", + "nullable": false + } + ] + }, + { + "fieldName": "interaction", + "fieldPath": "interaction", + "nativeType": "String", + "nullable": false + }, + { + "fieldName": "last_review", + "fieldPath": "last_review", + "nativeType": "Datetime", + "nullable": true + }, + { + "fieldName": "last_scraped", + "fieldPath": "last_scraped", + "nativeType": "Datetime", + "nullable": false + }, + { + "fieldName": "listing_url", + "fieldPath": "listing_url", + "nativeType": "String", + "nullable": false + }, + { + "fieldName": "maximum_nights", + "fieldPath": "maximum_nights", + "nativeType": "String", + "nullable": false + }, + { + "fieldName": "minimum_nights", + "fieldPath": "minimum_nights", + "nativeType": "String", + "nullable": false }, - "statistics": { - "dataSizeBytes": 10957741.0, - "recordCount": 469.0 + { + "fieldName": "monthly_price", + "fieldPath": "monthly_price", + "nativeType": "Decimal128", + "nullable": true }, - "structure": { - "schema": "sample_airbnb", - "table": "listingsAndReviews" + { + "fieldName": "name", + "fieldPath": "name", + "nativeType": "String", + "nullable": false + }, + { + "fieldName": "neighborhood_overview", + "fieldPath": "neighborhood_overview", + "nativeType": "String", + "nullable": false + }, + { + "fieldName": "notes", + "fieldPath": "notes", + "nativeType": "String", + "nullable": false + }, + { + "fieldName": "number_of_reviews", + "fieldPath": "number_of_reviews", + "nativeType": "Int", + "nullable": false + }, + { + "fieldName": "price", + "fieldPath": "price", + "nativeType": "Decimal128", + "nullable": false + }, + { + "fieldName": "property_type", + "fieldPath": "property_type", + "nativeType": "String", + "nullable": false + }, + { + "fieldName": "review_scores", + "fieldPath": "review_scores", + "nativeType": "Object", + "nullable": false, + "subfields": [ + { + "fieldName": "review_scores_accuracy", + "fieldPath": "review_scores.review_scores_accuracy", + "nativeType": "Int", + "nullable": true + }, + { + "fieldName": "review_scores_checkin", + "fieldPath": "review_scores.review_scores_checkin", + "nativeType": "Int", + "nullable": true + }, + { + "fieldName": "review_scores_cleanliness", + "fieldPath": "review_scores.review_scores_cleanliness", + "nativeType": "Int", + "nullable": true + }, + { + "fieldName": "review_scores_communication", + "fieldPath": "review_scores.review_scores_communication", + "nativeType": "Int", + "nullable": true + }, + { + "fieldName": "review_scores_location", + "fieldPath": "review_scores.review_scores_location", + "nativeType": "Int", + "nullable": true + }, + { + "fieldName": "review_scores_rating", + "fieldPath": "review_scores.review_scores_rating", + "nativeType": "Int", + "nullable": true + }, + { + "fieldName": "review_scores_value", + "fieldPath": "review_scores.review_scores_value", + "nativeType": "Int", + "nullable": true + } + ] + }, + { + "fieldName": "reviews", + "fieldPath": "reviews", + "nativeType": "Array", + "nullable": false, + "subfields": [ + { + "fieldName": "_id", + "fieldPath": "reviews._id", + "nativeType": "String", + "nullable": true + }, + { + "fieldName": "comments", + "fieldPath": "reviews.comments", + "nativeType": "String", + "nullable": true + }, + { + "fieldName": "date", + "fieldPath": "reviews.date", + "nativeType": "Datetime", + "nullable": true + }, + { + "fieldName": "listing_id", + "fieldPath": "reviews.listing_id", + "nativeType": "String", + "nullable": true + }, + { + "fieldName": "reviewer_id", + "fieldPath": "reviews.reviewer_id", + "nativeType": "String", + "nullable": true + }, + { + "fieldName": "reviewer_name", + "fieldPath": "reviews.reviewer_name", + "nativeType": "String", + "nullable": true + } + ] + }, + { + "fieldName": "reviews_per_month", + "fieldPath": "reviews_per_month", + "nativeType": "Int", + "nullable": true + }, + { + "fieldName": "room_type", + "fieldPath": "room_type", + "nativeType": "String", + "nullable": false + }, + { + "fieldName": "security_deposit", + "fieldPath": "security_deposit", + "nativeType": "Decimal128", + "nullable": true + }, + { + "fieldName": "space", + "fieldPath": "space", + "nativeType": "String", + "nullable": false + }, + { + "fieldName": "summary", + "fieldPath": "summary", + "nativeType": "String", + "nullable": false + }, + { + "fieldName": "transit", + "fieldPath": "transit", + "nativeType": "String", + "nullable": false + }, + { + "fieldName": "weekly_price", + "fieldPath": "weekly_price", + "nativeType": "Decimal128", + "nullable": true } + ], + "schemaType": "BSON" }, - { - "logicalId": { - "name": "sample_analytics.accounts", - "platform": "MONGODB" - }, - "schema": { - "fields": [ - { - "fieldName": "_id", - "fieldPath": "_id", - "nativeType": "ObjectId", - "nullable": false - }, - { - "fieldName": "account_id", - "fieldPath": "account_id", - "nativeType": "Int", - "nullable": false - }, - { - "fieldName": "limit", - "fieldPath": "limit", - "nativeType": "Int", - "nullable": false - }, - { - "fieldName": "products", - "fieldPath": "products", - "nativeType": "Array", - "nullable": false + "statistics": { + "dataSizeBytes": 10957741.0, + "recordCount": 469.0 + }, + "structure": { + "schema": "sample_airbnb", + "table": "listingsAndReviews" + } + }, + { + "logicalId": { + "name": "sample_analytics.accounts", + "platform": "MONGODB" + }, + "schema": { + "fields": [ + { + "fieldName": "_id", + "fieldPath": "_id", + "nativeType": "ObjectId", + "nullable": false + }, + { + "fieldName": "account_id", + "fieldPath": "account_id", + "nativeType": "Int", + "nullable": false + }, + { + "fieldName": "limit", + "fieldPath": "limit", + "nativeType": "Int", + "nullable": false + }, + { + "fieldName": "products", + "fieldPath": "products", + "nativeType": "Array", + "nullable": false + } + ], + "schemaType": "BSON" + }, + "statistics": { + "dataSizeBytes": 223235.0, + "recordCount": 1746.0 + }, + "structure": { + "schema": "sample_analytics", + "table": "accounts" + } + }, + { + "logicalId": { + "name": "sample_analytics.customers", + "platform": "MONGODB" + }, + "schema": { + "fields": [ + { + "fieldName": "_id", + "fieldPath": "_id", + "nativeType": "ObjectId", + "nullable": false + }, + { + "fieldName": "accounts", + "fieldPath": "accounts", + "nativeType": "Array", + "nullable": false + }, + { + "fieldName": "active", + "fieldPath": "active", + "nativeType": "Bool", + "nullable": true + }, + { + "fieldName": "address", + "fieldPath": "address", + "nativeType": "String", + "nullable": false + }, + { + "fieldName": "birthdate", + "fieldPath": "birthdate", + "nativeType": "Datetime", + "nullable": false + }, + { + "fieldName": "email", + "fieldPath": "email", + "nativeType": "String", + "nullable": false + }, + { + "fieldName": "name", + "fieldPath": "name", + "nativeType": "String", + "nullable": false + }, + { + "fieldName": "tier_and_details", + "fieldPath": "tier_and_details", + "nativeType": "Object", + "nullable": false, + "subfields": [ + { + "fieldName": "0134c72f17e3419cbdc857171cbb5651", + "fieldPath": "tier_and_details.0134c72f17e3419cbdc857171cbb5651", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "01c680e72a154c3abb7e3c71a8848553", + "fieldPath": "tier_and_details.01c680e72a154c3abb7e3c71a8848553", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "022451f21d6749c397cbe216ccd16a6e", + "fieldPath": "tier_and_details.022451f21d6749c397cbe216ccd16a6e", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "03c88083e11a4c96a994c20a2843f6f4", + "fieldPath": "tier_and_details.03c88083e11a4c96a994c20a2843f6f4", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "03e0e614ac404302ae6172eff45917e3", + "fieldPath": "tier_and_details.03e0e614ac404302ae6172eff45917e3", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "04ac832f3eba4c49b4bf57dec8765f84", + "fieldPath": "tier_and_details.04ac832f3eba4c49b4bf57dec8765f84", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "04afa74bf41d4a698e82670c34178809", + "fieldPath": "tier_and_details.04afa74bf41d4a698e82670c34178809", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "06408794cad9415882ad850f606e2215", + "fieldPath": "tier_and_details.06408794cad9415882ad850f606e2215", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "069f84c793a14fa891f716cf09314062", + "fieldPath": "tier_and_details.069f84c793a14fa891f716cf09314062", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "0799f1cfba5645fdbb6e1463521c796a", + "fieldPath": "tier_and_details.0799f1cfba5645fdbb6e1463521c796a", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "07d516cfd7fc4ec6acf175bb78cb98a2", + "fieldPath": "tier_and_details.07d516cfd7fc4ec6acf175bb78cb98a2", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "083f840a514846558cd0f2d7cc64bea7", + "fieldPath": "tier_and_details.083f840a514846558cd0f2d7cc64bea7", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "0b35f2c1bb564a6bb539eb08ad12a42c", + "fieldPath": "tier_and_details.0b35f2c1bb564a6bb539eb08ad12a42c", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "0bb6b872125e475c919b77799ffe1094", + "fieldPath": "tier_and_details.0bb6b872125e475c919b77799ffe1094", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "0d40b35ba9b640468bbc711ef35cd7cc", + "fieldPath": "tier_and_details.0d40b35ba9b640468bbc711ef35cd7cc", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "0db0e5c9a332493ea75f70d028ed36e8", + "fieldPath": "tier_and_details.0db0e5c9a332493ea75f70d028ed36e8", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "0dceb4760e4b409da9414a1b676dfbc6", + "fieldPath": "tier_and_details.0dceb4760e4b409da9414a1b676dfbc6", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "0e025e0c398f412b854c0c5e5200efd3", + "fieldPath": "tier_and_details.0e025e0c398f412b854c0c5e5200efd3", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "0f3d640b61e04acb877fd8373d465dc3", + "fieldPath": "tier_and_details.0f3d640b61e04acb877fd8373d465dc3", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "0f415868bc0b4acfa9160adf1b840fa9", + "fieldPath": "tier_and_details.0f415868bc0b4acfa9160adf1b840fa9", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "0f4bd4b6eb8e46a7a8db87a39f7bca8a", + "fieldPath": "tier_and_details.0f4bd4b6eb8e46a7a8db87a39f7bca8a", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "0f721694c5d54b5e9470a48ab2532b83", + "fieldPath": "tier_and_details.0f721694c5d54b5e9470a48ab2532b83", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "0fc5e69934734bedab14092ebf9a3ef1", + "fieldPath": "tier_and_details.0fc5e69934734bedab14092ebf9a3ef1", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "10427cb061044a278c0eb394ef2ad11e", + "fieldPath": "tier_and_details.10427cb061044a278c0eb394ef2ad11e", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "1061d02dd9d944acb129d0b7dc9838b1", + "fieldPath": "tier_and_details.1061d02dd9d944acb129d0b7dc9838b1", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "10b960b817ae432fb8516d7adb4b092b", + "fieldPath": "tier_and_details.10b960b817ae432fb8516d7adb4b092b", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "11d77bf98b3c44c397f7ff5c2d3c89dc", + "fieldPath": "tier_and_details.11d77bf98b3c44c397f7ff5c2d3c89dc", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "11dc1f3c5d7545e0bd8626d9d9e8f4ae", + "fieldPath": "tier_and_details.11dc1f3c5d7545e0bd8626d9d9e8f4ae", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "11e3a0bb90844b49be054f9723eebcae", + "fieldPath": "tier_and_details.11e3a0bb90844b49be054f9723eebcae", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "12f025d4039d4ae69530e2ec65d134d8", + "fieldPath": "tier_and_details.12f025d4039d4ae69530e2ec65d134d8", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "1399c72f5aa741b6b9cb497837f55aa2", + "fieldPath": "tier_and_details.1399c72f5aa741b6b9cb497837f55aa2", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "142ac5781d314f659023117057488a6c", + "fieldPath": "tier_and_details.142ac5781d314f659023117057488a6c", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "14540f8bc96947fdb620f52768acce16", + "fieldPath": "tier_and_details.14540f8bc96947fdb620f52768acce16", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "14b8d7848c14493dbb380abeb677db1b", + "fieldPath": "tier_and_details.14b8d7848c14493dbb380abeb677db1b", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "150584fabf0346ceadbfb329b9f6a98c", + "fieldPath": "tier_and_details.150584fabf0346ceadbfb329b9f6a98c", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "153755224a544887b611dc046ae8a701", + "fieldPath": "tier_and_details.153755224a544887b611dc046ae8a701", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "156adfcaa2ff4a7b8793ceaa216008d2", + "fieldPath": "tier_and_details.156adfcaa2ff4a7b8793ceaa216008d2", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "1768a44b906c4303b765ea38b1b4bbb2", + "fieldPath": "tier_and_details.1768a44b906c4303b765ea38b1b4bbb2", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "178843ff3bed4b75954bb8d7cf332d70", + "fieldPath": "tier_and_details.178843ff3bed4b75954bb8d7cf332d70", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "19b3750896e748e08b769539e08bf436", + "fieldPath": "tier_and_details.19b3750896e748e08b769539e08bf436", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "19e2c6ccebcc4d69bc8b807980b7dfe8", + "fieldPath": "tier_and_details.19e2c6ccebcc4d69bc8b807980b7dfe8", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "1a293928a7344fc28d8e42485eeb1c77", + "fieldPath": "tier_and_details.1a293928a7344fc28d8e42485eeb1c77", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "1b3cdcb5287744beb8b0a0bb53f6816d", + "fieldPath": "tier_and_details.1b3cdcb5287744beb8b0a0bb53f6816d", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "1b606261cefd4bcbbf02de3313610492", + "fieldPath": "tier_and_details.1b606261cefd4bcbbf02de3313610492", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "1c0357589b88465ab8e813d287700830", + "fieldPath": "tier_and_details.1c0357589b88465ab8e813d287700830", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "1c6679a4fda54e5d9126128711d682da", + "fieldPath": "tier_and_details.1c6679a4fda54e5d9126128711d682da", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "1cf4ce3efef840c2ae4b0f66bc0a8e55", + "fieldPath": "tier_and_details.1cf4ce3efef840c2ae4b0f66bc0a8e55", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "1e220b99759845508cacdca9313a5fc5", + "fieldPath": "tier_and_details.1e220b99759845508cacdca9313a5fc5", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "1e64a51089c54d08911baf77be6b3713", + "fieldPath": "tier_and_details.1e64a51089c54d08911baf77be6b3713", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "1f6047657041457d9a77a3a3cce687ff", + "fieldPath": "tier_and_details.1f6047657041457d9a77a3a3cce687ff", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "1fe9e1c65acf4a969c498685c2521a3f", + "fieldPath": "tier_and_details.1fe9e1c65acf4a969c498685c2521a3f", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "2248f01694684922ac493ae54808ad0b", + "fieldPath": "tier_and_details.2248f01694684922ac493ae54808ad0b", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "237143b0bea944409c529daf1f38027b", + "fieldPath": "tier_and_details.237143b0bea944409c529daf1f38027b", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "2371815278ce47f18f4d384b91183d2c", + "fieldPath": "tier_and_details.2371815278ce47f18f4d384b91183d2c", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "243324baedf24266b36264daac98117a", + "fieldPath": "tier_and_details.243324baedf24266b36264daac98117a", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "244a43ff263b4e35adbac1a60ee1dac7", + "fieldPath": "tier_and_details.244a43ff263b4e35adbac1a60ee1dac7", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "262951da826d461e962db6115b78e85c", + "fieldPath": "tier_and_details.262951da826d461e962db6115b78e85c", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "27e7c8ab86384915996f987d7dcb3ca7", + "fieldPath": "tier_and_details.27e7c8ab86384915996f987d7dcb3ca7", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "27f5804deaa2459ea1102a8d784876a2", + "fieldPath": "tier_and_details.27f5804deaa2459ea1102a8d784876a2", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "28440204c6da475d8e78f42b1550a6e0", + "fieldPath": "tier_and_details.28440204c6da475d8e78f42b1550a6e0", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "28cf2d66a5944fa8a4c0ac9725ad1b62", + "fieldPath": "tier_and_details.28cf2d66a5944fa8a4c0ac9725ad1b62", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "28fa137392554682927d0a71b2d4e89a", + "fieldPath": "tier_and_details.28fa137392554682927d0a71b2d4e89a", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "2a3cec81cd26455499355a9098611ab0", + "fieldPath": "tier_and_details.2a3cec81cd26455499355a9098611ab0", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "2a4e63af172f4ecbbdf6b9dd3f28d8d2", + "fieldPath": "tier_and_details.2a4e63af172f4ecbbdf6b9dd3f28d8d2", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "2a813dffd08540e0ae57733110199c84", + "fieldPath": "tier_and_details.2a813dffd08540e0ae57733110199c84", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "2ab8732262794f9faa36757f97cb9280", + "fieldPath": "tier_and_details.2ab8732262794f9faa36757f97cb9280", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "2b558fe1fa70429ba01e2ac2307ad495", + "fieldPath": "tier_and_details.2b558fe1fa70429ba01e2ac2307ad495", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "2cf11f6f194c4504821dbe26d2543bee", + "fieldPath": "tier_and_details.2cf11f6f194c4504821dbe26d2543bee", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "2eb4b72c91eb4be3833f8a30f675db62", + "fieldPath": "tier_and_details.2eb4b72c91eb4be3833f8a30f675db62", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "2ecc798c157e47d49cee73769507f76d", + "fieldPath": "tier_and_details.2ecc798c157e47d49cee73769507f76d", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "2ed001ce9a4442a6a2974335966136fc", + "fieldPath": "tier_and_details.2ed001ce9a4442a6a2974335966136fc", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "2f4891146b2f4f4f9f353d4ddc016149", + "fieldPath": "tier_and_details.2f4891146b2f4f4f9f353d4ddc016149", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "2fa99e0e672543d8ad9ef11779d8b81a", + "fieldPath": "tier_and_details.2fa99e0e672543d8ad9ef11779d8b81a", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "3124cc130f624526aab5ea439f21f69e", + "fieldPath": "tier_and_details.3124cc130f624526aab5ea439f21f69e", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "315dc7a8ba9e457b938697fa5a48d104", + "fieldPath": "tier_and_details.315dc7a8ba9e457b938697fa5a48d104", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "319d4668c59a4990b7724f7110ed56c1", + "fieldPath": "tier_and_details.319d4668c59a4990b7724f7110ed56c1", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "321cdec924004fd79eaecd14de883ae4", + "fieldPath": "tier_and_details.321cdec924004fd79eaecd14de883ae4", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "32ad086469014f26b9e30b1c64bbb322", + "fieldPath": "tier_and_details.32ad086469014f26b9e30b1c64bbb322", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "338334448f824daf8f60cd3880f54d3a", + "fieldPath": "tier_and_details.338334448f824daf8f60cd3880f54d3a", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "348e127cf32e462c9d5518dbca3b0d83", + "fieldPath": "tier_and_details.348e127cf32e462c9d5518dbca3b0d83", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "35d24ecf370e4e21ba65dbe49e44d811", + "fieldPath": "tier_and_details.35d24ecf370e4e21ba65dbe49e44d811", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "35f3364970214bb786b79b592b4d39b8", + "fieldPath": "tier_and_details.35f3364970214bb786b79b592b4d39b8", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "361f3f6e50fc416eaad9043e3ede9962", + "fieldPath": "tier_and_details.361f3f6e50fc416eaad9043e3ede9962", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "36d50ad14fa240ee9fe8b1e40ae616aa", + "fieldPath": "tier_and_details.36d50ad14fa240ee9fe8b1e40ae616aa", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "37c16a6151f3475491cacddcccd770dc", + "fieldPath": "tier_and_details.37c16a6151f3475491cacddcccd770dc", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "39020d9db81a46d08f586365a5076aea", + "fieldPath": "tier_and_details.39020d9db81a46d08f586365a5076aea", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "3986916269594d61951dc8fff17beee7", + "fieldPath": "tier_and_details.3986916269594d61951dc8fff17beee7", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "3a2b834e068945e2913b5eea8cc676c2", + "fieldPath": "tier_and_details.3a2b834e068945e2913b5eea8cc676c2", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "3a2c2a6d7c65480fbf64d29ae7542481", + "fieldPath": "tier_and_details.3a2c2a6d7c65480fbf64d29ae7542481", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "3a6e1b4d345b49c3b68eb640ee374d05", + "fieldPath": "tier_and_details.3a6e1b4d345b49c3b68eb640ee374d05", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "3c314ff0b9b44ef88def490f96e7ea77", + "fieldPath": "tier_and_details.3c314ff0b9b44ef88def490f96e7ea77", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "3cd1f7d258804aebb4990cc32228d72e", + "fieldPath": "tier_and_details.3cd1f7d258804aebb4990cc32228d72e", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "3e05a76a2fc24390b1fb34b0148433f9", + "fieldPath": "tier_and_details.3e05a76a2fc24390b1fb34b0148433f9", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "3ea13ed43fce4e87bf473e33b725b4dc", + "fieldPath": "tier_and_details.3ea13ed43fce4e87bf473e33b725b4dc", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "400aa61d323a492f9688b99a8ada975c", + "fieldPath": "tier_and_details.400aa61d323a492f9688b99a8ada975c", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "40694ad70cf7489aa179d0c7b315d464", + "fieldPath": "tier_and_details.40694ad70cf7489aa179d0c7b315d464", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "407442b8856c4f6fae5be1e8a445b574", + "fieldPath": "tier_and_details.407442b8856c4f6fae5be1e8a445b574", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "4093a98f922b4e0188c875f4ab22333f", + "fieldPath": "tier_and_details.4093a98f922b4e0188c875f4ab22333f", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "419a8f695c5049369701c23f37c75314", + "fieldPath": "tier_and_details.419a8f695c5049369701c23f37c75314", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "420fc4bc96e2435abbf1a5973ed39cc0", + "fieldPath": "tier_and_details.420fc4bc96e2435abbf1a5973ed39cc0", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "42f70f67199947818d4d256412c91e22", + "fieldPath": "tier_and_details.42f70f67199947818d4d256412c91e22", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "43f54863661d4405942976c0d95dcdd3", + "fieldPath": "tier_and_details.43f54863661d4405942976c0d95dcdd3", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "4456cae1667c4e6495e7f3578c5573c0", + "fieldPath": "tier_and_details.4456cae1667c4e6495e7f3578c5573c0", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "44589276e6f84ed58ada0ad0887f2492", + "fieldPath": "tier_and_details.44589276e6f84ed58ada0ad0887f2492", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "44ded6fe7e5a48d4bb38907f49603e93", + "fieldPath": "tier_and_details.44ded6fe7e5a48d4bb38907f49603e93", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "45133ca42f354b439702aadaf550fd61", + "fieldPath": "tier_and_details.45133ca42f354b439702aadaf550fd61", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "457228a40d1d4a2696772c34ce736a18", + "fieldPath": "tier_and_details.457228a40d1d4a2696772c34ce736a18", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "458e6b9ea2444d6f9b4b5e9e21ca685c", + "fieldPath": "tier_and_details.458e6b9ea2444d6f9b4b5e9e21ca685c", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "4611c2a5c4404ac1ab1fe5e4a98ef273", + "fieldPath": "tier_and_details.4611c2a5c4404ac1ab1fe5e4a98ef273", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "4656ca6cf342445dbc024429fe6fef64", + "fieldPath": "tier_and_details.4656ca6cf342445dbc024429fe6fef64", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "48dde6e108654d83aed0a74e7ed0aede", + "fieldPath": "tier_and_details.48dde6e108654d83aed0a74e7ed0aede", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "48ec215de4be4f63a437af44fb1d0f25", + "fieldPath": "tier_and_details.48ec215de4be4f63a437af44fb1d0f25", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "496aed84abe64de3a43eba9be7442a60", + "fieldPath": "tier_and_details.496aed84abe64de3a43eba9be7442a60", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "49c2662c8dad4de59259cddaecb53387", + "fieldPath": "tier_and_details.49c2662c8dad4de59259cddaecb53387", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "4a4d209a65614639aa98f7a3e222b70d", + "fieldPath": "tier_and_details.4a4d209a65614639aa98f7a3e222b70d", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "4a6826f6881f48d7ac6c9c7b2e352a07", + "fieldPath": "tier_and_details.4a6826f6881f48d7ac6c9c7b2e352a07", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "4b4dadf08b564e81b98b2c5d253433c6", + "fieldPath": "tier_and_details.4b4dadf08b564e81b98b2c5d253433c6", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "4c207e65857742f89d8155139b24c0f0", + "fieldPath": "tier_and_details.4c207e65857742f89d8155139b24c0f0", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "4d474eebd26a421fb51ed963748c310b", + "fieldPath": "tier_and_details.4d474eebd26a421fb51ed963748c310b", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "4d58f15e1d2a4006b7dbedb1a3583de9", + "fieldPath": "tier_and_details.4d58f15e1d2a4006b7dbedb1a3583de9", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "4d6c58a55242420090093cd7cd29b6ca", + "fieldPath": "tier_and_details.4d6c58a55242420090093cd7cd29b6ca", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "4d75e63fe2ea441fa9f9376a72d88e5e", + "fieldPath": "tier_and_details.4d75e63fe2ea441fa9f9376a72d88e5e", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "4eb87d785d9849a098728185bad74bda", + "fieldPath": "tier_and_details.4eb87d785d9849a098728185bad74bda", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "4eef8924463241d6a0d8e4234f1ccedb", + "fieldPath": "tier_and_details.4eef8924463241d6a0d8e4234f1ccedb", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "4f32fd5f1af547e7aa907fa3e64ae024", + "fieldPath": "tier_and_details.4f32fd5f1af547e7aa907fa3e64ae024", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "508e6a9ea7a64740a06817764e9e5e72", + "fieldPath": "tier_and_details.508e6a9ea7a64740a06817764e9e5e72", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "50fb121e828d4160844d9277ad978832", + "fieldPath": "tier_and_details.50fb121e828d4160844d9277ad978832", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "513dad091920468fa108583310cf15cd", + "fieldPath": "tier_and_details.513dad091920468fa108583310cf15cd", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "521b42a905424ccd9da23c436e2c5cf4", + "fieldPath": "tier_and_details.521b42a905424ccd9da23c436e2c5cf4", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "525b0388e0904f17958cc3a7d56b9d6d", + "fieldPath": "tier_and_details.525b0388e0904f17958cc3a7d56b9d6d", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "52e40a6c36aa4f9f91093cd1923ef2e6", + "fieldPath": "tier_and_details.52e40a6c36aa4f9f91093cd1923ef2e6", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "5357e9de3cbd4470959193d5e43ed87b", + "fieldPath": "tier_and_details.5357e9de3cbd4470959193d5e43ed87b", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "537f1f089c7548cca95481b0422d0b2c", + "fieldPath": "tier_and_details.537f1f089c7548cca95481b0422d0b2c", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "53d85cf6672244e3a4008b09fe6bd0e3", + "fieldPath": "tier_and_details.53d85cf6672244e3a4008b09fe6bd0e3", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "545c5449ab1a4df0953c60d6ecc38fd5", + "fieldPath": "tier_and_details.545c5449ab1a4df0953c60d6ecc38fd5", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "54bfcfe250bb495ca9377546b4b90f07", + "fieldPath": "tier_and_details.54bfcfe250bb495ca9377546b4b90f07", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "5516e45ad15c4eabb29dcf503ec986d2", + "fieldPath": "tier_and_details.5516e45ad15c4eabb29dcf503ec986d2", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "55429058eda14f3ebe9cf7b852fbc1d1", + "fieldPath": "tier_and_details.55429058eda14f3ebe9cf7b852fbc1d1", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "55edd93016f5405290ef4dcd1f591d38", + "fieldPath": "tier_and_details.55edd93016f5405290ef4dcd1f591d38", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "564efb88e27b4bd5ac8bd25a6404545d", + "fieldPath": "tier_and_details.564efb88e27b4bd5ac8bd25a6404545d", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "56a2451072744942a4347b663a21948c", + "fieldPath": "tier_and_details.56a2451072744942a4347b663a21948c", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "58d241387876450b9bcbc24725a7ef65", + "fieldPath": "tier_and_details.58d241387876450b9bcbc24725a7ef65", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "58d44bf31dca4680b2552f67631ecc90", + "fieldPath": "tier_and_details.58d44bf31dca4680b2552f67631ecc90", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "5904cb3441ab4d26ac13059b8326f063", + "fieldPath": "tier_and_details.5904cb3441ab4d26ac13059b8326f063", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "59774b0c0b04468880fb336fd2d82d6b", + "fieldPath": "tier_and_details.59774b0c0b04468880fb336fd2d82d6b", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "59ee9884093f41cc94b4b59e81655bf4", + "fieldPath": "tier_and_details.59ee9884093f41cc94b4b59e81655bf4", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "5a16ade9bc0d4d52a3c1a307cb1aec86", + "fieldPath": "tier_and_details.5a16ade9bc0d4d52a3c1a307cb1aec86", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "5c5bc5f550f84dfb90ff16b565855eeb", + "fieldPath": "tier_and_details.5c5bc5f550f84dfb90ff16b565855eeb", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "5cb805661d8f4fad9290fbd0976bb95a", + "fieldPath": "tier_and_details.5cb805661d8f4fad9290fbd0976bb95a", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "5cf7677f0e2b4caabe9d6e6eeccd977c", + "fieldPath": "tier_and_details.5cf7677f0e2b4caabe9d6e6eeccd977c", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "5d172f08073c4b3eb1ef9654b3413541", + "fieldPath": "tier_and_details.5d172f08073c4b3eb1ef9654b3413541", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "5d537a87f7c347ea9c5ee634c6d73e0d", + "fieldPath": "tier_and_details.5d537a87f7c347ea9c5ee634c6d73e0d", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "5d6a79083c26402bbef823a55d2f4208", + "fieldPath": "tier_and_details.5d6a79083c26402bbef823a55d2f4208", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "5df18a18238a4d1cb2072a067a582b67", + "fieldPath": "tier_and_details.5df18a18238a4d1cb2072a067a582b67", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "5e3df90f0a904db6bdb021d9fad05ee2", + "fieldPath": "tier_and_details.5e3df90f0a904db6bdb021d9fad05ee2", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "5e79359324da440fb26097e8dafe9844", + "fieldPath": "tier_and_details.5e79359324da440fb26097e8dafe9844", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "5f0c84cd355647fda140919fd98f8121", + "fieldPath": "tier_and_details.5f0c84cd355647fda140919fd98f8121", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "5f0ff824b5614acd8992473e730e62cc", + "fieldPath": "tier_and_details.5f0ff824b5614acd8992473e730e62cc", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "5ffe9c6c56f0406ea2970d2fe725033c", + "fieldPath": "tier_and_details.5ffe9c6c56f0406ea2970d2fe725033c", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "60395133920e40538be23dbe88f3968e", + "fieldPath": "tier_and_details.60395133920e40538be23dbe88f3968e", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "60502f6861f045d090662a935e712696", + "fieldPath": "tier_and_details.60502f6861f045d090662a935e712696", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "6081b71bcb1b4fbb9e385369aa2e8216", + "fieldPath": "tier_and_details.6081b71bcb1b4fbb9e385369aa2e8216", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "60873e6ac83e4eafaefb50c4d519bdcf", + "fieldPath": "tier_and_details.60873e6ac83e4eafaefb50c4d519bdcf", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "608b1f592c294b67ab7398b52c866833", + "fieldPath": "tier_and_details.608b1f592c294b67ab7398b52c866833", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "610fffe3960f48969b3830f801d308a0", + "fieldPath": "tier_and_details.610fffe3960f48969b3830f801d308a0", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "613242814f424d97bff9af7de4c78f0a", + "fieldPath": "tier_and_details.613242814f424d97bff9af7de4c78f0a", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "622f472651c649ba97d374415773b1db", + "fieldPath": "tier_and_details.622f472651c649ba97d374415773b1db", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "64314ecf7ed74cb2ad483f2f5b74dea0", + "fieldPath": "tier_and_details.64314ecf7ed74cb2ad483f2f5b74dea0", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "6442a7ac264f4042ae77e9dbc01b9e79", + "fieldPath": "tier_and_details.6442a7ac264f4042ae77e9dbc01b9e79", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "645a75793c704534a29e37f2a17ff0a5", + "fieldPath": "tier_and_details.645a75793c704534a29e37f2a17ff0a5", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "64d78322924f465fbab46cf575a45cbf", + "fieldPath": "tier_and_details.64d78322924f465fbab46cf575a45cbf", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "6547d9380bfc49cb9be65d4f121941a6", + "fieldPath": "tier_and_details.6547d9380bfc49cb9be65d4f121941a6", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "66f234cf1ca442a898c757d50012e3b0", + "fieldPath": "tier_and_details.66f234cf1ca442a898c757d50012e3b0", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "670ace0029c24f2d9927e3279190be0b", + "fieldPath": "tier_and_details.670ace0029c24f2d9927e3279190be0b", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "6715aad3c524498f8d885bd2f428e40c", + "fieldPath": "tier_and_details.6715aad3c524498f8d885bd2f428e40c", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "672ce3417f8b4d729ab38b383bde074b", + "fieldPath": "tier_and_details.672ce3417f8b4d729ab38b383bde074b", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "675f8f3c90b44876a706e5519dd8ed45", + "fieldPath": "tier_and_details.675f8f3c90b44876a706e5519dd8ed45", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "67f2fd832ebc4b23ad6bcaa2aeed61f6", + "fieldPath": "tier_and_details.67f2fd832ebc4b23ad6bcaa2aeed61f6", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "68691bda7f5c41e580f46498586bc1ee", + "fieldPath": "tier_and_details.68691bda7f5c41e580f46498586bc1ee", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "687d08f98ec14ef1995c18fd84436fe8", + "fieldPath": "tier_and_details.687d08f98ec14ef1995c18fd84436fe8", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "68ad0301345f4de0984c9a46fda30653", + "fieldPath": "tier_and_details.68ad0301345f4de0984c9a46fda30653", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "68f65b16dc434e33a674c5d6583cc268", + "fieldPath": "tier_and_details.68f65b16dc434e33a674c5d6583cc268", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "697c97e581a74af3ba54d4710588c505", + "fieldPath": "tier_and_details.697c97e581a74af3ba54d4710588c505", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "698ed77ac4bc4294af1598d70a77ac19", + "fieldPath": "tier_and_details.698ed77ac4bc4294af1598d70a77ac19", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "69f8b6a3c39c42edb540499ee2651b75", + "fieldPath": "tier_and_details.69f8b6a3c39c42edb540499ee2651b75", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "6a922e8729164ec3bc91a955d00d75a6", + "fieldPath": "tier_and_details.6a922e8729164ec3bc91a955d00d75a6", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "6b1125e54bb24dfc8da297eaf8f0fa67", + "fieldPath": "tier_and_details.6b1125e54bb24dfc8da297eaf8f0fa67", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "6b99c1ac3c70417daad76d6ea6b72c71", + "fieldPath": "tier_and_details.6b99c1ac3c70417daad76d6ea6b72c71", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "6bab0e280bb44576979df8fd3eca13c1", + "fieldPath": "tier_and_details.6bab0e280bb44576979df8fd3eca13c1", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "6bbea401cbf74a15b261f8ebe974d306", + "fieldPath": "tier_and_details.6bbea401cbf74a15b261f8ebe974d306", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "6bf9633c0fa34014b85383ae07619dce", + "fieldPath": "tier_and_details.6bf9633c0fa34014b85383ae07619dce", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "6c01dd2fd24949888adb525652891068", + "fieldPath": "tier_and_details.6c01dd2fd24949888adb525652891068", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "6c763525405a4dc69231122051518572", + "fieldPath": "tier_and_details.6c763525405a4dc69231122051518572", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "6cd2b0f1b476482783e777e10a9b87fa", + "fieldPath": "tier_and_details.6cd2b0f1b476482783e777e10a9b87fa", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "6d691fffdf814363aaa0a746645b9681", + "fieldPath": "tier_and_details.6d691fffdf814363aaa0a746645b9681", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "6df3d5f34d86418e8c82af2a9e14af32", + "fieldPath": "tier_and_details.6df3d5f34d86418e8c82af2a9e14af32", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "6e3ff5a1c5a94758b86326284412ba67", + "fieldPath": "tier_and_details.6e3ff5a1c5a94758b86326284412ba67", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "6e48bb3fc9274330a2723d578f888c2b", + "fieldPath": "tier_and_details.6e48bb3fc9274330a2723d578f888c2b", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "6e60453c66a74458862f38f721bdf1aa", + "fieldPath": "tier_and_details.6e60453c66a74458862f38f721bdf1aa", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "6e917d10a92c4007a103bfa8b13c1d8b", + "fieldPath": "tier_and_details.6e917d10a92c4007a103bfa8b13c1d8b", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "6e93c7288f104b1ba05ad7ddadef3d4b", + "fieldPath": "tier_and_details.6e93c7288f104b1ba05ad7ddadef3d4b", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "6efb8a9ab3b04d62a95eae053db98b08", + "fieldPath": "tier_and_details.6efb8a9ab3b04d62a95eae053db98b08", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "6f4836805a744592a2193a45e9801038", + "fieldPath": "tier_and_details.6f4836805a744592a2193a45e9801038", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "6f71f360dbf949fd821b79fc782a38ed", + "fieldPath": "tier_and_details.6f71f360dbf949fd821b79fc782a38ed", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "7132dc3ba1724e409d0c26b9d94d5dc6", + "fieldPath": "tier_and_details.7132dc3ba1724e409d0c26b9d94d5dc6", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "719a648c0447440e931147914b78c2cd", + "fieldPath": "tier_and_details.719a648c0447440e931147914b78c2cd", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "72329183d3dc41cba552867ccfaa0d7e", + "fieldPath": "tier_and_details.72329183d3dc41cba552867ccfaa0d7e", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "723acb8e6a1c434fbbe3a04d6d673c83", + "fieldPath": "tier_and_details.723acb8e6a1c434fbbe3a04d6d673c83", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "7251913822e241b0b34504f1f1f910cc", + "fieldPath": "tier_and_details.7251913822e241b0b34504f1f1f910cc", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "7357ea1cee4349aa9ef24f47f94b783c", + "fieldPath": "tier_and_details.7357ea1cee4349aa9ef24f47f94b783c", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "735a1e4d8206413d81f751257b2ee8fa", + "fieldPath": "tier_and_details.735a1e4d8206413d81f751257b2ee8fa", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "73c77531800541cbb37514a7a75a8efb", + "fieldPath": "tier_and_details.73c77531800541cbb37514a7a75a8efb", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "73fb53d2fb004a1bb60c63712db40827", + "fieldPath": "tier_and_details.73fb53d2fb004a1bb60c63712db40827", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "7477f5bf4451493ea12bbc39115d83e6", + "fieldPath": "tier_and_details.7477f5bf4451493ea12bbc39115d83e6", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "76a2eef9b7de475bb3f8df7d1db99498", + "fieldPath": "tier_and_details.76a2eef9b7de475bb3f8df7d1db99498", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "77ad7324caa5446a8837df9d63aab981", + "fieldPath": "tier_and_details.77ad7324caa5446a8837df9d63aab981", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "77b30f2ac7044e92af11df10794dc5d9", + "fieldPath": "tier_and_details.77b30f2ac7044e92af11df10794dc5d9", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "77b5c19b1cfa4aee8a7f2cc00bd2fe62", + "fieldPath": "tier_and_details.77b5c19b1cfa4aee8a7f2cc00bd2fe62", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "7842213621354f1e95d98486987c4e67", + "fieldPath": "tier_and_details.7842213621354f1e95d98486987c4e67", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "78c18dd321e541dd84bbb9540af74339", + "fieldPath": "tier_and_details.78c18dd321e541dd84bbb9540af74339", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "7920f7f68c794ad6b469955944c31d7e", + "fieldPath": "tier_and_details.7920f7f68c794ad6b469955944c31d7e", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "79a6971c0b5746ffbaa1f041c127abce", + "fieldPath": "tier_and_details.79a6971c0b5746ffbaa1f041c127abce", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "7a5c36ee4d1b49c09fc98f3ddf9f5dd4", + "fieldPath": "tier_and_details.7a5c36ee4d1b49c09fc98f3ddf9f5dd4", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "7af2454f92d24c0c88504210005ce61f", + "fieldPath": "tier_and_details.7af2454f92d24c0c88504210005ce61f", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "7c20a340b924446fa00663f0a0c0c9f7", + "fieldPath": "tier_and_details.7c20a340b924446fa00663f0a0c0c9f7", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "7c96ec119e404834b14ae9ad8f543b3c", + "fieldPath": "tier_and_details.7c96ec119e404834b14ae9ad8f543b3c", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "7ca62be04daa416cbb26145d7b12926d", + "fieldPath": "tier_and_details.7ca62be04daa416cbb26145d7b12926d", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "7ced4947639d4076bb0cfe9e115a99fb", + "fieldPath": "tier_and_details.7ced4947639d4076bb0cfe9e115a99fb", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "7ff503c9110a484f8609e41629ae8683", + "fieldPath": "tier_and_details.7ff503c9110a484f8609e41629ae8683", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "810a3cd4c0cf4c8cb978fde9c4daf13c", + "fieldPath": "tier_and_details.810a3cd4c0cf4c8cb978fde9c4daf13c", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "81b6605ed584438b934f10326b180b8f", + "fieldPath": "tier_and_details.81b6605ed584438b934f10326b180b8f", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "82c948decc8a4342ba104bc2b526c45b", + "fieldPath": "tier_and_details.82c948decc8a4342ba104bc2b526c45b", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "838742a44c8d4d5585449eacc5f283cc", + "fieldPath": "tier_and_details.838742a44c8d4d5585449eacc5f283cc", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "83a5ec47d91e4fc794e22d0c392b7b0b", + "fieldPath": "tier_and_details.83a5ec47d91e4fc794e22d0c392b7b0b", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "84901ffda1894098b82206783163ad56", + "fieldPath": "tier_and_details.84901ffda1894098b82206783163ad56", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "85321cf2ccd74a2f83c0e0b6a3dc1d8a", + "fieldPath": "tier_and_details.85321cf2ccd74a2f83c0e0b6a3dc1d8a", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "85671e0650d041e89e8b1983c86490d7", + "fieldPath": "tier_and_details.85671e0650d041e89e8b1983c86490d7", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "856ec252f2154e22b8044386ee5bd9ab", + "fieldPath": "tier_and_details.856ec252f2154e22b8044386ee5bd9ab", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "8581f210b7994bcc83dfa4c50af72251", + "fieldPath": "tier_and_details.8581f210b7994bcc83dfa4c50af72251", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "85bc29c5ad6445e89551e600fcc85842", + "fieldPath": "tier_and_details.85bc29c5ad6445e89551e600fcc85842", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "8604fe44fc5e491096e18ad6a774ebb6", + "fieldPath": "tier_and_details.8604fe44fc5e491096e18ad6a774ebb6", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "867524e78ca64c03a722d70be4e36168", + "fieldPath": "tier_and_details.867524e78ca64c03a722d70be4e36168", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "86b1602bf0664467aaef2d7a087085aa", + "fieldPath": "tier_and_details.86b1602bf0664467aaef2d7a087085aa", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "86ee9babe3b14df28efd8027233d0013", + "fieldPath": "tier_and_details.86ee9babe3b14df28efd8027233d0013", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "874b68cf6712432fb8cdec8b005e0a57", + "fieldPath": "tier_and_details.874b68cf6712432fb8cdec8b005e0a57", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "87767b70cdff4555993e7f53d4659428", + "fieldPath": "tier_and_details.87767b70cdff4555993e7f53d4659428", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "8a3f2c32f9d7405c81beb8b8e9d777ab", + "fieldPath": "tier_and_details.8a3f2c32f9d7405c81beb8b8e9d777ab", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "8a9c2da1828247ffa23e13dd8cca564c", + "fieldPath": "tier_and_details.8a9c2da1828247ffa23e13dd8cca564c", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "8c93bf3a991445f0846a904e88e28c89", + "fieldPath": "tier_and_details.8c93bf3a991445f0846a904e88e28c89", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "8d6901986d824d678082ae7ce7e0f1f2", + "fieldPath": "tier_and_details.8d6901986d824d678082ae7ce7e0f1f2", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "9008929342b14f07b70684126a66766e", + "fieldPath": "tier_and_details.9008929342b14f07b70684126a66766e", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "9036db8d7b3f4905adf0d0f0e102aceb", + "fieldPath": "tier_and_details.9036db8d7b3f4905adf0d0f0e102aceb", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "907d6c34e8394e3c862c38481319b3b4", + "fieldPath": "tier_and_details.907d6c34e8394e3c862c38481319b3b4", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "90d034a258e443df9f30fe5ab336fd9a", + "fieldPath": "tier_and_details.90d034a258e443df9f30fe5ab336fd9a", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "9165fa137689415b9f9e3ef2fbfb373e", + "fieldPath": "tier_and_details.9165fa137689415b9f9e3ef2fbfb373e", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "921b3281d79d4f818be9906c5fa8e43f", + "fieldPath": "tier_and_details.921b3281d79d4f818be9906c5fa8e43f", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "9227229041164a1f8c2661f7bf92736b", + "fieldPath": "tier_and_details.9227229041164a1f8c2661f7bf92736b", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "9239d9520c4641d2b4ea66333b9c54b4", + "fieldPath": "tier_and_details.9239d9520c4641d2b4ea66333b9c54b4", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "93017fb375a9443fa9cb58d5f8dbc18f", + "fieldPath": "tier_and_details.93017fb375a9443fa9cb58d5f8dbc18f", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "931a8fb507584aa1ab3a96ebcc5f27cc", + "fieldPath": "tier_and_details.931a8fb507584aa1ab3a96ebcc5f27cc", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "953a307d9f3f4a5c85fab53b5d45b396", + "fieldPath": "tier_and_details.953a307d9f3f4a5c85fab53b5d45b396", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "95ceb97e3ffc4b47965572259062920e", + "fieldPath": "tier_and_details.95ceb97e3ffc4b47965572259062920e", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "95dc13d9c62b42dbb93deed8ae4b3695", + "fieldPath": "tier_and_details.95dc13d9c62b42dbb93deed8ae4b3695", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "96b6bec2c3f54b228a77bfda7fdcf59c", + "fieldPath": "tier_and_details.96b6bec2c3f54b228a77bfda7fdcf59c", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "970f0c15c509422e9c0ea73657847354", + "fieldPath": "tier_and_details.970f0c15c509422e9c0ea73657847354", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "97a5fccd41f741e3879136c735ceef15", + "fieldPath": "tier_and_details.97a5fccd41f741e3879136c735ceef15", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "9863a26a119d4f4a8ebbc9000fcabda4", + "fieldPath": "tier_and_details.9863a26a119d4f4a8ebbc9000fcabda4", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "98d74e71feb14bf1af8b7dca6d7e07bd", + "fieldPath": "tier_and_details.98d74e71feb14bf1af8b7dca6d7e07bd", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "992a566157114950bff7f815ef3d2f97", + "fieldPath": "tier_and_details.992a566157114950bff7f815ef3d2f97", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "9988f1de50bd4183a582a4dc851ff75b", + "fieldPath": "tier_and_details.9988f1de50bd4183a582a4dc851ff75b", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "99f0ac08c16f44499a683620bff99186", + "fieldPath": "tier_and_details.99f0ac08c16f44499a683620bff99186", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "9b717ede48f64cbbb325873adc1cc431", + "fieldPath": "tier_and_details.9b717ede48f64cbbb325873adc1cc431", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "9ba7b14231da40a5a1fad39760ecbb97", + "fieldPath": "tier_and_details.9ba7b14231da40a5a1fad39760ecbb97", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "9c0fbd3733694f799759340c5d742e9b", + "fieldPath": "tier_and_details.9c0fbd3733694f799759340c5d742e9b", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "9c1b880156184065bfbfc090a8f88542", + "fieldPath": "tier_and_details.9c1b880156184065bfbfc090a8f88542", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "9c2b892696094a588d2da74a76f2dc63", + "fieldPath": "tier_and_details.9c2b892696094a588d2da74a76f2dc63", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "9c4e072aba0644b090eddad2c74a506f", + "fieldPath": "tier_and_details.9c4e072aba0644b090eddad2c74a506f", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "9cf7b673906646b2b5b4100000c9484a", + "fieldPath": "tier_and_details.9cf7b673906646b2b5b4100000c9484a", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "9d08522a501c492e8d06d3c2629ac64e", + "fieldPath": "tier_and_details.9d08522a501c492e8d06d3c2629ac64e", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "9d1bd70bd89d43cb9b36c9a5d3a4828e", + "fieldPath": "tier_and_details.9d1bd70bd89d43cb9b36c9a5d3a4828e", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "9d7b2929849548d29c31d2cf660f9551", + "fieldPath": "tier_and_details.9d7b2929849548d29c31d2cf660f9551", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "9dce685653fc451ab69082ec77c8d1ab", + "fieldPath": "tier_and_details.9dce685653fc451ab69082ec77c8d1ab", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "a0759192365b41f980b20277ef8e50dc", + "fieldPath": "tier_and_details.a0759192365b41f980b20277ef8e50dc", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "a0d6feba862b47c3aafe04f8abe47946", + "fieldPath": "tier_and_details.a0d6feba862b47c3aafe04f8abe47946", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "a1184f4cdfcd408abfea00fd3ac29ba9", + "fieldPath": "tier_and_details.a1184f4cdfcd408abfea00fd3ac29ba9", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "a15baf69a759423297f11ce6c7b0bc9a", + "fieldPath": "tier_and_details.a15baf69a759423297f11ce6c7b0bc9a", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "a1735f9289ff4ffb8afb5c4087cf3996", + "fieldPath": "tier_and_details.a1735f9289ff4ffb8afb5c4087cf3996", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "a17c5797cfe240198e6b5ca6007b5bf7", + "fieldPath": "tier_and_details.a17c5797cfe240198e6b5ca6007b5bf7", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "a1942c6e921e4646a96f43375b7db5b9", + "fieldPath": "tier_and_details.a1942c6e921e4646a96f43375b7db5b9", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "a1a45827be424d73bf61ebde661e2ef2", + "fieldPath": "tier_and_details.a1a45827be424d73bf61ebde661e2ef2", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "a1c125571c4749e083116eb706cebf78", + "fieldPath": "tier_and_details.a1c125571c4749e083116eb706cebf78", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "a1db496ee61449729685e7259c4559b2", + "fieldPath": "tier_and_details.a1db496ee61449729685e7259c4559b2", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "a2a3f99f06e547d286e8d007621f3736", + "fieldPath": "tier_and_details.a2a3f99f06e547d286e8d007621f3736", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "a2c16735d034462080b24c59a35a467b", + "fieldPath": "tier_and_details.a2c16735d034462080b24c59a35a467b", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "a35f38ec7dfd483a9daf43cd12734b9c", + "fieldPath": "tier_and_details.a35f38ec7dfd483a9daf43cd12734b9c", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "a4a628bb041e48189592b982202a0992", + "fieldPath": "tier_and_details.a4a628bb041e48189592b982202a0992", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "a595c932a7f040eb842351563def222e", + "fieldPath": "tier_and_details.a595c932a7f040eb842351563def222e", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "a599ddc7921e47cca3ddcdca38b8241d", + "fieldPath": "tier_and_details.a599ddc7921e47cca3ddcdca38b8241d", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "a816e1d6537f4fb18a3f165151206798", + "fieldPath": "tier_and_details.a816e1d6537f4fb18a3f165151206798", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "a85ce7565e73423d9360b5b78148c42e", + "fieldPath": "tier_and_details.a85ce7565e73423d9360b5b78148c42e", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "a869b2c7c2cd4c2f8b50cd0e186a49e7", + "fieldPath": "tier_and_details.a869b2c7c2cd4c2f8b50cd0e186a49e7", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "a89997cbad434159bc1f171ff64c349e", + "fieldPath": "tier_and_details.a89997cbad434159bc1f171ff64c349e", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "a916c49e7df2421a9cdf6c7ec01969dd", + "fieldPath": "tier_and_details.a916c49e7df2421a9cdf6c7ec01969dd", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "a940643200d5499cbe63b54986731e74", + "fieldPath": "tier_and_details.a940643200d5499cbe63b54986731e74", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "a992f69d67984b2c8e8a50334ee488b2", + "fieldPath": "tier_and_details.a992f69d67984b2c8e8a50334ee488b2", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "aae1ca847565429cb3f97385d2eb2526", + "fieldPath": "tier_and_details.aae1ca847565429cb3f97385d2eb2526", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "ab2bd7c517134db884dd3ee1f3b4e7c6", + "fieldPath": "tier_and_details.ab2bd7c517134db884dd3ee1f3b4e7c6", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "ab726a9b9c9b47898d1a7fd567864df1", + "fieldPath": "tier_and_details.ab726a9b9c9b47898d1a7fd567864df1", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "ab752fd305b14edaa110f8e9dbff401a", + "fieldPath": "tier_and_details.ab752fd305b14edaa110f8e9dbff401a", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "abb606a6c9f0418cb16a11c2f56ea050", + "fieldPath": "tier_and_details.abb606a6c9f0418cb16a11c2f56ea050", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "ac6baeb1293b48998d2f4961c3ceed1e", + "fieldPath": "tier_and_details.ac6baeb1293b48998d2f4961c3ceed1e", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "ad3ac75296f348d08eacfb30149fc6e5", + "fieldPath": "tier_and_details.ad3ac75296f348d08eacfb30149fc6e5", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "ad6ac10e55204a45bad83de1f3f19b41", + "fieldPath": "tier_and_details.ad6ac10e55204a45bad83de1f3f19b41", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "ae559001bc0b483dbfc03e5ba0412513", + "fieldPath": "tier_and_details.ae559001bc0b483dbfc03e5ba0412513", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "aec74d39d92d4633b2ff6a4d87ea23c2", + "fieldPath": "tier_and_details.aec74d39d92d4633b2ff6a4d87ea23c2", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "af1fd69fb65e4823b530be6671b7ba25", + "fieldPath": "tier_and_details.af1fd69fb65e4823b530be6671b7ba25", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "af75fdb07fe24ebf9d350a0793521a96", + "fieldPath": "tier_and_details.af75fdb07fe24ebf9d350a0793521a96", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "b0548cfee1c3423586b4dec4526d5dc8", + "fieldPath": "tier_and_details.b0548cfee1c3423586b4dec4526d5dc8", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "b07273ec85be422cb86b9f55f52b6141", + "fieldPath": "tier_and_details.b07273ec85be422cb86b9f55f52b6141", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "b0d8ebd346824edc890898b0b2ad6e2d", + "fieldPath": "tier_and_details.b0d8ebd346824edc890898b0b2ad6e2d", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "b170b07a66684f5ba3e52cea7f57453b", + "fieldPath": "tier_and_details.b170b07a66684f5ba3e52cea7f57453b", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "b1b5212381ec4d46b86507456c3085b8", + "fieldPath": "tier_and_details.b1b5212381ec4d46b86507456c3085b8", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "b244bc087bba4d4db16826ab3ddabe4d", + "fieldPath": "tier_and_details.b244bc087bba4d4db16826ab3ddabe4d", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "b2d138af15b64d64965eb8c70b92ce43", + "fieldPath": "tier_and_details.b2d138af15b64d64965eb8c70b92ce43", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "b39a6925e7da436694c4cd81b01b91d1", + "fieldPath": "tier_and_details.b39a6925e7da436694c4cd81b01b91d1", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "b3d61f13292a492885f233b8c8ef3415", + "fieldPath": "tier_and_details.b3d61f13292a492885f233b8c8ef3415", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "b56e1a4782b248e6b704d12206b56f95", + "fieldPath": "tier_and_details.b56e1a4782b248e6b704d12206b56f95", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "b5f19cb532fa436a9be2cf1d7d1cac8a", + "fieldPath": "tier_and_details.b5f19cb532fa436a9be2cf1d7d1cac8a", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "b6dca2a5d17d47d9873b9b5d74910466", + "fieldPath": "tier_and_details.b6dca2a5d17d47d9873b9b5d74910466", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "b6e5377741e64572a4eba5e32007964b", + "fieldPath": "tier_and_details.b6e5377741e64572a4eba5e32007964b", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "b754ec2d455143bcb0f0d7bd46de6e06", + "fieldPath": "tier_and_details.b754ec2d455143bcb0f0d7bd46de6e06", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "b9810c1359c247ab9cbddc5bb6e80c2a", + "fieldPath": "tier_and_details.b9810c1359c247ab9cbddc5bb6e80c2a", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "b998daa70f22465d82ce1777cf4994b4", + "fieldPath": "tier_and_details.b998daa70f22465d82ce1777cf4994b4", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "ba380349fe59445bb519488a31c8fd7e", + "fieldPath": "tier_and_details.ba380349fe59445bb519488a31c8fd7e", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "ba718105172643298d45b5d0f6b4b41f", + "fieldPath": "tier_and_details.ba718105172643298d45b5d0f6b4b41f", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "bb97789ef16640b7b196f50845ef2f76", + "fieldPath": "tier_and_details.bb97789ef16640b7b196f50845ef2f76", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "bc2e9881858a4b21bf201d64b0142072", + "fieldPath": "tier_and_details.bc2e9881858a4b21bf201d64b0142072", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "bc607ec8a5b5483f8baf7d2efd62f784", + "fieldPath": "tier_and_details.bc607ec8a5b5483f8baf7d2efd62f784", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "bc7ba5680c2a4ed7bf657cf4c7818512", + "fieldPath": "tier_and_details.bc7ba5680c2a4ed7bf657cf4c7818512", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "be5d36d828d946c3994654c4773ee29b", + "fieldPath": "tier_and_details.be5d36d828d946c3994654c4773ee29b", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "be6f1b091ec24a87b92e7e63e472c9c6", + "fieldPath": "tier_and_details.be6f1b091ec24a87b92e7e63e472c9c6", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "bea5a79587454b5b929f08eadecfac90", + "fieldPath": "tier_and_details.bea5a79587454b5b929f08eadecfac90", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "bf2140929d5f4480879b4468e6a33935", + "fieldPath": "tier_and_details.bf2140929d5f4480879b4468e6a33935", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "bf9c5df6432c43008af1e6f65636942d", + "fieldPath": "tier_and_details.bf9c5df6432c43008af1e6f65636942d", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "c04ee1d7093449148a3cc3bbca398529", + "fieldPath": "tier_and_details.c04ee1d7093449148a3cc3bbca398529", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "c06d340a4bad42c59e3b6665571d2907", + "fieldPath": "tier_and_details.c06d340a4bad42c59e3b6665571d2907", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "c096d21f56294a46b40ebb265cfef27e", + "fieldPath": "tier_and_details.c096d21f56294a46b40ebb265cfef27e", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "c0c9889f13f54938a9ae971905864368", + "fieldPath": "tier_and_details.c0c9889f13f54938a9ae971905864368", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "c0d598cb4d854ed397ee4e95c096cbdb", + "fieldPath": "tier_and_details.c0d598cb4d854ed397ee4e95c096cbdb", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "c0f81d0bc1e042e5bdc0a168c7e0b268", + "fieldPath": "tier_and_details.c0f81d0bc1e042e5bdc0a168c7e0b268", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "c12dcf982a9e4a378f1f2db3fc85a981", + "fieldPath": "tier_and_details.c12dcf982a9e4a378f1f2db3fc85a981", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "c1e0bebcaab4489194484ed3bb813aa6", + "fieldPath": "tier_and_details.c1e0bebcaab4489194484ed3bb813aa6", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "c2052aa4353c4f32b0f4ea9121785223", + "fieldPath": "tier_and_details.c2052aa4353c4f32b0f4ea9121785223", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "c21c8e5c7c06445d95d70a2a6b9159a8", + "fieldPath": "tier_and_details.c21c8e5c7c06445d95d70a2a6b9159a8", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "c33e7ec230864d278900f2c2ebdc4ada", + "fieldPath": "tier_and_details.c33e7ec230864d278900f2c2ebdc4ada", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "c34d8af6153e498a9456e29a3dc03c80", + "fieldPath": "tier_and_details.c34d8af6153e498a9456e29a3dc03c80", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "c389367845644ecb9587a9a28aa60f67", + "fieldPath": "tier_and_details.c389367845644ecb9587a9a28aa60f67", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "c4253104f6f6467c8bd825e536571433", + "fieldPath": "tier_and_details.c4253104f6f6467c8bd825e536571433", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "c4919a67ff38480b90170dbea7294707", + "fieldPath": "tier_and_details.c4919a67ff38480b90170dbea7294707", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "c4d34a634c9647448808097d8af1ab9a", + "fieldPath": "tier_and_details.c4d34a634c9647448808097d8af1ab9a", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "c5234bd523c54807b3e6bb835c254c25", + "fieldPath": "tier_and_details.c5234bd523c54807b3e6bb835c254c25", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "c7458dc9fd824a0aa99c7527015bed48", + "fieldPath": "tier_and_details.c7458dc9fd824a0aa99c7527015bed48", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "c78444b5da004f73b6c9945ddbd7da48", + "fieldPath": "tier_and_details.c78444b5da004f73b6c9945ddbd7da48", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "c85df12c2e394afb82725b16e1cc6789", + "fieldPath": "tier_and_details.c85df12c2e394afb82725b16e1cc6789", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "c9959c5480324674bd30efa63a5fac6c", + "fieldPath": "tier_and_details.c9959c5480324674bd30efa63a5fac6c", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "c9c9d5461f384b9a8b57f605b14d1ba2", + "fieldPath": "tier_and_details.c9c9d5461f384b9a8b57f605b14d1ba2", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "ca1c1fe8c5b94d13908a2dccb8e6aaeb", + "fieldPath": "tier_and_details.ca1c1fe8c5b94d13908a2dccb8e6aaeb", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "cc8b4baa935a4104af3d940c4808e773", + "fieldPath": "tier_and_details.cc8b4baa935a4104af3d940c4808e773", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "cd61f3caca9846a8bac8862bc0022ab0", + "fieldPath": "tier_and_details.cd61f3caca9846a8bac8862bc0022ab0", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "cd8f6d5c232b4313832525d749f1250f", + "fieldPath": "tier_and_details.cd8f6d5c232b4313832525d749f1250f", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "ce8e1ea8a2a144898b44e6a307f34e10", + "fieldPath": "tier_and_details.ce8e1ea8a2a144898b44e6a307f34e10", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "ce8f6966890e4753b76cd656069f3d0a", + "fieldPath": "tier_and_details.ce8f6966890e4753b76cd656069f3d0a", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "ce9b3f942e414114a2cbfb8048ca1821", + "fieldPath": "tier_and_details.ce9b3f942e414114a2cbfb8048ca1821", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "ceb177273e1441f7ad73621a00cf340a", + "fieldPath": "tier_and_details.ceb177273e1441f7ad73621a00cf340a", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "ceef1c11d473477e8aa9879a468b4108", + "fieldPath": "tier_and_details.ceef1c11d473477e8aa9879a468b4108", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "cf563e54d52c475b9c0e786e281ba57d", + "fieldPath": "tier_and_details.cf563e54d52c475b9c0e786e281ba57d", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "d030568916de45318a8557e28da477e8", + "fieldPath": "tier_and_details.d030568916de45318a8557e28da477e8", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "d0816d7feafb470dbd5db847400eea17", + "fieldPath": "tier_and_details.d0816d7feafb470dbd5db847400eea17", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "d1b48391a5244e898d44f785ddaab956", + "fieldPath": "tier_and_details.d1b48391a5244e898d44f785ddaab956", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "d1d506b88595478a8b716ca68118c63d", + "fieldPath": "tier_and_details.d1d506b88595478a8b716ca68118c63d", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "d21bda0e766545418e069ef09ef48b8d", + "fieldPath": "tier_and_details.d21bda0e766545418e069ef09ef48b8d", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "d297af7d87fa4879be1ddab5d9a819ee", + "fieldPath": "tier_and_details.d297af7d87fa4879be1ddab5d9a819ee", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "d2e1224d36ae40a8bec1011e77c6fc8e", + "fieldPath": "tier_and_details.d2e1224d36ae40a8bec1011e77c6fc8e", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "d43e647fd3764999a1c334598d0fed74", + "fieldPath": "tier_and_details.d43e647fd3764999a1c334598d0fed74", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "d4afaed5f5f340fea4f240109158c58c", + "fieldPath": "tier_and_details.d4afaed5f5f340fea4f240109158c58c", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "d56b3c80058c4281b155ab0a4b8376ad", + "fieldPath": "tier_and_details.d56b3c80058c4281b155ab0a4b8376ad", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "d584ea64a5bc4f2cb7f620336a9d229d", + "fieldPath": "tier_and_details.d584ea64a5bc4f2cb7f620336a9d229d", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "d676ae229b204d95b95361d97bdaf377", + "fieldPath": "tier_and_details.d676ae229b204d95b95361d97bdaf377", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "d77fc2f774fa459fa0704702ddbee3a9", + "fieldPath": "tier_and_details.d77fc2f774fa459fa0704702ddbee3a9", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "d792ed4e90f84cda80eb349153d407c3", + "fieldPath": "tier_and_details.d792ed4e90f84cda80eb349153d407c3", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "d7f58a04ac0048669e9c2be43dfd0207", + "fieldPath": "tier_and_details.d7f58a04ac0048669e9c2be43dfd0207", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "d9d02fec08e34608b27234d9fa2fd01c", + "fieldPath": "tier_and_details.d9d02fec08e34608b27234d9fa2fd01c", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "da555c3a4a15430e8b5377e949c84799", + "fieldPath": "tier_and_details.da555c3a4a15430e8b5377e949c84799", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "db7e8b9a61d14b349f5c421ac55c04ef", + "fieldPath": "tier_and_details.db7e8b9a61d14b349f5c421ac55c04ef", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "dcc858be4e9e46bd8f328d8795cfa842", + "fieldPath": "tier_and_details.dcc858be4e9e46bd8f328d8795cfa842", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "dd5df395a37241968c1eefe285fe3af1", + "fieldPath": "tier_and_details.dd5df395a37241968c1eefe285fe3af1", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "de0ae4fa521b43e78e88c3782eabc3d4", + "fieldPath": "tier_and_details.de0ae4fa521b43e78e88c3782eabc3d4", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "de3853fb645743dfb022de551d053e98", + "fieldPath": "tier_and_details.de3853fb645743dfb022de551d053e98", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "dea3d8f26c4c4c53aa151f8426f09285", + "fieldPath": "tier_and_details.dea3d8f26c4c4c53aa151f8426f09285", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "dee0790430734168b05552e6e6fafe15", + "fieldPath": "tier_and_details.dee0790430734168b05552e6e6fafe15", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "dee2f9e972ab441ab13ac0a75cc98b24", + "fieldPath": "tier_and_details.dee2f9e972ab441ab13ac0a75cc98b24", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "e0080ecd7a9a42508614bd47158e7010", + "fieldPath": "tier_and_details.e0080ecd7a9a42508614bd47158e7010", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "e2a229c2728e4cf8b41da64406f9e8b6", + "fieldPath": "tier_and_details.e2a229c2728e4cf8b41da64406f9e8b6", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "e2d96383b08145bda199c2b94b8fa78f", + "fieldPath": "tier_and_details.e2d96383b08145bda199c2b94b8fa78f", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "e3883823f8af4950b656adb2fd564f48", + "fieldPath": "tier_and_details.e3883823f8af4950b656adb2fd564f48", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "e3d93c201d6a451c92ba3c3957dbd419", + "fieldPath": "tier_and_details.e3d93c201d6a451c92ba3c3957dbd419", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "e41bc44c97d0445e92f75443074c596c", + "fieldPath": "tier_and_details.e41bc44c97d0445e92f75443074c596c", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "e44f437d96f64a88a4009c0d288d2395", + "fieldPath": "tier_and_details.e44f437d96f64a88a4009c0d288d2395", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "e56b345495034d0684f2b940783fbccc", + "fieldPath": "tier_and_details.e56b345495034d0684f2b940783fbccc", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "e58e4ac9e1734d6f9014c6eb88027dae", + "fieldPath": "tier_and_details.e58e4ac9e1734d6f9014c6eb88027dae", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "e59f12fc39ce4d3c8d735a6fa78eb724", + "fieldPath": "tier_and_details.e59f12fc39ce4d3c8d735a6fa78eb724", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "e5b6f69464794824a1d6a3a6c985845e", + "fieldPath": "tier_and_details.e5b6f69464794824a1d6a3a6c985845e", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "e83dd08b1d524e5897ba9e965270af32", + "fieldPath": "tier_and_details.e83dd08b1d524e5897ba9e965270af32", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "e8409b47b6504794a402e9ad8c322763", + "fieldPath": "tier_and_details.e8409b47b6504794a402e9ad8c322763", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "ea3055576ad346aeabd2bc89a0068619", + "fieldPath": "tier_and_details.ea3055576ad346aeabd2bc89a0068619", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "ea7207145eff43e0af00c80c80051809", + "fieldPath": "tier_and_details.ea7207145eff43e0af00c80c80051809", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "eac3cf3bf7694af8b0e3d491e96f51ff", + "fieldPath": "tier_and_details.eac3cf3bf7694af8b0e3d491e96f51ff", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "eb2bb3a96baf4c0584e142477f076173", + "fieldPath": "tier_and_details.eb2bb3a96baf4c0584e142477f076173", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "eb491d3a7c8d408980b29297a23a5524", + "fieldPath": "tier_and_details.eb491d3a7c8d408980b29297a23a5524", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "eb5a061c4a2745d099c7401d0bfd24b0", + "fieldPath": "tier_and_details.eb5a061c4a2745d099c7401d0bfd24b0", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "ebd331efeda04114a6b06259cf1ba593", + "fieldPath": "tier_and_details.ebd331efeda04114a6b06259cf1ba593", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "eccdc19282be4c42b79504c71d23937a", + "fieldPath": "tier_and_details.eccdc19282be4c42b79504c71d23937a", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "eccee50ae803455db26446538f829853", + "fieldPath": "tier_and_details.eccee50ae803455db26446538f829853", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "efa1a806ee8c4edab6fcbb50fa8a4466", + "fieldPath": "tier_and_details.efa1a806ee8c4edab6fcbb50fa8a4466", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "f07f745fd4864b57897182a34303c302", + "fieldPath": "tier_and_details.f07f745fd4864b57897182a34303c302", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "f08c1d808d3548d8a4081558446bab8b", + "fieldPath": "tier_and_details.f08c1d808d3548d8a4081558446bab8b", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "f1c61c41478f40268922381d0ee69e2b", + "fieldPath": "tier_and_details.f1c61c41478f40268922381d0ee69e2b", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "f29b6a65fce74702a4aa550b704482a6", + "fieldPath": "tier_and_details.f29b6a65fce74702a4aa550b704482a6", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "f2cb0bcb11f34deb819f285c9147683f", + "fieldPath": "tier_and_details.f2cb0bcb11f34deb819f285c9147683f", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "f2e43dbe067a4a3db9132ecd41e4e188", + "fieldPath": "tier_and_details.f2e43dbe067a4a3db9132ecd41e4e188", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "f482b700b16e4a60a9bb5d7ab57d9bc5", + "fieldPath": "tier_and_details.f482b700b16e4a60a9bb5d7ab57d9bc5", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "f4b3cac99b4343afb37cd705eb0bf52a", + "fieldPath": "tier_and_details.f4b3cac99b4343afb37cd705eb0bf52a", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "f4bbce2aa89c476c9950d966ffb7b070", + "fieldPath": "tier_and_details.f4bbce2aa89c476c9950d966ffb7b070", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "f4ccc57442504cddbc5002e720e4a2e5", + "fieldPath": "tier_and_details.f4ccc57442504cddbc5002e720e4a2e5", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "f4cebafe5530421b991303dff297643d", + "fieldPath": "tier_and_details.f4cebafe5530421b991303dff297643d", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "f5058d7647044c67b6fb5bd5f2d8977b", + "fieldPath": "tier_and_details.f5058d7647044c67b6fb5bd5f2d8977b", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "f53114edcec9451fbc3f9afe338be373", + "fieldPath": "tier_and_details.f53114edcec9451fbc3f9afe338be373", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "f579bde3688f4fc3a43448590c20d57b", + "fieldPath": "tier_and_details.f579bde3688f4fc3a43448590c20d57b", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "f57b65733ddd4600a2db53450b0f539a", + "fieldPath": "tier_and_details.f57b65733ddd4600a2db53450b0f539a", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "f5e14e1ddad14b5abcf0aa01c0b81896", + "fieldPath": "tier_and_details.f5e14e1ddad14b5abcf0aa01c0b81896", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "f6c0be1f3e1a4b88b0596c74dc3b7ce0", + "fieldPath": "tier_and_details.f6c0be1f3e1a4b88b0596c74dc3b7ce0", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "f818540428174b89bc7060618facc97d", + "fieldPath": "tier_and_details.f818540428174b89bc7060618facc97d", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "f88ad60ef0c947418de6810f8e4b54a5", + "fieldPath": "tier_and_details.f88ad60ef0c947418de6810f8e4b54a5", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "f91656af0a594a86ae7da2897b5de7fe", + "fieldPath": "tier_and_details.f91656af0a594a86ae7da2897b5de7fe", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "fa009b4a1ffa4a4084553358c20075f1", + "fieldPath": "tier_and_details.fa009b4a1ffa4a4084553358c20075f1", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "fa8456a2fc0e4688b54d4911b1a3b3fe", + "fieldPath": "tier_and_details.fa8456a2fc0e4688b54d4911b1a3b3fe", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "fb7606a128e143fdb048f8b844c1ad03", + "fieldPath": "tier_and_details.fb7606a128e143fdb048f8b844c1ad03", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "fbb87b7c7aa24281944235f03e0388f2", + "fieldPath": "tier_and_details.fbb87b7c7aa24281944235f03e0388f2", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "fc22c1e6871a43508551dcbcb0c04166", + "fieldPath": "tier_and_details.fc22c1e6871a43508551dcbcb0c04166", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "fc5d37e64ce743428d1da6d6604d49da", + "fieldPath": "tier_and_details.fc5d37e64ce743428d1da6d6604d49da", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "fd5c1548e4f842d1aa7c0b32c787da5a", + "fieldPath": "tier_and_details.fd5c1548e4f842d1aa7c0b32c787da5a", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "fed95ed54add49fc8d3e26719b8ebc3e", + "fieldPath": "tier_and_details.fed95ed54add49fc8d3e26719b8ebc3e", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "ff074044a60c40e7845f3682800d4475", + "fieldPath": "tier_and_details.ff074044a60c40e7845f3682800d4475", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "ff21cb033e7e4aae8921877f68fd5d58", + "fieldPath": "tier_and_details.ff21cb033e7e4aae8921877f68fd5d58", + "nativeType": "Object", + "nullable": true + } + ] + }, + { + "fieldName": "username", + "fieldPath": "username", + "nativeType": "String", + "nullable": false + } + ], + "schemaType": "BSON" + }, + "statistics": { + "dataSizeBytes": 195806.0, + "recordCount": 500.0 + }, + "structure": { + "schema": "sample_analytics", + "table": "customers" + } + }, + { + "logicalId": { + "name": "sample_analytics.transactions", + "platform": "MONGODB" + }, + "schema": { + "fields": [ + { + "fieldName": "_id", + "fieldPath": "_id", + "nativeType": "ObjectId", + "nullable": false + }, + { + "fieldName": "account_id", + "fieldPath": "account_id", + "nativeType": "Int", + "nullable": false + }, + { + "fieldName": "bucket_end_date", + "fieldPath": "bucket_end_date", + "nativeType": "Datetime", + "nullable": false + }, + { + "fieldName": "bucket_start_date", + "fieldPath": "bucket_start_date", + "nativeType": "Datetime", + "nullable": false + }, + { + "fieldName": "transaction_count", + "fieldPath": "transaction_count", + "nativeType": "Int", + "nullable": false + }, + { + "fieldName": "transactions", + "fieldPath": "transactions", + "nativeType": "Array", + "nullable": false, + "subfields": [ + { + "fieldName": "amount", + "fieldPath": "transactions.amount", + "nativeType": "Int", + "nullable": false + }, + { + "fieldName": "date", + "fieldPath": "transactions.date", + "nativeType": "Datetime", + "nullable": false + }, + { + "fieldName": "price", + "fieldPath": "transactions.price", + "nativeType": "String", + "nullable": false + }, + { + "fieldName": "symbol", + "fieldPath": "transactions.symbol", + "nativeType": "String", + "nullable": false + }, + { + "fieldName": "total", + "fieldPath": "transactions.total", + "nativeType": "String", + "nullable": false + }, + { + "fieldName": "transaction_code", + "fieldPath": "transactions.transaction_code", + "nativeType": "String", + "nullable": false + } + ] + } + ], + "schemaType": "BSON" + }, + "statistics": { + "dataSizeBytes": 16138269.0, + "recordCount": 1746.0 + }, + "structure": { + "schema": "sample_analytics", + "table": "transactions" + } + }, + { + "logicalId": { + "name": "sample_geospatial.shipwrecks", + "platform": "MONGODB" + }, + "schema": { + "fields": [ + { + "fieldName": "_id", + "fieldPath": "_id", + "nativeType": "ObjectId", + "nullable": false + }, + { + "fieldName": "chart", + "fieldPath": "chart", + "nativeType": "String", + "nullable": false + }, + { + "fieldName": "coordinates", + "fieldPath": "coordinates", + "nativeType": "Array", + "nullable": false + }, + { + "fieldName": "depth", + "fieldPath": "depth", + "nativeType": "String", + "nullable": false + }, + { + "fieldName": "feature_type", + "fieldPath": "feature_type", + "nativeType": "String", + "nullable": false + }, + { + "fieldName": "gp_quality", + "fieldPath": "gp_quality", + "nativeType": "String", + "nullable": false + }, + { + "fieldName": "history", + "fieldPath": "history", + "nativeType": "String", + "nullable": false + }, + { + "fieldName": "latdec", + "fieldPath": "latdec", + "nativeType": "Float", + "nullable": false + }, + { + "fieldName": "londec", + "fieldPath": "londec", + "nativeType": "Float", + "nullable": false + }, + { + "fieldName": "quasou", + "fieldPath": "quasou", + "nativeType": "String", + "nullable": false + }, + { + "fieldName": "recrd", + "fieldPath": "recrd", + "nativeType": "String", + "nullable": false + }, + { + "fieldName": "sounding_type", + "fieldPath": "sounding_type", + "nativeType": "String", + "nullable": false + }, + { + "fieldName": "vesslterms", + "fieldPath": "vesslterms", + "nativeType": "String", + "nullable": false + }, + { + "fieldName": "watlev", + "fieldPath": "watlev", + "nativeType": "String", + "nullable": false + } + ], + "schemaType": "BSON" + }, + "statistics": { + "dataSizeBytes": 3649279.0, + "recordCount": 11095.0 + }, + "structure": { + "schema": "sample_geospatial", + "table": "shipwrecks" + } + }, + { + "logicalId": { + "name": "sample_mflix.comments", + "platform": "MONGODB" + }, + "schema": { + "fields": [ + { + "fieldName": "_id", + "fieldPath": "_id", + "nativeType": "ObjectId", + "nullable": false + }, + { + "fieldName": "date", + "fieldPath": "date", + "nativeType": "Datetime", + "nullable": false + }, + { + "fieldName": "email", + "fieldPath": "email", + "nativeType": "String", + "nullable": false + }, + { + "fieldName": "movie_id", + "fieldPath": "movie_id", + "nativeType": "ObjectId", + "nullable": false + }, + { + "fieldName": "name", + "fieldPath": "name", + "nativeType": "String", + "nullable": false + }, + { + "fieldName": "text", + "fieldPath": "text", + "nativeType": "String", + "nullable": false + } + ], + "schemaType": "BSON" + }, + "statistics": { + "dataSizeBytes": 14293728.0, + "recordCount": 50304.0 + }, + "structure": { + "schema": "sample_mflix", + "table": "comments" + } + }, + { + "logicalId": { + "name": "sample_mflix.movies", + "platform": "MONGODB" + }, + "schema": { + "fields": [ + { + "fieldName": "_id", + "fieldPath": "_id", + "nativeType": "ObjectId", + "nullable": false + }, + { + "fieldName": "awards", + "fieldPath": "awards", + "nativeType": "Object", + "nullable": false, + "subfields": [ + { + "fieldName": "nominations", + "fieldPath": "awards.nominations", + "nativeType": "Int", + "nullable": false + }, + { + "fieldName": "text", + "fieldPath": "awards.text", + "nativeType": "String", + "nullable": false + }, + { + "fieldName": "wins", + "fieldPath": "awards.wins", + "nativeType": "Int", + "nullable": false + } + ] + }, + { + "fieldName": "cast", + "fieldPath": "cast", + "nativeType": "Array", + "nullable": true + }, + { + "fieldName": "countries", + "fieldPath": "countries", + "nativeType": "Array", + "nullable": true + }, + { + "fieldName": "directors", + "fieldPath": "directors", + "nativeType": "Array", + "nullable": true + }, + { + "fieldName": "fullplot", + "fieldPath": "fullplot", + "nativeType": "String", + "nullable": true + }, + { + "fieldName": "genres", + "fieldPath": "genres", + "nativeType": "Array", + "nullable": true + }, + { + "fieldName": "imdb", + "fieldPath": "imdb", + "nativeType": "Object", + "nullable": false, + "subfields": [ + { + "fieldName": "id", + "fieldPath": "imdb.id", + "nativeType": "Int", + "nullable": false + }, + { + "fieldName": "rating", + "fieldPath": "imdb.rating", + "nativeType": "Float", + "nullable": false + }, + { + "fieldName": "votes", + "fieldPath": "imdb.votes", + "nativeType": "Int", + "nullable": false + } + ] + }, + { + "fieldName": "languages", + "fieldPath": "languages", + "nativeType": "Array", + "nullable": true + }, + { + "fieldName": "lastupdated", + "fieldPath": "lastupdated", + "nativeType": "String", + "nullable": false + }, + { + "fieldName": "metacritic", + "fieldPath": "metacritic", + "nativeType": "Int", + "nullable": true + }, + { + "fieldName": "num_mflix_comments", + "fieldPath": "num_mflix_comments", + "nativeType": "Int", + "nullable": true + }, + { + "fieldName": "plot", + "fieldPath": "plot", + "nativeType": "String", + "nullable": true + }, + { + "fieldName": "poster", + "fieldPath": "poster", + "nativeType": "String", + "nullable": true + }, + { + "fieldName": "rated", + "fieldPath": "rated", + "nativeType": "String", + "nullable": true + }, + { + "fieldName": "released", + "fieldPath": "released", + "nativeType": "Datetime", + "nullable": true + }, + { + "fieldName": "runtime", + "fieldPath": "runtime", + "nativeType": "Int", + "nullable": true + }, + { + "fieldName": "title", + "fieldPath": "title", + "nativeType": "String", + "nullable": false + }, + { + "fieldName": "tomatoes", + "fieldPath": "tomatoes", + "nativeType": "Object", + "nullable": true, + "subfields": [ + { + "fieldName": "boxOffice", + "fieldPath": "tomatoes.boxOffice", + "nativeType": "String", + "nullable": true + }, + { + "fieldName": "consensus", + "fieldPath": "tomatoes.consensus", + "nativeType": "String", + "nullable": true + }, + { + "fieldName": "critic", + "fieldPath": "tomatoes.critic", + "nativeType": "Object", + "nullable": true, + "subfields": [ + { + "fieldName": "meter", + "fieldPath": "tomatoes.critic.meter", + "nativeType": "Int", + "nullable": true + }, + { + "fieldName": "numReviews", + "fieldPath": "tomatoes.critic.numReviews", + "nativeType": "Int", + "nullable": true + }, + { + "fieldName": "rating", + "fieldPath": "tomatoes.critic.rating", + "nativeType": "Float", + "nullable": true } - ], - "schemaType": "BSON" + ] + }, + { + "fieldName": "dvd", + "fieldPath": "tomatoes.dvd", + "nativeType": "Datetime", + "nullable": true + }, + { + "fieldName": "fresh", + "fieldPath": "tomatoes.fresh", + "nativeType": "Int", + "nullable": true + }, + { + "fieldName": "lastUpdated", + "fieldPath": "tomatoes.lastUpdated", + "nativeType": "Datetime", + "nullable": true + }, + { + "fieldName": "production", + "fieldPath": "tomatoes.production", + "nativeType": "String", + "nullable": true + }, + { + "fieldName": "rotten", + "fieldPath": "tomatoes.rotten", + "nativeType": "Int", + "nullable": true + }, + { + "fieldName": "viewer", + "fieldPath": "tomatoes.viewer", + "nativeType": "Object", + "nullable": true, + "subfields": [ + { + "fieldName": "meter", + "fieldPath": "tomatoes.viewer.meter", + "nativeType": "Int", + "nullable": true + }, + { + "fieldName": "numReviews", + "fieldPath": "tomatoes.viewer.numReviews", + "nativeType": "Int", + "nullable": true + }, + { + "fieldName": "rating", + "fieldPath": "tomatoes.viewer.rating", + "nativeType": "Float", + "nullable": true + } + ] + }, + { + "fieldName": "website", + "fieldPath": "tomatoes.website", + "nativeType": "String", + "nullable": true + } + ] + }, + { + "fieldName": "type", + "fieldPath": "type", + "nativeType": "String", + "nullable": false }, - "statistics": { - "dataSizeBytes": 223235.0, - "recordCount": 1746.0 + { + "fieldName": "writers", + "fieldPath": "writers", + "nativeType": "Array", + "nullable": true }, - "structure": { - "schema": "sample_analytics", - "table": "accounts" + { + "fieldName": "year", + "fieldPath": "year", + "nativeType": "Int", + "nullable": false } + ], + "schemaType": "BSON" }, - { - "logicalId": { - "name": "sample_analytics.customers", - "platform": "MONGODB" - }, - "schema": { - "fields": [ - { - "fieldName": "_id", - "fieldPath": "_id", - "nativeType": "ObjectId", - "nullable": false - }, - { - "fieldName": "accounts", - "fieldPath": "accounts", - "nativeType": "Array", - "nullable": false - }, - { - "fieldName": "active", - "fieldPath": "active", - "nativeType": "Bool", - "nullable": true - }, - { - "fieldName": "address", - "fieldPath": "address", - "nativeType": "String", - "nullable": false - }, - { - "fieldName": "birthdate", - "fieldPath": "birthdate", - "nativeType": "Datetime", - "nullable": false - }, - { - "fieldName": "email", - "fieldPath": "email", - "nativeType": "String", - "nullable": false - }, - { - "fieldName": "name", - "fieldPath": "name", - "nativeType": "String", - "nullable": false - }, - { - "fieldName": "tier_and_details", - "fieldPath": "tier_and_details", - "nativeType": "Object", - "nullable": false, - "subfields": [ - { - "fieldName": "0134c72f17e3419cbdc857171cbb5651", - "fieldPath": "tier_and_details.0134c72f17e3419cbdc857171cbb5651", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "01c680e72a154c3abb7e3c71a8848553", - "fieldPath": "tier_and_details.01c680e72a154c3abb7e3c71a8848553", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "022451f21d6749c397cbe216ccd16a6e", - "fieldPath": "tier_and_details.022451f21d6749c397cbe216ccd16a6e", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "03c88083e11a4c96a994c20a2843f6f4", - "fieldPath": "tier_and_details.03c88083e11a4c96a994c20a2843f6f4", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "03e0e614ac404302ae6172eff45917e3", - "fieldPath": "tier_and_details.03e0e614ac404302ae6172eff45917e3", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "04ac832f3eba4c49b4bf57dec8765f84", - "fieldPath": "tier_and_details.04ac832f3eba4c49b4bf57dec8765f84", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "04afa74bf41d4a698e82670c34178809", - "fieldPath": "tier_and_details.04afa74bf41d4a698e82670c34178809", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "06408794cad9415882ad850f606e2215", - "fieldPath": "tier_and_details.06408794cad9415882ad850f606e2215", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "069f84c793a14fa891f716cf09314062", - "fieldPath": "tier_and_details.069f84c793a14fa891f716cf09314062", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "0799f1cfba5645fdbb6e1463521c796a", - "fieldPath": "tier_and_details.0799f1cfba5645fdbb6e1463521c796a", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "07d516cfd7fc4ec6acf175bb78cb98a2", - "fieldPath": "tier_and_details.07d516cfd7fc4ec6acf175bb78cb98a2", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "083f840a514846558cd0f2d7cc64bea7", - "fieldPath": "tier_and_details.083f840a514846558cd0f2d7cc64bea7", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "0b35f2c1bb564a6bb539eb08ad12a42c", - "fieldPath": "tier_and_details.0b35f2c1bb564a6bb539eb08ad12a42c", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "0bb6b872125e475c919b77799ffe1094", - "fieldPath": "tier_and_details.0bb6b872125e475c919b77799ffe1094", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "0d40b35ba9b640468bbc711ef35cd7cc", - "fieldPath": "tier_and_details.0d40b35ba9b640468bbc711ef35cd7cc", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "0db0e5c9a332493ea75f70d028ed36e8", - "fieldPath": "tier_and_details.0db0e5c9a332493ea75f70d028ed36e8", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "0dceb4760e4b409da9414a1b676dfbc6", - "fieldPath": "tier_and_details.0dceb4760e4b409da9414a1b676dfbc6", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "0df078f33aa74a2e9696e0520c1a828a", - "fieldPath": "tier_and_details.0df078f33aa74a2e9696e0520c1a828a", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "0e025e0c398f412b854c0c5e5200efd3", - "fieldPath": "tier_and_details.0e025e0c398f412b854c0c5e5200efd3", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "0f3d640b61e04acb877fd8373d465dc3", - "fieldPath": "tier_and_details.0f3d640b61e04acb877fd8373d465dc3", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "0f415868bc0b4acfa9160adf1b840fa9", - "fieldPath": "tier_and_details.0f415868bc0b4acfa9160adf1b840fa9", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "0f4bd4b6eb8e46a7a8db87a39f7bca8a", - "fieldPath": "tier_and_details.0f4bd4b6eb8e46a7a8db87a39f7bca8a", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "0f721694c5d54b5e9470a48ab2532b83", - "fieldPath": "tier_and_details.0f721694c5d54b5e9470a48ab2532b83", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "0fc5e69934734bedab14092ebf9a3ef1", - "fieldPath": "tier_and_details.0fc5e69934734bedab14092ebf9a3ef1", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "10427cb061044a278c0eb394ef2ad11e", - "fieldPath": "tier_and_details.10427cb061044a278c0eb394ef2ad11e", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "1061d02dd9d944acb129d0b7dc9838b1", - "fieldPath": "tier_and_details.1061d02dd9d944acb129d0b7dc9838b1", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "10b960b817ae432fb8516d7adb4b092b", - "fieldPath": "tier_and_details.10b960b817ae432fb8516d7adb4b092b", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "11d77bf98b3c44c397f7ff5c2d3c89dc", - "fieldPath": "tier_and_details.11d77bf98b3c44c397f7ff5c2d3c89dc", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "11dc1f3c5d7545e0bd8626d9d9e8f4ae", - "fieldPath": "tier_and_details.11dc1f3c5d7545e0bd8626d9d9e8f4ae", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "11e3a0bb90844b49be054f9723eebcae", - "fieldPath": "tier_and_details.11e3a0bb90844b49be054f9723eebcae", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "12f025d4039d4ae69530e2ec65d134d8", - "fieldPath": "tier_and_details.12f025d4039d4ae69530e2ec65d134d8", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "1399c72f5aa741b6b9cb497837f55aa2", - "fieldPath": "tier_and_details.1399c72f5aa741b6b9cb497837f55aa2", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "142ac5781d314f659023117057488a6c", - "fieldPath": "tier_and_details.142ac5781d314f659023117057488a6c", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "14540f8bc96947fdb620f52768acce16", - "fieldPath": "tier_and_details.14540f8bc96947fdb620f52768acce16", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "14b8d7848c14493dbb380abeb677db1b", - "fieldPath": "tier_and_details.14b8d7848c14493dbb380abeb677db1b", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "150584fabf0346ceadbfb329b9f6a98c", - "fieldPath": "tier_and_details.150584fabf0346ceadbfb329b9f6a98c", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "153755224a544887b611dc046ae8a701", - "fieldPath": "tier_and_details.153755224a544887b611dc046ae8a701", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "156adfcaa2ff4a7b8793ceaa216008d2", - "fieldPath": "tier_and_details.156adfcaa2ff4a7b8793ceaa216008d2", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "1768a44b906c4303b765ea38b1b4bbb2", - "fieldPath": "tier_and_details.1768a44b906c4303b765ea38b1b4bbb2", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "178843ff3bed4b75954bb8d7cf332d70", - "fieldPath": "tier_and_details.178843ff3bed4b75954bb8d7cf332d70", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "19b3750896e748e08b769539e08bf436", - "fieldPath": "tier_and_details.19b3750896e748e08b769539e08bf436", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "19e2c6ccebcc4d69bc8b807980b7dfe8", - "fieldPath": "tier_and_details.19e2c6ccebcc4d69bc8b807980b7dfe8", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "1a293928a7344fc28d8e42485eeb1c77", - "fieldPath": "tier_and_details.1a293928a7344fc28d8e42485eeb1c77", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "1b3cdcb5287744beb8b0a0bb53f6816d", - "fieldPath": "tier_and_details.1b3cdcb5287744beb8b0a0bb53f6816d", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "1b606261cefd4bcbbf02de3313610492", - "fieldPath": "tier_and_details.1b606261cefd4bcbbf02de3313610492", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "1c0357589b88465ab8e813d287700830", - "fieldPath": "tier_and_details.1c0357589b88465ab8e813d287700830", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "1c6679a4fda54e5d9126128711d682da", - "fieldPath": "tier_and_details.1c6679a4fda54e5d9126128711d682da", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "1cf4ce3efef840c2ae4b0f66bc0a8e55", - "fieldPath": "tier_and_details.1cf4ce3efef840c2ae4b0f66bc0a8e55", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "1e220b99759845508cacdca9313a5fc5", - "fieldPath": "tier_and_details.1e220b99759845508cacdca9313a5fc5", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "1e64a51089c54d08911baf77be6b3713", - "fieldPath": "tier_and_details.1e64a51089c54d08911baf77be6b3713", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "1f6047657041457d9a77a3a3cce687ff", - "fieldPath": "tier_and_details.1f6047657041457d9a77a3a3cce687ff", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "1fe9e1c65acf4a969c498685c2521a3f", - "fieldPath": "tier_and_details.1fe9e1c65acf4a969c498685c2521a3f", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "2248f01694684922ac493ae54808ad0b", - "fieldPath": "tier_and_details.2248f01694684922ac493ae54808ad0b", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "237143b0bea944409c529daf1f38027b", - "fieldPath": "tier_and_details.237143b0bea944409c529daf1f38027b", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "2371815278ce47f18f4d384b91183d2c", - "fieldPath": "tier_and_details.2371815278ce47f18f4d384b91183d2c", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "243324baedf24266b36264daac98117a", - "fieldPath": "tier_and_details.243324baedf24266b36264daac98117a", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "244a43ff263b4e35adbac1a60ee1dac7", - "fieldPath": "tier_and_details.244a43ff263b4e35adbac1a60ee1dac7", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "262951da826d461e962db6115b78e85c", - "fieldPath": "tier_and_details.262951da826d461e962db6115b78e85c", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "27e7c8ab86384915996f987d7dcb3ca7", - "fieldPath": "tier_and_details.27e7c8ab86384915996f987d7dcb3ca7", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "27f5804deaa2459ea1102a8d784876a2", - "fieldPath": "tier_and_details.27f5804deaa2459ea1102a8d784876a2", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "28440204c6da475d8e78f42b1550a6e0", - "fieldPath": "tier_and_details.28440204c6da475d8e78f42b1550a6e0", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "28cf2d66a5944fa8a4c0ac9725ad1b62", - "fieldPath": "tier_and_details.28cf2d66a5944fa8a4c0ac9725ad1b62", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "28fa137392554682927d0a71b2d4e89a", - "fieldPath": "tier_and_details.28fa137392554682927d0a71b2d4e89a", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "2a3cec81cd26455499355a9098611ab0", - "fieldPath": "tier_and_details.2a3cec81cd26455499355a9098611ab0", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "2a4e63af172f4ecbbdf6b9dd3f28d8d2", - "fieldPath": "tier_and_details.2a4e63af172f4ecbbdf6b9dd3f28d8d2", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "2a813dffd08540e0ae57733110199c84", - "fieldPath": "tier_and_details.2a813dffd08540e0ae57733110199c84", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "2ab8732262794f9faa36757f97cb9280", - "fieldPath": "tier_and_details.2ab8732262794f9faa36757f97cb9280", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "2b558fe1fa70429ba01e2ac2307ad495", - "fieldPath": "tier_and_details.2b558fe1fa70429ba01e2ac2307ad495", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "2cf11f6f194c4504821dbe26d2543bee", - "fieldPath": "tier_and_details.2cf11f6f194c4504821dbe26d2543bee", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "2eb4b72c91eb4be3833f8a30f675db62", - "fieldPath": "tier_and_details.2eb4b72c91eb4be3833f8a30f675db62", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "2ecc798c157e47d49cee73769507f76d", - "fieldPath": "tier_and_details.2ecc798c157e47d49cee73769507f76d", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "2ed001ce9a4442a6a2974335966136fc", - "fieldPath": "tier_and_details.2ed001ce9a4442a6a2974335966136fc", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "2f4891146b2f4f4f9f353d4ddc016149", - "fieldPath": "tier_and_details.2f4891146b2f4f4f9f353d4ddc016149", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "2fa99e0e672543d8ad9ef11779d8b81a", - "fieldPath": "tier_and_details.2fa99e0e672543d8ad9ef11779d8b81a", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "3124cc130f624526aab5ea439f21f69e", - "fieldPath": "tier_and_details.3124cc130f624526aab5ea439f21f69e", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "315dc7a8ba9e457b938697fa5a48d104", - "fieldPath": "tier_and_details.315dc7a8ba9e457b938697fa5a48d104", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "319d4668c59a4990b7724f7110ed56c1", - "fieldPath": "tier_and_details.319d4668c59a4990b7724f7110ed56c1", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "321cdec924004fd79eaecd14de883ae4", - "fieldPath": "tier_and_details.321cdec924004fd79eaecd14de883ae4", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "32ad086469014f26b9e30b1c64bbb322", - "fieldPath": "tier_and_details.32ad086469014f26b9e30b1c64bbb322", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "338334448f824daf8f60cd3880f54d3a", - "fieldPath": "tier_and_details.338334448f824daf8f60cd3880f54d3a", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "348e127cf32e462c9d5518dbca3b0d83", - "fieldPath": "tier_and_details.348e127cf32e462c9d5518dbca3b0d83", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "35d24ecf370e4e21ba65dbe49e44d811", - "fieldPath": "tier_and_details.35d24ecf370e4e21ba65dbe49e44d811", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "35f3364970214bb786b79b592b4d39b8", - "fieldPath": "tier_and_details.35f3364970214bb786b79b592b4d39b8", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "361f3f6e50fc416eaad9043e3ede9962", - "fieldPath": "tier_and_details.361f3f6e50fc416eaad9043e3ede9962", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "36d50ad14fa240ee9fe8b1e40ae616aa", - "fieldPath": "tier_and_details.36d50ad14fa240ee9fe8b1e40ae616aa", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "37c16a6151f3475491cacddcccd770dc", - "fieldPath": "tier_and_details.37c16a6151f3475491cacddcccd770dc", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "39020d9db81a46d08f586365a5076aea", - "fieldPath": "tier_and_details.39020d9db81a46d08f586365a5076aea", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "3986916269594d61951dc8fff17beee7", - "fieldPath": "tier_and_details.3986916269594d61951dc8fff17beee7", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "3a2b834e068945e2913b5eea8cc676c2", - "fieldPath": "tier_and_details.3a2b834e068945e2913b5eea8cc676c2", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "3a2c2a6d7c65480fbf64d29ae7542481", - "fieldPath": "tier_and_details.3a2c2a6d7c65480fbf64d29ae7542481", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "3a6e1b4d345b49c3b68eb640ee374d05", - "fieldPath": "tier_and_details.3a6e1b4d345b49c3b68eb640ee374d05", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "3c314ff0b9b44ef88def490f96e7ea77", - "fieldPath": "tier_and_details.3c314ff0b9b44ef88def490f96e7ea77", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "3cd1f7d258804aebb4990cc32228d72e", - "fieldPath": "tier_and_details.3cd1f7d258804aebb4990cc32228d72e", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "3e05a76a2fc24390b1fb34b0148433f9", - "fieldPath": "tier_and_details.3e05a76a2fc24390b1fb34b0148433f9", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "3ea13ed43fce4e87bf473e33b725b4dc", - "fieldPath": "tier_and_details.3ea13ed43fce4e87bf473e33b725b4dc", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "400aa61d323a492f9688b99a8ada975c", - "fieldPath": "tier_and_details.400aa61d323a492f9688b99a8ada975c", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "40694ad70cf7489aa179d0c7b315d464", - "fieldPath": "tier_and_details.40694ad70cf7489aa179d0c7b315d464", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "407442b8856c4f6fae5be1e8a445b574", - "fieldPath": "tier_and_details.407442b8856c4f6fae5be1e8a445b574", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "4093a98f922b4e0188c875f4ab22333f", - "fieldPath": "tier_and_details.4093a98f922b4e0188c875f4ab22333f", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "419a8f695c5049369701c23f37c75314", - "fieldPath": "tier_and_details.419a8f695c5049369701c23f37c75314", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "420fc4bc96e2435abbf1a5973ed39cc0", - "fieldPath": "tier_and_details.420fc4bc96e2435abbf1a5973ed39cc0", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "42f70f67199947818d4d256412c91e22", - "fieldPath": "tier_and_details.42f70f67199947818d4d256412c91e22", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "43f54863661d4405942976c0d95dcdd3", - "fieldPath": "tier_and_details.43f54863661d4405942976c0d95dcdd3", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "4456cae1667c4e6495e7f3578c5573c0", - "fieldPath": "tier_and_details.4456cae1667c4e6495e7f3578c5573c0", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "44589276e6f84ed58ada0ad0887f2492", - "fieldPath": "tier_and_details.44589276e6f84ed58ada0ad0887f2492", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "44ded6fe7e5a48d4bb38907f49603e93", - "fieldPath": "tier_and_details.44ded6fe7e5a48d4bb38907f49603e93", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "45133ca42f354b439702aadaf550fd61", - "fieldPath": "tier_and_details.45133ca42f354b439702aadaf550fd61", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "457228a40d1d4a2696772c34ce736a18", - "fieldPath": "tier_and_details.457228a40d1d4a2696772c34ce736a18", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "458e6b9ea2444d6f9b4b5e9e21ca685c", - "fieldPath": "tier_and_details.458e6b9ea2444d6f9b4b5e9e21ca685c", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "4611c2a5c4404ac1ab1fe5e4a98ef273", - "fieldPath": "tier_and_details.4611c2a5c4404ac1ab1fe5e4a98ef273", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "4656ca6cf342445dbc024429fe6fef64", - "fieldPath": "tier_and_details.4656ca6cf342445dbc024429fe6fef64", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "48dde6e108654d83aed0a74e7ed0aede", - "fieldPath": "tier_and_details.48dde6e108654d83aed0a74e7ed0aede", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "48ec215de4be4f63a437af44fb1d0f25", - "fieldPath": "tier_and_details.48ec215de4be4f63a437af44fb1d0f25", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "496aed84abe64de3a43eba9be7442a60", - "fieldPath": "tier_and_details.496aed84abe64de3a43eba9be7442a60", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "49c2662c8dad4de59259cddaecb53387", - "fieldPath": "tier_and_details.49c2662c8dad4de59259cddaecb53387", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "4a4d209a65614639aa98f7a3e222b70d", - "fieldPath": "tier_and_details.4a4d209a65614639aa98f7a3e222b70d", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "4a6826f6881f48d7ac6c9c7b2e352a07", - "fieldPath": "tier_and_details.4a6826f6881f48d7ac6c9c7b2e352a07", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "4b4dadf08b564e81b98b2c5d253433c6", - "fieldPath": "tier_and_details.4b4dadf08b564e81b98b2c5d253433c6", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "4c207e65857742f89d8155139b24c0f0", - "fieldPath": "tier_and_details.4c207e65857742f89d8155139b24c0f0", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "4d474eebd26a421fb51ed963748c310b", - "fieldPath": "tier_and_details.4d474eebd26a421fb51ed963748c310b", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "4d58f15e1d2a4006b7dbedb1a3583de9", - "fieldPath": "tier_and_details.4d58f15e1d2a4006b7dbedb1a3583de9", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "4d6c58a55242420090093cd7cd29b6ca", - "fieldPath": "tier_and_details.4d6c58a55242420090093cd7cd29b6ca", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "4d75e63fe2ea441fa9f9376a72d88e5e", - "fieldPath": "tier_and_details.4d75e63fe2ea441fa9f9376a72d88e5e", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "4eb87d785d9849a098728185bad74bda", - "fieldPath": "tier_and_details.4eb87d785d9849a098728185bad74bda", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "4eef8924463241d6a0d8e4234f1ccedb", - "fieldPath": "tier_and_details.4eef8924463241d6a0d8e4234f1ccedb", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "4f32fd5f1af547e7aa907fa3e64ae024", - "fieldPath": "tier_and_details.4f32fd5f1af547e7aa907fa3e64ae024", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "508e6a9ea7a64740a06817764e9e5e72", - "fieldPath": "tier_and_details.508e6a9ea7a64740a06817764e9e5e72", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "50fb121e828d4160844d9277ad978832", - "fieldPath": "tier_and_details.50fb121e828d4160844d9277ad978832", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "513dad091920468fa108583310cf15cd", - "fieldPath": "tier_and_details.513dad091920468fa108583310cf15cd", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "521b42a905424ccd9da23c436e2c5cf4", - "fieldPath": "tier_and_details.521b42a905424ccd9da23c436e2c5cf4", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "525b0388e0904f17958cc3a7d56b9d6d", - "fieldPath": "tier_and_details.525b0388e0904f17958cc3a7d56b9d6d", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "52e40a6c36aa4f9f91093cd1923ef2e6", - "fieldPath": "tier_and_details.52e40a6c36aa4f9f91093cd1923ef2e6", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "5357e9de3cbd4470959193d5e43ed87b", - "fieldPath": "tier_and_details.5357e9de3cbd4470959193d5e43ed87b", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "537f1f089c7548cca95481b0422d0b2c", - "fieldPath": "tier_and_details.537f1f089c7548cca95481b0422d0b2c", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "53d85cf6672244e3a4008b09fe6bd0e3", - "fieldPath": "tier_and_details.53d85cf6672244e3a4008b09fe6bd0e3", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "545c5449ab1a4df0953c60d6ecc38fd5", - "fieldPath": "tier_and_details.545c5449ab1a4df0953c60d6ecc38fd5", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "54bfcfe250bb495ca9377546b4b90f07", - "fieldPath": "tier_and_details.54bfcfe250bb495ca9377546b4b90f07", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "5516e45ad15c4eabb29dcf503ec986d2", - "fieldPath": "tier_and_details.5516e45ad15c4eabb29dcf503ec986d2", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "55429058eda14f3ebe9cf7b852fbc1d1", - "fieldPath": "tier_and_details.55429058eda14f3ebe9cf7b852fbc1d1", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "55edd93016f5405290ef4dcd1f591d38", - "fieldPath": "tier_and_details.55edd93016f5405290ef4dcd1f591d38", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "564efb88e27b4bd5ac8bd25a6404545d", - "fieldPath": "tier_and_details.564efb88e27b4bd5ac8bd25a6404545d", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "56a2451072744942a4347b663a21948c", - "fieldPath": "tier_and_details.56a2451072744942a4347b663a21948c", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "58d241387876450b9bcbc24725a7ef65", - "fieldPath": "tier_and_details.58d241387876450b9bcbc24725a7ef65", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "58d44bf31dca4680b2552f67631ecc90", - "fieldPath": "tier_and_details.58d44bf31dca4680b2552f67631ecc90", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "5904cb3441ab4d26ac13059b8326f063", - "fieldPath": "tier_and_details.5904cb3441ab4d26ac13059b8326f063", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "59774b0c0b04468880fb336fd2d82d6b", - "fieldPath": "tier_and_details.59774b0c0b04468880fb336fd2d82d6b", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "59ee9884093f41cc94b4b59e81655bf4", - "fieldPath": "tier_and_details.59ee9884093f41cc94b4b59e81655bf4", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "5a16ade9bc0d4d52a3c1a307cb1aec86", - "fieldPath": "tier_and_details.5a16ade9bc0d4d52a3c1a307cb1aec86", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "5c5bc5f550f84dfb90ff16b565855eeb", - "fieldPath": "tier_and_details.5c5bc5f550f84dfb90ff16b565855eeb", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "5cb805661d8f4fad9290fbd0976bb95a", - "fieldPath": "tier_and_details.5cb805661d8f4fad9290fbd0976bb95a", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "5cf7677f0e2b4caabe9d6e6eeccd977c", - "fieldPath": "tier_and_details.5cf7677f0e2b4caabe9d6e6eeccd977c", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "5d172f08073c4b3eb1ef9654b3413541", - "fieldPath": "tier_and_details.5d172f08073c4b3eb1ef9654b3413541", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "5d537a87f7c347ea9c5ee634c6d73e0d", - "fieldPath": "tier_and_details.5d537a87f7c347ea9c5ee634c6d73e0d", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "5d6a79083c26402bbef823a55d2f4208", - "fieldPath": "tier_and_details.5d6a79083c26402bbef823a55d2f4208", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "5df18a18238a4d1cb2072a067a582b67", - "fieldPath": "tier_and_details.5df18a18238a4d1cb2072a067a582b67", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "5e3df90f0a904db6bdb021d9fad05ee2", - "fieldPath": "tier_and_details.5e3df90f0a904db6bdb021d9fad05ee2", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "5e79359324da440fb26097e8dafe9844", - "fieldPath": "tier_and_details.5e79359324da440fb26097e8dafe9844", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "5f0c84cd355647fda140919fd98f8121", - "fieldPath": "tier_and_details.5f0c84cd355647fda140919fd98f8121", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "5f0ff824b5614acd8992473e730e62cc", - "fieldPath": "tier_and_details.5f0ff824b5614acd8992473e730e62cc", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "5ffe9c6c56f0406ea2970d2fe725033c", - "fieldPath": "tier_and_details.5ffe9c6c56f0406ea2970d2fe725033c", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "60395133920e40538be23dbe88f3968e", - "fieldPath": "tier_and_details.60395133920e40538be23dbe88f3968e", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "60502f6861f045d090662a935e712696", - "fieldPath": "tier_and_details.60502f6861f045d090662a935e712696", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "6081b71bcb1b4fbb9e385369aa2e8216", - "fieldPath": "tier_and_details.6081b71bcb1b4fbb9e385369aa2e8216", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "60873e6ac83e4eafaefb50c4d519bdcf", - "fieldPath": "tier_and_details.60873e6ac83e4eafaefb50c4d519bdcf", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "608b1f592c294b67ab7398b52c866833", - "fieldPath": "tier_and_details.608b1f592c294b67ab7398b52c866833", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "610fffe3960f48969b3830f801d308a0", - "fieldPath": "tier_and_details.610fffe3960f48969b3830f801d308a0", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "613242814f424d97bff9af7de4c78f0a", - "fieldPath": "tier_and_details.613242814f424d97bff9af7de4c78f0a", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "622f472651c649ba97d374415773b1db", - "fieldPath": "tier_and_details.622f472651c649ba97d374415773b1db", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "64314ecf7ed74cb2ad483f2f5b74dea0", - "fieldPath": "tier_and_details.64314ecf7ed74cb2ad483f2f5b74dea0", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "6442a7ac264f4042ae77e9dbc01b9e79", - "fieldPath": "tier_and_details.6442a7ac264f4042ae77e9dbc01b9e79", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "645a75793c704534a29e37f2a17ff0a5", - "fieldPath": "tier_and_details.645a75793c704534a29e37f2a17ff0a5", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "64d78322924f465fbab46cf575a45cbf", - "fieldPath": "tier_and_details.64d78322924f465fbab46cf575a45cbf", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "6547d9380bfc49cb9be65d4f121941a6", - "fieldPath": "tier_and_details.6547d9380bfc49cb9be65d4f121941a6", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "66f234cf1ca442a898c757d50012e3b0", - "fieldPath": "tier_and_details.66f234cf1ca442a898c757d50012e3b0", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "670ace0029c24f2d9927e3279190be0b", - "fieldPath": "tier_and_details.670ace0029c24f2d9927e3279190be0b", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "6715aad3c524498f8d885bd2f428e40c", - "fieldPath": "tier_and_details.6715aad3c524498f8d885bd2f428e40c", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "672ce3417f8b4d729ab38b383bde074b", - "fieldPath": "tier_and_details.672ce3417f8b4d729ab38b383bde074b", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "675f8f3c90b44876a706e5519dd8ed45", - "fieldPath": "tier_and_details.675f8f3c90b44876a706e5519dd8ed45", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "67f2fd832ebc4b23ad6bcaa2aeed61f6", - "fieldPath": "tier_and_details.67f2fd832ebc4b23ad6bcaa2aeed61f6", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "68691bda7f5c41e580f46498586bc1ee", - "fieldPath": "tier_and_details.68691bda7f5c41e580f46498586bc1ee", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "687d08f98ec14ef1995c18fd84436fe8", - "fieldPath": "tier_and_details.687d08f98ec14ef1995c18fd84436fe8", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "68ad0301345f4de0984c9a46fda30653", - "fieldPath": "tier_and_details.68ad0301345f4de0984c9a46fda30653", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "68f65b16dc434e33a674c5d6583cc268", - "fieldPath": "tier_and_details.68f65b16dc434e33a674c5d6583cc268", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "697c97e581a74af3ba54d4710588c505", - "fieldPath": "tier_and_details.697c97e581a74af3ba54d4710588c505", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "698ed77ac4bc4294af1598d70a77ac19", - "fieldPath": "tier_and_details.698ed77ac4bc4294af1598d70a77ac19", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "699456451cc24f028d2aa99d7534c219", - "fieldPath": "tier_and_details.699456451cc24f028d2aa99d7534c219", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "69f8b6a3c39c42edb540499ee2651b75", - "fieldPath": "tier_and_details.69f8b6a3c39c42edb540499ee2651b75", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "6a922e8729164ec3bc91a955d00d75a6", - "fieldPath": "tier_and_details.6a922e8729164ec3bc91a955d00d75a6", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "6b1125e54bb24dfc8da297eaf8f0fa67", - "fieldPath": "tier_and_details.6b1125e54bb24dfc8da297eaf8f0fa67", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "6b99c1ac3c70417daad76d6ea6b72c71", - "fieldPath": "tier_and_details.6b99c1ac3c70417daad76d6ea6b72c71", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "6bab0e280bb44576979df8fd3eca13c1", - "fieldPath": "tier_and_details.6bab0e280bb44576979df8fd3eca13c1", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "6bbea401cbf74a15b261f8ebe974d306", - "fieldPath": "tier_and_details.6bbea401cbf74a15b261f8ebe974d306", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "6bf9633c0fa34014b85383ae07619dce", - "fieldPath": "tier_and_details.6bf9633c0fa34014b85383ae07619dce", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "6c01dd2fd24949888adb525652891068", - "fieldPath": "tier_and_details.6c01dd2fd24949888adb525652891068", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "6c763525405a4dc69231122051518572", - "fieldPath": "tier_and_details.6c763525405a4dc69231122051518572", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "6cd2b0f1b476482783e777e10a9b87fa", - "fieldPath": "tier_and_details.6cd2b0f1b476482783e777e10a9b87fa", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "6d691fffdf814363aaa0a746645b9681", - "fieldPath": "tier_and_details.6d691fffdf814363aaa0a746645b9681", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "6df3d5f34d86418e8c82af2a9e14af32", - "fieldPath": "tier_and_details.6df3d5f34d86418e8c82af2a9e14af32", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "6e3ff5a1c5a94758b86326284412ba67", - "fieldPath": "tier_and_details.6e3ff5a1c5a94758b86326284412ba67", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "6e48bb3fc9274330a2723d578f888c2b", - "fieldPath": "tier_and_details.6e48bb3fc9274330a2723d578f888c2b", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "6e60453c66a74458862f38f721bdf1aa", - "fieldPath": "tier_and_details.6e60453c66a74458862f38f721bdf1aa", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "6e917d10a92c4007a103bfa8b13c1d8b", - "fieldPath": "tier_and_details.6e917d10a92c4007a103bfa8b13c1d8b", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "6e93c7288f104b1ba05ad7ddadef3d4b", - "fieldPath": "tier_and_details.6e93c7288f104b1ba05ad7ddadef3d4b", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "6efb8a9ab3b04d62a95eae053db98b08", - "fieldPath": "tier_and_details.6efb8a9ab3b04d62a95eae053db98b08", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "6f4836805a744592a2193a45e9801038", - "fieldPath": "tier_and_details.6f4836805a744592a2193a45e9801038", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "6f71f360dbf949fd821b79fc782a38ed", - "fieldPath": "tier_and_details.6f71f360dbf949fd821b79fc782a38ed", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "7132dc3ba1724e409d0c26b9d94d5dc6", - "fieldPath": "tier_and_details.7132dc3ba1724e409d0c26b9d94d5dc6", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "719a648c0447440e931147914b78c2cd", - "fieldPath": "tier_and_details.719a648c0447440e931147914b78c2cd", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "72329183d3dc41cba552867ccfaa0d7e", - "fieldPath": "tier_and_details.72329183d3dc41cba552867ccfaa0d7e", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "723acb8e6a1c434fbbe3a04d6d673c83", - "fieldPath": "tier_and_details.723acb8e6a1c434fbbe3a04d6d673c83", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "7251913822e241b0b34504f1f1f910cc", - "fieldPath": "tier_and_details.7251913822e241b0b34504f1f1f910cc", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "7357ea1cee4349aa9ef24f47f94b783c", - "fieldPath": "tier_and_details.7357ea1cee4349aa9ef24f47f94b783c", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "735a1e4d8206413d81f751257b2ee8fa", - "fieldPath": "tier_and_details.735a1e4d8206413d81f751257b2ee8fa", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "73c77531800541cbb37514a7a75a8efb", - "fieldPath": "tier_and_details.73c77531800541cbb37514a7a75a8efb", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "73fb53d2fb004a1bb60c63712db40827", - "fieldPath": "tier_and_details.73fb53d2fb004a1bb60c63712db40827", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "7477f5bf4451493ea12bbc39115d83e6", - "fieldPath": "tier_and_details.7477f5bf4451493ea12bbc39115d83e6", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "76a2eef9b7de475bb3f8df7d1db99498", - "fieldPath": "tier_and_details.76a2eef9b7de475bb3f8df7d1db99498", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "77ad7324caa5446a8837df9d63aab981", - "fieldPath": "tier_and_details.77ad7324caa5446a8837df9d63aab981", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "77b30f2ac7044e92af11df10794dc5d9", - "fieldPath": "tier_and_details.77b30f2ac7044e92af11df10794dc5d9", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "77b5c19b1cfa4aee8a7f2cc00bd2fe62", - "fieldPath": "tier_and_details.77b5c19b1cfa4aee8a7f2cc00bd2fe62", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "7842213621354f1e95d98486987c4e67", - "fieldPath": "tier_and_details.7842213621354f1e95d98486987c4e67", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "78c18dd321e541dd84bbb9540af74339", - "fieldPath": "tier_and_details.78c18dd321e541dd84bbb9540af74339", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "7920f7f68c794ad6b469955944c31d7e", - "fieldPath": "tier_and_details.7920f7f68c794ad6b469955944c31d7e", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "79a6971c0b5746ffbaa1f041c127abce", - "fieldPath": "tier_and_details.79a6971c0b5746ffbaa1f041c127abce", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "7a5c36ee4d1b49c09fc98f3ddf9f5dd4", - "fieldPath": "tier_and_details.7a5c36ee4d1b49c09fc98f3ddf9f5dd4", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "7af2454f92d24c0c88504210005ce61f", - "fieldPath": "tier_and_details.7af2454f92d24c0c88504210005ce61f", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "7c20a340b924446fa00663f0a0c0c9f7", - "fieldPath": "tier_and_details.7c20a340b924446fa00663f0a0c0c9f7", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "7c96ec119e404834b14ae9ad8f543b3c", - "fieldPath": "tier_and_details.7c96ec119e404834b14ae9ad8f543b3c", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "7ca62be04daa416cbb26145d7b12926d", - "fieldPath": "tier_and_details.7ca62be04daa416cbb26145d7b12926d", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "7ced4947639d4076bb0cfe9e115a99fb", - "fieldPath": "tier_and_details.7ced4947639d4076bb0cfe9e115a99fb", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "7ff503c9110a484f8609e41629ae8683", - "fieldPath": "tier_and_details.7ff503c9110a484f8609e41629ae8683", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "810a3cd4c0cf4c8cb978fde9c4daf13c", - "fieldPath": "tier_and_details.810a3cd4c0cf4c8cb978fde9c4daf13c", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "81b6605ed584438b934f10326b180b8f", - "fieldPath": "tier_and_details.81b6605ed584438b934f10326b180b8f", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "82c948decc8a4342ba104bc2b526c45b", - "fieldPath": "tier_and_details.82c948decc8a4342ba104bc2b526c45b", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "838742a44c8d4d5585449eacc5f283cc", - "fieldPath": "tier_and_details.838742a44c8d4d5585449eacc5f283cc", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "83a5ec47d91e4fc794e22d0c392b7b0b", - "fieldPath": "tier_and_details.83a5ec47d91e4fc794e22d0c392b7b0b", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "84901ffda1894098b82206783163ad56", - "fieldPath": "tier_and_details.84901ffda1894098b82206783163ad56", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "85321cf2ccd74a2f83c0e0b6a3dc1d8a", - "fieldPath": "tier_and_details.85321cf2ccd74a2f83c0e0b6a3dc1d8a", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "85671e0650d041e89e8b1983c86490d7", - "fieldPath": "tier_and_details.85671e0650d041e89e8b1983c86490d7", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "856ec252f2154e22b8044386ee5bd9ab", - "fieldPath": "tier_and_details.856ec252f2154e22b8044386ee5bd9ab", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "8581f210b7994bcc83dfa4c50af72251", - "fieldPath": "tier_and_details.8581f210b7994bcc83dfa4c50af72251", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "85bc29c5ad6445e89551e600fcc85842", - "fieldPath": "tier_and_details.85bc29c5ad6445e89551e600fcc85842", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "8604fe44fc5e491096e18ad6a774ebb6", - "fieldPath": "tier_and_details.8604fe44fc5e491096e18ad6a774ebb6", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "867524e78ca64c03a722d70be4e36168", - "fieldPath": "tier_and_details.867524e78ca64c03a722d70be4e36168", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "86b1602bf0664467aaef2d7a087085aa", - "fieldPath": "tier_and_details.86b1602bf0664467aaef2d7a087085aa", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "86ee9babe3b14df28efd8027233d0013", - "fieldPath": "tier_and_details.86ee9babe3b14df28efd8027233d0013", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "874b68cf6712432fb8cdec8b005e0a57", - "fieldPath": "tier_and_details.874b68cf6712432fb8cdec8b005e0a57", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "87767b70cdff4555993e7f53d4659428", - "fieldPath": "tier_and_details.87767b70cdff4555993e7f53d4659428", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "8a3f2c32f9d7405c81beb8b8e9d777ab", - "fieldPath": "tier_and_details.8a3f2c32f9d7405c81beb8b8e9d777ab", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "8a9c2da1828247ffa23e13dd8cca564c", - "fieldPath": "tier_and_details.8a9c2da1828247ffa23e13dd8cca564c", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "8c93bf3a991445f0846a904e88e28c89", - "fieldPath": "tier_and_details.8c93bf3a991445f0846a904e88e28c89", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "8d6901986d824d678082ae7ce7e0f1f2", - "fieldPath": "tier_and_details.8d6901986d824d678082ae7ce7e0f1f2", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "9008929342b14f07b70684126a66766e", - "fieldPath": "tier_and_details.9008929342b14f07b70684126a66766e", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "9036db8d7b3f4905adf0d0f0e102aceb", - "fieldPath": "tier_and_details.9036db8d7b3f4905adf0d0f0e102aceb", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "907d6c34e8394e3c862c38481319b3b4", - "fieldPath": "tier_and_details.907d6c34e8394e3c862c38481319b3b4", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "90d034a258e443df9f30fe5ab336fd9a", - "fieldPath": "tier_and_details.90d034a258e443df9f30fe5ab336fd9a", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "9165fa137689415b9f9e3ef2fbfb373e", - "fieldPath": "tier_and_details.9165fa137689415b9f9e3ef2fbfb373e", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "921b3281d79d4f818be9906c5fa8e43f", - "fieldPath": "tier_and_details.921b3281d79d4f818be9906c5fa8e43f", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "9227229041164a1f8c2661f7bf92736b", - "fieldPath": "tier_and_details.9227229041164a1f8c2661f7bf92736b", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "9239d9520c4641d2b4ea66333b9c54b4", - "fieldPath": "tier_and_details.9239d9520c4641d2b4ea66333b9c54b4", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "93017fb375a9443fa9cb58d5f8dbc18f", - "fieldPath": "tier_and_details.93017fb375a9443fa9cb58d5f8dbc18f", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "931a8fb507584aa1ab3a96ebcc5f27cc", - "fieldPath": "tier_and_details.931a8fb507584aa1ab3a96ebcc5f27cc", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "953a307d9f3f4a5c85fab53b5d45b396", - "fieldPath": "tier_and_details.953a307d9f3f4a5c85fab53b5d45b396", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "95ceb97e3ffc4b47965572259062920e", - "fieldPath": "tier_and_details.95ceb97e3ffc4b47965572259062920e", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "95dc13d9c62b42dbb93deed8ae4b3695", - "fieldPath": "tier_and_details.95dc13d9c62b42dbb93deed8ae4b3695", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "96b6bec2c3f54b228a77bfda7fdcf59c", - "fieldPath": "tier_and_details.96b6bec2c3f54b228a77bfda7fdcf59c", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "970f0c15c509422e9c0ea73657847354", - "fieldPath": "tier_and_details.970f0c15c509422e9c0ea73657847354", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "97a5fccd41f741e3879136c735ceef15", - "fieldPath": "tier_and_details.97a5fccd41f741e3879136c735ceef15", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "9863a26a119d4f4a8ebbc9000fcabda4", - "fieldPath": "tier_and_details.9863a26a119d4f4a8ebbc9000fcabda4", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "98d74e71feb14bf1af8b7dca6d7e07bd", - "fieldPath": "tier_and_details.98d74e71feb14bf1af8b7dca6d7e07bd", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "992a566157114950bff7f815ef3d2f97", - "fieldPath": "tier_and_details.992a566157114950bff7f815ef3d2f97", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "9988f1de50bd4183a582a4dc851ff75b", - "fieldPath": "tier_and_details.9988f1de50bd4183a582a4dc851ff75b", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "99f0ac08c16f44499a683620bff99186", - "fieldPath": "tier_and_details.99f0ac08c16f44499a683620bff99186", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "9b717ede48f64cbbb325873adc1cc431", - "fieldPath": "tier_and_details.9b717ede48f64cbbb325873adc1cc431", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "9ba7b14231da40a5a1fad39760ecbb97", - "fieldPath": "tier_and_details.9ba7b14231da40a5a1fad39760ecbb97", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "9c0fbd3733694f799759340c5d742e9b", - "fieldPath": "tier_and_details.9c0fbd3733694f799759340c5d742e9b", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "9c1b880156184065bfbfc090a8f88542", - "fieldPath": "tier_and_details.9c1b880156184065bfbfc090a8f88542", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "9c2b892696094a588d2da74a76f2dc63", - "fieldPath": "tier_and_details.9c2b892696094a588d2da74a76f2dc63", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "9c4e072aba0644b090eddad2c74a506f", - "fieldPath": "tier_and_details.9c4e072aba0644b090eddad2c74a506f", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "9cf7b673906646b2b5b4100000c9484a", - "fieldPath": "tier_and_details.9cf7b673906646b2b5b4100000c9484a", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "9d08522a501c492e8d06d3c2629ac64e", - "fieldPath": "tier_and_details.9d08522a501c492e8d06d3c2629ac64e", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "9d1bd70bd89d43cb9b36c9a5d3a4828e", - "fieldPath": "tier_and_details.9d1bd70bd89d43cb9b36c9a5d3a4828e", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "9d7b2929849548d29c31d2cf660f9551", - "fieldPath": "tier_and_details.9d7b2929849548d29c31d2cf660f9551", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "9dce685653fc451ab69082ec77c8d1ab", - "fieldPath": "tier_and_details.9dce685653fc451ab69082ec77c8d1ab", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "a0759192365b41f980b20277ef8e50dc", - "fieldPath": "tier_and_details.a0759192365b41f980b20277ef8e50dc", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "a0d6feba862b47c3aafe04f8abe47946", - "fieldPath": "tier_and_details.a0d6feba862b47c3aafe04f8abe47946", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "a1184f4cdfcd408abfea00fd3ac29ba9", - "fieldPath": "tier_and_details.a1184f4cdfcd408abfea00fd3ac29ba9", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "a15baf69a759423297f11ce6c7b0bc9a", - "fieldPath": "tier_and_details.a15baf69a759423297f11ce6c7b0bc9a", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "a1735f9289ff4ffb8afb5c4087cf3996", - "fieldPath": "tier_and_details.a1735f9289ff4ffb8afb5c4087cf3996", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "a17c5797cfe240198e6b5ca6007b5bf7", - "fieldPath": "tier_and_details.a17c5797cfe240198e6b5ca6007b5bf7", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "a1942c6e921e4646a96f43375b7db5b9", - "fieldPath": "tier_and_details.a1942c6e921e4646a96f43375b7db5b9", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "a1a45827be424d73bf61ebde661e2ef2", - "fieldPath": "tier_and_details.a1a45827be424d73bf61ebde661e2ef2", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "a1c125571c4749e083116eb706cebf78", - "fieldPath": "tier_and_details.a1c125571c4749e083116eb706cebf78", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "a1db496ee61449729685e7259c4559b2", - "fieldPath": "tier_and_details.a1db496ee61449729685e7259c4559b2", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "a2a3f99f06e547d286e8d007621f3736", - "fieldPath": "tier_and_details.a2a3f99f06e547d286e8d007621f3736", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "a2c16735d034462080b24c59a35a467b", - "fieldPath": "tier_and_details.a2c16735d034462080b24c59a35a467b", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "a35f38ec7dfd483a9daf43cd12734b9c", - "fieldPath": "tier_and_details.a35f38ec7dfd483a9daf43cd12734b9c", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "a4a628bb041e48189592b982202a0992", - "fieldPath": "tier_and_details.a4a628bb041e48189592b982202a0992", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "a595c932a7f040eb842351563def222e", - "fieldPath": "tier_and_details.a595c932a7f040eb842351563def222e", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "a599ddc7921e47cca3ddcdca38b8241d", - "fieldPath": "tier_and_details.a599ddc7921e47cca3ddcdca38b8241d", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "a816e1d6537f4fb18a3f165151206798", - "fieldPath": "tier_and_details.a816e1d6537f4fb18a3f165151206798", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "a85ce7565e73423d9360b5b78148c42e", - "fieldPath": "tier_and_details.a85ce7565e73423d9360b5b78148c42e", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "a869b2c7c2cd4c2f8b50cd0e186a49e7", - "fieldPath": "tier_and_details.a869b2c7c2cd4c2f8b50cd0e186a49e7", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "a89997cbad434159bc1f171ff64c349e", - "fieldPath": "tier_and_details.a89997cbad434159bc1f171ff64c349e", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "a916c49e7df2421a9cdf6c7ec01969dd", - "fieldPath": "tier_and_details.a916c49e7df2421a9cdf6c7ec01969dd", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "a940643200d5499cbe63b54986731e74", - "fieldPath": "tier_and_details.a940643200d5499cbe63b54986731e74", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "a992f69d67984b2c8e8a50334ee488b2", - "fieldPath": "tier_and_details.a992f69d67984b2c8e8a50334ee488b2", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "aae1ca847565429cb3f97385d2eb2526", - "fieldPath": "tier_and_details.aae1ca847565429cb3f97385d2eb2526", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "ab2bd7c517134db884dd3ee1f3b4e7c6", - "fieldPath": "tier_and_details.ab2bd7c517134db884dd3ee1f3b4e7c6", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "ab726a9b9c9b47898d1a7fd567864df1", - "fieldPath": "tier_and_details.ab726a9b9c9b47898d1a7fd567864df1", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "ab752fd305b14edaa110f8e9dbff401a", - "fieldPath": "tier_and_details.ab752fd305b14edaa110f8e9dbff401a", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "abb606a6c9f0418cb16a11c2f56ea050", - "fieldPath": "tier_and_details.abb606a6c9f0418cb16a11c2f56ea050", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "ac6baeb1293b48998d2f4961c3ceed1e", - "fieldPath": "tier_and_details.ac6baeb1293b48998d2f4961c3ceed1e", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "ad3ac75296f348d08eacfb30149fc6e5", - "fieldPath": "tier_and_details.ad3ac75296f348d08eacfb30149fc6e5", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "ad6ac10e55204a45bad83de1f3f19b41", - "fieldPath": "tier_and_details.ad6ac10e55204a45bad83de1f3f19b41", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "ae559001bc0b483dbfc03e5ba0412513", - "fieldPath": "tier_and_details.ae559001bc0b483dbfc03e5ba0412513", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "aec74d39d92d4633b2ff6a4d87ea23c2", - "fieldPath": "tier_and_details.aec74d39d92d4633b2ff6a4d87ea23c2", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "af1fd69fb65e4823b530be6671b7ba25", - "fieldPath": "tier_and_details.af1fd69fb65e4823b530be6671b7ba25", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "af75fdb07fe24ebf9d350a0793521a96", - "fieldPath": "tier_and_details.af75fdb07fe24ebf9d350a0793521a96", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "b0548cfee1c3423586b4dec4526d5dc8", - "fieldPath": "tier_and_details.b0548cfee1c3423586b4dec4526d5dc8", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "b07273ec85be422cb86b9f55f52b6141", - "fieldPath": "tier_and_details.b07273ec85be422cb86b9f55f52b6141", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "b0d8ebd346824edc890898b0b2ad6e2d", - "fieldPath": "tier_and_details.b0d8ebd346824edc890898b0b2ad6e2d", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "b170b07a66684f5ba3e52cea7f57453b", - "fieldPath": "tier_and_details.b170b07a66684f5ba3e52cea7f57453b", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "b1b5212381ec4d46b86507456c3085b8", - "fieldPath": "tier_and_details.b1b5212381ec4d46b86507456c3085b8", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "b244bc087bba4d4db16826ab3ddabe4d", - "fieldPath": "tier_and_details.b244bc087bba4d4db16826ab3ddabe4d", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "b2d138af15b64d64965eb8c70b92ce43", - "fieldPath": "tier_and_details.b2d138af15b64d64965eb8c70b92ce43", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "b39a6925e7da436694c4cd81b01b91d1", - "fieldPath": "tier_and_details.b39a6925e7da436694c4cd81b01b91d1", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "b3d61f13292a492885f233b8c8ef3415", - "fieldPath": "tier_and_details.b3d61f13292a492885f233b8c8ef3415", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "b56e1a4782b248e6b704d12206b56f95", - "fieldPath": "tier_and_details.b56e1a4782b248e6b704d12206b56f95", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "b5f19cb532fa436a9be2cf1d7d1cac8a", - "fieldPath": "tier_and_details.b5f19cb532fa436a9be2cf1d7d1cac8a", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "b6dca2a5d17d47d9873b9b5d74910466", - "fieldPath": "tier_and_details.b6dca2a5d17d47d9873b9b5d74910466", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "b6e5377741e64572a4eba5e32007964b", - "fieldPath": "tier_and_details.b6e5377741e64572a4eba5e32007964b", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "b754ec2d455143bcb0f0d7bd46de6e06", - "fieldPath": "tier_and_details.b754ec2d455143bcb0f0d7bd46de6e06", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "b9810c1359c247ab9cbddc5bb6e80c2a", - "fieldPath": "tier_and_details.b9810c1359c247ab9cbddc5bb6e80c2a", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "b998daa70f22465d82ce1777cf4994b4", - "fieldPath": "tier_and_details.b998daa70f22465d82ce1777cf4994b4", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "ba380349fe59445bb519488a31c8fd7e", - "fieldPath": "tier_and_details.ba380349fe59445bb519488a31c8fd7e", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "ba718105172643298d45b5d0f6b4b41f", - "fieldPath": "tier_and_details.ba718105172643298d45b5d0f6b4b41f", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "bb97789ef16640b7b196f50845ef2f76", - "fieldPath": "tier_and_details.bb97789ef16640b7b196f50845ef2f76", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "bc2e9881858a4b21bf201d64b0142072", - "fieldPath": "tier_and_details.bc2e9881858a4b21bf201d64b0142072", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "bc607ec8a5b5483f8baf7d2efd62f784", - "fieldPath": "tier_and_details.bc607ec8a5b5483f8baf7d2efd62f784", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "bc7ba5680c2a4ed7bf657cf4c7818512", - "fieldPath": "tier_and_details.bc7ba5680c2a4ed7bf657cf4c7818512", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "be5d36d828d946c3994654c4773ee29b", - "fieldPath": "tier_and_details.be5d36d828d946c3994654c4773ee29b", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "be6f1b091ec24a87b92e7e63e472c9c6", - "fieldPath": "tier_and_details.be6f1b091ec24a87b92e7e63e472c9c6", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "bea5a79587454b5b929f08eadecfac90", - "fieldPath": "tier_and_details.bea5a79587454b5b929f08eadecfac90", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "bf2140929d5f4480879b4468e6a33935", - "fieldPath": "tier_and_details.bf2140929d5f4480879b4468e6a33935", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "bf9c5df6432c43008af1e6f65636942d", - "fieldPath": "tier_and_details.bf9c5df6432c43008af1e6f65636942d", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "c04ee1d7093449148a3cc3bbca398529", - "fieldPath": "tier_and_details.c04ee1d7093449148a3cc3bbca398529", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "c06d340a4bad42c59e3b6665571d2907", - "fieldPath": "tier_and_details.c06d340a4bad42c59e3b6665571d2907", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "c096d21f56294a46b40ebb265cfef27e", - "fieldPath": "tier_and_details.c096d21f56294a46b40ebb265cfef27e", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "c0c9889f13f54938a9ae971905864368", - "fieldPath": "tier_and_details.c0c9889f13f54938a9ae971905864368", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "c0d598cb4d854ed397ee4e95c096cbdb", - "fieldPath": "tier_and_details.c0d598cb4d854ed397ee4e95c096cbdb", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "c0f81d0bc1e042e5bdc0a168c7e0b268", - "fieldPath": "tier_and_details.c0f81d0bc1e042e5bdc0a168c7e0b268", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "c12dcf982a9e4a378f1f2db3fc85a981", - "fieldPath": "tier_and_details.c12dcf982a9e4a378f1f2db3fc85a981", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "c1e0bebcaab4489194484ed3bb813aa6", - "fieldPath": "tier_and_details.c1e0bebcaab4489194484ed3bb813aa6", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "c2052aa4353c4f32b0f4ea9121785223", - "fieldPath": "tier_and_details.c2052aa4353c4f32b0f4ea9121785223", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "c21c8e5c7c06445d95d70a2a6b9159a8", - "fieldPath": "tier_and_details.c21c8e5c7c06445d95d70a2a6b9159a8", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "c33e7ec230864d278900f2c2ebdc4ada", - "fieldPath": "tier_and_details.c33e7ec230864d278900f2c2ebdc4ada", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "c34d8af6153e498a9456e29a3dc03c80", - "fieldPath": "tier_and_details.c34d8af6153e498a9456e29a3dc03c80", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "c389367845644ecb9587a9a28aa60f67", - "fieldPath": "tier_and_details.c389367845644ecb9587a9a28aa60f67", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "c4253104f6f6467c8bd825e536571433", - "fieldPath": "tier_and_details.c4253104f6f6467c8bd825e536571433", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "c4919a67ff38480b90170dbea7294707", - "fieldPath": "tier_and_details.c4919a67ff38480b90170dbea7294707", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "c4d34a634c9647448808097d8af1ab9a", - "fieldPath": "tier_and_details.c4d34a634c9647448808097d8af1ab9a", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "c5234bd523c54807b3e6bb835c254c25", - "fieldPath": "tier_and_details.c5234bd523c54807b3e6bb835c254c25", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "c7458dc9fd824a0aa99c7527015bed48", - "fieldPath": "tier_and_details.c7458dc9fd824a0aa99c7527015bed48", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "c78444b5da004f73b6c9945ddbd7da48", - "fieldPath": "tier_and_details.c78444b5da004f73b6c9945ddbd7da48", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "c85df12c2e394afb82725b16e1cc6789", - "fieldPath": "tier_and_details.c85df12c2e394afb82725b16e1cc6789", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "c9959c5480324674bd30efa63a5fac6c", - "fieldPath": "tier_and_details.c9959c5480324674bd30efa63a5fac6c", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "c9c9d5461f384b9a8b57f605b14d1ba2", - "fieldPath": "tier_and_details.c9c9d5461f384b9a8b57f605b14d1ba2", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "ca1c1fe8c5b94d13908a2dccb8e6aaeb", - "fieldPath": "tier_and_details.ca1c1fe8c5b94d13908a2dccb8e6aaeb", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "cc8b4baa935a4104af3d940c4808e773", - "fieldPath": "tier_and_details.cc8b4baa935a4104af3d940c4808e773", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "cd61f3caca9846a8bac8862bc0022ab0", - "fieldPath": "tier_and_details.cd61f3caca9846a8bac8862bc0022ab0", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "cd8f6d5c232b4313832525d749f1250f", - "fieldPath": "tier_and_details.cd8f6d5c232b4313832525d749f1250f", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "ce8e1ea8a2a144898b44e6a307f34e10", - "fieldPath": "tier_and_details.ce8e1ea8a2a144898b44e6a307f34e10", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "ce8f6966890e4753b76cd656069f3d0a", - "fieldPath": "tier_and_details.ce8f6966890e4753b76cd656069f3d0a", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "ce9b3f942e414114a2cbfb8048ca1821", - "fieldPath": "tier_and_details.ce9b3f942e414114a2cbfb8048ca1821", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "ceb177273e1441f7ad73621a00cf340a", - "fieldPath": "tier_and_details.ceb177273e1441f7ad73621a00cf340a", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "ceef1c11d473477e8aa9879a468b4108", - "fieldPath": "tier_and_details.ceef1c11d473477e8aa9879a468b4108", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "cf563e54d52c475b9c0e786e281ba57d", - "fieldPath": "tier_and_details.cf563e54d52c475b9c0e786e281ba57d", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "d030568916de45318a8557e28da477e8", - "fieldPath": "tier_and_details.d030568916de45318a8557e28da477e8", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "d0816d7feafb470dbd5db847400eea17", - "fieldPath": "tier_and_details.d0816d7feafb470dbd5db847400eea17", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "d1b48391a5244e898d44f785ddaab956", - "fieldPath": "tier_and_details.d1b48391a5244e898d44f785ddaab956", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "d1d506b88595478a8b716ca68118c63d", - "fieldPath": "tier_and_details.d1d506b88595478a8b716ca68118c63d", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "d21bda0e766545418e069ef09ef48b8d", - "fieldPath": "tier_and_details.d21bda0e766545418e069ef09ef48b8d", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "d297af7d87fa4879be1ddab5d9a819ee", - "fieldPath": "tier_and_details.d297af7d87fa4879be1ddab5d9a819ee", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "d2e1224d36ae40a8bec1011e77c6fc8e", - "fieldPath": "tier_and_details.d2e1224d36ae40a8bec1011e77c6fc8e", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "d43e647fd3764999a1c334598d0fed74", - "fieldPath": "tier_and_details.d43e647fd3764999a1c334598d0fed74", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "d4afaed5f5f340fea4f240109158c58c", - "fieldPath": "tier_and_details.d4afaed5f5f340fea4f240109158c58c", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "d56b3c80058c4281b155ab0a4b8376ad", - "fieldPath": "tier_and_details.d56b3c80058c4281b155ab0a4b8376ad", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "d584ea64a5bc4f2cb7f620336a9d229d", - "fieldPath": "tier_and_details.d584ea64a5bc4f2cb7f620336a9d229d", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "d676ae229b204d95b95361d97bdaf377", - "fieldPath": "tier_and_details.d676ae229b204d95b95361d97bdaf377", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "d77fc2f774fa459fa0704702ddbee3a9", - "fieldPath": "tier_and_details.d77fc2f774fa459fa0704702ddbee3a9", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "d792ed4e90f84cda80eb349153d407c3", - "fieldPath": "tier_and_details.d792ed4e90f84cda80eb349153d407c3", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "d7f58a04ac0048669e9c2be43dfd0207", - "fieldPath": "tier_and_details.d7f58a04ac0048669e9c2be43dfd0207", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "d9d02fec08e34608b27234d9fa2fd01c", - "fieldPath": "tier_and_details.d9d02fec08e34608b27234d9fa2fd01c", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "da555c3a4a15430e8b5377e949c84799", - "fieldPath": "tier_and_details.da555c3a4a15430e8b5377e949c84799", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "db7e8b9a61d14b349f5c421ac55c04ef", - "fieldPath": "tier_and_details.db7e8b9a61d14b349f5c421ac55c04ef", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "dcc858be4e9e46bd8f328d8795cfa842", - "fieldPath": "tier_and_details.dcc858be4e9e46bd8f328d8795cfa842", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "dd5df395a37241968c1eefe285fe3af1", - "fieldPath": "tier_and_details.dd5df395a37241968c1eefe285fe3af1", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "de0ae4fa521b43e78e88c3782eabc3d4", - "fieldPath": "tier_and_details.de0ae4fa521b43e78e88c3782eabc3d4", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "de3853fb645743dfb022de551d053e98", - "fieldPath": "tier_and_details.de3853fb645743dfb022de551d053e98", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "dea3d8f26c4c4c53aa151f8426f09285", - "fieldPath": "tier_and_details.dea3d8f26c4c4c53aa151f8426f09285", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "dee0790430734168b05552e6e6fafe15", - "fieldPath": "tier_and_details.dee0790430734168b05552e6e6fafe15", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "dee2f9e972ab441ab13ac0a75cc98b24", - "fieldPath": "tier_and_details.dee2f9e972ab441ab13ac0a75cc98b24", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "e0080ecd7a9a42508614bd47158e7010", - "fieldPath": "tier_and_details.e0080ecd7a9a42508614bd47158e7010", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "e2a229c2728e4cf8b41da64406f9e8b6", - "fieldPath": "tier_and_details.e2a229c2728e4cf8b41da64406f9e8b6", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "e2d96383b08145bda199c2b94b8fa78f", - "fieldPath": "tier_and_details.e2d96383b08145bda199c2b94b8fa78f", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "e3883823f8af4950b656adb2fd564f48", - "fieldPath": "tier_and_details.e3883823f8af4950b656adb2fd564f48", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "e3d93c201d6a451c92ba3c3957dbd419", - "fieldPath": "tier_and_details.e3d93c201d6a451c92ba3c3957dbd419", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "e41bc44c97d0445e92f75443074c596c", - "fieldPath": "tier_and_details.e41bc44c97d0445e92f75443074c596c", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "e44f437d96f64a88a4009c0d288d2395", - "fieldPath": "tier_and_details.e44f437d96f64a88a4009c0d288d2395", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "e56b345495034d0684f2b940783fbccc", - "fieldPath": "tier_and_details.e56b345495034d0684f2b940783fbccc", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "e58e4ac9e1734d6f9014c6eb88027dae", - "fieldPath": "tier_and_details.e58e4ac9e1734d6f9014c6eb88027dae", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "e59f12fc39ce4d3c8d735a6fa78eb724", - "fieldPath": "tier_and_details.e59f12fc39ce4d3c8d735a6fa78eb724", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "e5b6f69464794824a1d6a3a6c985845e", - "fieldPath": "tier_and_details.e5b6f69464794824a1d6a3a6c985845e", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "e83dd08b1d524e5897ba9e965270af32", - "fieldPath": "tier_and_details.e83dd08b1d524e5897ba9e965270af32", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "e8409b47b6504794a402e9ad8c322763", - "fieldPath": "tier_and_details.e8409b47b6504794a402e9ad8c322763", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "ea3055576ad346aeabd2bc89a0068619", - "fieldPath": "tier_and_details.ea3055576ad346aeabd2bc89a0068619", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "ea7207145eff43e0af00c80c80051809", - "fieldPath": "tier_and_details.ea7207145eff43e0af00c80c80051809", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "eac3cf3bf7694af8b0e3d491e96f51ff", - "fieldPath": "tier_and_details.eac3cf3bf7694af8b0e3d491e96f51ff", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "eb2bb3a96baf4c0584e142477f076173", - "fieldPath": "tier_and_details.eb2bb3a96baf4c0584e142477f076173", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "eb491d3a7c8d408980b29297a23a5524", - "fieldPath": "tier_and_details.eb491d3a7c8d408980b29297a23a5524", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "eb5a061c4a2745d099c7401d0bfd24b0", - "fieldPath": "tier_and_details.eb5a061c4a2745d099c7401d0bfd24b0", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "ebd331efeda04114a6b06259cf1ba593", - "fieldPath": "tier_and_details.ebd331efeda04114a6b06259cf1ba593", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "eccdc19282be4c42b79504c71d23937a", - "fieldPath": "tier_and_details.eccdc19282be4c42b79504c71d23937a", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "eccee50ae803455db26446538f829853", - "fieldPath": "tier_and_details.eccee50ae803455db26446538f829853", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "efa1a806ee8c4edab6fcbb50fa8a4466", - "fieldPath": "tier_and_details.efa1a806ee8c4edab6fcbb50fa8a4466", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "f07f745fd4864b57897182a34303c302", - "fieldPath": "tier_and_details.f07f745fd4864b57897182a34303c302", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "f08c1d808d3548d8a4081558446bab8b", - "fieldPath": "tier_and_details.f08c1d808d3548d8a4081558446bab8b", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "f1c61c41478f40268922381d0ee69e2b", - "fieldPath": "tier_and_details.f1c61c41478f40268922381d0ee69e2b", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "f29b6a65fce74702a4aa550b704482a6", - "fieldPath": "tier_and_details.f29b6a65fce74702a4aa550b704482a6", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "f2cb0bcb11f34deb819f285c9147683f", - "fieldPath": "tier_and_details.f2cb0bcb11f34deb819f285c9147683f", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "f2e43dbe067a4a3db9132ecd41e4e188", - "fieldPath": "tier_and_details.f2e43dbe067a4a3db9132ecd41e4e188", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "f482b700b16e4a60a9bb5d7ab57d9bc5", - "fieldPath": "tier_and_details.f482b700b16e4a60a9bb5d7ab57d9bc5", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "f4b3cac99b4343afb37cd705eb0bf52a", - "fieldPath": "tier_and_details.f4b3cac99b4343afb37cd705eb0bf52a", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "f4bbce2aa89c476c9950d966ffb7b070", - "fieldPath": "tier_and_details.f4bbce2aa89c476c9950d966ffb7b070", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "f4ccc57442504cddbc5002e720e4a2e5", - "fieldPath": "tier_and_details.f4ccc57442504cddbc5002e720e4a2e5", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "f4cebafe5530421b991303dff297643d", - "fieldPath": "tier_and_details.f4cebafe5530421b991303dff297643d", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "f5058d7647044c67b6fb5bd5f2d8977b", - "fieldPath": "tier_and_details.f5058d7647044c67b6fb5bd5f2d8977b", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "f53114edcec9451fbc3f9afe338be373", - "fieldPath": "tier_and_details.f53114edcec9451fbc3f9afe338be373", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "f579bde3688f4fc3a43448590c20d57b", - "fieldPath": "tier_and_details.f579bde3688f4fc3a43448590c20d57b", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "f57b65733ddd4600a2db53450b0f539a", - "fieldPath": "tier_and_details.f57b65733ddd4600a2db53450b0f539a", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "f5e14e1ddad14b5abcf0aa01c0b81896", - "fieldPath": "tier_and_details.f5e14e1ddad14b5abcf0aa01c0b81896", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "f6c0be1f3e1a4b88b0596c74dc3b7ce0", - "fieldPath": "tier_and_details.f6c0be1f3e1a4b88b0596c74dc3b7ce0", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "f818540428174b89bc7060618facc97d", - "fieldPath": "tier_and_details.f818540428174b89bc7060618facc97d", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "f88ad60ef0c947418de6810f8e4b54a5", - "fieldPath": "tier_and_details.f88ad60ef0c947418de6810f8e4b54a5", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "f91656af0a594a86ae7da2897b5de7fe", - "fieldPath": "tier_and_details.f91656af0a594a86ae7da2897b5de7fe", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "fa009b4a1ffa4a4084553358c20075f1", - "fieldPath": "tier_and_details.fa009b4a1ffa4a4084553358c20075f1", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "fa8456a2fc0e4688b54d4911b1a3b3fe", - "fieldPath": "tier_and_details.fa8456a2fc0e4688b54d4911b1a3b3fe", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "fb7606a128e143fdb048f8b844c1ad03", - "fieldPath": "tier_and_details.fb7606a128e143fdb048f8b844c1ad03", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "fbb87b7c7aa24281944235f03e0388f2", - "fieldPath": "tier_and_details.fbb87b7c7aa24281944235f03e0388f2", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "fc22c1e6871a43508551dcbcb0c04166", - "fieldPath": "tier_and_details.fc22c1e6871a43508551dcbcb0c04166", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "fc5d37e64ce743428d1da6d6604d49da", - "fieldPath": "tier_and_details.fc5d37e64ce743428d1da6d6604d49da", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "fd5c1548e4f842d1aa7c0b32c787da5a", - "fieldPath": "tier_and_details.fd5c1548e4f842d1aa7c0b32c787da5a", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "fed95ed54add49fc8d3e26719b8ebc3e", - "fieldPath": "tier_and_details.fed95ed54add49fc8d3e26719b8ebc3e", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "ff074044a60c40e7845f3682800d4475", - "fieldPath": "tier_and_details.ff074044a60c40e7845f3682800d4475", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "ff21cb033e7e4aae8921877f68fd5d58", - "fieldPath": "tier_and_details.ff21cb033e7e4aae8921877f68fd5d58", - "nativeType": "Object", - "nullable": true - } - ] - }, - { - "fieldName": "username", - "fieldPath": "username", - "nativeType": "String", - "nullable": false + "statistics": { + "dataSizeBytes": 37619160.0, + "recordCount": 23539.0 + }, + "structure": { + "schema": "sample_mflix", + "table": "movies" + } + }, + { + "logicalId": { + "name": "sample_mflix.sessions", + "platform": "MONGODB" + }, + "schema": { + "fields": [ + { + "fieldName": "_id", + "fieldPath": "_id", + "nativeType": "ObjectId", + "nullable": false + }, + { + "fieldName": "jwt", + "fieldPath": "jwt", + "nativeType": "String", + "nullable": false + }, + { + "fieldName": "user_id", + "fieldPath": "user_id", + "nativeType": "String", + "nullable": false + } + ], + "schemaType": "BSON" + }, + "statistics": { + "dataSizeBytes": 540.0, + "recordCount": 1.0 + }, + "structure": { + "schema": "sample_mflix", + "table": "sessions" + } + }, + { + "logicalId": { + "name": "sample_mflix.theaters", + "platform": "MONGODB" + }, + "schema": { + "fields": [ + { + "fieldName": "_id", + "fieldPath": "_id", + "nativeType": "ObjectId", + "nullable": false + }, + { + "fieldName": "location", + "fieldPath": "location", + "nativeType": "Object", + "nullable": false, + "subfields": [ + { + "fieldName": "address", + "fieldPath": "location.address", + "nativeType": "Object", + "nullable": false, + "subfields": [ + { + "fieldName": "city", + "fieldPath": "location.address.city", + "nativeType": "String", + "nullable": false + }, + { + "fieldName": "state", + "fieldPath": "location.address.state", + "nativeType": "String", + "nullable": false + }, + { + "fieldName": "street1", + "fieldPath": "location.address.street1", + "nativeType": "String", + "nullable": false + }, + { + "fieldName": "street2", + "fieldPath": "location.address.street2", + "nativeType": "String", + "nullable": true + }, + { + "fieldName": "zipcode", + "fieldPath": "location.address.zipcode", + "nativeType": "String", + "nullable": false } - ], - "schemaType": "BSON" + ] + }, + { + "fieldName": "geo", + "fieldPath": "location.geo", + "nativeType": "Object", + "nullable": false, + "subfields": [ + { + "fieldName": "coordinates", + "fieldPath": "location.geo.coordinates", + "nativeType": "Array", + "nullable": false + }, + { + "fieldName": "type", + "fieldPath": "location.geo.type", + "nativeType": "String", + "nullable": false + } + ] + } + ] + }, + { + "fieldName": "theaterId", + "fieldPath": "theaterId", + "nativeType": "Int", + "nullable": false + } + ], + "schemaType": "BSON" + }, + "statistics": { + "dataSizeBytes": 349831.0, + "recordCount": 1564.0 + }, + "structure": { + "schema": "sample_mflix", + "table": "theaters" + } + }, + { + "logicalId": { + "name": "sample_mflix.users", + "platform": "MONGODB" + }, + "schema": { + "fields": [ + { + "fieldName": "_id", + "fieldPath": "_id", + "nativeType": "ObjectId", + "nullable": false + }, + { + "fieldName": "email", + "fieldPath": "email", + "nativeType": "String", + "nullable": false + }, + { + "fieldName": "name", + "fieldPath": "name", + "nativeType": "String", + "nullable": false + }, + { + "fieldName": "password", + "fieldPath": "password", + "nativeType": "String", + "nullable": false + }, + { + "fieldName": "preferences", + "fieldPath": "preferences", + "nativeType": "Object", + "nullable": true + } + ], + "schemaType": "BSON" + }, + "statistics": { + "dataSizeBytes": 29568.0, + "recordCount": 185.0 + }, + "structure": { + "schema": "sample_mflix", + "table": "users" + } + }, + { + "logicalId": { + "name": "sample_supplies.sales", + "platform": "MONGODB" + }, + "schema": { + "fields": [ + { + "fieldName": "_id", + "fieldPath": "_id", + "nativeType": "ObjectId", + "nullable": false + }, + { + "fieldName": "couponUsed", + "fieldPath": "couponUsed", + "nativeType": "Bool", + "nullable": false + }, + { + "fieldName": "customer", + "fieldPath": "customer", + "nativeType": "Object", + "nullable": false, + "subfields": [ + { + "fieldName": "age", + "fieldPath": "customer.age", + "nativeType": "Int", + "nullable": false + }, + { + "fieldName": "email", + "fieldPath": "customer.email", + "nativeType": "String", + "nullable": false + }, + { + "fieldName": "gender", + "fieldPath": "customer.gender", + "nativeType": "String", + "nullable": false + }, + { + "fieldName": "satisfaction", + "fieldPath": "customer.satisfaction", + "nativeType": "Int", + "nullable": false + } + ] + }, + { + "fieldName": "items", + "fieldPath": "items", + "nativeType": "Array", + "nullable": false, + "subfields": [ + { + "fieldName": "name", + "fieldPath": "items.name", + "nativeType": "String", + "nullable": false + }, + { + "fieldName": "price", + "fieldPath": "items.price", + "nativeType": "Decimal128", + "nullable": false + }, + { + "fieldName": "quantity", + "fieldPath": "items.quantity", + "nativeType": "Int", + "nullable": false + }, + { + "fieldName": "tags", + "fieldPath": "items.tags", + "nativeType": "Array", + "nullable": false + } + ] + }, + { + "fieldName": "purchaseMethod", + "fieldPath": "purchaseMethod", + "nativeType": "String", + "nullable": false + }, + { + "fieldName": "saleDate", + "fieldPath": "saleDate", + "nativeType": "Datetime", + "nullable": false + }, + { + "fieldName": "storeLocation", + "fieldPath": "storeLocation", + "nativeType": "String", + "nullable": false + } + ], + "schemaType": "BSON" + }, + "statistics": { + "dataSizeBytes": 4328222.0, + "recordCount": 5000.0 + }, + "structure": { + "schema": "sample_supplies", + "table": "sales" + } + }, + { + "logicalId": { + "name": "sample_training.companies", + "platform": "MONGODB" + }, + "schema": { + "fields": [ + { + "fieldName": "_id", + "fieldPath": "_id", + "nativeType": "ObjectId", + "nullable": false + }, + { + "fieldName": "acquisition", + "fieldPath": "acquisition", + "nativeType": "Object", + "nullable": true, + "subfields": [ + { + "fieldName": "acquired_day", + "fieldPath": "acquisition.acquired_day", + "nativeType": "Int", + "nullable": true + }, + { + "fieldName": "acquired_month", + "fieldPath": "acquisition.acquired_month", + "nativeType": "Int", + "nullable": true + }, + { + "fieldName": "acquired_year", + "fieldPath": "acquisition.acquired_year", + "nativeType": "Int", + "nullable": true + }, + { + "fieldName": "acquiring_company", + "fieldPath": "acquisition.acquiring_company", + "nativeType": "Object", + "nullable": true, + "subfields": [ + { + "fieldName": "name", + "fieldPath": "acquisition.acquiring_company.name", + "nativeType": "String", + "nullable": true + }, + { + "fieldName": "permalink", + "fieldPath": "acquisition.acquiring_company.permalink", + "nativeType": "String", + "nullable": true + } + ] + }, + { + "fieldName": "price_amount", + "fieldPath": "acquisition.price_amount", + "nativeType": "Int", + "nullable": true + }, + { + "fieldName": "price_currency_code", + "fieldPath": "acquisition.price_currency_code", + "nativeType": "String", + "nullable": true + }, + { + "fieldName": "source_description", + "fieldPath": "acquisition.source_description", + "nativeType": "String", + "nullable": true + }, + { + "fieldName": "source_url", + "fieldPath": "acquisition.source_url", + "nativeType": "String", + "nullable": true + }, + { + "fieldName": "term_code", + "fieldPath": "acquisition.term_code", + "nativeType": "String", + "nullable": true + } + ] + }, + { + "fieldName": "acquisitions", + "fieldPath": "acquisitions", + "nativeType": "Array", + "nullable": false, + "subfields": [ + { + "fieldName": "acquired_day", + "fieldPath": "acquisitions.acquired_day", + "nativeType": "Int", + "nullable": true + }, + { + "fieldName": "acquired_month", + "fieldPath": "acquisitions.acquired_month", + "nativeType": "Int", + "nullable": true + }, + { + "fieldName": "acquired_year", + "fieldPath": "acquisitions.acquired_year", + "nativeType": "Int", + "nullable": true + }, + { + "fieldName": "company", + "fieldPath": "acquisitions.company", + "nativeType": "Object", + "nullable": true, + "subfields": [ + { + "fieldName": "name", + "fieldPath": "acquisitions.company.name", + "nativeType": "String", + "nullable": true + }, + { + "fieldName": "permalink", + "fieldPath": "acquisitions.company.permalink", + "nativeType": "String", + "nullable": true + } + ] + }, + { + "fieldName": "price_amount", + "fieldPath": "acquisitions.price_amount", + "nativeType": "Int", + "nullable": true + }, + { + "fieldName": "price_currency_code", + "fieldPath": "acquisitions.price_currency_code", + "nativeType": "String", + "nullable": true + }, + { + "fieldName": "source_description", + "fieldPath": "acquisitions.source_description", + "nativeType": "String", + "nullable": true + }, + { + "fieldName": "source_url", + "fieldPath": "acquisitions.source_url", + "nativeType": "String", + "nullable": true + }, + { + "fieldName": "term_code", + "fieldPath": "acquisitions.term_code", + "nativeType": "String", + "nullable": true + } + ] + }, + { + "fieldName": "alias_list", + "fieldPath": "alias_list", + "nativeType": "String", + "nullable": true + }, + { + "fieldName": "blog_feed_url", + "fieldPath": "blog_feed_url", + "nativeType": "String", + "nullable": true + }, + { + "fieldName": "blog_url", + "fieldPath": "blog_url", + "nativeType": "String", + "nullable": true + }, + { + "fieldName": "category_code", + "fieldPath": "category_code", + "nativeType": "String", + "nullable": true + }, + { + "fieldName": "competitions", + "fieldPath": "competitions", + "nativeType": "Array", + "nullable": false, + "subfields": [ + { + "fieldName": "competitor", + "fieldPath": "competitions.competitor", + "nativeType": "Object", + "nullable": true, + "subfields": [ + { + "fieldName": "name", + "fieldPath": "competitions.competitor.name", + "nativeType": "String", + "nullable": true + }, + { + "fieldName": "permalink", + "fieldPath": "competitions.competitor.permalink", + "nativeType": "String", + "nullable": true + } + ] + } + ] + }, + { + "fieldName": "created_at", + "fieldPath": "created_at", + "nativeType": "Datetime", + "nullable": false + }, + { + "fieldName": "crunchbase_url", + "fieldPath": "crunchbase_url", + "nativeType": "String", + "nullable": false + }, + { + "fieldName": "deadpooled_day", + "fieldPath": "deadpooled_day", + "nativeType": "Int", + "nullable": true + }, + { + "fieldName": "deadpooled_month", + "fieldPath": "deadpooled_month", + "nativeType": "Int", + "nullable": true + }, + { + "fieldName": "deadpooled_url", + "fieldPath": "deadpooled_url", + "nativeType": "String", + "nullable": true + }, + { + "fieldName": "deadpooled_year", + "fieldPath": "deadpooled_year", + "nativeType": "Int", + "nullable": true + }, + { + "fieldName": "description", + "fieldPath": "description", + "nativeType": "String", + "nullable": true + }, + { + "fieldName": "email_address", + "fieldPath": "email_address", + "nativeType": "String", + "nullable": true + }, + { + "fieldName": "external_links", + "fieldPath": "external_links", + "nativeType": "Array", + "nullable": false, + "subfields": [ + { + "fieldName": "external_url", + "fieldPath": "external_links.external_url", + "nativeType": "String", + "nullable": true + }, + { + "fieldName": "title", + "fieldPath": "external_links.title", + "nativeType": "String", + "nullable": true + } + ] + }, + { + "fieldName": "founded_day", + "fieldPath": "founded_day", + "nativeType": "Int", + "nullable": true + }, + { + "fieldName": "founded_month", + "fieldPath": "founded_month", + "nativeType": "Int", + "nullable": true }, - "statistics": { - "dataSizeBytes": 195806.0, - "recordCount": 500.0 + { + "fieldName": "founded_year", + "fieldPath": "founded_year", + "nativeType": "Int", + "nullable": true }, - "structure": { - "schema": "sample_analytics", - "table": "customers" - } - }, - { - "logicalId": { - "name": "sample_analytics.transactions", - "platform": "MONGODB" - }, - "schema": { - "fields": [ - { - "fieldName": "_id", - "fieldPath": "_id", - "nativeType": "ObjectId", - "nullable": false - }, - { - "fieldName": "account_id", - "fieldPath": "account_id", - "nativeType": "Int", - "nullable": false - }, - { - "fieldName": "bucket_end_date", - "fieldPath": "bucket_end_date", - "nativeType": "Datetime", - "nullable": false - }, - { - "fieldName": "bucket_start_date", - "fieldPath": "bucket_start_date", - "nativeType": "Datetime", - "nullable": false - }, - { - "fieldName": "transaction_count", - "fieldPath": "transaction_count", - "nativeType": "Int", - "nullable": false - }, - { - "fieldName": "transactions", - "fieldPath": "transactions", - "nativeType": "Array", - "nullable": false, - "subfields": [ - { - "fieldName": "amount", - "fieldPath": "transactions.amount", - "nativeType": "Int", - "nullable": false - }, - { - "fieldName": "date", - "fieldPath": "transactions.date", - "nativeType": "Datetime", - "nullable": false - }, - { - "fieldName": "price", - "fieldPath": "transactions.price", - "nativeType": "String", - "nullable": false - }, - { - "fieldName": "symbol", - "fieldPath": "transactions.symbol", - "nativeType": "String", - "nullable": false - }, - { - "fieldName": "total", - "fieldPath": "transactions.total", - "nativeType": "String", - "nullable": false - }, - { - "fieldName": "transaction_code", - "fieldPath": "transactions.transaction_code", - "nativeType": "String", - "nullable": false - } - ] + { + "fieldName": "funding_rounds", + "fieldPath": "funding_rounds", + "nativeType": "Array", + "nullable": false, + "subfields": [ + { + "fieldName": "funded_day", + "fieldPath": "funding_rounds.funded_day", + "nativeType": "Int", + "nullable": true + }, + { + "fieldName": "funded_month", + "fieldPath": "funding_rounds.funded_month", + "nativeType": "Int", + "nullable": true + }, + { + "fieldName": "funded_year", + "fieldPath": "funding_rounds.funded_year", + "nativeType": "Int", + "nullable": true + }, + { + "fieldName": "id", + "fieldPath": "funding_rounds.id", + "nativeType": "Int", + "nullable": true + }, + { + "fieldName": "investments", + "fieldPath": "funding_rounds.investments", + "nativeType": "Array", + "nullable": true, + "subfields": [ + { + "fieldName": "company", + "fieldPath": "funding_rounds.investments.company", + "nativeType": "Object", + "nullable": true, + "subfields": [ + { + "fieldName": "name", + "fieldPath": "funding_rounds.investments.company.name", + "nativeType": "String", + "nullable": true + }, + { + "fieldName": "permalink", + "fieldPath": "funding_rounds.investments.company.permalink", + "nativeType": "String", + "nullable": true + } + ] + }, + { + "fieldName": "financial_org", + "fieldPath": "funding_rounds.investments.financial_org", + "nativeType": "Object", + "nullable": true, + "subfields": [ + { + "fieldName": "name", + "fieldPath": "funding_rounds.investments.financial_org.name", + "nativeType": "String", + "nullable": true + }, + { + "fieldName": "permalink", + "fieldPath": "funding_rounds.investments.financial_org.permalink", + "nativeType": "String", + "nullable": true + } + ] + }, + { + "fieldName": "person", + "fieldPath": "funding_rounds.investments.person", + "nativeType": "Object", + "nullable": true, + "subfields": [ + { + "fieldName": "first_name", + "fieldPath": "funding_rounds.investments.person.first_name", + "nativeType": "String", + "nullable": true + }, + { + "fieldName": "last_name", + "fieldPath": "funding_rounds.investments.person.last_name", + "nativeType": "String", + "nullable": true + }, + { + "fieldName": "permalink", + "fieldPath": "funding_rounds.investments.person.permalink", + "nativeType": "String", + "nullable": true + } + ] } - ], - "schemaType": "BSON" + ] + }, + { + "fieldName": "raised_amount", + "fieldPath": "funding_rounds.raised_amount", + "nativeType": "Int", + "nullable": true + }, + { + "fieldName": "raised_currency_code", + "fieldPath": "funding_rounds.raised_currency_code", + "nativeType": "String", + "nullable": true + }, + { + "fieldName": "round_code", + "fieldPath": "funding_rounds.round_code", + "nativeType": "String", + "nullable": true + }, + { + "fieldName": "source_description", + "fieldPath": "funding_rounds.source_description", + "nativeType": "String", + "nullable": true + }, + { + "fieldName": "source_url", + "fieldPath": "funding_rounds.source_url", + "nativeType": "String", + "nullable": true + } + ] }, - "statistics": { - "dataSizeBytes": 16138269.0, - "recordCount": 1746.0 + { + "fieldName": "homepage_url", + "fieldPath": "homepage_url", + "nativeType": "String", + "nullable": true }, - "structure": { - "schema": "sample_analytics", - "table": "transactions" - } - }, - { - "logicalId": { - "name": "sample_geospatial.shipwrecks", - "platform": "MONGODB" - }, - "schema": { - "fields": [ - { - "fieldName": "_id", - "fieldPath": "_id", - "nativeType": "ObjectId", - "nullable": false - }, - { - "fieldName": "chart", - "fieldPath": "chart", - "nativeType": "String", - "nullable": false - }, - { - "fieldName": "coordinates", - "fieldPath": "coordinates", - "nativeType": "Array", - "nullable": false - }, - { - "fieldName": "depth", - "fieldPath": "depth", - "nativeType": "String", - "nullable": false - }, - { - "fieldName": "feature_type", - "fieldPath": "feature_type", - "nativeType": "String", - "nullable": false - }, - { - "fieldName": "gp_quality", - "fieldPath": "gp_quality", - "nativeType": "String", - "nullable": false - }, - { - "fieldName": "history", - "fieldPath": "history", - "nativeType": "String", - "nullable": false - }, - { - "fieldName": "latdec", - "fieldPath": "latdec", - "nativeType": "Float", - "nullable": false - }, - { - "fieldName": "londec", - "fieldPath": "londec", - "nativeType": "Float", - "nullable": false - }, - { - "fieldName": "quasou", - "fieldPath": "quasou", - "nativeType": "String", - "nullable": false - }, - { - "fieldName": "recrd", - "fieldPath": "recrd", - "nativeType": "String", - "nullable": false - }, - { - "fieldName": "sounding_type", - "fieldPath": "sounding_type", - "nativeType": "String", - "nullable": false - }, - { - "fieldName": "vesslterms", - "fieldPath": "vesslterms", - "nativeType": "String", - "nullable": false - }, - { - "fieldName": "watlev", - "fieldPath": "watlev", - "nativeType": "String", - "nullable": false + { + "fieldName": "image", + "fieldPath": "image", + "nativeType": "Object", + "nullable": true, + "subfields": [ + { + "fieldName": "available_sizes", + "fieldPath": "image.available_sizes", + "nativeType": "Array", + "nullable": true + } + ] + }, + { + "fieldName": "investments", + "fieldPath": "investments", + "nativeType": "Array", + "nullable": false, + "subfields": [ + { + "fieldName": "funding_round", + "fieldPath": "investments.funding_round", + "nativeType": "Object", + "nullable": true, + "subfields": [ + { + "fieldName": "company", + "fieldPath": "investments.funding_round.company", + "nativeType": "Object", + "nullable": true, + "subfields": [ + { + "fieldName": "name", + "fieldPath": "investments.funding_round.company.name", + "nativeType": "String", + "nullable": true + }, + { + "fieldName": "permalink", + "fieldPath": "investments.funding_round.company.permalink", + "nativeType": "String", + "nullable": true + } + ] + }, + { + "fieldName": "funded_day", + "fieldPath": "investments.funding_round.funded_day", + "nativeType": "Int", + "nullable": true + }, + { + "fieldName": "funded_month", + "fieldPath": "investments.funding_round.funded_month", + "nativeType": "Int", + "nullable": true + }, + { + "fieldName": "funded_year", + "fieldPath": "investments.funding_round.funded_year", + "nativeType": "Int", + "nullable": true + }, + { + "fieldName": "raised_amount", + "fieldPath": "investments.funding_round.raised_amount", + "nativeType": "Int", + "nullable": true + }, + { + "fieldName": "raised_currency_code", + "fieldPath": "investments.funding_round.raised_currency_code", + "nativeType": "String", + "nullable": true + }, + { + "fieldName": "round_code", + "fieldPath": "investments.funding_round.round_code", + "nativeType": "String", + "nullable": true + }, + { + "fieldName": "source_description", + "fieldPath": "investments.funding_round.source_description", + "nativeType": "String", + "nullable": true + }, + { + "fieldName": "source_url", + "fieldPath": "investments.funding_round.source_url", + "nativeType": "String", + "nullable": true } - ], - "schemaType": "BSON" + ] + } + ] }, - "statistics": { - "dataSizeBytes": 3649279.0, - "recordCount": 11095.0 + { + "fieldName": "ipo", + "fieldPath": "ipo", + "nativeType": "Object", + "nullable": true, + "subfields": [ + { + "fieldName": "pub_day", + "fieldPath": "ipo.pub_day", + "nativeType": "Int", + "nullable": true + }, + { + "fieldName": "pub_month", + "fieldPath": "ipo.pub_month", + "nativeType": "Int", + "nullable": true + }, + { + "fieldName": "pub_year", + "fieldPath": "ipo.pub_year", + "nativeType": "Int", + "nullable": true + }, + { + "fieldName": "stock_symbol", + "fieldPath": "ipo.stock_symbol", + "nativeType": "String", + "nullable": true + }, + { + "fieldName": "valuation_amount", + "fieldPath": "ipo.valuation_amount", + "nativeType": "Int", + "nullable": true + }, + { + "fieldName": "valuation_currency_code", + "fieldPath": "ipo.valuation_currency_code", + "nativeType": "String", + "nullable": true + } + ] }, - "structure": { - "schema": "sample_geospatial", - "table": "shipwrecks" - } - }, - { - "logicalId": { - "name": "sample_mflix.comments", - "platform": "MONGODB" - }, - "schema": { - "fields": [ - { - "fieldName": "_id", - "fieldPath": "_id", - "nativeType": "ObjectId", - "nullable": false - }, - { - "fieldName": "date", - "fieldPath": "date", - "nativeType": "Datetime", - "nullable": false - }, - { - "fieldName": "email", - "fieldPath": "email", - "nativeType": "String", - "nullable": false - }, - { - "fieldName": "movie_id", - "fieldPath": "movie_id", - "nativeType": "ObjectId", - "nullable": false - }, - { - "fieldName": "name", - "fieldPath": "name", - "nativeType": "String", - "nullable": false - }, - { - "fieldName": "text", - "fieldPath": "text", - "nativeType": "String", - "nullable": false + { + "fieldName": "milestones", + "fieldPath": "milestones", + "nativeType": "Array", + "nullable": false, + "subfields": [ + { + "fieldName": "description", + "fieldPath": "milestones.description", + "nativeType": "String", + "nullable": true + }, + { + "fieldName": "id", + "fieldPath": "milestones.id", + "nativeType": "Int", + "nullable": true + }, + { + "fieldName": "source_description", + "fieldPath": "milestones.source_description", + "nativeType": "String", + "nullable": true + }, + { + "fieldName": "source_text", + "fieldPath": "milestones.source_text", + "nativeType": "String", + "nullable": true + }, + { + "fieldName": "source_url", + "fieldPath": "milestones.source_url", + "nativeType": "String", + "nullable": true + }, + { + "fieldName": "stoneable", + "fieldPath": "milestones.stoneable", + "nativeType": "Object", + "nullable": true, + "subfields": [ + { + "fieldName": "name", + "fieldPath": "milestones.stoneable.name", + "nativeType": "String", + "nullable": true + }, + { + "fieldName": "permalink", + "fieldPath": "milestones.stoneable.permalink", + "nativeType": "String", + "nullable": true } - ], - "schemaType": "BSON" + ] + }, + { + "fieldName": "stoneable_type", + "fieldPath": "milestones.stoneable_type", + "nativeType": "String", + "nullable": true + }, + { + "fieldName": "stoned_day", + "fieldPath": "milestones.stoned_day", + "nativeType": "Int", + "nullable": true + }, + { + "fieldName": "stoned_month", + "fieldPath": "milestones.stoned_month", + "nativeType": "Int", + "nullable": true + }, + { + "fieldName": "stoned_year", + "fieldPath": "milestones.stoned_year", + "nativeType": "Int", + "nullable": true + } + ] }, - "statistics": { - "dataSizeBytes": 14293728.0, - "recordCount": 50304.0 + { + "fieldName": "name", + "fieldPath": "name", + "nativeType": "String", + "nullable": false }, - "structure": { - "schema": "sample_mflix", - "table": "comments" - } - }, - { - "logicalId": { - "name": "sample_mflix.movies", - "platform": "MONGODB" - }, - "schema": { - "fields": [ - { - "fieldName": "_id", - "fieldPath": "_id", - "nativeType": "ObjectId", - "nullable": false - }, - { - "fieldName": "awards", - "fieldPath": "awards", - "nativeType": "Object", - "nullable": false, - "subfields": [ - { - "fieldName": "nominations", - "fieldPath": "awards.nominations", - "nativeType": "Int", - "nullable": false - }, - { - "fieldName": "text", - "fieldPath": "awards.text", - "nativeType": "String", - "nullable": false - }, - { - "fieldName": "wins", - "fieldPath": "awards.wins", - "nativeType": "Int", - "nullable": false - } - ] - }, - { - "fieldName": "cast", - "fieldPath": "cast", - "nativeType": "Array", - "nullable": true - }, - { - "fieldName": "countries", - "fieldPath": "countries", - "nativeType": "Array", - "nullable": true - }, - { - "fieldName": "directors", - "fieldPath": "directors", - "nativeType": "Array", - "nullable": true - }, - { - "fieldName": "fullplot", - "fieldPath": "fullplot", - "nativeType": "String", - "nullable": true - }, - { - "fieldName": "genres", - "fieldPath": "genres", - "nativeType": "Array", - "nullable": true - }, - { - "fieldName": "imdb", - "fieldPath": "imdb", - "nativeType": "Object", - "nullable": false, - "subfields": [ - { - "fieldName": "id", - "fieldPath": "imdb.id", - "nativeType": "Int", - "nullable": false - }, - { - "fieldName": "rating", - "fieldPath": "imdb.rating", - "nativeType": "Float", - "nullable": false - }, - { - "fieldName": "votes", - "fieldPath": "imdb.votes", - "nativeType": "Int", - "nullable": false - } - ] - }, - { - "fieldName": "languages", - "fieldPath": "languages", - "nativeType": "Array", - "nullable": true - }, - { - "fieldName": "lastupdated", - "fieldPath": "lastupdated", - "nativeType": "String", - "nullable": false - }, - { - "fieldName": "metacritic", - "fieldPath": "metacritic", - "nativeType": "Int", - "nullable": true - }, - { - "fieldName": "num_mflix_comments", - "fieldPath": "num_mflix_comments", - "nativeType": "Int", - "nullable": true - }, - { - "fieldName": "plot", - "fieldPath": "plot", - "nativeType": "String", - "nullable": true - }, - { - "fieldName": "poster", - "fieldPath": "poster", - "nativeType": "String", - "nullable": true - }, - { - "fieldName": "rated", - "fieldPath": "rated", - "nativeType": "String", - "nullable": true - }, - { - "fieldName": "released", - "fieldPath": "released", - "nativeType": "Datetime", - "nullable": true - }, - { - "fieldName": "runtime", - "fieldPath": "runtime", - "nativeType": "Int", - "nullable": true - }, - { - "fieldName": "title", - "fieldPath": "title", - "nativeType": "String", - "nullable": false - }, - { - "fieldName": "tomatoes", - "fieldPath": "tomatoes", - "nativeType": "Object", - "nullable": true, - "subfields": [ - { - "fieldName": "boxOffice", - "fieldPath": "tomatoes.boxOffice", - "nativeType": "String", - "nullable": true - }, - { - "fieldName": "consensus", - "fieldPath": "tomatoes.consensus", - "nativeType": "String", - "nullable": true - }, - { - "fieldName": "critic", - "fieldPath": "tomatoes.critic", - "nativeType": "Object", - "nullable": true, - "subfields": [ - { - "fieldName": "meter", - "fieldPath": "tomatoes.critic.meter", - "nativeType": "Int", - "nullable": true - }, - { - "fieldName": "numReviews", - "fieldPath": "tomatoes.critic.numReviews", - "nativeType": "Int", - "nullable": true - }, - { - "fieldName": "rating", - "fieldPath": "tomatoes.critic.rating", - "nativeType": "Float", - "nullable": true - } - ] - }, - { - "fieldName": "dvd", - "fieldPath": "tomatoes.dvd", - "nativeType": "Datetime", - "nullable": true - }, - { - "fieldName": "fresh", - "fieldPath": "tomatoes.fresh", - "nativeType": "Int", - "nullable": true - }, - { - "fieldName": "lastUpdated", - "fieldPath": "tomatoes.lastUpdated", - "nativeType": "Datetime", - "nullable": true - }, - { - "fieldName": "production", - "fieldPath": "tomatoes.production", - "nativeType": "String", - "nullable": true - }, - { - "fieldName": "rotten", - "fieldPath": "tomatoes.rotten", - "nativeType": "Int", - "nullable": true - }, - { - "fieldName": "viewer", - "fieldPath": "tomatoes.viewer", - "nativeType": "Object", - "nullable": true, - "subfields": [ - { - "fieldName": "meter", - "fieldPath": "tomatoes.viewer.meter", - "nativeType": "Int", - "nullable": true - }, - { - "fieldName": "numReviews", - "fieldPath": "tomatoes.viewer.numReviews", - "nativeType": "Int", - "nullable": true - }, - { - "fieldName": "rating", - "fieldPath": "tomatoes.viewer.rating", - "nativeType": "Float", - "nullable": true - } - ] - }, - { - "fieldName": "website", - "fieldPath": "tomatoes.website", - "nativeType": "String", - "nullable": true - } - ] - }, - { - "fieldName": "type", - "fieldPath": "type", - "nativeType": "String", - "nullable": false - }, - { - "fieldName": "writers", - "fieldPath": "writers", - "nativeType": "Array", - "nullable": true - }, - { - "fieldName": "year", - "fieldPath": "year", - "nativeType": "Int", - "nullable": false + { + "fieldName": "number_of_employees", + "fieldPath": "number_of_employees", + "nativeType": "Int", + "nullable": true + }, + { + "fieldName": "offices", + "fieldPath": "offices", + "nativeType": "Array", + "nullable": false, + "subfields": [ + { + "fieldName": "address1", + "fieldPath": "offices.address1", + "nativeType": "String", + "nullable": true + }, + { + "fieldName": "address2", + "fieldPath": "offices.address2", + "nativeType": "String", + "nullable": true + }, + { + "fieldName": "city", + "fieldPath": "offices.city", + "nativeType": "String", + "nullable": true + }, + { + "fieldName": "country_code", + "fieldPath": "offices.country_code", + "nativeType": "String", + "nullable": true + }, + { + "fieldName": "description", + "fieldPath": "offices.description", + "nativeType": "String", + "nullable": true + }, + { + "fieldName": "latitude", + "fieldPath": "offices.latitude", + "nativeType": "Float", + "nullable": true + }, + { + "fieldName": "longitude", + "fieldPath": "offices.longitude", + "nativeType": "Float", + "nullable": true + }, + { + "fieldName": "state_code", + "fieldPath": "offices.state_code", + "nativeType": "String", + "nullable": true + }, + { + "fieldName": "zip_code", + "fieldPath": "offices.zip_code", + "nativeType": "String", + "nullable": true + } + ] + }, + { + "fieldName": "overview", + "fieldPath": "overview", + "nativeType": "String", + "nullable": true + }, + { + "fieldName": "partners", + "fieldPath": "partners", + "nativeType": "Array", + "nullable": false, + "subfields": [ + { + "fieldName": "homepage_url", + "fieldPath": "partners.homepage_url", + "nativeType": "String", + "nullable": true + }, + { + "fieldName": "link_1_name", + "fieldPath": "partners.link_1_name", + "nativeType": "String", + "nullable": true + }, + { + "fieldName": "link_1_url", + "fieldPath": "partners.link_1_url", + "nativeType": "String", + "nullable": true + }, + { + "fieldName": "link_2_name", + "fieldPath": "partners.link_2_name", + "nativeType": "String", + "nullable": true + }, + { + "fieldName": "link_2_url", + "fieldPath": "partners.link_2_url", + "nativeType": "String", + "nullable": true + }, + { + "fieldName": "link_3_name", + "fieldPath": "partners.link_3_name", + "nativeType": "String", + "nullable": true + }, + { + "fieldName": "link_3_url", + "fieldPath": "partners.link_3_url", + "nativeType": "String", + "nullable": true + }, + { + "fieldName": "partner_name", + "fieldPath": "partners.partner_name", + "nativeType": "String", + "nullable": true + } + ] + }, + { + "fieldName": "permalink", + "fieldPath": "permalink", + "nativeType": "String", + "nullable": false + }, + { + "fieldName": "phone_number", + "fieldPath": "phone_number", + "nativeType": "String", + "nullable": true + }, + { + "fieldName": "products", + "fieldPath": "products", + "nativeType": "Array", + "nullable": false, + "subfields": [ + { + "fieldName": "name", + "fieldPath": "products.name", + "nativeType": "String", + "nullable": true + }, + { + "fieldName": "permalink", + "fieldPath": "products.permalink", + "nativeType": "String", + "nullable": true + } + ] + }, + { + "fieldName": "providerships", + "fieldPath": "providerships", + "nativeType": "Array", + "nullable": false, + "subfields": [ + { + "fieldName": "is_past", + "fieldPath": "providerships.is_past", + "nativeType": "Bool", + "nullable": true + }, + { + "fieldName": "provider", + "fieldPath": "providerships.provider", + "nativeType": "Object", + "nullable": true, + "subfields": [ + { + "fieldName": "name", + "fieldPath": "providerships.provider.name", + "nativeType": "String", + "nullable": true + }, + { + "fieldName": "permalink", + "fieldPath": "providerships.provider.permalink", + "nativeType": "String", + "nullable": true } - ], - "schemaType": "BSON" + ] + }, + { + "fieldName": "title", + "fieldPath": "providerships.title", + "nativeType": "String", + "nullable": true + } + ] }, - "statistics": { - "dataSizeBytes": 37619160.0, - "recordCount": 23539.0 + { + "fieldName": "relationships", + "fieldPath": "relationships", + "nativeType": "Array", + "nullable": false, + "subfields": [ + { + "fieldName": "is_past", + "fieldPath": "relationships.is_past", + "nativeType": "Bool", + "nullable": true + }, + { + "fieldName": "person", + "fieldPath": "relationships.person", + "nativeType": "Object", + "nullable": true, + "subfields": [ + { + "fieldName": "first_name", + "fieldPath": "relationships.person.first_name", + "nativeType": "String", + "nullable": true + }, + { + "fieldName": "last_name", + "fieldPath": "relationships.person.last_name", + "nativeType": "String", + "nullable": true + }, + { + "fieldName": "permalink", + "fieldPath": "relationships.person.permalink", + "nativeType": "String", + "nullable": true + } + ] + }, + { + "fieldName": "title", + "fieldPath": "relationships.title", + "nativeType": "String", + "nullable": true + } + ] + }, + { + "fieldName": "screenshots", + "fieldPath": "screenshots", + "nativeType": "Array", + "nullable": false, + "subfields": [ + { + "fieldName": "available_sizes", + "fieldPath": "screenshots.available_sizes", + "nativeType": "Array", + "nullable": true + } + ] + }, + { + "fieldName": "tag_list", + "fieldPath": "tag_list", + "nativeType": "String", + "nullable": true + }, + { + "fieldName": "total_money_raised", + "fieldPath": "total_money_raised", + "nativeType": "String", + "nullable": false }, - "structure": { - "schema": "sample_mflix", - "table": "movies" + { + "fieldName": "twitter_username", + "fieldPath": "twitter_username", + "nativeType": "String", + "nullable": true + }, + { + "fieldName": "updated_at", + "fieldPath": "updated_at", + "nativeType": "String", + "nullable": false + }, + { + "fieldName": "video_embeds", + "fieldPath": "video_embeds", + "nativeType": "Array", + "nullable": false, + "subfields": [ + { + "fieldName": "description", + "fieldPath": "video_embeds.description", + "nativeType": "String", + "nullable": true + }, + { + "fieldName": "embed_code", + "fieldPath": "video_embeds.embed_code", + "nativeType": "String", + "nullable": true + } + ] } + ], + "schemaType": "BSON" }, - { - "logicalId": { - "name": "sample_mflix.sessions", - "platform": "MONGODB" - }, - "schema": { - "fields": [ - { - "fieldName": "_id", - "fieldPath": "_id", - "nativeType": "ObjectId", - "nullable": false - }, - { - "fieldName": "jwt", - "fieldPath": "jwt", - "nativeType": "String", - "nullable": false - }, - { - "fieldName": "user_id", - "fieldPath": "user_id", - "nativeType": "String", - "nullable": false - } - ], - "schemaType": "BSON" + "statistics": { + "dataSizeBytes": 36475858.0, + "recordCount": 9500.0 + }, + "structure": { + "schema": "sample_training", + "table": "companies" + } + }, + { + "logicalId": { + "name": "sample_training.grades", + "platform": "MONGODB" + }, + "schema": { + "fields": [ + { + "fieldName": "_id", + "fieldPath": "_id", + "nativeType": "ObjectId", + "nullable": false }, - "statistics": { - "dataSizeBytes": 540.0, - "recordCount": 1.0 + { + "fieldName": "class_id", + "fieldPath": "class_id", + "nativeType": "Int", + "nullable": false }, - "structure": { - "schema": "sample_mflix", - "table": "sessions" + { + "fieldName": "scores", + "fieldPath": "scores", + "nativeType": "Array", + "nullable": false, + "subfields": [ + { + "fieldName": "score", + "fieldPath": "scores.score", + "nativeType": "Float", + "nullable": false + }, + { + "fieldName": "type", + "fieldPath": "scores.type", + "nativeType": "String", + "nullable": false + } + ] + }, + { + "fieldName": "student_id", + "fieldPath": "student_id", + "nativeType": "Int", + "nullable": false } + ], + "schemaType": "BSON" }, - { - "logicalId": { - "name": "sample_mflix.theaters", - "platform": "MONGODB" - }, - "schema": { - "fields": [ - { - "fieldName": "_id", - "fieldPath": "_id", - "nativeType": "ObjectId", - "nullable": false - }, - { - "fieldName": "location", - "fieldPath": "location", - "nativeType": "Object", - "nullable": false, - "subfields": [ - { - "fieldName": "address", - "fieldPath": "location.address", - "nativeType": "Object", - "nullable": false, - "subfields": [ - { - "fieldName": "city", - "fieldPath": "location.address.city", - "nativeType": "String", - "nullable": false - }, - { - "fieldName": "state", - "fieldPath": "location.address.state", - "nativeType": "String", - "nullable": false - }, - { - "fieldName": "street1", - "fieldPath": "location.address.street1", - "nativeType": "String", - "nullable": false - }, - { - "fieldName": "street2", - "fieldPath": "location.address.street2", - "nativeType": "String", - "nullable": true - }, - { - "fieldName": "zipcode", - "fieldPath": "location.address.zipcode", - "nativeType": "String", - "nullable": false - } - ] - }, - { - "fieldName": "geo", - "fieldPath": "location.geo", - "nativeType": "Object", - "nullable": false, - "subfields": [ - { - "fieldName": "coordinates", - "fieldPath": "location.geo.coordinates", - "nativeType": "Array", - "nullable": false - }, - { - "fieldName": "type", - "fieldPath": "location.geo.type", - "nativeType": "String", - "nullable": false - } - ] - } - ] - }, - { - "fieldName": "theaterId", - "fieldPath": "theaterId", - "nativeType": "Int", - "nullable": false - } - ], - "schemaType": "BSON" + "statistics": { + "dataSizeBytes": 22500000.0, + "recordCount": 100000.0 + }, + "structure": { + "schema": "sample_training", + "table": "grades" + } + }, + { + "logicalId": { + "name": "sample_training.inspections", + "platform": "MONGODB" + }, + "schema": { + "fields": [ + { + "fieldName": "_id", + "fieldPath": "_id", + "nativeType": "ObjectId", + "nullable": false + }, + { + "fieldName": "address", + "fieldPath": "address", + "nativeType": "Object", + "nullable": false, + "subfields": [ + { + "fieldName": "city", + "fieldPath": "address.city", + "nativeType": "String", + "nullable": false + }, + { + "fieldName": "number", + "fieldPath": "address.number", + "nativeType": "Int", + "nullable": false + }, + { + "fieldName": "street", + "fieldPath": "address.street", + "nativeType": "String", + "nullable": false + }, + { + "fieldName": "zip", + "fieldPath": "address.zip", + "nativeType": "Int", + "nullable": false + } + ] }, - "statistics": { - "dataSizeBytes": 349831.0, - "recordCount": 1564.0 + { + "fieldName": "business_name", + "fieldPath": "business_name", + "nativeType": "String", + "nullable": false }, - "structure": { - "schema": "sample_mflix", - "table": "theaters" + { + "fieldName": "certificate_number", + "fieldPath": "certificate_number", + "nativeType": "Int", + "nullable": false + }, + { + "fieldName": "date", + "fieldPath": "date", + "nativeType": "String", + "nullable": false + }, + { + "fieldName": "id", + "fieldPath": "id", + "nativeType": "String", + "nullable": false + }, + { + "fieldName": "result", + "fieldPath": "result", + "nativeType": "String", + "nullable": false + }, + { + "fieldName": "sector", + "fieldPath": "sector", + "nativeType": "String", + "nullable": false } + ], + "schemaType": "BSON" }, - { - "logicalId": { - "name": "sample_mflix.users", - "platform": "MONGODB" - }, - "schema": { - "fields": [ - { - "fieldName": "_id", - "fieldPath": "_id", - "nativeType": "ObjectId", - "nullable": false - }, - { - "fieldName": "email", - "fieldPath": "email", - "nativeType": "String", - "nullable": false - }, - { - "fieldName": "name", - "fieldPath": "name", - "nativeType": "String", - "nullable": false - }, - { - "fieldName": "password", - "fieldPath": "password", - "nativeType": "String", - "nullable": false - }, - { - "fieldName": "preferences", - "fieldPath": "preferences", - "nativeType": "Object", - "nullable": true - } - ], - "schemaType": "BSON" + "statistics": { + "dataSizeBytes": 22153565.0, + "recordCount": 80047.0 + }, + "structure": { + "schema": "sample_training", + "table": "inspections" + } + }, + { + "logicalId": { + "name": "sample_training.posts", + "platform": "MONGODB" + }, + "schema": { + "fields": [ + { + "fieldName": "_id", + "fieldPath": "_id", + "nativeType": "ObjectId", + "nullable": false }, - "statistics": { - "dataSizeBytes": 29568.0, - "recordCount": 185.0 + { + "fieldName": "author", + "fieldPath": "author", + "nativeType": "String", + "nullable": false }, - "structure": { - "schema": "sample_mflix", - "table": "users" + { + "fieldName": "body", + "fieldPath": "body", + "nativeType": "String", + "nullable": false + }, + { + "fieldName": "comments", + "fieldPath": "comments", + "nativeType": "Array", + "nullable": false, + "subfields": [ + { + "fieldName": "author", + "fieldPath": "comments.author", + "nativeType": "String", + "nullable": false + }, + { + "fieldName": "body", + "fieldPath": "comments.body", + "nativeType": "String", + "nullable": false + }, + { + "fieldName": "email", + "fieldPath": "comments.email", + "nativeType": "String", + "nullable": false + } + ] + }, + { + "fieldName": "date", + "fieldPath": "date", + "nativeType": "Datetime", + "nullable": false + }, + { + "fieldName": "permalink", + "fieldPath": "permalink", + "nativeType": "String", + "nullable": false + }, + { + "fieldName": "tags", + "fieldPath": "tags", + "nativeType": "Array", + "nullable": false + }, + { + "fieldName": "title", + "fieldPath": "title", + "nativeType": "String", + "nullable": false } + ], + "schemaType": "BSON" }, - { - "logicalId": { - "name": "sample_supplies.sales", - "platform": "MONGODB" - }, - "schema": { - "fields": [ - { - "fieldName": "_id", - "fieldPath": "_id", - "nativeType": "ObjectId", - "nullable": false - }, - { - "fieldName": "couponUsed", - "fieldPath": "couponUsed", - "nativeType": "Bool", - "nullable": false - }, - { - "fieldName": "customer", - "fieldPath": "customer", - "nativeType": "Object", - "nullable": false, - "subfields": [ - { - "fieldName": "age", - "fieldPath": "customer.age", - "nativeType": "Int", - "nullable": false - }, - { - "fieldName": "email", - "fieldPath": "customer.email", - "nativeType": "String", - "nullable": false - }, - { - "fieldName": "gender", - "fieldPath": "customer.gender", - "nativeType": "String", - "nullable": false - }, - { - "fieldName": "satisfaction", - "fieldPath": "customer.satisfaction", - "nativeType": "Int", - "nullable": false - } - ] - }, - { - "fieldName": "items", - "fieldPath": "items", - "nativeType": "Array", - "nullable": false, - "subfields": [ - { - "fieldName": "name", - "fieldPath": "items.name", - "nativeType": "String", - "nullable": false - }, - { - "fieldName": "price", - "fieldPath": "items.price", - "nativeType": "Decimal128", - "nullable": false - }, - { - "fieldName": "quantity", - "fieldPath": "items.quantity", - "nativeType": "Int", - "nullable": false - }, - { - "fieldName": "tags", - "fieldPath": "items.tags", - "nativeType": "Array", - "nullable": false - } - ] - }, - { - "fieldName": "purchaseMethod", - "fieldPath": "purchaseMethod", - "nativeType": "String", - "nullable": false - }, - { - "fieldName": "saleDate", - "fieldPath": "saleDate", - "nativeType": "Datetime", - "nullable": false - }, - { - "fieldName": "storeLocation", - "fieldPath": "storeLocation", - "nativeType": "String", - "nullable": false - } - ], - "schemaType": "BSON" + "statistics": { + "dataSizeBytes": 17453403.0, + "recordCount": 500.0 + }, + "structure": { + "schema": "sample_training", + "table": "posts" + } + }, + { + "logicalId": { + "name": "sample_training.routes", + "platform": "MONGODB" + }, + "schema": { + "fields": [ + { + "fieldName": "_id", + "fieldPath": "_id", + "nativeType": "ObjectId", + "nullable": false + }, + { + "fieldName": "airline", + "fieldPath": "airline", + "nativeType": "Object", + "nullable": false, + "subfields": [ + { + "fieldName": "alias", + "fieldPath": "airline.alias", + "nativeType": "String", + "nullable": false + }, + { + "fieldName": "iata", + "fieldPath": "airline.iata", + "nativeType": "String", + "nullable": false + }, + { + "fieldName": "id", + "fieldPath": "airline.id", + "nativeType": "Int", + "nullable": false + }, + { + "fieldName": "name", + "fieldPath": "airline.name", + "nativeType": "String", + "nullable": false + } + ] + }, + { + "fieldName": "airplane", + "fieldPath": "airplane", + "nativeType": "String", + "nullable": false + }, + { + "fieldName": "codeshare", + "fieldPath": "codeshare", + "nativeType": "String", + "nullable": false }, - "statistics": { - "dataSizeBytes": 4328222.0, - "recordCount": 5000.0 + { + "fieldName": "dst_airport", + "fieldPath": "dst_airport", + "nativeType": "String", + "nullable": false }, - "structure": { - "schema": "sample_supplies", - "table": "sales" + { + "fieldName": "src_airport", + "fieldPath": "src_airport", + "nativeType": "String", + "nullable": false + }, + { + "fieldName": "stops", + "fieldPath": "stops", + "nativeType": "Int", + "nullable": false } + ], + "schemaType": "BSON" }, - { - "logicalId": { - "name": "sample_training.companies", - "platform": "MONGODB" - }, - "schema": { - "fields": [ - { - "fieldName": "_id", - "fieldPath": "_id", - "nativeType": "ObjectId", - "nullable": false - }, - { - "fieldName": "acquisition", - "fieldPath": "acquisition", - "nativeType": "Object", - "nullable": true, - "subfields": [ - { - "fieldName": "acquired_day", - "fieldPath": "acquisition.acquired_day", - "nativeType": "Int", - "nullable": true - }, - { - "fieldName": "acquired_month", - "fieldPath": "acquisition.acquired_month", - "nativeType": "Int", - "nullable": true - }, - { - "fieldName": "acquired_year", - "fieldPath": "acquisition.acquired_year", - "nativeType": "Int", - "nullable": true - }, - { - "fieldName": "acquiring_company", - "fieldPath": "acquisition.acquiring_company", - "nativeType": "Object", - "nullable": true, - "subfields": [ - { - "fieldName": "name", - "fieldPath": "acquisition.acquiring_company.name", - "nativeType": "String", - "nullable": true - }, - { - "fieldName": "permalink", - "fieldPath": "acquisition.acquiring_company.permalink", - "nativeType": "String", - "nullable": true - } - ] - }, - { - "fieldName": "price_amount", - "fieldPath": "acquisition.price_amount", - "nativeType": "Int", - "nullable": true - }, - { - "fieldName": "price_currency_code", - "fieldPath": "acquisition.price_currency_code", - "nativeType": "String", - "nullable": true - }, - { - "fieldName": "source_description", - "fieldPath": "acquisition.source_description", - "nativeType": "String", - "nullable": true - }, - { - "fieldName": "source_url", - "fieldPath": "acquisition.source_url", - "nativeType": "String", - "nullable": true - }, - { - "fieldName": "term_code", - "fieldPath": "acquisition.term_code", - "nativeType": "String", - "nullable": true - } - ] - }, - { - "fieldName": "acquisitions", - "fieldPath": "acquisitions", - "nativeType": "Array", - "nullable": false, - "subfields": [ - { - "fieldName": "acquired_day", - "fieldPath": "acquisitions.acquired_day", - "nativeType": "Int", - "nullable": true - }, - { - "fieldName": "acquired_month", - "fieldPath": "acquisitions.acquired_month", - "nativeType": "Int", - "nullable": true - }, - { - "fieldName": "acquired_year", - "fieldPath": "acquisitions.acquired_year", - "nativeType": "Int", - "nullable": true - }, - { - "fieldName": "company", - "fieldPath": "acquisitions.company", - "nativeType": "Object", - "nullable": true, - "subfields": [ - { - "fieldName": "name", - "fieldPath": "acquisitions.company.name", - "nativeType": "String", - "nullable": true - }, - { - "fieldName": "permalink", - "fieldPath": "acquisitions.company.permalink", - "nativeType": "String", - "nullable": true - } - ] - }, - { - "fieldName": "price_amount", - "fieldPath": "acquisitions.price_amount", - "nativeType": "Int", - "nullable": true - }, - { - "fieldName": "price_currency_code", - "fieldPath": "acquisitions.price_currency_code", - "nativeType": "String", - "nullable": true - }, - { - "fieldName": "source_description", - "fieldPath": "acquisitions.source_description", - "nativeType": "String", - "nullable": true - }, - { - "fieldName": "source_url", - "fieldPath": "acquisitions.source_url", - "nativeType": "String", - "nullable": true - }, - { - "fieldName": "term_code", - "fieldPath": "acquisitions.term_code", - "nativeType": "String", - "nullable": true - } - ] - }, - { - "fieldName": "alias_list", - "fieldPath": "alias_list", - "nativeType": "String", - "nullable": true - }, - { - "fieldName": "blog_feed_url", - "fieldPath": "blog_feed_url", - "nativeType": "String", - "nullable": true - }, - { - "fieldName": "blog_url", - "fieldPath": "blog_url", - "nativeType": "String", - "nullable": true - }, - { - "fieldName": "category_code", - "fieldPath": "category_code", - "nativeType": "String", - "nullable": true - }, - { - "fieldName": "competitions", - "fieldPath": "competitions", - "nativeType": "Array", - "nullable": false, - "subfields": [ - { - "fieldName": "competitor", - "fieldPath": "competitions.competitor", - "nativeType": "Object", - "nullable": true, - "subfields": [ - { - "fieldName": "name", - "fieldPath": "competitions.competitor.name", - "nativeType": "String", - "nullable": true - }, - { - "fieldName": "permalink", - "fieldPath": "competitions.competitor.permalink", - "nativeType": "String", - "nullable": true - } - ] - } - ] - }, - { - "fieldName": "created_at", - "fieldPath": "created_at", - "nativeType": "Datetime", - "nullable": false - }, - { - "fieldName": "crunchbase_url", - "fieldPath": "crunchbase_url", - "nativeType": "String", - "nullable": false - }, - { - "fieldName": "deadpooled_day", - "fieldPath": "deadpooled_day", - "nativeType": "Int", - "nullable": true - }, - { - "fieldName": "deadpooled_month", - "fieldPath": "deadpooled_month", - "nativeType": "Int", - "nullable": true - }, - { - "fieldName": "deadpooled_url", - "fieldPath": "deadpooled_url", - "nativeType": "String", - "nullable": true - }, - { - "fieldName": "deadpooled_year", - "fieldPath": "deadpooled_year", - "nativeType": "Int", - "nullable": true - }, - { - "fieldName": "description", - "fieldPath": "description", - "nativeType": "String", - "nullable": true - }, - { - "fieldName": "email_address", - "fieldPath": "email_address", - "nativeType": "String", - "nullable": true - }, - { - "fieldName": "external_links", - "fieldPath": "external_links", - "nativeType": "Array", - "nullable": false, - "subfields": [ - { - "fieldName": "external_url", - "fieldPath": "external_links.external_url", - "nativeType": "String", - "nullable": true - }, - { - "fieldName": "title", - "fieldPath": "external_links.title", - "nativeType": "String", - "nullable": true - } - ] - }, - { - "fieldName": "founded_day", - "fieldPath": "founded_day", - "nativeType": "Int", - "nullable": true - }, - { - "fieldName": "founded_month", - "fieldPath": "founded_month", - "nativeType": "Int", - "nullable": true - }, - { - "fieldName": "founded_year", - "fieldPath": "founded_year", - "nativeType": "Int", - "nullable": true - }, - { - "fieldName": "funding_rounds", - "fieldPath": "funding_rounds", - "nativeType": "Array", - "nullable": false, - "subfields": [ - { - "fieldName": "funded_day", - "fieldPath": "funding_rounds.funded_day", - "nativeType": "Int", - "nullable": true - }, - { - "fieldName": "funded_month", - "fieldPath": "funding_rounds.funded_month", - "nativeType": "Int", - "nullable": true - }, - { - "fieldName": "funded_year", - "fieldPath": "funding_rounds.funded_year", - "nativeType": "Int", - "nullable": true - }, - { - "fieldName": "id", - "fieldPath": "funding_rounds.id", - "nativeType": "Int", - "nullable": true - }, - { - "fieldName": "investments", - "fieldPath": "funding_rounds.investments", - "nativeType": "Array", - "nullable": true, - "subfields": [ - { - "fieldName": "company", - "fieldPath": "funding_rounds.investments.company", - "nativeType": "Object", - "nullable": true, - "subfields": [ - { - "fieldName": "name", - "fieldPath": "funding_rounds.investments.company.name", - "nativeType": "String", - "nullable": true - }, - { - "fieldName": "permalink", - "fieldPath": "funding_rounds.investments.company.permalink", - "nativeType": "String", - "nullable": true - } - ] - }, - { - "fieldName": "financial_org", - "fieldPath": "funding_rounds.investments.financial_org", - "nativeType": "Object", - "nullable": true, - "subfields": [ - { - "fieldName": "name", - "fieldPath": "funding_rounds.investments.financial_org.name", - "nativeType": "String", - "nullable": true - }, - { - "fieldName": "permalink", - "fieldPath": "funding_rounds.investments.financial_org.permalink", - "nativeType": "String", - "nullable": true - } - ] - }, - { - "fieldName": "person", - "fieldPath": "funding_rounds.investments.person", - "nativeType": "Object", - "nullable": true, - "subfields": [ - { - "fieldName": "first_name", - "fieldPath": "funding_rounds.investments.person.first_name", - "nativeType": "String", - "nullable": true - }, - { - "fieldName": "last_name", - "fieldPath": "funding_rounds.investments.person.last_name", - "nativeType": "String", - "nullable": true - }, - { - "fieldName": "permalink", - "fieldPath": "funding_rounds.investments.person.permalink", - "nativeType": "String", - "nullable": true - } - ] - } - ] - }, - { - "fieldName": "raised_amount", - "fieldPath": "funding_rounds.raised_amount", - "nativeType": "Int", - "nullable": true - }, - { - "fieldName": "raised_currency_code", - "fieldPath": "funding_rounds.raised_currency_code", - "nativeType": "String", - "nullable": true - }, - { - "fieldName": "round_code", - "fieldPath": "funding_rounds.round_code", - "nativeType": "String", - "nullable": true - }, - { - "fieldName": "source_description", - "fieldPath": "funding_rounds.source_description", - "nativeType": "String", - "nullable": true - }, - { - "fieldName": "source_url", - "fieldPath": "funding_rounds.source_url", - "nativeType": "String", - "nullable": true - } - ] - }, - { - "fieldName": "homepage_url", - "fieldPath": "homepage_url", - "nativeType": "String", - "nullable": true - }, - { - "fieldName": "image", - "fieldPath": "image", - "nativeType": "Object", - "nullable": true, - "subfields": [ - { - "fieldName": "available_sizes", - "fieldPath": "image.available_sizes", - "nativeType": "Array", - "nullable": true - } - ] - }, - { - "fieldName": "investments", - "fieldPath": "investments", - "nativeType": "Array", - "nullable": false, - "subfields": [ - { - "fieldName": "funding_round", - "fieldPath": "investments.funding_round", - "nativeType": "Object", - "nullable": true, - "subfields": [ - { - "fieldName": "company", - "fieldPath": "investments.funding_round.company", - "nativeType": "Object", - "nullable": true, - "subfields": [ - { - "fieldName": "name", - "fieldPath": "investments.funding_round.company.name", - "nativeType": "String", - "nullable": true - }, - { - "fieldName": "permalink", - "fieldPath": "investments.funding_round.company.permalink", - "nativeType": "String", - "nullable": true - } - ] - }, - { - "fieldName": "funded_day", - "fieldPath": "investments.funding_round.funded_day", - "nativeType": "Int", - "nullable": true - }, - { - "fieldName": "funded_month", - "fieldPath": "investments.funding_round.funded_month", - "nativeType": "Int", - "nullable": true - }, - { - "fieldName": "funded_year", - "fieldPath": "investments.funding_round.funded_year", - "nativeType": "Int", - "nullable": true - }, - { - "fieldName": "raised_amount", - "fieldPath": "investments.funding_round.raised_amount", - "nativeType": "Int", - "nullable": true - }, - { - "fieldName": "raised_currency_code", - "fieldPath": "investments.funding_round.raised_currency_code", - "nativeType": "String", - "nullable": true - }, - { - "fieldName": "round_code", - "fieldPath": "investments.funding_round.round_code", - "nativeType": "String", - "nullable": true - }, - { - "fieldName": "source_description", - "fieldPath": "investments.funding_round.source_description", - "nativeType": "String", - "nullable": true - }, - { - "fieldName": "source_url", - "fieldPath": "investments.funding_round.source_url", - "nativeType": "String", - "nullable": true - } - ] - } - ] - }, - { - "fieldName": "ipo", - "fieldPath": "ipo", - "nativeType": "Object", - "nullable": true, - "subfields": [ - { - "fieldName": "pub_day", - "fieldPath": "ipo.pub_day", - "nativeType": "Int", - "nullable": true - }, - { - "fieldName": "pub_month", - "fieldPath": "ipo.pub_month", - "nativeType": "Int", - "nullable": true - }, - { - "fieldName": "pub_year", - "fieldPath": "ipo.pub_year", - "nativeType": "Int", - "nullable": true - }, - { - "fieldName": "stock_symbol", - "fieldPath": "ipo.stock_symbol", - "nativeType": "String", - "nullable": true - }, - { - "fieldName": "valuation_amount", - "fieldPath": "ipo.valuation_amount", - "nativeType": "Int", - "nullable": true - }, - { - "fieldName": "valuation_currency_code", - "fieldPath": "ipo.valuation_currency_code", - "nativeType": "String", - "nullable": true - } - ] - }, - { - "fieldName": "milestones", - "fieldPath": "milestones", - "nativeType": "Array", - "nullable": false, - "subfields": [ - { - "fieldName": "description", - "fieldPath": "milestones.description", - "nativeType": "String", - "nullable": true - }, - { - "fieldName": "id", - "fieldPath": "milestones.id", - "nativeType": "Int", - "nullable": true - }, - { - "fieldName": "source_description", - "fieldPath": "milestones.source_description", - "nativeType": "String", - "nullable": true - }, - { - "fieldName": "source_text", - "fieldPath": "milestones.source_text", - "nativeType": "String", - "nullable": true - }, - { - "fieldName": "source_url", - "fieldPath": "milestones.source_url", - "nativeType": "String", - "nullable": true - }, - { - "fieldName": "stoneable", - "fieldPath": "milestones.stoneable", - "nativeType": "Object", - "nullable": true, - "subfields": [ - { - "fieldName": "name", - "fieldPath": "milestones.stoneable.name", - "nativeType": "String", - "nullable": true - }, - { - "fieldName": "permalink", - "fieldPath": "milestones.stoneable.permalink", - "nativeType": "String", - "nullable": true - } - ] - }, - { - "fieldName": "stoneable_type", - "fieldPath": "milestones.stoneable_type", - "nativeType": "String", - "nullable": true - }, - { - "fieldName": "stoned_day", - "fieldPath": "milestones.stoned_day", - "nativeType": "Int", - "nullable": true - }, - { - "fieldName": "stoned_month", - "fieldPath": "milestones.stoned_month", - "nativeType": "Int", - "nullable": true - }, - { - "fieldName": "stoned_year", - "fieldPath": "milestones.stoned_year", - "nativeType": "Int", - "nullable": true - } - ] - }, - { - "fieldName": "name", - "fieldPath": "name", - "nativeType": "String", - "nullable": false - }, - { - "fieldName": "number_of_employees", - "fieldPath": "number_of_employees", - "nativeType": "Int", - "nullable": true - }, - { - "fieldName": "offices", - "fieldPath": "offices", - "nativeType": "Array", - "nullable": false, - "subfields": [ - { - "fieldName": "address1", - "fieldPath": "offices.address1", - "nativeType": "String", - "nullable": true - }, - { - "fieldName": "address2", - "fieldPath": "offices.address2", - "nativeType": "String", - "nullable": true - }, - { - "fieldName": "city", - "fieldPath": "offices.city", - "nativeType": "String", - "nullable": true - }, - { - "fieldName": "country_code", - "fieldPath": "offices.country_code", - "nativeType": "String", - "nullable": true - }, - { - "fieldName": "description", - "fieldPath": "offices.description", - "nativeType": "String", - "nullable": true - }, - { - "fieldName": "latitude", - "fieldPath": "offices.latitude", - "nativeType": "Float", - "nullable": true - }, - { - "fieldName": "longitude", - "fieldPath": "offices.longitude", - "nativeType": "Float", - "nullable": true - }, - { - "fieldName": "state_code", - "fieldPath": "offices.state_code", - "nativeType": "String", - "nullable": true - }, - { - "fieldName": "zip_code", - "fieldPath": "offices.zip_code", - "nativeType": "String", - "nullable": true - } - ] - }, - { - "fieldName": "overview", - "fieldPath": "overview", - "nativeType": "String", - "nullable": true - }, - { - "fieldName": "partners", - "fieldPath": "partners", - "nativeType": "Array", - "nullable": false, - "subfields": [ - { - "fieldName": "homepage_url", - "fieldPath": "partners.homepage_url", - "nativeType": "String", - "nullable": true - }, - { - "fieldName": "link_1_name", - "fieldPath": "partners.link_1_name", - "nativeType": "String", - "nullable": true - }, - { - "fieldName": "link_1_url", - "fieldPath": "partners.link_1_url", - "nativeType": "String", - "nullable": true - }, - { - "fieldName": "link_2_name", - "fieldPath": "partners.link_2_name", - "nativeType": "String", - "nullable": true - }, - { - "fieldName": "link_2_url", - "fieldPath": "partners.link_2_url", - "nativeType": "String", - "nullable": true - }, - { - "fieldName": "link_3_name", - "fieldPath": "partners.link_3_name", - "nativeType": "String", - "nullable": true - }, - { - "fieldName": "link_3_url", - "fieldPath": "partners.link_3_url", - "nativeType": "String", - "nullable": true - }, - { - "fieldName": "partner_name", - "fieldPath": "partners.partner_name", - "nativeType": "String", - "nullable": true - } - ] - }, - { - "fieldName": "permalink", - "fieldPath": "permalink", - "nativeType": "String", - "nullable": false - }, - { - "fieldName": "phone_number", - "fieldPath": "phone_number", - "nativeType": "String", - "nullable": true - }, - { - "fieldName": "products", - "fieldPath": "products", - "nativeType": "Array", - "nullable": false, - "subfields": [ - { - "fieldName": "name", - "fieldPath": "products.name", - "nativeType": "String", - "nullable": true - }, - { - "fieldName": "permalink", - "fieldPath": "products.permalink", - "nativeType": "String", - "nullable": true - } - ] - }, - { - "fieldName": "providerships", - "fieldPath": "providerships", - "nativeType": "Array", - "nullable": false, - "subfields": [ - { - "fieldName": "is_past", - "fieldPath": "providerships.is_past", - "nativeType": "Bool", - "nullable": true - }, - { - "fieldName": "provider", - "fieldPath": "providerships.provider", - "nativeType": "Object", - "nullable": true, - "subfields": [ - { - "fieldName": "name", - "fieldPath": "providerships.provider.name", - "nativeType": "String", - "nullable": true - }, - { - "fieldName": "permalink", - "fieldPath": "providerships.provider.permalink", - "nativeType": "String", - "nullable": true - } - ] - }, - { - "fieldName": "title", - "fieldPath": "providerships.title", - "nativeType": "String", - "nullable": true - } - ] - }, - { - "fieldName": "relationships", - "fieldPath": "relationships", - "nativeType": "Array", - "nullable": false, - "subfields": [ - { - "fieldName": "is_past", - "fieldPath": "relationships.is_past", - "nativeType": "Bool", - "nullable": true - }, - { - "fieldName": "person", - "fieldPath": "relationships.person", - "nativeType": "Object", - "nullable": true, - "subfields": [ - { - "fieldName": "first_name", - "fieldPath": "relationships.person.first_name", - "nativeType": "String", - "nullable": true - }, - { - "fieldName": "last_name", - "fieldPath": "relationships.person.last_name", - "nativeType": "String", - "nullable": true - }, - { - "fieldName": "permalink", - "fieldPath": "relationships.person.permalink", - "nativeType": "String", - "nullable": true - } - ] - }, - { - "fieldName": "title", - "fieldPath": "relationships.title", - "nativeType": "String", - "nullable": true - } - ] - }, - { - "fieldName": "screenshots", - "fieldPath": "screenshots", - "nativeType": "Array", - "nullable": false, - "subfields": [ - { - "fieldName": "available_sizes", - "fieldPath": "screenshots.available_sizes", - "nativeType": "Array", - "nullable": true - } - ] - }, - { - "fieldName": "tag_list", - "fieldPath": "tag_list", - "nativeType": "String", - "nullable": true - }, - { - "fieldName": "total_money_raised", - "fieldPath": "total_money_raised", - "nativeType": "String", - "nullable": false - }, - { - "fieldName": "twitter_username", - "fieldPath": "twitter_username", - "nativeType": "String", - "nullable": true - }, - { - "fieldName": "updated_at", - "fieldPath": "updated_at", - "nativeType": "String", - "nullable": false - }, - { - "fieldName": "video_embeds", - "fieldPath": "video_embeds", - "nativeType": "Array", - "nullable": false, - "subfields": [ - { - "fieldName": "description", - "fieldPath": "video_embeds.description", - "nativeType": "String", - "nullable": true - }, - { - "fieldName": "embed_code", - "fieldPath": "video_embeds.embed_code", - "nativeType": "String", - "nullable": true - } - ] - } - ], - "schemaType": "BSON" + "statistics": { + "dataSizeBytes": 12334501.0, + "recordCount": 66985.0 + }, + "structure": { + "schema": "sample_training", + "table": "routes" + } + }, + { + "logicalId": { + "name": "sample_training.stories", + "platform": "MONGODB" + }, + "schema": { + "fields": [ + { + "fieldName": "_id", + "fieldPath": "_id", + "nativeType": "ObjectId", + "nullable": false + }, + { + "fieldName": "comments", + "fieldPath": "comments", + "nativeType": "Int", + "nullable": false }, - "statistics": { - "dataSizeBytes": 36475858.0, - "recordCount": 9500.0 + { + "fieldName": "container", + "fieldPath": "container", + "nativeType": "Object", + "nullable": false, + "subfields": [ + { + "fieldName": "name", + "fieldPath": "container.name", + "nativeType": "String", + "nullable": false + }, + { + "fieldName": "short_name", + "fieldPath": "container.short_name", + "nativeType": "String", + "nullable": false + } + ] }, - "structure": { - "schema": "sample_training", - "table": "companies" - } - }, - { - "logicalId": { - "name": "sample_training.grades", - "platform": "MONGODB" - }, - "schema": { - "fields": [ - { - "fieldName": "_id", - "fieldPath": "_id", - "nativeType": "ObjectId", - "nullable": false - }, - { - "fieldName": "class_id", - "fieldPath": "class_id", - "nativeType": "Int", - "nullable": false - }, - { - "fieldName": "scores", - "fieldPath": "scores", - "nativeType": "Array", - "nullable": false, - "subfields": [ - { - "fieldName": "score", - "fieldPath": "scores.score", - "nativeType": "Float", - "nullable": false - }, - { - "fieldName": "type", - "fieldPath": "scores.type", - "nativeType": "String", - "nullable": false - } - ] - }, - { - "fieldName": "student_id", - "fieldPath": "student_id", - "nativeType": "Int", - "nullable": false - } - ], - "schemaType": "BSON" + { + "fieldName": "description", + "fieldPath": "description", + "nativeType": "String", + "nullable": false + }, + { + "fieldName": "diggs", + "fieldPath": "diggs", + "nativeType": "Int", + "nullable": false + }, + { + "fieldName": "href", + "fieldPath": "href", + "nativeType": "String", + "nullable": false + }, + { + "fieldName": "id", + "fieldPath": "id", + "nativeType": "String", + "nullable": false + }, + { + "fieldName": "inaccurate", + "fieldPath": "inaccurate", + "nativeType": "Int", + "nullable": true + }, + { + "fieldName": "link", + "fieldPath": "link", + "nativeType": "String", + "nullable": false + }, + { + "fieldName": "media", + "fieldPath": "media", + "nativeType": "String", + "nullable": false + }, + { + "fieldName": "promote_date", + "fieldPath": "promote_date", + "nativeType": "Int", + "nullable": false }, - "statistics": { - "dataSizeBytes": 22500000.0, - "recordCount": 100000.0 + { + "fieldName": "shorturl", + "fieldPath": "shorturl", + "nativeType": "Array", + "nullable": false, + "subfields": [ + { + "fieldName": "short_url", + "fieldPath": "shorturl.short_url", + "nativeType": "String", + "nullable": false + }, + { + "fieldName": "view_count", + "fieldPath": "shorturl.view_count", + "nativeType": "Int", + "nullable": false + } + ] }, - "structure": { - "schema": "sample_training", - "table": "grades" + { + "fieldName": "status", + "fieldPath": "status", + "nativeType": "String", + "nullable": false + }, + { + "fieldName": "submit_date", + "fieldPath": "submit_date", + "nativeType": "Int", + "nullable": false + }, + { + "fieldName": "takedowndays", + "fieldPath": "takedowndays", + "nativeType": "Int", + "nullable": true + }, + { + "fieldName": "takedownuri", + "fieldPath": "takedownuri", + "nativeType": "String", + "nullable": true + }, + { + "fieldName": "thumbnail", + "fieldPath": "thumbnail", + "nativeType": "Object", + "nullable": true, + "subfields": [ + { + "fieldName": "contentType", + "fieldPath": "thumbnail.contentType", + "nativeType": "String", + "nullable": true + }, + { + "fieldName": "height", + "fieldPath": "thumbnail.height", + "nativeType": "Int", + "nullable": true + }, + { + "fieldName": "originalheight", + "fieldPath": "thumbnail.originalheight", + "nativeType": "Int", + "nullable": true + }, + { + "fieldName": "originalwidth", + "fieldPath": "thumbnail.originalwidth", + "nativeType": "Int", + "nullable": true + }, + { + "fieldName": "src", + "fieldPath": "thumbnail.src", + "nativeType": "String", + "nullable": true + }, + { + "fieldName": "width", + "fieldPath": "thumbnail.width", + "nativeType": "Int", + "nullable": true + } + ] + }, + { + "fieldName": "title", + "fieldPath": "title", + "nativeType": "String", + "nullable": false + }, + { + "fieldName": "topic", + "fieldPath": "topic", + "nativeType": "Object", + "nullable": false, + "subfields": [ + { + "fieldName": "name", + "fieldPath": "topic.name", + "nativeType": "String", + "nullable": false + }, + { + "fieldName": "short_name", + "fieldPath": "topic.short_name", + "nativeType": "String", + "nullable": false + } + ] + }, + { + "fieldName": "user", + "fieldPath": "user", + "nativeType": "Object", + "nullable": false, + "subfields": [ + { + "fieldName": "fullname", + "fieldPath": "user.fullname", + "nativeType": "String", + "nullable": true + }, + { + "fieldName": "icon", + "fieldPath": "user.icon", + "nativeType": "String", + "nullable": false + }, + { + "fieldName": "name", + "fieldPath": "user.name", + "nativeType": "String", + "nullable": false + }, + { + "fieldName": "profileviews", + "fieldPath": "user.profileviews", + "nativeType": "Int", + "nullable": false + }, + { + "fieldName": "registered", + "fieldPath": "user.registered", + "nativeType": "Int", + "nullable": false + } + ] } + ], + "schemaType": "BSON" }, - { - "logicalId": { - "name": "sample_training.inspections", - "platform": "MONGODB" - }, - "schema": { - "fields": [ - { - "fieldName": "_id", - "fieldPath": "_id", - "nativeType": "ObjectId", - "nullable": false - }, - { - "fieldName": "address", - "fieldPath": "address", - "nativeType": "Object", - "nullable": false, - "subfields": [ - { - "fieldName": "city", - "fieldPath": "address.city", - "nativeType": "String", - "nullable": false - }, - { - "fieldName": "number", - "fieldPath": "address.number", - "nativeType": "Int", - "nullable": false - }, - { - "fieldName": "street", - "fieldPath": "address.street", - "nativeType": "String", - "nullable": false - }, - { - "fieldName": "zip", - "fieldPath": "address.zip", - "nativeType": "Int", - "nullable": false - } - ] - }, - { - "fieldName": "business_name", - "fieldPath": "business_name", - "nativeType": "String", - "nullable": false - }, - { - "fieldName": "certificate_number", - "fieldPath": "certificate_number", - "nativeType": "Int", - "nullable": false - }, - { - "fieldName": "date", - "fieldPath": "date", - "nativeType": "String", - "nullable": false - }, - { - "fieldName": "id", - "fieldPath": "id", - "nativeType": "String", - "nullable": false - }, - { - "fieldName": "result", - "fieldPath": "result", - "nativeType": "String", - "nullable": false - }, - { - "fieldName": "sector", - "fieldPath": "sector", - "nativeType": "String", - "nullable": false - } - ], - "schemaType": "BSON" + "statistics": { + "dataSizeBytes": 10086049.0, + "recordCount": 9842.0 + }, + "structure": { + "schema": "sample_training", + "table": "stories" + } + }, + { + "logicalId": { + "name": "sample_training.trips", + "platform": "MONGODB" + }, + "schema": { + "fields": [ + { + "fieldName": "_id", + "fieldPath": "_id", + "nativeType": "ObjectId", + "nullable": false + }, + { + "fieldName": "bikeid", + "fieldPath": "bikeid", + "nativeType": "Int", + "nullable": false + }, + { + "fieldName": "birth year", + "fieldPath": "birth year", + "nativeType": "Int", + "nullable": false + }, + { + "fieldName": "end station id", + "fieldPath": "end station id", + "nativeType": "Int", + "nullable": false + }, + { + "fieldName": "end station location", + "fieldPath": "end station location", + "nativeType": "Object", + "nullable": false, + "subfields": [ + { + "fieldName": "coordinates", + "fieldPath": "end station location.coordinates", + "nativeType": "Array", + "nullable": false + }, + { + "fieldName": "type", + "fieldPath": "end station location.type", + "nativeType": "String", + "nullable": false + } + ] + }, + { + "fieldName": "end station name", + "fieldPath": "end station name", + "nativeType": "String", + "nullable": false + }, + { + "fieldName": "gender", + "fieldPath": "gender", + "nativeType": "Int", + "nullable": false + }, + { + "fieldName": "start station id", + "fieldPath": "start station id", + "nativeType": "Int", + "nullable": false }, - "statistics": { - "dataSizeBytes": 22153565.0, - "recordCount": 80047.0 + { + "fieldName": "start station location", + "fieldPath": "start station location", + "nativeType": "Object", + "nullable": false, + "subfields": [ + { + "fieldName": "coordinates", + "fieldPath": "start station location.coordinates", + "nativeType": "Array", + "nullable": false + }, + { + "fieldName": "type", + "fieldPath": "start station location.type", + "nativeType": "String", + "nullable": false + } + ] }, - "structure": { - "schema": "sample_training", - "table": "inspections" + { + "fieldName": "start station name", + "fieldPath": "start station name", + "nativeType": "String", + "nullable": false + }, + { + "fieldName": "start time", + "fieldPath": "start time", + "nativeType": "Datetime", + "nullable": false + }, + { + "fieldName": "stop time", + "fieldPath": "stop time", + "nativeType": "Datetime", + "nullable": false + }, + { + "fieldName": "tripduration", + "fieldPath": "tripduration", + "nativeType": "Int", + "nullable": false + }, + { + "fieldName": "usertype", + "fieldPath": "usertype", + "nativeType": "String", + "nullable": false } + ], + "schemaType": "BSON" }, - { - "logicalId": { - "name": "sample_training.posts", - "platform": "MONGODB" - }, - "schema": { - "fields": [ - { - "fieldName": "_id", - "fieldPath": "_id", - "nativeType": "ObjectId", - "nullable": false - }, - { - "fieldName": "author", - "fieldPath": "author", - "nativeType": "String", - "nullable": false - }, - { - "fieldName": "body", - "fieldPath": "body", - "nativeType": "String", - "nullable": false - }, - { - "fieldName": "comments", - "fieldPath": "comments", - "nativeType": "Array", - "nullable": false, - "subfields": [ - { - "fieldName": "author", - "fieldPath": "comments.author", - "nativeType": "String", - "nullable": false - }, - { - "fieldName": "body", - "fieldPath": "comments.body", - "nativeType": "String", - "nullable": false - }, - { - "fieldName": "email", - "fieldPath": "comments.email", - "nativeType": "String", - "nullable": false - } - ] - }, + "statistics": { + "dataSizeBytes": 4403868.0, + "recordCount": 10000.0 + }, + "structure": { + "schema": "sample_training", + "table": "trips" + } + }, + { + "logicalId": { + "name": "sample_training.tweets", + "platform": "MONGODB" + }, + "schema": { + "fields": [ + { + "fieldName": "_id", + "fieldPath": "_id", + "nativeType": "ObjectId", + "nullable": false + }, + { + "fieldName": "coordinates", + "fieldPath": "coordinates", + "nativeType": "Object", + "nullable": true, + "subfields": [ + { + "fieldName": "coordinates", + "fieldPath": "coordinates.coordinates", + "nativeType": "Array", + "nullable": true + }, + { + "fieldName": "type", + "fieldPath": "coordinates.type", + "nativeType": "String", + "nullable": true + } + ] + }, + { + "fieldName": "created_at", + "fieldPath": "created_at", + "nativeType": "String", + "nullable": false + }, + { + "fieldName": "entities", + "fieldPath": "entities", + "nativeType": "Object", + "nullable": false, + "subfields": [ + { + "fieldName": "hashtags", + "fieldPath": "entities.hashtags", + "nativeType": "Array", + "nullable": false, + "subfields": [ + { + "fieldName": "indices", + "fieldPath": "entities.hashtags.indices", + "nativeType": "Array", + "nullable": true + }, + { + "fieldName": "text", + "fieldPath": "entities.hashtags.text", + "nativeType": "String", + "nullable": true + } + ] + }, + { + "fieldName": "urls", + "fieldPath": "entities.urls", + "nativeType": "Array", + "nullable": false, + "subfields": [ + { + "fieldName": "expanded_url", + "fieldPath": "entities.urls.expanded_url", + "nativeType": "String", + "nullable": true + }, + { + "fieldName": "indices", + "fieldPath": "entities.urls.indices", + "nativeType": "Array", + "nullable": true + }, + { + "fieldName": "url", + "fieldPath": "entities.urls.url", + "nativeType": "String", + "nullable": true + } + ] + }, + { + "fieldName": "user_mentions", + "fieldPath": "entities.user_mentions", + "nativeType": "Array", + "nullable": false, + "subfields": [ { - "fieldName": "date", - "fieldPath": "date", - "nativeType": "Datetime", - "nullable": false + "fieldName": "id", + "fieldPath": "entities.user_mentions.id", + "nativeType": "Int", + "nullable": true }, { - "fieldName": "permalink", - "fieldPath": "permalink", - "nativeType": "String", - "nullable": false + "fieldName": "indices", + "fieldPath": "entities.user_mentions.indices", + "nativeType": "Array", + "nullable": true }, { - "fieldName": "tags", - "fieldPath": "tags", - "nativeType": "Array", - "nullable": false + "fieldName": "name", + "fieldPath": "entities.user_mentions.name", + "nativeType": "String", + "nullable": true }, { - "fieldName": "title", - "fieldPath": "title", - "nativeType": "String", - "nullable": false + "fieldName": "screen_name", + "fieldPath": "entities.user_mentions.screen_name", + "nativeType": "String", + "nullable": true } - ], - "schemaType": "BSON" + ] + } + ] }, - "statistics": { - "dataSizeBytes": 17453403.0, - "recordCount": 500.0 + { + "fieldName": "favorited", + "fieldPath": "favorited", + "nativeType": "Bool", + "nullable": false }, - "structure": { - "schema": "sample_training", - "table": "posts" - } - }, - { - "logicalId": { - "name": "sample_training.routes", - "platform": "MONGODB" - }, - "schema": { - "fields": [ - { - "fieldName": "_id", - "fieldPath": "_id", - "nativeType": "ObjectId", - "nullable": false - }, - { - "fieldName": "airline", - "fieldPath": "airline", - "nativeType": "Object", - "nullable": false, - "subfields": [ - { - "fieldName": "alias", - "fieldPath": "airline.alias", - "nativeType": "String", - "nullable": false - }, - { - "fieldName": "iata", - "fieldPath": "airline.iata", - "nativeType": "String", - "nullable": false - }, - { - "fieldName": "id", - "fieldPath": "airline.id", - "nativeType": "Int", - "nullable": false - }, - { - "fieldName": "name", - "fieldPath": "airline.name", - "nativeType": "String", - "nullable": false - } - ] - }, - { - "fieldName": "airplane", - "fieldPath": "airplane", - "nativeType": "String", - "nullable": false - }, - { - "fieldName": "codeshare", - "fieldPath": "codeshare", - "nativeType": "String", - "nullable": false - }, - { - "fieldName": "dst_airport", - "fieldPath": "dst_airport", - "nativeType": "String", - "nullable": false - }, - { - "fieldName": "src_airport", - "fieldPath": "src_airport", - "nativeType": "String", - "nullable": false - }, - { - "fieldName": "stops", - "fieldPath": "stops", - "nativeType": "Int", - "nullable": false + { + "fieldName": "geo", + "fieldPath": "geo", + "nativeType": "Object", + "nullable": true, + "subfields": [ + { + "fieldName": "coordinates", + "fieldPath": "geo.coordinates", + "nativeType": "Array", + "nullable": true + }, + { + "fieldName": "type", + "fieldPath": "geo.type", + "nativeType": "String", + "nullable": true + } + ] + }, + { + "fieldName": "id", + "fieldPath": "id", + "nativeType": "Int64", + "nullable": false + }, + { + "fieldName": "in_reply_to_screen_name", + "fieldPath": "in_reply_to_screen_name", + "nativeType": "String", + "nullable": true + }, + { + "fieldName": "in_reply_to_status_id", + "fieldPath": "in_reply_to_status_id", + "nativeType": "Int64", + "nullable": true + }, + { + "fieldName": "in_reply_to_user_id", + "fieldPath": "in_reply_to_user_id", + "nativeType": "Int", + "nullable": true + }, + { + "fieldName": "place", + "fieldPath": "place", + "nativeType": "Object", + "nullable": true, + "subfields": [ + { + "fieldName": "attributes", + "fieldPath": "place.attributes", + "nativeType": "Object", + "nullable": true, + "subfields": [ + { + "fieldName": "street_address", + "fieldPath": "place.attributes.street_address", + "nativeType": "String", + "nullable": true } - ], - "schemaType": "BSON" + ] + }, + { + "fieldName": "bounding_box", + "fieldPath": "place.bounding_box", + "nativeType": "Object", + "nullable": true, + "subfields": [ + { + "fieldName": "coordinates", + "fieldPath": "place.bounding_box.coordinates", + "nativeType": "Array", + "nullable": true + }, + { + "fieldName": "type", + "fieldPath": "place.bounding_box.type", + "nativeType": "String", + "nullable": true + } + ] + }, + { + "fieldName": "country", + "fieldPath": "place.country", + "nativeType": "String", + "nullable": true + }, + { + "fieldName": "country_code", + "fieldPath": "place.country_code", + "nativeType": "String", + "nullable": true + }, + { + "fieldName": "full_name", + "fieldPath": "place.full_name", + "nativeType": "String", + "nullable": true + }, + { + "fieldName": "id", + "fieldPath": "place.id", + "nativeType": "String", + "nullable": true + }, + { + "fieldName": "name", + "fieldPath": "place.name", + "nativeType": "String", + "nullable": true + }, + { + "fieldName": "place_type", + "fieldPath": "place.place_type", + "nativeType": "String", + "nullable": true + }, + { + "fieldName": "url", + "fieldPath": "place.url", + "nativeType": "String", + "nullable": true + } + ] }, - "statistics": { - "dataSizeBytes": 12334501.0, - "recordCount": 66985.0 + { + "fieldName": "retweeted", + "fieldPath": "retweeted", + "nativeType": "Bool", + "nullable": false }, - "structure": { - "schema": "sample_training", - "table": "routes" - } - }, - { - "logicalId": { - "name": "sample_training.stories", - "platform": "MONGODB" - }, - "schema": { - "fields": [ - { - "fieldName": "_id", - "fieldPath": "_id", - "nativeType": "ObjectId", - "nullable": false - }, - { - "fieldName": "comments", - "fieldPath": "comments", - "nativeType": "Int", - "nullable": false - }, - { - "fieldName": "container", - "fieldPath": "container", - "nativeType": "Object", - "nullable": false, - "subfields": [ - { - "fieldName": "name", - "fieldPath": "container.name", - "nativeType": "String", - "nullable": false - }, - { - "fieldName": "short_name", - "fieldPath": "container.short_name", - "nativeType": "String", - "nullable": false - } - ] - }, - { - "fieldName": "description", - "fieldPath": "description", - "nativeType": "String", - "nullable": false - }, + { + "fieldName": "retweeted_status", + "fieldPath": "retweeted_status", + "nativeType": "Object", + "nullable": true, + "subfields": [ + { + "fieldName": "contributors", + "fieldPath": "retweeted_status.contributors", + "nativeType": "Array", + "nullable": true + }, + { + "fieldName": "coordinates", + "fieldPath": "retweeted_status.coordinates", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "created_at", + "fieldPath": "retweeted_status.created_at", + "nativeType": "String", + "nullable": true + }, + { + "fieldName": "entities", + "fieldPath": "retweeted_status.entities", + "nativeType": "Object", + "nullable": true, + "subfields": [ + { + "fieldName": "hashtags", + "fieldPath": "retweeted_status.entities.hashtags", + "nativeType": "Array", + "nullable": true, + "subfields": [ + { + "fieldName": "indices", + "fieldPath": "retweeted_status.entities.hashtags.indices", + "nativeType": "Array", + "nullable": true + }, + { + "fieldName": "text", + "fieldPath": "retweeted_status.entities.hashtags.text", + "nativeType": "String", + "nullable": true + } + ] + }, + { + "fieldName": "urls", + "fieldPath": "retweeted_status.entities.urls", + "nativeType": "Array", + "nullable": true, + "subfields": [ + { + "fieldName": "expanded_url", + "fieldPath": "retweeted_status.entities.urls.expanded_url", + "nativeType": "String", + "nullable": true + }, + { + "fieldName": "indices", + "fieldPath": "retweeted_status.entities.urls.indices", + "nativeType": "Array", + "nullable": true + }, + { + "fieldName": "url", + "fieldPath": "retweeted_status.entities.urls.url", + "nativeType": "String", + "nullable": true + } + ] + }, + { + "fieldName": "user_mentions", + "fieldPath": "retweeted_status.entities.user_mentions", + "nativeType": "Array", + "nullable": true, + "subfields": [ + { + "fieldName": "id", + "fieldPath": "retweeted_status.entities.user_mentions.id", + "nativeType": "Int", + "nullable": true + }, + { + "fieldName": "indices", + "fieldPath": "retweeted_status.entities.user_mentions.indices", + "nativeType": "Array", + "nullable": true + }, + { + "fieldName": "name", + "fieldPath": "retweeted_status.entities.user_mentions.name", + "nativeType": "String", + "nullable": true + }, + { + "fieldName": "screen_name", + "fieldPath": "retweeted_status.entities.user_mentions.screen_name", + "nativeType": "String", + "nullable": true + } + ] + } + ] + }, + { + "fieldName": "favorited", + "fieldPath": "retweeted_status.favorited", + "nativeType": "Bool", + "nullable": true + }, + { + "fieldName": "geo", + "fieldPath": "retweeted_status.geo", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "id", + "fieldPath": "retweeted_status.id", + "nativeType": "Int64", + "nullable": true + }, + { + "fieldName": "in_reply_to_screen_name", + "fieldPath": "retweeted_status.in_reply_to_screen_name", + "nativeType": "String", + "nullable": true + }, + { + "fieldName": "in_reply_to_status_id", + "fieldPath": "retweeted_status.in_reply_to_status_id", + "nativeType": "Int64", + "nullable": true + }, + { + "fieldName": "in_reply_to_user_id", + "fieldPath": "retweeted_status.in_reply_to_user_id", + "nativeType": "Int", + "nullable": true + }, + { + "fieldName": "place", + "fieldPath": "retweeted_status.place", + "nativeType": "Object", + "nullable": true, + "subfields": [ + { + "fieldName": "attributes", + "fieldPath": "retweeted_status.place.attributes", + "nativeType": "Object", + "nullable": true + }, + { + "fieldName": "bounding_box", + "fieldPath": "retweeted_status.place.bounding_box", + "nativeType": "Object", + "nullable": true, + "subfields": [ + { + "fieldName": "coordinates", + "fieldPath": "retweeted_status.place.bounding_box.coordinates", + "nativeType": "Array", + "nullable": true + }, + { + "fieldName": "type", + "fieldPath": "retweeted_status.place.bounding_box.type", + "nativeType": "String", + "nullable": true + } + ] + }, + { + "fieldName": "country", + "fieldPath": "retweeted_status.place.country", + "nativeType": "String", + "nullable": true + }, + { + "fieldName": "country_code", + "fieldPath": "retweeted_status.place.country_code", + "nativeType": "String", + "nullable": true + }, + { + "fieldName": "full_name", + "fieldPath": "retweeted_status.place.full_name", + "nativeType": "String", + "nullable": true + }, + { + "fieldName": "id", + "fieldPath": "retweeted_status.place.id", + "nativeType": "String", + "nullable": true + }, + { + "fieldName": "name", + "fieldPath": "retweeted_status.place.name", + "nativeType": "String", + "nullable": true + }, + { + "fieldName": "place_type", + "fieldPath": "retweeted_status.place.place_type", + "nativeType": "String", + "nullable": true + }, + { + "fieldName": "url", + "fieldPath": "retweeted_status.place.url", + "nativeType": "String", + "nullable": true + } + ] + }, + { + "fieldName": "retweeted", + "fieldPath": "retweeted_status.retweeted", + "nativeType": "Bool", + "nullable": true + }, + { + "fieldName": "source", + "fieldPath": "retweeted_status.source", + "nativeType": "String", + "nullable": true + }, + { + "fieldName": "text", + "fieldPath": "retweeted_status.text", + "nativeType": "String", + "nullable": true + }, + { + "fieldName": "truncated", + "fieldPath": "retweeted_status.truncated", + "nativeType": "Bool", + "nullable": true + }, + { + "fieldName": "user", + "fieldPath": "retweeted_status.user", + "nativeType": "Object", + "nullable": true, + "subfields": [ { - "fieldName": "diggs", - "fieldPath": "diggs", - "nativeType": "Int", - "nullable": false + "fieldName": "contributors_enabled", + "fieldPath": "retweeted_status.user.contributors_enabled", + "nativeType": "Bool", + "nullable": true }, { - "fieldName": "href", - "fieldPath": "href", - "nativeType": "String", - "nullable": false + "fieldName": "created_at", + "fieldPath": "retweeted_status.user.created_at", + "nativeType": "String", + "nullable": true }, { - "fieldName": "id", - "fieldPath": "id", - "nativeType": "String", - "nullable": false + "fieldName": "description", + "fieldPath": "retweeted_status.user.description", + "nativeType": "String", + "nullable": true }, { - "fieldName": "inaccurate", - "fieldPath": "inaccurate", - "nativeType": "Int", - "nullable": true + "fieldName": "favourites_count", + "fieldPath": "retweeted_status.user.favourites_count", + "nativeType": "Int", + "nullable": true }, { - "fieldName": "link", - "fieldPath": "link", - "nativeType": "String", - "nullable": false + "fieldName": "followers_count", + "fieldPath": "retweeted_status.user.followers_count", + "nativeType": "Int", + "nullable": true }, { - "fieldName": "media", - "fieldPath": "media", - "nativeType": "String", - "nullable": false + "fieldName": "friends_count", + "fieldPath": "retweeted_status.user.friends_count", + "nativeType": "Int", + "nullable": true }, { - "fieldName": "promote_date", - "fieldPath": "promote_date", - "nativeType": "Int", - "nullable": false + "fieldName": "geo_enabled", + "fieldPath": "retweeted_status.user.geo_enabled", + "nativeType": "Bool", + "nullable": true }, { - "fieldName": "shorturl", - "fieldPath": "shorturl", - "nativeType": "Array", - "nullable": false, - "subfields": [ - { - "fieldName": "short_url", - "fieldPath": "shorturl.short_url", - "nativeType": "String", - "nullable": false - }, - { - "fieldName": "view_count", - "fieldPath": "shorturl.view_count", - "nativeType": "Int", - "nullable": false - } - ] + "fieldName": "id", + "fieldPath": "retweeted_status.user.id", + "nativeType": "Int", + "nullable": true }, { - "fieldName": "status", - "fieldPath": "status", - "nativeType": "String", - "nullable": false + "fieldName": "lang", + "fieldPath": "retweeted_status.user.lang", + "nativeType": "String", + "nullable": true }, { - "fieldName": "submit_date", - "fieldPath": "submit_date", - "nativeType": "Int", - "nullable": false + "fieldName": "listed_count", + "fieldPath": "retweeted_status.user.listed_count", + "nativeType": "Int", + "nullable": true }, { - "fieldName": "takedowndays", - "fieldPath": "takedowndays", - "nativeType": "Int", - "nullable": true + "fieldName": "location", + "fieldPath": "retweeted_status.user.location", + "nativeType": "String", + "nullable": true }, { - "fieldName": "takedownuri", - "fieldPath": "takedownuri", - "nativeType": "String", - "nullable": true + "fieldName": "name", + "fieldPath": "retweeted_status.user.name", + "nativeType": "String", + "nullable": true }, { - "fieldName": "thumbnail", - "fieldPath": "thumbnail", - "nativeType": "Object", - "nullable": true, - "subfields": [ - { - "fieldName": "contentType", - "fieldPath": "thumbnail.contentType", - "nativeType": "String", - "nullable": true - }, - { - "fieldName": "height", - "fieldPath": "thumbnail.height", - "nativeType": "Int", - "nullable": true - }, - { - "fieldName": "originalheight", - "fieldPath": "thumbnail.originalheight", - "nativeType": "Int", - "nullable": true - }, - { - "fieldName": "originalwidth", - "fieldPath": "thumbnail.originalwidth", - "nativeType": "Int", - "nullable": true - }, - { - "fieldName": "src", - "fieldPath": "thumbnail.src", - "nativeType": "String", - "nullable": true - }, - { - "fieldName": "width", - "fieldPath": "thumbnail.width", - "nativeType": "Int", - "nullable": true - } - ] + "fieldName": "profile_background_color", + "fieldPath": "retweeted_status.user.profile_background_color", + "nativeType": "String", + "nullable": true }, { - "fieldName": "title", - "fieldPath": "title", - "nativeType": "String", - "nullable": false + "fieldName": "profile_background_image_url", + "fieldPath": "retweeted_status.user.profile_background_image_url", + "nativeType": "String", + "nullable": true }, { - "fieldName": "topic", - "fieldPath": "topic", - "nativeType": "Object", - "nullable": false, - "subfields": [ - { - "fieldName": "name", - "fieldPath": "topic.name", - "nativeType": "String", - "nullable": false - }, - { - "fieldName": "short_name", - "fieldPath": "topic.short_name", - "nativeType": "String", - "nullable": false - } - ] + "fieldName": "profile_background_tile", + "fieldPath": "retweeted_status.user.profile_background_tile", + "nativeType": "Bool", + "nullable": true }, { - "fieldName": "user", - "fieldPath": "user", - "nativeType": "Object", - "nullable": false, - "subfields": [ - { - "fieldName": "fullname", - "fieldPath": "user.fullname", - "nativeType": "String", - "nullable": true - }, - { - "fieldName": "icon", - "fieldPath": "user.icon", - "nativeType": "String", - "nullable": false - }, - { - "fieldName": "name", - "fieldPath": "user.name", - "nativeType": "String", - "nullable": false - }, - { - "fieldName": "profileviews", - "fieldPath": "user.profileviews", - "nativeType": "Int", - "nullable": false - }, - { - "fieldName": "registered", - "fieldPath": "user.registered", - "nativeType": "Int", - "nullable": false - } - ] - } - ], - "schemaType": "BSON" - }, - "statistics": { - "dataSizeBytes": 10086049.0, - "recordCount": 9842.0 - }, - "structure": { - "schema": "sample_training", - "table": "stories" - } - }, - { - "logicalId": { - "name": "sample_training.trips", - "platform": "MONGODB" - }, - "schema": { - "fields": [ - { - "fieldName": "_id", - "fieldPath": "_id", - "nativeType": "ObjectId", - "nullable": false + "fieldName": "profile_image_url", + "fieldPath": "retweeted_status.user.profile_image_url", + "nativeType": "String", + "nullable": true }, { - "fieldName": "bikeid", - "fieldPath": "bikeid", - "nativeType": "Int", - "nullable": false + "fieldName": "profile_link_color", + "fieldPath": "retweeted_status.user.profile_link_color", + "nativeType": "String", + "nullable": true }, { - "fieldName": "birth year", - "fieldPath": "birth year", - "nativeType": "Int", - "nullable": false + "fieldName": "profile_sidebar_border_color", + "fieldPath": "retweeted_status.user.profile_sidebar_border_color", + "nativeType": "String", + "nullable": true }, { - "fieldName": "end station id", - "fieldPath": "end station id", - "nativeType": "Int", - "nullable": false + "fieldName": "profile_sidebar_fill_color", + "fieldPath": "retweeted_status.user.profile_sidebar_fill_color", + "nativeType": "String", + "nullable": true }, { - "fieldName": "end station location", - "fieldPath": "end station location", - "nativeType": "Object", - "nullable": false, - "subfields": [ - { - "fieldName": "coordinates", - "fieldPath": "end station location.coordinates", - "nativeType": "Array", - "nullable": false - }, - { - "fieldName": "type", - "fieldPath": "end station location.type", - "nativeType": "String", - "nullable": false - } - ] + "fieldName": "profile_text_color", + "fieldPath": "retweeted_status.user.profile_text_color", + "nativeType": "String", + "nullable": true }, { - "fieldName": "end station name", - "fieldPath": "end station name", - "nativeType": "String", - "nullable": false + "fieldName": "profile_use_background_image", + "fieldPath": "retweeted_status.user.profile_use_background_image", + "nativeType": "Bool", + "nullable": true }, { - "fieldName": "gender", - "fieldPath": "gender", - "nativeType": "Int", - "nullable": false + "fieldName": "protected", + "fieldPath": "retweeted_status.user.protected", + "nativeType": "Bool", + "nullable": true }, { - "fieldName": "start station id", - "fieldPath": "start station id", - "nativeType": "Int", - "nullable": false + "fieldName": "screen_name", + "fieldPath": "retweeted_status.user.screen_name", + "nativeType": "String", + "nullable": true }, { - "fieldName": "start station location", - "fieldPath": "start station location", - "nativeType": "Object", - "nullable": false, - "subfields": [ - { - "fieldName": "coordinates", - "fieldPath": "start station location.coordinates", - "nativeType": "Array", - "nullable": false - }, - { - "fieldName": "type", - "fieldPath": "start station location.type", - "nativeType": "String", - "nullable": false - } - ] + "fieldName": "show_all_inline_media", + "fieldPath": "retweeted_status.user.show_all_inline_media", + "nativeType": "Bool", + "nullable": true }, { - "fieldName": "start station name", - "fieldPath": "start station name", - "nativeType": "String", - "nullable": false + "fieldName": "statuses_count", + "fieldPath": "retweeted_status.user.statuses_count", + "nativeType": "Int", + "nullable": true }, { - "fieldName": "start time", - "fieldPath": "start time", - "nativeType": "Datetime", - "nullable": false + "fieldName": "time_zone", + "fieldPath": "retweeted_status.user.time_zone", + "nativeType": "String", + "nullable": true }, { - "fieldName": "stop time", - "fieldPath": "stop time", - "nativeType": "Datetime", - "nullable": false + "fieldName": "url", + "fieldPath": "retweeted_status.user.url", + "nativeType": "String", + "nullable": true }, { - "fieldName": "tripduration", - "fieldPath": "tripduration", - "nativeType": "Int", - "nullable": false + "fieldName": "utc_offset", + "fieldPath": "retweeted_status.user.utc_offset", + "nativeType": "Int", + "nullable": true }, { - "fieldName": "usertype", - "fieldPath": "usertype", - "nativeType": "String", - "nullable": false + "fieldName": "verified", + "fieldPath": "retweeted_status.user.verified", + "nativeType": "Bool", + "nullable": true } - ], - "schemaType": "BSON" + ] + } + ] + }, + { + "fieldName": "source", + "fieldPath": "source", + "nativeType": "String", + "nullable": false }, - "statistics": { - "dataSizeBytes": 4403868.0, - "recordCount": 10000.0 + { + "fieldName": "text", + "fieldPath": "text", + "nativeType": "String", + "nullable": false }, - "structure": { - "schema": "sample_training", - "table": "trips" + { + "fieldName": "truncated", + "fieldPath": "truncated", + "nativeType": "Bool", + "nullable": false + }, + { + "fieldName": "user", + "fieldPath": "user", + "nativeType": "Object", + "nullable": false, + "subfields": [ + { + "fieldName": "contributors_enabled", + "fieldPath": "user.contributors_enabled", + "nativeType": "Bool", + "nullable": false + }, + { + "fieldName": "created_at", + "fieldPath": "user.created_at", + "nativeType": "String", + "nullable": false + }, + { + "fieldName": "description", + "fieldPath": "user.description", + "nativeType": "String", + "nullable": true + }, + { + "fieldName": "favourites_count", + "fieldPath": "user.favourites_count", + "nativeType": "Int", + "nullable": false + }, + { + "fieldName": "followers_count", + "fieldPath": "user.followers_count", + "nativeType": "Int", + "nullable": false + }, + { + "fieldName": "friends_count", + "fieldPath": "user.friends_count", + "nativeType": "Int", + "nullable": false + }, + { + "fieldName": "geo_enabled", + "fieldPath": "user.geo_enabled", + "nativeType": "Bool", + "nullable": false + }, + { + "fieldName": "id", + "fieldPath": "user.id", + "nativeType": "Int", + "nullable": false + }, + { + "fieldName": "lang", + "fieldPath": "user.lang", + "nativeType": "String", + "nullable": false + }, + { + "fieldName": "listed_count", + "fieldPath": "user.listed_count", + "nativeType": "Int", + "nullable": false + }, + { + "fieldName": "location", + "fieldPath": "user.location", + "nativeType": "String", + "nullable": true + }, + { + "fieldName": "name", + "fieldPath": "user.name", + "nativeType": "String", + "nullable": false + }, + { + "fieldName": "profile_background_color", + "fieldPath": "user.profile_background_color", + "nativeType": "String", + "nullable": false + }, + { + "fieldName": "profile_background_image_url", + "fieldPath": "user.profile_background_image_url", + "nativeType": "String", + "nullable": false + }, + { + "fieldName": "profile_background_tile", + "fieldPath": "user.profile_background_tile", + "nativeType": "Bool", + "nullable": false + }, + { + "fieldName": "profile_image_url", + "fieldPath": "user.profile_image_url", + "nativeType": "String", + "nullable": false + }, + { + "fieldName": "profile_link_color", + "fieldPath": "user.profile_link_color", + "nativeType": "String", + "nullable": false + }, + { + "fieldName": "profile_sidebar_border_color", + "fieldPath": "user.profile_sidebar_border_color", + "nativeType": "String", + "nullable": false + }, + { + "fieldName": "profile_sidebar_fill_color", + "fieldPath": "user.profile_sidebar_fill_color", + "nativeType": "String", + "nullable": false + }, + { + "fieldName": "profile_text_color", + "fieldPath": "user.profile_text_color", + "nativeType": "String", + "nullable": false + }, + { + "fieldName": "profile_use_background_image", + "fieldPath": "user.profile_use_background_image", + "nativeType": "Bool", + "nullable": false + }, + { + "fieldName": "protected", + "fieldPath": "user.protected", + "nativeType": "Bool", + "nullable": false + }, + { + "fieldName": "screen_name", + "fieldPath": "user.screen_name", + "nativeType": "String", + "nullable": false + }, + { + "fieldName": "show_all_inline_media", + "fieldPath": "user.show_all_inline_media", + "nativeType": "Bool", + "nullable": false + }, + { + "fieldName": "statuses_count", + "fieldPath": "user.statuses_count", + "nativeType": "Int", + "nullable": false + }, + { + "fieldName": "time_zone", + "fieldPath": "user.time_zone", + "nativeType": "String", + "nullable": true + }, + { + "fieldName": "url", + "fieldPath": "user.url", + "nativeType": "String", + "nullable": true + }, + { + "fieldName": "utc_offset", + "fieldPath": "user.utc_offset", + "nativeType": "Int", + "nullable": true + }, + { + "fieldName": "verified", + "fieldPath": "user.verified", + "nativeType": "Bool", + "nullable": false + } + ] } + ], + "schemaType": "BSON" }, - { - "logicalId": { - "name": "sample_training.tweets", - "platform": "MONGODB" - }, - "schema": { - "fields": [ - { - "fieldName": "_id", - "fieldPath": "_id", - "nativeType": "ObjectId", - "nullable": false - }, - { - "fieldName": "coordinates", - "fieldPath": "coordinates", - "nativeType": "Object", - "nullable": true, - "subfields": [ - { - "fieldName": "coordinates", - "fieldPath": "coordinates.coordinates", - "nativeType": "Array", - "nullable": true - }, - { - "fieldName": "type", - "fieldPath": "coordinates.type", - "nativeType": "String", - "nullable": true - } - ] - }, - { - "fieldName": "created_at", - "fieldPath": "created_at", - "nativeType": "String", - "nullable": false - }, - { - "fieldName": "entities", - "fieldPath": "entities", - "nativeType": "Object", - "nullable": false, - "subfields": [ - { - "fieldName": "hashtags", - "fieldPath": "entities.hashtags", - "nativeType": "Array", - "nullable": false, - "subfields": [ - { - "fieldName": "indices", - "fieldPath": "entities.hashtags.indices", - "nativeType": "Array", - "nullable": true - }, - { - "fieldName": "text", - "fieldPath": "entities.hashtags.text", - "nativeType": "String", - "nullable": true - } - ] - }, - { - "fieldName": "urls", - "fieldPath": "entities.urls", - "nativeType": "Array", - "nullable": false, - "subfields": [ - { - "fieldName": "expanded_url", - "fieldPath": "entities.urls.expanded_url", - "nativeType": "String", - "nullable": true - }, - { - "fieldName": "indices", - "fieldPath": "entities.urls.indices", - "nativeType": "Array", - "nullable": true - }, - { - "fieldName": "url", - "fieldPath": "entities.urls.url", - "nativeType": "String", - "nullable": true - } - ] - }, - { - "fieldName": "user_mentions", - "fieldPath": "entities.user_mentions", - "nativeType": "Array", - "nullable": false, - "subfields": [ - { - "fieldName": "id", - "fieldPath": "entities.user_mentions.id", - "nativeType": "Int", - "nullable": true - }, - { - "fieldName": "indices", - "fieldPath": "entities.user_mentions.indices", - "nativeType": "Array", - "nullable": true - }, - { - "fieldName": "name", - "fieldPath": "entities.user_mentions.name", - "nativeType": "String", - "nullable": true - }, - { - "fieldName": "screen_name", - "fieldPath": "entities.user_mentions.screen_name", - "nativeType": "String", - "nullable": true - } - ] - } - ] - }, - { - "fieldName": "favorited", - "fieldPath": "favorited", - "nativeType": "Bool", - "nullable": false - }, - { - "fieldName": "geo", - "fieldPath": "geo", - "nativeType": "Object", - "nullable": true, - "subfields": [ - { - "fieldName": "coordinates", - "fieldPath": "geo.coordinates", - "nativeType": "Array", - "nullable": true - }, - { - "fieldName": "type", - "fieldPath": "geo.type", - "nativeType": "String", - "nullable": true - } - ] - }, - { - "fieldName": "id", - "fieldPath": "id", - "nativeType": "Int64", - "nullable": false - }, - { - "fieldName": "in_reply_to_screen_name", - "fieldPath": "in_reply_to_screen_name", - "nativeType": "String", - "nullable": true - }, - { - "fieldName": "in_reply_to_status_id", - "fieldPath": "in_reply_to_status_id", - "nativeType": "Int64", - "nullable": true - }, - { - "fieldName": "in_reply_to_user_id", - "fieldPath": "in_reply_to_user_id", - "nativeType": "Int", - "nullable": true - }, - { - "fieldName": "place", - "fieldPath": "place", - "nativeType": "Object", - "nullable": true, - "subfields": [ - { - "fieldName": "attributes", - "fieldPath": "place.attributes", - "nativeType": "Object", - "nullable": true, - "subfields": [ - { - "fieldName": "street_address", - "fieldPath": "place.attributes.street_address", - "nativeType": "String", - "nullable": true - } - ] - }, - { - "fieldName": "bounding_box", - "fieldPath": "place.bounding_box", - "nativeType": "Object", - "nullable": true, - "subfields": [ - { - "fieldName": "coordinates", - "fieldPath": "place.bounding_box.coordinates", - "nativeType": "Array", - "nullable": true - }, - { - "fieldName": "type", - "fieldPath": "place.bounding_box.type", - "nativeType": "String", - "nullable": true - } - ] - }, - { - "fieldName": "country", - "fieldPath": "place.country", - "nativeType": "String", - "nullable": true - }, - { - "fieldName": "country_code", - "fieldPath": "place.country_code", - "nativeType": "String", - "nullable": true - }, - { - "fieldName": "full_name", - "fieldPath": "place.full_name", - "nativeType": "String", - "nullable": true - }, - { - "fieldName": "id", - "fieldPath": "place.id", - "nativeType": "String", - "nullable": true - }, - { - "fieldName": "name", - "fieldPath": "place.name", - "nativeType": "String", - "nullable": true - }, - { - "fieldName": "place_type", - "fieldPath": "place.place_type", - "nativeType": "String", - "nullable": true - }, - { - "fieldName": "url", - "fieldPath": "place.url", - "nativeType": "String", - "nullable": true - } - ] - }, - { - "fieldName": "retweeted", - "fieldPath": "retweeted", - "nativeType": "Bool", - "nullable": false - }, - { - "fieldName": "retweeted_status", - "fieldPath": "retweeted_status", - "nativeType": "Object", - "nullable": true, - "subfields": [ - { - "fieldName": "contributors", - "fieldPath": "retweeted_status.contributors", - "nativeType": "Array", - "nullable": true - }, - { - "fieldName": "coordinates", - "fieldPath": "retweeted_status.coordinates", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "created_at", - "fieldPath": "retweeted_status.created_at", - "nativeType": "String", - "nullable": true - }, - { - "fieldName": "entities", - "fieldPath": "retweeted_status.entities", - "nativeType": "Object", - "nullable": true, - "subfields": [ - { - "fieldName": "hashtags", - "fieldPath": "retweeted_status.entities.hashtags", - "nativeType": "Array", - "nullable": true, - "subfields": [ - { - "fieldName": "indices", - "fieldPath": "retweeted_status.entities.hashtags.indices", - "nativeType": "Array", - "nullable": true - }, - { - "fieldName": "text", - "fieldPath": "retweeted_status.entities.hashtags.text", - "nativeType": "String", - "nullable": true - } - ] - }, - { - "fieldName": "urls", - "fieldPath": "retweeted_status.entities.urls", - "nativeType": "Array", - "nullable": true, - "subfields": [ - { - "fieldName": "expanded_url", - "fieldPath": "retweeted_status.entities.urls.expanded_url", - "nativeType": "String", - "nullable": true - }, - { - "fieldName": "indices", - "fieldPath": "retweeted_status.entities.urls.indices", - "nativeType": "Array", - "nullable": true - }, - { - "fieldName": "url", - "fieldPath": "retweeted_status.entities.urls.url", - "nativeType": "String", - "nullable": true - } - ] - }, - { - "fieldName": "user_mentions", - "fieldPath": "retweeted_status.entities.user_mentions", - "nativeType": "Array", - "nullable": true, - "subfields": [ - { - "fieldName": "id", - "fieldPath": "retweeted_status.entities.user_mentions.id", - "nativeType": "Int", - "nullable": true - }, - { - "fieldName": "indices", - "fieldPath": "retweeted_status.entities.user_mentions.indices", - "nativeType": "Array", - "nullable": true - }, - { - "fieldName": "name", - "fieldPath": "retweeted_status.entities.user_mentions.name", - "nativeType": "String", - "nullable": true - }, - { - "fieldName": "screen_name", - "fieldPath": "retweeted_status.entities.user_mentions.screen_name", - "nativeType": "String", - "nullable": true - } - ] - } - ] - }, - { - "fieldName": "favorited", - "fieldPath": "retweeted_status.favorited", - "nativeType": "Bool", - "nullable": true - }, - { - "fieldName": "geo", - "fieldPath": "retweeted_status.geo", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "id", - "fieldPath": "retweeted_status.id", - "nativeType": "Int64", - "nullable": true - }, - { - "fieldName": "in_reply_to_screen_name", - "fieldPath": "retweeted_status.in_reply_to_screen_name", - "nativeType": "String", - "nullable": true - }, - { - "fieldName": "in_reply_to_status_id", - "fieldPath": "retweeted_status.in_reply_to_status_id", - "nativeType": "Int64", - "nullable": true - }, - { - "fieldName": "in_reply_to_user_id", - "fieldPath": "retweeted_status.in_reply_to_user_id", - "nativeType": "Int", - "nullable": true - }, - { - "fieldName": "place", - "fieldPath": "retweeted_status.place", - "nativeType": "Object", - "nullable": true, - "subfields": [ - { - "fieldName": "attributes", - "fieldPath": "retweeted_status.place.attributes", - "nativeType": "Object", - "nullable": true - }, - { - "fieldName": "bounding_box", - "fieldPath": "retweeted_status.place.bounding_box", - "nativeType": "Object", - "nullable": true, - "subfields": [ - { - "fieldName": "coordinates", - "fieldPath": "retweeted_status.place.bounding_box.coordinates", - "nativeType": "Array", - "nullable": true - }, - { - "fieldName": "type", - "fieldPath": "retweeted_status.place.bounding_box.type", - "nativeType": "String", - "nullable": true - } - ] - }, - { - "fieldName": "country", - "fieldPath": "retweeted_status.place.country", - "nativeType": "String", - "nullable": true - }, - { - "fieldName": "country_code", - "fieldPath": "retweeted_status.place.country_code", - "nativeType": "String", - "nullable": true - }, - { - "fieldName": "full_name", - "fieldPath": "retweeted_status.place.full_name", - "nativeType": "String", - "nullable": true - }, - { - "fieldName": "id", - "fieldPath": "retweeted_status.place.id", - "nativeType": "String", - "nullable": true - }, - { - "fieldName": "name", - "fieldPath": "retweeted_status.place.name", - "nativeType": "String", - "nullable": true - }, - { - "fieldName": "place_type", - "fieldPath": "retweeted_status.place.place_type", - "nativeType": "String", - "nullable": true - }, - { - "fieldName": "url", - "fieldPath": "retweeted_status.place.url", - "nativeType": "String", - "nullable": true - } - ] - }, - { - "fieldName": "retweeted", - "fieldPath": "retweeted_status.retweeted", - "nativeType": "Bool", - "nullable": true - }, - { - "fieldName": "source", - "fieldPath": "retweeted_status.source", - "nativeType": "String", - "nullable": true - }, - { - "fieldName": "text", - "fieldPath": "retweeted_status.text", - "nativeType": "String", - "nullable": true - }, - { - "fieldName": "truncated", - "fieldPath": "retweeted_status.truncated", - "nativeType": "Bool", - "nullable": true - }, - { - "fieldName": "user", - "fieldPath": "retweeted_status.user", - "nativeType": "Object", - "nullable": true, - "subfields": [ - { - "fieldName": "contributors_enabled", - "fieldPath": "retweeted_status.user.contributors_enabled", - "nativeType": "Bool", - "nullable": true - }, - { - "fieldName": "created_at", - "fieldPath": "retweeted_status.user.created_at", - "nativeType": "String", - "nullable": true - }, - { - "fieldName": "description", - "fieldPath": "retweeted_status.user.description", - "nativeType": "String", - "nullable": true - }, - { - "fieldName": "favourites_count", - "fieldPath": "retweeted_status.user.favourites_count", - "nativeType": "Int", - "nullable": true - }, - { - "fieldName": "followers_count", - "fieldPath": "retweeted_status.user.followers_count", - "nativeType": "Int", - "nullable": true - }, - { - "fieldName": "friends_count", - "fieldPath": "retweeted_status.user.friends_count", - "nativeType": "Int", - "nullable": true - }, - { - "fieldName": "geo_enabled", - "fieldPath": "retweeted_status.user.geo_enabled", - "nativeType": "Bool", - "nullable": true - }, - { - "fieldName": "id", - "fieldPath": "retweeted_status.user.id", - "nativeType": "Int", - "nullable": true - }, - { - "fieldName": "lang", - "fieldPath": "retweeted_status.user.lang", - "nativeType": "String", - "nullable": true - }, - { - "fieldName": "listed_count", - "fieldPath": "retweeted_status.user.listed_count", - "nativeType": "Int", - "nullable": true - }, - { - "fieldName": "location", - "fieldPath": "retweeted_status.user.location", - "nativeType": "String", - "nullable": true - }, - { - "fieldName": "name", - "fieldPath": "retweeted_status.user.name", - "nativeType": "String", - "nullable": true - }, - { - "fieldName": "profile_background_color", - "fieldPath": "retweeted_status.user.profile_background_color", - "nativeType": "String", - "nullable": true - }, - { - "fieldName": "profile_background_image_url", - "fieldPath": "retweeted_status.user.profile_background_image_url", - "nativeType": "String", - "nullable": true - }, - { - "fieldName": "profile_background_tile", - "fieldPath": "retweeted_status.user.profile_background_tile", - "nativeType": "Bool", - "nullable": true - }, - { - "fieldName": "profile_image_url", - "fieldPath": "retweeted_status.user.profile_image_url", - "nativeType": "String", - "nullable": true - }, - { - "fieldName": "profile_link_color", - "fieldPath": "retweeted_status.user.profile_link_color", - "nativeType": "String", - "nullable": true - }, - { - "fieldName": "profile_sidebar_border_color", - "fieldPath": "retweeted_status.user.profile_sidebar_border_color", - "nativeType": "String", - "nullable": true - }, - { - "fieldName": "profile_sidebar_fill_color", - "fieldPath": "retweeted_status.user.profile_sidebar_fill_color", - "nativeType": "String", - "nullable": true - }, - { - "fieldName": "profile_text_color", - "fieldPath": "retweeted_status.user.profile_text_color", - "nativeType": "String", - "nullable": true - }, - { - "fieldName": "profile_use_background_image", - "fieldPath": "retweeted_status.user.profile_use_background_image", - "nativeType": "Bool", - "nullable": true - }, - { - "fieldName": "protected", - "fieldPath": "retweeted_status.user.protected", - "nativeType": "Bool", - "nullable": true - }, - { - "fieldName": "screen_name", - "fieldPath": "retweeted_status.user.screen_name", - "nativeType": "String", - "nullable": true - }, - { - "fieldName": "show_all_inline_media", - "fieldPath": "retweeted_status.user.show_all_inline_media", - "nativeType": "Bool", - "nullable": true - }, - { - "fieldName": "statuses_count", - "fieldPath": "retweeted_status.user.statuses_count", - "nativeType": "Int", - "nullable": true - }, - { - "fieldName": "time_zone", - "fieldPath": "retweeted_status.user.time_zone", - "nativeType": "String", - "nullable": true - }, - { - "fieldName": "url", - "fieldPath": "retweeted_status.user.url", - "nativeType": "String", - "nullable": true - }, - { - "fieldName": "utc_offset", - "fieldPath": "retweeted_status.user.utc_offset", - "nativeType": "Int", - "nullable": true - }, - { - "fieldName": "verified", - "fieldPath": "retweeted_status.user.verified", - "nativeType": "Bool", - "nullable": true - } - ] - } - ] - }, - { - "fieldName": "source", - "fieldPath": "source", - "nativeType": "String", - "nullable": false - }, - { - "fieldName": "text", - "fieldPath": "text", - "nativeType": "String", - "nullable": false - }, - { - "fieldName": "truncated", - "fieldPath": "truncated", - "nativeType": "Bool", - "nullable": false - }, - { - "fieldName": "user", - "fieldPath": "user", - "nativeType": "Object", - "nullable": false, - "subfields": [ - { - "fieldName": "contributors_enabled", - "fieldPath": "user.contributors_enabled", - "nativeType": "Bool", - "nullable": false - }, - { - "fieldName": "created_at", - "fieldPath": "user.created_at", - "nativeType": "String", - "nullable": false - }, - { - "fieldName": "description", - "fieldPath": "user.description", - "nativeType": "String", - "nullable": true - }, - { - "fieldName": "favourites_count", - "fieldPath": "user.favourites_count", - "nativeType": "Int", - "nullable": false - }, - { - "fieldName": "followers_count", - "fieldPath": "user.followers_count", - "nativeType": "Int", - "nullable": false - }, - { - "fieldName": "friends_count", - "fieldPath": "user.friends_count", - "nativeType": "Int", - "nullable": false - }, - { - "fieldName": "geo_enabled", - "fieldPath": "user.geo_enabled", - "nativeType": "Bool", - "nullable": false - }, - { - "fieldName": "id", - "fieldPath": "user.id", - "nativeType": "Int", - "nullable": false - }, - { - "fieldName": "lang", - "fieldPath": "user.lang", - "nativeType": "String", - "nullable": false - }, - { - "fieldName": "listed_count", - "fieldPath": "user.listed_count", - "nativeType": "Int", - "nullable": false - }, - { - "fieldName": "location", - "fieldPath": "user.location", - "nativeType": "String", - "nullable": true - }, - { - "fieldName": "name", - "fieldPath": "user.name", - "nativeType": "String", - "nullable": false - }, - { - "fieldName": "profile_background_color", - "fieldPath": "user.profile_background_color", - "nativeType": "String", - "nullable": false - }, - { - "fieldName": "profile_background_image_url", - "fieldPath": "user.profile_background_image_url", - "nativeType": "String", - "nullable": false - }, - { - "fieldName": "profile_background_tile", - "fieldPath": "user.profile_background_tile", - "nativeType": "Bool", - "nullable": false - }, - { - "fieldName": "profile_image_url", - "fieldPath": "user.profile_image_url", - "nativeType": "String", - "nullable": false - }, - { - "fieldName": "profile_link_color", - "fieldPath": "user.profile_link_color", - "nativeType": "String", - "nullable": false - }, - { - "fieldName": "profile_sidebar_border_color", - "fieldPath": "user.profile_sidebar_border_color", - "nativeType": "String", - "nullable": false - }, - { - "fieldName": "profile_sidebar_fill_color", - "fieldPath": "user.profile_sidebar_fill_color", - "nativeType": "String", - "nullable": false - }, - { - "fieldName": "profile_text_color", - "fieldPath": "user.profile_text_color", - "nativeType": "String", - "nullable": false - }, - { - "fieldName": "profile_use_background_image", - "fieldPath": "user.profile_use_background_image", - "nativeType": "Bool", - "nullable": false - }, - { - "fieldName": "protected", - "fieldPath": "user.protected", - "nativeType": "Bool", - "nullable": false - }, - { - "fieldName": "screen_name", - "fieldPath": "user.screen_name", - "nativeType": "String", - "nullable": false - }, - { - "fieldName": "show_all_inline_media", - "fieldPath": "user.show_all_inline_media", - "nativeType": "Bool", - "nullable": false - }, - { - "fieldName": "statuses_count", - "fieldPath": "user.statuses_count", - "nativeType": "Int", - "nullable": false - }, - { - "fieldName": "time_zone", - "fieldPath": "user.time_zone", - "nativeType": "String", - "nullable": true - }, - { - "fieldName": "url", - "fieldPath": "user.url", - "nativeType": "String", - "nullable": true - }, - { - "fieldName": "utc_offset", - "fieldPath": "user.utc_offset", - "nativeType": "Int", - "nullable": true - }, - { - "fieldName": "verified", - "fieldPath": "user.verified", - "nativeType": "Bool", - "nullable": false - } - ] - } - ], - "schemaType": "BSON" + "statistics": { + "dataSizeBytes": 41300186.0, + "recordCount": 24832.0 + }, + "structure": { + "schema": "sample_training", + "table": "tweets" + } + }, + { + "logicalId": { + "name": "sample_training.zips", + "platform": "MONGODB" + }, + "schema": { + "fields": [ + { + "fieldName": "_id", + "fieldPath": "_id", + "nativeType": "ObjectId", + "nullable": false + }, + { + "fieldName": "city", + "fieldPath": "city", + "nativeType": "String", + "nullable": false + }, + { + "fieldName": "loc", + "fieldPath": "loc", + "nativeType": "Object", + "nullable": false, + "subfields": [ + { + "fieldName": "x", + "fieldPath": "loc.x", + "nativeType": "Float", + "nullable": false + }, + { + "fieldName": "y", + "fieldPath": "loc.y", + "nativeType": "Float", + "nullable": false + } + ] + }, + { + "fieldName": "pop", + "fieldPath": "pop", + "nativeType": "Int", + "nullable": false }, - "statistics": { - "dataSizeBytes": 41300186.0, - "recordCount": 24832.0 + { + "fieldName": "state", + "fieldPath": "state", + "nativeType": "String", + "nullable": false }, - "structure": { - "schema": "sample_training", - "table": "tweets" + { + "fieldName": "zip", + "fieldPath": "zip", + "nativeType": "String", + "nullable": false } + ], + "schemaType": "BSON" }, - { - "logicalId": { - "name": "sample_training.zips", - "platform": "MONGODB" - }, - "schema": { - "fields": [ - { - "fieldName": "_id", - "fieldPath": "_id", - "nativeType": "ObjectId", - "nullable": false - }, - { - "fieldName": "city", - "fieldPath": "city", - "nativeType": "String", - "nullable": false - }, - { - "fieldName": "loc", - "fieldPath": "loc", - "nativeType": "Object", - "nullable": false, - "subfields": [ - { - "fieldName": "x", - "fieldPath": "loc.x", - "nativeType": "Float", - "nullable": false - }, - { - "fieldName": "y", - "fieldPath": "loc.y", - "nativeType": "Float", - "nullable": false - } - ] - }, - { - "fieldName": "pop", - "fieldPath": "pop", - "nativeType": "Int", - "nullable": false - }, - { - "fieldName": "state", - "fieldPath": "state", - "nativeType": "String", - "nullable": false - }, - { - "fieldName": "zip", - "fieldPath": "zip", - "nativeType": "String", - "nullable": false + "statistics": { + "dataSizeBytes": 3285786.0, + "recordCount": 29470.0 + }, + "structure": { + "schema": "sample_training", + "table": "zips" + } + }, + { + "logicalId": { + "name": "sample_weatherdata.data", + "platform": "MONGODB" + }, + "schema": { + "fields": [ + { + "fieldName": "_id", + "fieldPath": "_id", + "nativeType": "ObjectId", + "nullable": false + }, + { + "fieldName": "airTemperature", + "fieldPath": "airTemperature", + "nativeType": "Object", + "nullable": false, + "subfields": [ + { + "fieldName": "quality", + "fieldPath": "airTemperature.quality", + "nativeType": "String", + "nullable": false + }, + { + "fieldName": "value", + "fieldPath": "airTemperature.value", + "nativeType": "Float", + "nullable": false + } + ] + }, + { + "fieldName": "atmosphericPressureChange", + "fieldPath": "atmosphericPressureChange", + "nativeType": "Object", + "nullable": true, + "subfields": [ + { + "fieldName": "quantity24Hours", + "fieldPath": "atmosphericPressureChange.quantity24Hours", + "nativeType": "Object", + "nullable": true, + "subfields": [ + { + "fieldName": "quality", + "fieldPath": "atmosphericPressureChange.quantity24Hours.quality", + "nativeType": "String", + "nullable": true + }, + { + "fieldName": "value", + "fieldPath": "atmosphericPressureChange.quantity24Hours.value", + "nativeType": "Float", + "nullable": true + } + ] + }, + { + "fieldName": "quantity3Hours", + "fieldPath": "atmosphericPressureChange.quantity3Hours", + "nativeType": "Object", + "nullable": true, + "subfields": [ + { + "fieldName": "quality", + "fieldPath": "atmosphericPressureChange.quantity3Hours.quality", + "nativeType": "String", + "nullable": true + }, + { + "fieldName": "value", + "fieldPath": "atmosphericPressureChange.quantity3Hours.value", + "nativeType": "Float", + "nullable": true } - ], - "schemaType": "BSON" + ] + }, + { + "fieldName": "tendency", + "fieldPath": "atmosphericPressureChange.tendency", + "nativeType": "Object", + "nullable": true, + "subfields": [ + { + "fieldName": "code", + "fieldPath": "atmosphericPressureChange.tendency.code", + "nativeType": "String", + "nullable": true + }, + { + "fieldName": "quality", + "fieldPath": "atmosphericPressureChange.tendency.quality", + "nativeType": "String", + "nullable": true + } + ] + } + ] }, - "statistics": { - "dataSizeBytes": 3285786.0, - "recordCount": 29470.0 + { + "fieldName": "atmosphericPressureObservation", + "fieldPath": "atmosphericPressureObservation", + "nativeType": "Object", + "nullable": true, + "subfields": [ + { + "fieldName": "altimeterSetting", + "fieldPath": "atmosphericPressureObservation.altimeterSetting", + "nativeType": "Object", + "nullable": true, + "subfields": [ + { + "fieldName": "quality", + "fieldPath": "atmosphericPressureObservation.altimeterSetting.quality", + "nativeType": "String", + "nullable": true + }, + { + "fieldName": "value", + "fieldPath": "atmosphericPressureObservation.altimeterSetting.value", + "nativeType": "Float", + "nullable": true + } + ] + }, + { + "fieldName": "stationPressure", + "fieldPath": "atmosphericPressureObservation.stationPressure", + "nativeType": "Object", + "nullable": true, + "subfields": [ + { + "fieldName": "quality", + "fieldPath": "atmosphericPressureObservation.stationPressure.quality", + "nativeType": "String", + "nullable": true + }, + { + "fieldName": "value", + "fieldPath": "atmosphericPressureObservation.stationPressure.value", + "nativeType": "Float", + "nullable": true + } + ] + } + ] }, - "structure": { - "schema": "sample_training", - "table": "zips" - } - }, - { - "logicalId": { - "name": "sample_weatherdata.data", - "platform": "MONGODB" - }, - "schema": { - "fields": [ - { - "fieldName": "_id", - "fieldPath": "_id", - "nativeType": "ObjectId", - "nullable": false - }, - { - "fieldName": "airTemperature", - "fieldPath": "airTemperature", - "nativeType": "Object", - "nullable": false, - "subfields": [ - { - "fieldName": "quality", - "fieldPath": "airTemperature.quality", - "nativeType": "String", - "nullable": false - }, - { - "fieldName": "value", - "fieldPath": "airTemperature.value", - "nativeType": "Float", - "nullable": false - } - ] - }, - { - "fieldName": "atmosphericPressureChange", - "fieldPath": "atmosphericPressureChange", - "nativeType": "Object", - "nullable": true, - "subfields": [ - { - "fieldName": "quantity24Hours", - "fieldPath": "atmosphericPressureChange.quantity24Hours", - "nativeType": "Object", - "nullable": true, - "subfields": [ - { - "fieldName": "quality", - "fieldPath": "atmosphericPressureChange.quantity24Hours.quality", - "nativeType": "String", - "nullable": true - }, - { - "fieldName": "value", - "fieldPath": "atmosphericPressureChange.quantity24Hours.value", - "nativeType": "Float", - "nullable": true - } - ] - }, - { - "fieldName": "quantity3Hours", - "fieldPath": "atmosphericPressureChange.quantity3Hours", - "nativeType": "Object", - "nullable": true, - "subfields": [ - { - "fieldName": "quality", - "fieldPath": "atmosphericPressureChange.quantity3Hours.quality", - "nativeType": "String", - "nullable": true - }, - { - "fieldName": "value", - "fieldPath": "atmosphericPressureChange.quantity3Hours.value", - "nativeType": "Float", - "nullable": true - } - ] - }, - { - "fieldName": "tendency", - "fieldPath": "atmosphericPressureChange.tendency", - "nativeType": "Object", - "nullable": true, - "subfields": [ - { - "fieldName": "code", - "fieldPath": "atmosphericPressureChange.tendency.code", - "nativeType": "String", - "nullable": true - }, - { - "fieldName": "quality", - "fieldPath": "atmosphericPressureChange.tendency.quality", - "nativeType": "String", - "nullable": true - } - ] - } - ] - }, - { - "fieldName": "atmosphericPressureObservation", - "fieldPath": "atmosphericPressureObservation", - "nativeType": "Object", - "nullable": true, - "subfields": [ - { - "fieldName": "altimeterSetting", - "fieldPath": "atmosphericPressureObservation.altimeterSetting", - "nativeType": "Object", - "nullable": true, - "subfields": [ - { - "fieldName": "quality", - "fieldPath": "atmosphericPressureObservation.altimeterSetting.quality", - "nativeType": "String", - "nullable": true - }, - { - "fieldName": "value", - "fieldPath": "atmosphericPressureObservation.altimeterSetting.value", - "nativeType": "Float", - "nullable": true - } - ] - }, - { - "fieldName": "stationPressure", - "fieldPath": "atmosphericPressureObservation.stationPressure", - "nativeType": "Object", - "nullable": true, - "subfields": [ - { - "fieldName": "quality", - "fieldPath": "atmosphericPressureObservation.stationPressure.quality", - "nativeType": "String", - "nullable": true - }, - { - "fieldName": "value", - "fieldPath": "atmosphericPressureObservation.stationPressure.value", - "nativeType": "Float", - "nullable": true - } - ] - } - ] - }, - { - "fieldName": "callLetters", - "fieldPath": "callLetters", - "nativeType": "String", - "nullable": false - }, - { - "fieldName": "dataSource", - "fieldPath": "dataSource", - "nativeType": "String", - "nullable": false - }, - { - "fieldName": "dewPoint", - "fieldPath": "dewPoint", - "nativeType": "Object", - "nullable": false, - "subfields": [ - { - "fieldName": "quality", - "fieldPath": "dewPoint.quality", - "nativeType": "String", - "nullable": false - }, - { - "fieldName": "value", - "fieldPath": "dewPoint.value", - "nativeType": "Float", - "nullable": false - } - ] - }, - { - "fieldName": "elevation", - "fieldPath": "elevation", - "nativeType": "Int", - "nullable": false - }, - { - "fieldName": "extremeAirTemperature", - "fieldPath": "extremeAirTemperature", - "nativeType": "Array", - "nullable": true, - "subfields": [ - { - "fieldName": "code", - "fieldPath": "extremeAirTemperature.code", - "nativeType": "String", - "nullable": true - }, - { - "fieldName": "period", - "fieldPath": "extremeAirTemperature.period", - "nativeType": "Float", - "nullable": true - }, - { - "fieldName": "quantity", - "fieldPath": "extremeAirTemperature.quantity", - "nativeType": "String", - "nullable": true - }, - { - "fieldName": "value", - "fieldPath": "extremeAirTemperature.value", - "nativeType": "Float", - "nullable": true - } - ] - }, - { - "fieldName": "liquidPrecipitation", - "fieldPath": "liquidPrecipitation", - "nativeType": "Array", - "nullable": true, - "subfields": [ - { - "fieldName": "condition", - "fieldPath": "liquidPrecipitation.condition", - "nativeType": "String", - "nullable": true - }, - { - "fieldName": "depth", - "fieldPath": "liquidPrecipitation.depth", - "nativeType": "Int", - "nullable": true - }, - { - "fieldName": "period", - "fieldPath": "liquidPrecipitation.period", - "nativeType": "Int", - "nullable": true - }, - { - "fieldName": "quality", - "fieldPath": "liquidPrecipitation.quality", - "nativeType": "String", - "nullable": true - } - ] - }, - { - "fieldName": "pastWeatherObservationManual", - "fieldPath": "pastWeatherObservationManual", - "nativeType": "Array", - "nullable": true, - "subfields": [ - { - "fieldName": "atmosphericCondition", - "fieldPath": "pastWeatherObservationManual.atmosphericCondition", - "nativeType": "Object", - "nullable": true, - "subfields": [ - { - "fieldName": "quality", - "fieldPath": "pastWeatherObservationManual.atmosphericCondition.quality", - "nativeType": "String", - "nullable": true - }, - { - "fieldName": "value", - "fieldPath": "pastWeatherObservationManual.atmosphericCondition.value", - "nativeType": "String", - "nullable": true - } - ] - }, - { - "fieldName": "period", - "fieldPath": "pastWeatherObservationManual.period", - "nativeType": "Object", - "nullable": true, - "subfields": [ - { - "fieldName": "quality", - "fieldPath": "pastWeatherObservationManual.period.quality", - "nativeType": "String", - "nullable": true - }, - { - "fieldName": "value", - "fieldPath": "pastWeatherObservationManual.period.value", - "nativeType": "Int", - "nullable": true - } - ] - } - ] - }, - { - "fieldName": "position", - "fieldPath": "position", - "nativeType": "Object", - "nullable": true, - "subfields": [ - { - "fieldName": "coordinates", - "fieldPath": "position.coordinates", - "nativeType": "Array", - "nullable": true - }, - { - "fieldName": "type", - "fieldPath": "position.type", - "nativeType": "String", - "nullable": true - } - ] - }, - { - "fieldName": "precipitationEstimatedObservation", - "fieldPath": "precipitationEstimatedObservation", - "nativeType": "Object", - "nullable": false, - "subfields": [ - { - "fieldName": "discrepancy", - "fieldPath": "precipitationEstimatedObservation.discrepancy", - "nativeType": "String", - "nullable": false - }, - { - "fieldName": "estimatedWaterDepth", - "fieldPath": "precipitationEstimatedObservation.estimatedWaterDepth", - "nativeType": "Int", - "nullable": false - } - ] - }, - { - "fieldName": "presentWeatherObservationManual", - "fieldPath": "presentWeatherObservationManual", - "nativeType": "Array", - "nullable": true, - "subfields": [ - { - "fieldName": "condition", - "fieldPath": "presentWeatherObservationManual.condition", - "nativeType": "String", - "nullable": true - }, - { - "fieldName": "quality", - "fieldPath": "presentWeatherObservationManual.quality", - "nativeType": "String", - "nullable": true - } - ] - }, - { - "fieldName": "pressure", - "fieldPath": "pressure", - "nativeType": "Object", - "nullable": false, - "subfields": [ - { - "fieldName": "quality", - "fieldPath": "pressure.quality", - "nativeType": "String", - "nullable": false - }, - { - "fieldName": "value", - "fieldPath": "pressure.value", - "nativeType": "Float", - "nullable": false - } - ] - }, - { - "fieldName": "qualityControlProcess", - "fieldPath": "qualityControlProcess", - "nativeType": "String", - "nullable": false - }, - { - "fieldName": "seaSurfaceTemperature", - "fieldPath": "seaSurfaceTemperature", - "nativeType": "Object", - "nullable": true, - "subfields": [ - { - "fieldName": "quality", - "fieldPath": "seaSurfaceTemperature.quality", - "nativeType": "String", - "nullable": true - }, - { - "fieldName": "value", - "fieldPath": "seaSurfaceTemperature.value", - "nativeType": "Float", - "nullable": true - } - ] - }, - { - "fieldName": "sections", - "fieldPath": "sections", - "nativeType": "Array", - "nullable": false - }, - { - "fieldName": "skyCondition", - "fieldPath": "skyCondition", - "nativeType": "Object", - "nullable": false, - "subfields": [ - { - "fieldName": "cavok", - "fieldPath": "skyCondition.cavok", - "nativeType": "String", - "nullable": false - }, - { - "fieldName": "ceilingHeight", - "fieldPath": "skyCondition.ceilingHeight", - "nativeType": "Object", - "nullable": false, - "subfields": [ - { - "fieldName": "determination", - "fieldPath": "skyCondition.ceilingHeight.determination", - "nativeType": "String", - "nullable": false - }, - { - "fieldName": "quality", - "fieldPath": "skyCondition.ceilingHeight.quality", - "nativeType": "String", - "nullable": false - }, - { - "fieldName": "value", - "fieldPath": "skyCondition.ceilingHeight.value", - "nativeType": "Int", - "nullable": false - } - ] - } - ] - }, - { - "fieldName": "skyConditionObservation", - "fieldPath": "skyConditionObservation", - "nativeType": "Object", - "nullable": true, - "subfields": [ - { - "fieldName": "highCloudGenus", - "fieldPath": "skyConditionObservation.highCloudGenus", - "nativeType": "Object", - "nullable": true, - "subfields": [ - { - "fieldName": "quality", - "fieldPath": "skyConditionObservation.highCloudGenus.quality", - "nativeType": "String", - "nullable": true - }, - { - "fieldName": "value", - "fieldPath": "skyConditionObservation.highCloudGenus.value", - "nativeType": "String", - "nullable": true - } - ] - }, - { - "fieldName": "lowCloudGenus", - "fieldPath": "skyConditionObservation.lowCloudGenus", - "nativeType": "Object", - "nullable": true, - "subfields": [ - { - "fieldName": "quality", - "fieldPath": "skyConditionObservation.lowCloudGenus.quality", - "nativeType": "String", - "nullable": true - }, - { - "fieldName": "value", - "fieldPath": "skyConditionObservation.lowCloudGenus.value", - "nativeType": "String", - "nullable": true - } - ] - }, - { - "fieldName": "lowestCloudBaseHeight", - "fieldPath": "skyConditionObservation.lowestCloudBaseHeight", - "nativeType": "Object", - "nullable": true, - "subfields": [ - { - "fieldName": "quality", - "fieldPath": "skyConditionObservation.lowestCloudBaseHeight.quality", - "nativeType": "String", - "nullable": true - }, - { - "fieldName": "value", - "fieldPath": "skyConditionObservation.lowestCloudBaseHeight.value", - "nativeType": "Int", - "nullable": true - } - ] - }, - { - "fieldName": "lowestCloudCoverage", - "fieldPath": "skyConditionObservation.lowestCloudCoverage", - "nativeType": "Object", - "nullable": true, - "subfields": [ - { - "fieldName": "quality", - "fieldPath": "skyConditionObservation.lowestCloudCoverage.quality", - "nativeType": "String", - "nullable": true - }, - { - "fieldName": "value", - "fieldPath": "skyConditionObservation.lowestCloudCoverage.value", - "nativeType": "String", - "nullable": true - } - ] - }, - { - "fieldName": "midCloudGenus", - "fieldPath": "skyConditionObservation.midCloudGenus", - "nativeType": "Object", - "nullable": true, - "subfields": [ - { - "fieldName": "quality", - "fieldPath": "skyConditionObservation.midCloudGenus.quality", - "nativeType": "String", - "nullable": true - }, - { - "fieldName": "value", - "fieldPath": "skyConditionObservation.midCloudGenus.value", - "nativeType": "String", - "nullable": true - } - ] - }, - { - "fieldName": "totalCoverage", - "fieldPath": "skyConditionObservation.totalCoverage", - "nativeType": "Object", - "nullable": true, - "subfields": [ - { - "fieldName": "opaque", - "fieldPath": "skyConditionObservation.totalCoverage.opaque", - "nativeType": "String", - "nullable": true - }, - { - "fieldName": "quality", - "fieldPath": "skyConditionObservation.totalCoverage.quality", - "nativeType": "String", - "nullable": true - }, - { - "fieldName": "value", - "fieldPath": "skyConditionObservation.totalCoverage.value", - "nativeType": "String", - "nullable": true - } - ] - } - ] - }, - { - "fieldName": "skyCoverLayer", - "fieldPath": "skyCoverLayer", - "nativeType": "Array", - "nullable": true, - "subfields": [ - { - "fieldName": "baseHeight", - "fieldPath": "skyCoverLayer.baseHeight", - "nativeType": "Object", - "nullable": true, - "subfields": [ - { - "fieldName": "quality", - "fieldPath": "skyCoverLayer.baseHeight.quality", - "nativeType": "String", - "nullable": true - }, - { - "fieldName": "value", - "fieldPath": "skyCoverLayer.baseHeight.value", - "nativeType": "Int", - "nullable": true - } - ] - }, - { - "fieldName": "cloudType", - "fieldPath": "skyCoverLayer.cloudType", - "nativeType": "Object", - "nullable": true, - "subfields": [ - { - "fieldName": "quality", - "fieldPath": "skyCoverLayer.cloudType.quality", - "nativeType": "String", - "nullable": true - }, - { - "fieldName": "value", - "fieldPath": "skyCoverLayer.cloudType.value", - "nativeType": "String", - "nullable": true - } - ] - }, - { - "fieldName": "coverage", - "fieldPath": "skyCoverLayer.coverage", - "nativeType": "Object", - "nullable": true, - "subfields": [ - { - "fieldName": "quality", - "fieldPath": "skyCoverLayer.coverage.quality", - "nativeType": "String", - "nullable": true - }, - { - "fieldName": "value", - "fieldPath": "skyCoverLayer.coverage.value", - "nativeType": "String", - "nullable": true - } - ] - } - ] - }, - { - "fieldName": "st", - "fieldPath": "st", - "nativeType": "String", - "nullable": false - }, - { - "fieldName": "ts", - "fieldPath": "ts", - "nativeType": "Datetime", - "nullable": false - }, - { - "fieldName": "type", - "fieldPath": "type", - "nativeType": "String", - "nullable": false - }, - { - "fieldName": "visibility", - "fieldPath": "visibility", - "nativeType": "Object", - "nullable": false, - "subfields": [ - { - "fieldName": "distance", - "fieldPath": "visibility.distance", - "nativeType": "Object", - "nullable": false, - "subfields": [ - { - "fieldName": "quality", - "fieldPath": "visibility.distance.quality", - "nativeType": "String", - "nullable": false - }, - { - "fieldName": "value", - "fieldPath": "visibility.distance.value", - "nativeType": "Int", - "nullable": false - } - ] - }, - { - "fieldName": "variability", - "fieldPath": "visibility.variability", - "nativeType": "Object", - "nullable": false, - "subfields": [ - { - "fieldName": "quality", - "fieldPath": "visibility.variability.quality", - "nativeType": "String", - "nullable": false - }, - { - "fieldName": "value", - "fieldPath": "visibility.variability.value", - "nativeType": "String", - "nullable": false - } - ] - } - ] - }, - { - "fieldName": "waveMeasurement", - "fieldPath": "waveMeasurement", - "nativeType": "Object", - "nullable": true, - "subfields": [ - { - "fieldName": "method", - "fieldPath": "waveMeasurement.method", - "nativeType": "String", - "nullable": true - }, - { - "fieldName": "seaState", - "fieldPath": "waveMeasurement.seaState", - "nativeType": "Object", - "nullable": true, - "subfields": [ - { - "fieldName": "code", - "fieldPath": "waveMeasurement.seaState.code", - "nativeType": "String", - "nullable": true - }, - { - "fieldName": "quality", - "fieldPath": "waveMeasurement.seaState.quality", - "nativeType": "String", - "nullable": true - } - ] - }, - { - "fieldName": "waves", - "fieldPath": "waveMeasurement.waves", - "nativeType": "Object", - "nullable": true, - "subfields": [ - { - "fieldName": "height", - "fieldPath": "waveMeasurement.waves.height", - "nativeType": "Float", - "nullable": true - }, - { - "fieldName": "period", - "fieldPath": "waveMeasurement.waves.period", - "nativeType": "Int", - "nullable": true - }, - { - "fieldName": "quality", - "fieldPath": "waveMeasurement.waves.quality", - "nativeType": "String", - "nullable": true - } - ] - } - ] - }, - { - "fieldName": "wind", - "fieldPath": "wind", - "nativeType": "Object", - "nullable": false, - "subfields": [ - { - "fieldName": "direction", - "fieldPath": "wind.direction", - "nativeType": "Object", - "nullable": false, - "subfields": [ - { - "fieldName": "angle", - "fieldPath": "wind.direction.angle", - "nativeType": "Int", - "nullable": false - }, - { - "fieldName": "quality", - "fieldPath": "wind.direction.quality", - "nativeType": "String", - "nullable": false - } - ] - }, - { - "fieldName": "speed", - "fieldPath": "wind.speed", - "nativeType": "Object", - "nullable": false, - "subfields": [ - { - "fieldName": "quality", - "fieldPath": "wind.speed.quality", - "nativeType": "String", - "nullable": false - }, - { - "fieldName": "rate", - "fieldPath": "wind.speed.rate", - "nativeType": "Float", - "nullable": false - } - ] - }, - { - "fieldName": "type", - "fieldPath": "wind.type", - "nativeType": "String", - "nullable": false - } - ] + { + "fieldName": "callLetters", + "fieldPath": "callLetters", + "nativeType": "String", + "nullable": false + }, + { + "fieldName": "dataSource", + "fieldPath": "dataSource", + "nativeType": "String", + "nullable": false + }, + { + "fieldName": "dewPoint", + "fieldPath": "dewPoint", + "nativeType": "Object", + "nullable": false, + "subfields": [ + { + "fieldName": "quality", + "fieldPath": "dewPoint.quality", + "nativeType": "String", + "nullable": false + }, + { + "fieldName": "value", + "fieldPath": "dewPoint.value", + "nativeType": "Float", + "nullable": false + } + ] + }, + { + "fieldName": "elevation", + "fieldPath": "elevation", + "nativeType": "Int", + "nullable": false + }, + { + "fieldName": "extremeAirTemperature", + "fieldPath": "extremeAirTemperature", + "nativeType": "Array", + "nullable": true, + "subfields": [ + { + "fieldName": "code", + "fieldPath": "extremeAirTemperature.code", + "nativeType": "String", + "nullable": true + }, + { + "fieldName": "period", + "fieldPath": "extremeAirTemperature.period", + "nativeType": "Float", + "nullable": true + }, + { + "fieldName": "quantity", + "fieldPath": "extremeAirTemperature.quantity", + "nativeType": "String", + "nullable": true + }, + { + "fieldName": "value", + "fieldPath": "extremeAirTemperature.value", + "nativeType": "Float", + "nullable": true + } + ] + }, + { + "fieldName": "liquidPrecipitation", + "fieldPath": "liquidPrecipitation", + "nativeType": "Array", + "nullable": true, + "subfields": [ + { + "fieldName": "condition", + "fieldPath": "liquidPrecipitation.condition", + "nativeType": "String", + "nullable": true + }, + { + "fieldName": "depth", + "fieldPath": "liquidPrecipitation.depth", + "nativeType": "Int", + "nullable": true + }, + { + "fieldName": "period", + "fieldPath": "liquidPrecipitation.period", + "nativeType": "Int", + "nullable": true + }, + { + "fieldName": "quality", + "fieldPath": "liquidPrecipitation.quality", + "nativeType": "String", + "nullable": true + } + ] + }, + { + "fieldName": "pastWeatherObservationManual", + "fieldPath": "pastWeatherObservationManual", + "nativeType": "Array", + "nullable": true, + "subfields": [ + { + "fieldName": "atmosphericCondition", + "fieldPath": "pastWeatherObservationManual.atmosphericCondition", + "nativeType": "Object", + "nullable": true, + "subfields": [ + { + "fieldName": "quality", + "fieldPath": "pastWeatherObservationManual.atmosphericCondition.quality", + "nativeType": "String", + "nullable": true + }, + { + "fieldName": "value", + "fieldPath": "pastWeatherObservationManual.atmosphericCondition.value", + "nativeType": "String", + "nullable": true + } + ] + }, + { + "fieldName": "period", + "fieldPath": "pastWeatherObservationManual.period", + "nativeType": "Object", + "nullable": true, + "subfields": [ + { + "fieldName": "quality", + "fieldPath": "pastWeatherObservationManual.period.quality", + "nativeType": "String", + "nullable": true + }, + { + "fieldName": "value", + "fieldPath": "pastWeatherObservationManual.period.value", + "nativeType": "Int", + "nullable": true } - ], - "schemaType": "BSON" + ] + } + ] }, - "statistics": { - "dataSizeBytes": 16842636.0, - "recordCount": 10000.0 + { + "fieldName": "position", + "fieldPath": "position", + "nativeType": "Object", + "nullable": true, + "subfields": [ + { + "fieldName": "coordinates", + "fieldPath": "position.coordinates", + "nativeType": "Array", + "nullable": true + }, + { + "fieldName": "type", + "fieldPath": "position.type", + "nativeType": "String", + "nullable": true + } + ] }, - "structure": { - "schema": "sample_weatherdata", - "table": "data" + { + "fieldName": "precipitationEstimatedObservation", + "fieldPath": "precipitationEstimatedObservation", + "nativeType": "Object", + "nullable": false, + "subfields": [ + { + "fieldName": "discrepancy", + "fieldPath": "precipitationEstimatedObservation.discrepancy", + "nativeType": "String", + "nullable": false + }, + { + "fieldName": "estimatedWaterDepth", + "fieldPath": "precipitationEstimatedObservation.estimatedWaterDepth", + "nativeType": "Int", + "nullable": false + } + ] + }, + { + "fieldName": "presentWeatherObservationManual", + "fieldPath": "presentWeatherObservationManual", + "nativeType": "Array", + "nullable": true, + "subfields": [ + { + "fieldName": "condition", + "fieldPath": "presentWeatherObservationManual.condition", + "nativeType": "String", + "nullable": true + }, + { + "fieldName": "quality", + "fieldPath": "presentWeatherObservationManual.quality", + "nativeType": "String", + "nullable": true + } + ] + }, + { + "fieldName": "pressure", + "fieldPath": "pressure", + "nativeType": "Object", + "nullable": false, + "subfields": [ + { + "fieldName": "quality", + "fieldPath": "pressure.quality", + "nativeType": "String", + "nullable": false + }, + { + "fieldName": "value", + "fieldPath": "pressure.value", + "nativeType": "Float", + "nullable": false + } + ] + }, + { + "fieldName": "qualityControlProcess", + "fieldPath": "qualityControlProcess", + "nativeType": "String", + "nullable": false + }, + { + "fieldName": "seaSurfaceTemperature", + "fieldPath": "seaSurfaceTemperature", + "nativeType": "Object", + "nullable": true, + "subfields": [ + { + "fieldName": "quality", + "fieldPath": "seaSurfaceTemperature.quality", + "nativeType": "String", + "nullable": true + }, + { + "fieldName": "value", + "fieldPath": "seaSurfaceTemperature.value", + "nativeType": "Float", + "nullable": true + } + ] + }, + { + "fieldName": "sections", + "fieldPath": "sections", + "nativeType": "Array", + "nullable": false + }, + { + "fieldName": "skyCondition", + "fieldPath": "skyCondition", + "nativeType": "Object", + "nullable": false, + "subfields": [ + { + "fieldName": "cavok", + "fieldPath": "skyCondition.cavok", + "nativeType": "String", + "nullable": false + }, + { + "fieldName": "ceilingHeight", + "fieldPath": "skyCondition.ceilingHeight", + "nativeType": "Object", + "nullable": false, + "subfields": [ + { + "fieldName": "determination", + "fieldPath": "skyCondition.ceilingHeight.determination", + "nativeType": "String", + "nullable": false + }, + { + "fieldName": "quality", + "fieldPath": "skyCondition.ceilingHeight.quality", + "nativeType": "String", + "nullable": false + }, + { + "fieldName": "value", + "fieldPath": "skyCondition.ceilingHeight.value", + "nativeType": "Int", + "nullable": false + } + ] + } + ] + }, + { + "fieldName": "skyConditionObservation", + "fieldPath": "skyConditionObservation", + "nativeType": "Object", + "nullable": true, + "subfields": [ + { + "fieldName": "highCloudGenus", + "fieldPath": "skyConditionObservation.highCloudGenus", + "nativeType": "Object", + "nullable": true, + "subfields": [ + { + "fieldName": "quality", + "fieldPath": "skyConditionObservation.highCloudGenus.quality", + "nativeType": "String", + "nullable": true + }, + { + "fieldName": "value", + "fieldPath": "skyConditionObservation.highCloudGenus.value", + "nativeType": "String", + "nullable": true + } + ] + }, + { + "fieldName": "lowCloudGenus", + "fieldPath": "skyConditionObservation.lowCloudGenus", + "nativeType": "Object", + "nullable": true, + "subfields": [ + { + "fieldName": "quality", + "fieldPath": "skyConditionObservation.lowCloudGenus.quality", + "nativeType": "String", + "nullable": true + }, + { + "fieldName": "value", + "fieldPath": "skyConditionObservation.lowCloudGenus.value", + "nativeType": "String", + "nullable": true + } + ] + }, + { + "fieldName": "lowestCloudBaseHeight", + "fieldPath": "skyConditionObservation.lowestCloudBaseHeight", + "nativeType": "Object", + "nullable": true, + "subfields": [ + { + "fieldName": "quality", + "fieldPath": "skyConditionObservation.lowestCloudBaseHeight.quality", + "nativeType": "String", + "nullable": true + }, + { + "fieldName": "value", + "fieldPath": "skyConditionObservation.lowestCloudBaseHeight.value", + "nativeType": "Int", + "nullable": true + } + ] + }, + { + "fieldName": "lowestCloudCoverage", + "fieldPath": "skyConditionObservation.lowestCloudCoverage", + "nativeType": "Object", + "nullable": true, + "subfields": [ + { + "fieldName": "quality", + "fieldPath": "skyConditionObservation.lowestCloudCoverage.quality", + "nativeType": "String", + "nullable": true + }, + { + "fieldName": "value", + "fieldPath": "skyConditionObservation.lowestCloudCoverage.value", + "nativeType": "String", + "nullable": true + } + ] + }, + { + "fieldName": "midCloudGenus", + "fieldPath": "skyConditionObservation.midCloudGenus", + "nativeType": "Object", + "nullable": true, + "subfields": [ + { + "fieldName": "quality", + "fieldPath": "skyConditionObservation.midCloudGenus.quality", + "nativeType": "String", + "nullable": true + }, + { + "fieldName": "value", + "fieldPath": "skyConditionObservation.midCloudGenus.value", + "nativeType": "String", + "nullable": true + } + ] + }, + { + "fieldName": "totalCoverage", + "fieldPath": "skyConditionObservation.totalCoverage", + "nativeType": "Object", + "nullable": true, + "subfields": [ + { + "fieldName": "opaque", + "fieldPath": "skyConditionObservation.totalCoverage.opaque", + "nativeType": "String", + "nullable": true + }, + { + "fieldName": "quality", + "fieldPath": "skyConditionObservation.totalCoverage.quality", + "nativeType": "String", + "nullable": true + }, + { + "fieldName": "value", + "fieldPath": "skyConditionObservation.totalCoverage.value", + "nativeType": "String", + "nullable": true + } + ] + } + ] + }, + { + "fieldName": "skyCoverLayer", + "fieldPath": "skyCoverLayer", + "nativeType": "Array", + "nullable": true, + "subfields": [ + { + "fieldName": "baseHeight", + "fieldPath": "skyCoverLayer.baseHeight", + "nativeType": "Object", + "nullable": true, + "subfields": [ + { + "fieldName": "quality", + "fieldPath": "skyCoverLayer.baseHeight.quality", + "nativeType": "String", + "nullable": true + }, + { + "fieldName": "value", + "fieldPath": "skyCoverLayer.baseHeight.value", + "nativeType": "Int", + "nullable": true + } + ] + }, + { + "fieldName": "cloudType", + "fieldPath": "skyCoverLayer.cloudType", + "nativeType": "Object", + "nullable": true, + "subfields": [ + { + "fieldName": "quality", + "fieldPath": "skyCoverLayer.cloudType.quality", + "nativeType": "String", + "nullable": true + }, + { + "fieldName": "value", + "fieldPath": "skyCoverLayer.cloudType.value", + "nativeType": "String", + "nullable": true + } + ] + }, + { + "fieldName": "coverage", + "fieldPath": "skyCoverLayer.coverage", + "nativeType": "Object", + "nullable": true, + "subfields": [ + { + "fieldName": "quality", + "fieldPath": "skyCoverLayer.coverage.quality", + "nativeType": "String", + "nullable": true + }, + { + "fieldName": "value", + "fieldPath": "skyCoverLayer.coverage.value", + "nativeType": "String", + "nullable": true + } + ] + } + ] + }, + { + "fieldName": "st", + "fieldPath": "st", + "nativeType": "String", + "nullable": false + }, + { + "fieldName": "ts", + "fieldPath": "ts", + "nativeType": "Datetime", + "nullable": false + }, + { + "fieldName": "type", + "fieldPath": "type", + "nativeType": "String", + "nullable": false + }, + { + "fieldName": "visibility", + "fieldPath": "visibility", + "nativeType": "Object", + "nullable": false, + "subfields": [ + { + "fieldName": "distance", + "fieldPath": "visibility.distance", + "nativeType": "Object", + "nullable": false, + "subfields": [ + { + "fieldName": "quality", + "fieldPath": "visibility.distance.quality", + "nativeType": "String", + "nullable": false + }, + { + "fieldName": "value", + "fieldPath": "visibility.distance.value", + "nativeType": "Int", + "nullable": false + } + ] + }, + { + "fieldName": "variability", + "fieldPath": "visibility.variability", + "nativeType": "Object", + "nullable": false, + "subfields": [ + { + "fieldName": "quality", + "fieldPath": "visibility.variability.quality", + "nativeType": "String", + "nullable": false + }, + { + "fieldName": "value", + "fieldPath": "visibility.variability.value", + "nativeType": "String", + "nullable": false + } + ] + } + ] + }, + { + "fieldName": "waveMeasurement", + "fieldPath": "waveMeasurement", + "nativeType": "Object", + "nullable": true, + "subfields": [ + { + "fieldName": "method", + "fieldPath": "waveMeasurement.method", + "nativeType": "String", + "nullable": true + }, + { + "fieldName": "seaState", + "fieldPath": "waveMeasurement.seaState", + "nativeType": "Object", + "nullable": true, + "subfields": [ + { + "fieldName": "code", + "fieldPath": "waveMeasurement.seaState.code", + "nativeType": "String", + "nullable": true + }, + { + "fieldName": "quality", + "fieldPath": "waveMeasurement.seaState.quality", + "nativeType": "String", + "nullable": true + } + ] + }, + { + "fieldName": "waves", + "fieldPath": "waveMeasurement.waves", + "nativeType": "Object", + "nullable": true, + "subfields": [ + { + "fieldName": "height", + "fieldPath": "waveMeasurement.waves.height", + "nativeType": "Float", + "nullable": true + }, + { + "fieldName": "period", + "fieldPath": "waveMeasurement.waves.period", + "nativeType": "Int", + "nullable": true + }, + { + "fieldName": "quality", + "fieldPath": "waveMeasurement.waves.quality", + "nativeType": "String", + "nullable": true + } + ] + } + ] + }, + { + "fieldName": "wind", + "fieldPath": "wind", + "nativeType": "Object", + "nullable": false, + "subfields": [ + { + "fieldName": "direction", + "fieldPath": "wind.direction", + "nativeType": "Object", + "nullable": false, + "subfields": [ + { + "fieldName": "angle", + "fieldPath": "wind.direction.angle", + "nativeType": "Int", + "nullable": false + }, + { + "fieldName": "quality", + "fieldPath": "wind.direction.quality", + "nativeType": "String", + "nullable": false + } + ] + }, + { + "fieldName": "speed", + "fieldPath": "wind.speed", + "nativeType": "Object", + "nullable": false, + "subfields": [ + { + "fieldName": "quality", + "fieldPath": "wind.speed.quality", + "nativeType": "String", + "nullable": false + }, + { + "fieldName": "rate", + "fieldPath": "wind.speed.rate", + "nativeType": "Float", + "nullable": false + } + ] + }, + { + "fieldName": "type", + "fieldPath": "wind.type", + "nativeType": "String", + "nullable": false + } + ] } + ], + "schemaType": "BSON" + }, + "statistics": { + "dataSizeBytes": 16842636.0, + "recordCount": 10000.0 + }, + "structure": { + "schema": "sample_weatherdata", + "table": "data" } -] \ No newline at end of file + } +]