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

View file

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