dlp_Limits

APIs.ioEngineeringPlatform

Properties

Name Type Description
max_dataset_cells integer
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-dlp-limits-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/dlp_Limits",
  "title": "dlp_Limits",
  "properties": {
    "max_dataset_cells": {
      "format": "int64",
      "minimum": 0,
      "type": "integer"
    }
  },
  "required": [
    "max_dataset_cells"
  ],
  "type": "object"
}