Skip to content

Commit

Permalink
Merge pull request #26 from uc-cdis/feat/DAT-1930/add-data-release-name
Browse files Browse the repository at this point in the history
feat(DataRelease):[DAT-1930] name property added
  • Loading branch information
DrSpez authored Nov 5, 2018
2 parents a029e19 + 5dba15b commit c789ea3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions dictionaryutils/schemas/data_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ links:
required: true

required:
- name
- major_version
- minor_version

Expand All @@ -46,6 +47,11 @@ properties:
$ref: "_definitions.yaml#/datetime"

# Node Properties
name:
description: >
String representing release name.
type: string

major_version:
description: >
The number identifying the major version.
Expand Down

0 comments on commit c789ea3

Please sign in to comment.