Schema
DatasetModel
Type:
object
Datasets and views available to the publisher, based on its entitlements.
name
Schema:
DatasetType
timespans
Type:
array
Array item
Schema:
TimespanType
All schema constraints and annotations
{
"items": {
"$ref": "#/components/schemas/TimespanType"
},
"type": "array"
}views
Type:
array
Array item
Schema:
DataviewType
All schema constraints and annotations
{
"items": {
"$ref": "#/components/schemas/DataviewType"
},
"type": "array"
}All schema constraints and annotations
{
"description": "Datasets and views available to the publisher, based on its entitlements.",
"properties": {
"name": {
"$ref": "#/components/schemas/DatasetType"
},
"timespans": {
"items": {
"$ref": "#/components/schemas/TimespanType"
},
"type": "array"
},
"views": {
"items": {
"$ref": "#/components/schemas/DataviewType"
},
"type": "array"
}
},
"type": "object"
}