Skip to content

Commit

Permalink
Making Dataset Versions and Dataset types the same (#2400)
Browse files Browse the repository at this point in the history
* Adding missing details to dataset version spec.

* Making the dataset version fields the same as datasets.

---------

Co-authored-by: phix <[email protected]>
Co-authored-by: Willy Lulciuc <[email protected]>
  • Loading branch information
3 people committed Feb 8, 2023
1 parent d209bdd commit bb411a9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion spec/openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1288,10 +1288,15 @@ components:
type: string
tags:
description: List of tags.
type: string
type: array
items:
type: string
description:
description: The description of the field.
type: string
required:
- name
- type
tags:
description: List of tags.
type: string
Expand Down

0 comments on commit bb411a9

Please sign in to comment.