From 5dba15b3895f80fc999fcc3ec2949760cfbb6bee Mon Sep 17 00:00:00 2001 From: Max Popov Date: Mon, 5 Nov 2018 15:25:52 -0600 Subject: [PATCH] feat(DataRelease):[DAT-1930] name property added --- dictionaryutils/schemas/data_release.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/dictionaryutils/schemas/data_release.yaml b/dictionaryutils/schemas/data_release.yaml index 6a997f0..a4a6ede 100644 --- a/dictionaryutils/schemas/data_release.yaml +++ b/dictionaryutils/schemas/data_release.yaml @@ -27,6 +27,7 @@ links: required: true required: + - name - major_version - minor_version @@ -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.