dlp_DatasetColumn

APIs.ioEngineeringPlatform

Properties

Name Type Description
entry_id string
header_name string
num_cells integer
upload_status object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-dlp-datasetcolumn-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/dlp_DatasetColumn",
  "title": "dlp_DatasetColumn",
  "properties": {
    "entry_id": {
      "format": "uuid",
      "type": "string"
    },
    "header_name": {
      "type": "string"
    },
    "num_cells": {
      "format": "int64",
      "type": "integer"
    },
    "upload_status": {
      "$ref": "#/components/schemas/dlp_DatasetUploadStatus"
    }
  },
  "required": [
    "entry_id",
    "upload_status",
    "header_name",
    "num_cells"
  ],
  "type": "object"
}