This commit is contained in:
Xi Yan 2025-03-12 18:52:05 -07:00
parent 790b2d5cc0
commit 09039eca57
2 changed files with 4 additions and 4 deletions

View file

@ -6855,7 +6855,7 @@
"title": "DatasetPurpose", "title": "DatasetPurpose",
"description": "Purpose of the dataset. Each type has a different column format." "description": "Purpose of the dataset. Each type has a different column format."
}, },
"data_source": { "source": {
"$ref": "#/components/schemas/DataSource" "$ref": "#/components/schemas/DataSource"
}, },
"metadata": { "metadata": {
@ -6891,7 +6891,7 @@
"provider_id", "provider_id",
"type", "type",
"purpose", "purpose",
"data_source", "source",
"metadata" "metadata"
], ],
"title": "Dataset" "title": "Dataset"

View file

@ -4746,7 +4746,7 @@ components:
title: DatasetPurpose title: DatasetPurpose
description: >- description: >-
Purpose of the dataset. Each type has a different column format. Purpose of the dataset. Each type has a different column format.
data_source: source:
$ref: '#/components/schemas/DataSource' $ref: '#/components/schemas/DataSource'
metadata: metadata:
type: object type: object
@ -4765,7 +4765,7 @@ components:
- provider_id - provider_id
- type - type
- purpose - purpose
- data_source - source
- metadata - metadata
title: Dataset title: Dataset
HuggingfaceDataSource: HuggingfaceDataSource: