Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions data/api/v2/full_spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51430,6 +51430,7 @@ components:
- $ref: '#/components/schemas/TableResultV2DataAttributesFileMetadataCloudStorage'
- $ref: '#/components/schemas/TableResultV2DataAttributesFileMetadataLocalFile'
TableResultV2DataAttributesFileMetadataCloudStorage:
additionalProperties: false
description: File metadata for reference tables created by cloud storage.
properties:
access_details:
Expand Down Expand Up @@ -51476,6 +51477,7 @@ components:
- OPERATION_ERROR
- SYSTEM_ERROR
TableResultV2DataAttributesFileMetadataLocalFile:
additionalProperties: false
description: File metadata for reference tables created by upload. Note that
upload_id is only returned in the immediate create/replace response and is
not available in subsequent GET requests.
Expand Down
18 changes: 18 additions & 0 deletions data/api/v2/full_spec_deref.json
Original file line number Diff line number Diff line change
Expand Up @@ -358110,6 +358110,7 @@
"description": "Metadata specifying where and how to access the reference table's data file.",
"oneOf": [
{
"additionalProperties": false,
"description": "File metadata for reference tables created by cloud storage.",
"properties": {
"access_details": {
Expand Down Expand Up @@ -358252,6 +358253,7 @@
"type": "object"
},
{
"additionalProperties": false,
"description": "File metadata for reference tables created by upload. Note that upload_id is only returned in the immediate create/replace response and is not available in subsequent GET requests.",
"properties": {
"error_message": {
Expand Down Expand Up @@ -358526,6 +358528,7 @@
"description": "Metadata specifying where and how to access the reference table's data file.",
"oneOf": [
{
"additionalProperties": false,
"description": "File metadata for reference tables created by cloud storage.",
"properties": {
"access_details": {
Expand Down Expand Up @@ -358668,6 +358671,7 @@
"type": "object"
},
{
"additionalProperties": false,
"description": "File metadata for reference tables created by upload. Note that upload_id is only returned in the immediate create/replace response and is not available in subsequent GET requests.",
"properties": {
"error_message": {
Expand Down Expand Up @@ -358853,6 +358857,7 @@
"description": "Metadata specifying where and how to access the reference table's data file.",
"oneOf": [
{
"additionalProperties": false,
"description": "File metadata for reference tables created by cloud storage.",
"properties": {
"access_details": {
Expand Down Expand Up @@ -358995,6 +359000,7 @@
"type": "object"
},
{
"additionalProperties": false,
"description": "File metadata for reference tables created by upload. Note that upload_id is only returned in the immediate create/replace response and is not available in subsequent GET requests.",
"properties": {
"error_message": {
Expand Down Expand Up @@ -359168,6 +359174,7 @@
"description": "Metadata specifying where and how to access the reference table's data file.",
"oneOf": [
{
"additionalProperties": false,
"description": "File metadata for reference tables created by cloud storage.",
"properties": {
"access_details": {
Expand Down Expand Up @@ -359310,6 +359317,7 @@
"type": "object"
},
{
"additionalProperties": false,
"description": "File metadata for reference tables created by upload. Note that upload_id is only returned in the immediate create/replace response and is not available in subsequent GET requests.",
"properties": {
"error_message": {
Expand Down Expand Up @@ -359448,6 +359456,7 @@
"description": "Metadata specifying where and how to access the reference table's data file.",
"oneOf": [
{
"additionalProperties": false,
"description": "File metadata for reference tables created by cloud storage.",
"properties": {
"access_details": {
Expand Down Expand Up @@ -359590,6 +359599,7 @@
"type": "object"
},
{
"additionalProperties": false,
"description": "File metadata for reference tables created by upload. Note that upload_id is only returned in the immediate create/replace response and is not available in subsequent GET requests.",
"properties": {
"error_message": {
Expand All @@ -359608,6 +359618,7 @@
]
},
"TableResultV2DataAttributesFileMetadataCloudStorage": {
"additionalProperties": false,
"description": "File metadata for reference tables created by cloud storage.",
"properties": {
"access_details": {
Expand Down Expand Up @@ -359776,6 +359787,7 @@
]
},
"TableResultV2DataAttributesFileMetadataLocalFile": {
"additionalProperties": false,
"description": "File metadata for reference tables created by upload. Note that upload_id is only returned in the immediate create/replace response and is not available in subsequent GET requests.",
"properties": {
"error_message": {
Expand Down Expand Up @@ -596968,6 +596980,7 @@
"description": "Metadata specifying where and how to access the reference table's data file.",
"oneOf": [
{
"additionalProperties": false,
"description": "File metadata for reference tables created by cloud storage.",
"properties": {
"access_details": {
Expand Down Expand Up @@ -597110,6 +597123,7 @@
"type": "object"
},
{
"additionalProperties": false,
"description": "File metadata for reference tables created by upload. Note that upload_id is only returned in the immediate create/replace response and is not available in subsequent GET requests.",
"properties": {
"error_message": {
Expand Down Expand Up @@ -597748,6 +597762,7 @@
"description": "Metadata specifying where and how to access the reference table's data file.",
"oneOf": [
{
"additionalProperties": false,
"description": "File metadata for reference tables created by cloud storage.",
"properties": {
"access_details": {
Expand Down Expand Up @@ -597890,6 +597905,7 @@
"type": "object"
},
{
"additionalProperties": false,
"description": "File metadata for reference tables created by upload. Note that upload_id is only returned in the immediate create/replace response and is not available in subsequent GET requests.",
"properties": {
"error_message": {
Expand Down Expand Up @@ -598360,6 +598376,7 @@
"description": "Metadata specifying where and how to access the reference table's data file.",
"oneOf": [
{
"additionalProperties": false,
"description": "File metadata for reference tables created by cloud storage.",
"properties": {
"access_details": {
Expand Down Expand Up @@ -598502,6 +598519,7 @@
"type": "object"
},
{
"additionalProperties": false,
"description": "File metadata for reference tables created by upload. Note that upload_id is only returned in the immediate create/replace response and is not available in subsequent GET requests.",
"properties": {
"error_message": {
Expand Down
18 changes: 18 additions & 0 deletions static/resources/json/full_spec_v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -358110,6 +358110,7 @@
"description": "Metadata specifying where and how to access the reference table's data file.",
"oneOf": [
{
"additionalProperties": false,
"description": "File metadata for reference tables created by cloud storage.",
"properties": {
"access_details": {
Expand Down Expand Up @@ -358252,6 +358253,7 @@
"type": "object"
},
{
"additionalProperties": false,
"description": "File metadata for reference tables created by upload. Note that upload_id is only returned in the immediate create/replace response and is not available in subsequent GET requests.",
"properties": {
"error_message": {
Expand Down Expand Up @@ -358526,6 +358528,7 @@
"description": "Metadata specifying where and how to access the reference table's data file.",
"oneOf": [
{
"additionalProperties": false,
"description": "File metadata for reference tables created by cloud storage.",
"properties": {
"access_details": {
Expand Down Expand Up @@ -358668,6 +358671,7 @@
"type": "object"
},
{
"additionalProperties": false,
"description": "File metadata for reference tables created by upload. Note that upload_id is only returned in the immediate create/replace response and is not available in subsequent GET requests.",
"properties": {
"error_message": {
Expand Down Expand Up @@ -358853,6 +358857,7 @@
"description": "Metadata specifying where and how to access the reference table's data file.",
"oneOf": [
{
"additionalProperties": false,
"description": "File metadata for reference tables created by cloud storage.",
"properties": {
"access_details": {
Expand Down Expand Up @@ -358995,6 +359000,7 @@
"type": "object"
},
{
"additionalProperties": false,
"description": "File metadata for reference tables created by upload. Note that upload_id is only returned in the immediate create/replace response and is not available in subsequent GET requests.",
"properties": {
"error_message": {
Expand Down Expand Up @@ -359168,6 +359174,7 @@
"description": "Metadata specifying where and how to access the reference table's data file.",
"oneOf": [
{
"additionalProperties": false,
"description": "File metadata for reference tables created by cloud storage.",
"properties": {
"access_details": {
Expand Down Expand Up @@ -359310,6 +359317,7 @@
"type": "object"
},
{
"additionalProperties": false,
"description": "File metadata for reference tables created by upload. Note that upload_id is only returned in the immediate create/replace response and is not available in subsequent GET requests.",
"properties": {
"error_message": {
Expand Down Expand Up @@ -359448,6 +359456,7 @@
"description": "Metadata specifying where and how to access the reference table's data file.",
"oneOf": [
{
"additionalProperties": false,
"description": "File metadata for reference tables created by cloud storage.",
"properties": {
"access_details": {
Expand Down Expand Up @@ -359590,6 +359599,7 @@
"type": "object"
},
{
"additionalProperties": false,
"description": "File metadata for reference tables created by upload. Note that upload_id is only returned in the immediate create/replace response and is not available in subsequent GET requests.",
"properties": {
"error_message": {
Expand All @@ -359608,6 +359618,7 @@
]
},
"TableResultV2DataAttributesFileMetadataCloudStorage": {
"additionalProperties": false,
"description": "File metadata for reference tables created by cloud storage.",
"properties": {
"access_details": {
Expand Down Expand Up @@ -359776,6 +359787,7 @@
]
},
"TableResultV2DataAttributesFileMetadataLocalFile": {
"additionalProperties": false,
"description": "File metadata for reference tables created by upload. Note that upload_id is only returned in the immediate create/replace response and is not available in subsequent GET requests.",
"properties": {
"error_message": {
Expand Down Expand Up @@ -596968,6 +596980,7 @@
"description": "Metadata specifying where and how to access the reference table's data file.",
"oneOf": [
{
"additionalProperties": false,
"description": "File metadata for reference tables created by cloud storage.",
"properties": {
"access_details": {
Expand Down Expand Up @@ -597110,6 +597123,7 @@
"type": "object"
},
{
"additionalProperties": false,
"description": "File metadata for reference tables created by upload. Note that upload_id is only returned in the immediate create/replace response and is not available in subsequent GET requests.",
"properties": {
"error_message": {
Expand Down Expand Up @@ -597748,6 +597762,7 @@
"description": "Metadata specifying where and how to access the reference table's data file.",
"oneOf": [
{
"additionalProperties": false,
"description": "File metadata for reference tables created by cloud storage.",
"properties": {
"access_details": {
Expand Down Expand Up @@ -597890,6 +597905,7 @@
"type": "object"
},
{
"additionalProperties": false,
"description": "File metadata for reference tables created by upload. Note that upload_id is only returned in the immediate create/replace response and is not available in subsequent GET requests.",
"properties": {
"error_message": {
Expand Down Expand Up @@ -598360,6 +598376,7 @@
"description": "Metadata specifying where and how to access the reference table's data file.",
"oneOf": [
{
"additionalProperties": false,
"description": "File metadata for reference tables created by cloud storage.",
"properties": {
"access_details": {
Expand Down Expand Up @@ -598502,6 +598519,7 @@
"type": "object"
},
{
"additionalProperties": false,
"description": "File metadata for reference tables created by upload. Note that upload_id is only returned in the immediate create/replace response and is not available in subsequent GET requests.",
"properties": {
"error_message": {
Expand Down
Loading