diff --git a/static/swagger.json b/static/swagger.json index 9180610..e9e53a6 100644 --- a/static/swagger.json +++ b/static/swagger.json @@ -1798,6 +1798,10 @@ }, "type": "array" }, + "hide_dataset_stats": { + "description": "If true, allow the dataset to hide key stats.", + "type": "boolean" + }, "intersection_only": { "description": "Whether the dataset should only allow intersection queries.", "type": "boolean" @@ -3474,7 +3478,7 @@ "description": "DatasetSummary is the summary view of a dataset.", "properties": { "attributes": { - "description": "The list of attributes for this dataset. Will only be populated for dataset type 'INSIGHT'", + "description": "The list of attributes for this dataset. Will only be populated for dataset type 'UNIFIED' or 'INSIGHT", "items": { "$ref": "#/definitions/Collaboration_Datasets.AttributeSummary", "type": "object" @@ -3498,7 +3502,7 @@ "type": "array" }, "output_columns": { - "description": "The list of output columns for this dataset. Will only be populated for dataset type 'IDENTITY'", + "description": "The list of output columns for this dataset. Will only be populated for dataset type 'UNIFIED' or 'IDENTITY'", "items": { "type": "string" }, @@ -3893,7 +3897,9 @@ "STRING_SET", "FLOAT_ARRAY", "TIMESTAMP", - "TIMESTAMP_ARRAY" + "TIMESTAMP_ARRAY", + "GEO", + "GEO_ARRAY" ], "type": "string" }, @@ -4207,6 +4213,10 @@ }, "type": "array" }, + "hide_dataset_stats": { + "description": "If true, allow the dataset to hide key stats.", + "type": "boolean" + }, "intersection_only": { "description": "Whether the dataset should only allow intersection queries.", "type": "boolean" @@ -4600,6 +4610,10 @@ }, "type": "array" }, + "hide_dataset_stats": { + "description": "Whether the statistics of this collaboration should be hidden", + "type": "boolean" + }, "intersection_only": { "description": "If true, restricts the dataset to being used in queries where it is intersected with at least one other dataset.", "type": "boolean" @@ -5684,7 +5698,8 @@ "FLOAT", "STRING", "TIMESTAMP", - "BOOL" + "BOOL", + "GEO" ], "type": "string" }, @@ -5826,6 +5841,10 @@ }, "type": "array" }, + "hide_dataset_stats": { + "description": "Whether the statistics of this collaboration should be hidden", + "type": "boolean" + }, "intersection_only": { "description": "If true, restricts the dataset to being used in queries where it is intersected with at least one other dataset.", "type": "boolean" @@ -5900,7 +5919,7 @@ "description": "DatasetSummary is the summary view of a dataset.", "properties": { "attributes": { - "description": "The list of attributes for this dataset. Will only be populated for dataset type 'INSIGHT'", + "description": "The list of attributes for this dataset. Will only be populated for dataset type 'UNIFIED' or 'INSIGHT", "items": { "$ref": "#/definitions/Collaboration_Datasets.AttributeSummary", "type": "object" @@ -5924,7 +5943,7 @@ "type": "array" }, "output_columns": { - "description": "The list of output columns for this dataset. Will only be populated for dataset type 'IDENTITY'", + "description": "The list of output columns for this dataset. Will only be populated for dataset type 'UNIFIED' or 'IDENTITY'", "items": { "type": "string" }, @@ -7797,6 +7816,14 @@ "prefix": { "description": "The prefix within the specified bucket.", "type": "string" + }, + "secret_auth": { + "allOf": [ + { + "$ref": "#/definitions/Import_Connectors.GCSSecretAuthDetail" + } + ], + "description": "Authenticate to the provided GCS bucket using GCS Secret Auth." } }, "type": "object" @@ -7811,6 +7838,10 @@ }, "type": "object" }, + "GCSSecretAuthDetail": { + "description": "GCSSecretAuthDetail holds any auth details.", + "type": "object" + }, "GPGDetails": { "description": "GPGDetails contains the details about the GPG key associated with an ICC.", "properties": { @@ -8996,6 +9027,14 @@ "prefix": { "description": "The prefix within the specified bucket.", "type": "string" + }, + "secret_auth": { + "allOf": [ + { + "$ref": "#/definitions/Import_Connectors.GCSSecretAuthDetail" + } + ], + "description": "Authenticate to the provided GCS bucket using GCS Secret Auth." } }, "type": "object" @@ -9010,6 +9049,10 @@ }, "type": "object" }, + "Import_Connectors.GCSSecretAuthDetail": { + "description": "GCSSecretAuthDetail holds any auth details.", + "type": "object" + }, "Import_Connectors.GPGDetails": { "description": "GPGDetails contains the details about the GPG key associated with an ICC.", "properties": { @@ -11740,7 +11783,8 @@ "FLOAT", "STRING", "TIMESTAMP", - "BOOL" + "BOOL", + "GEO" ], "type": "string" }, @@ -15376,7 +15420,9 @@ "STRING_SET", "FLOAT_ARRAY", "TIMESTAMP", - "TIMESTAMP_ARRAY" + "TIMESTAMP_ARRAY", + "GEO", + "GEO_ARRAY" ], "type": "string" }, @@ -16671,7 +16717,9 @@ "STRING_SET", "FLOAT_ARRAY", "TIMESTAMP", - "TIMESTAMP_ARRAY" + "TIMESTAMP_ARRAY", + "GEO", + "GEO_ARRAY" ], "type": "string" },