{ "$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" }