{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "TableExportJobResponse", "properties": { "file": { "properties": { "id": { "type": "integer", "nullable": true } }, "type": "object", "nullable": true } }, "type": "object" }