dlp_DatasetUpdate

APIs.ioEngineeringPlatform

Properties

Name Type Description
description string The description of the dataset
name string The name of the dataset, must be unique
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-dlp-datasetupdate-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/dlp_DatasetUpdate",
  "title": "dlp_DatasetUpdate",
  "properties": {
    "description": {
      "description": "The description of the dataset",
      "nullable": true,
      "type": "string"
    },
    "name": {
      "description": "The name of the dataset, must be unique",
      "nullable": true,
      "type": "string"
    }
  },
  "type": "object"
}