Skip to content

dataset schema inconsistencies #2691

Description

@JMatej

Same class of issue as #2690, but for the dataset schema object rather than actor.json top-level fields.

The DatasetSchema object definition table documents only three properties: actorSpecification, fields, and views.

However, examples place title and description directly on the dataset-schema object, as siblings of views:

"dataset": {
    "actorSpecification": 1,
    "title": "Zappos.com Dataset",
    "description": "",
    "views": { ... }
}

Used in examples (here)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions