From 85a6fbc6e5503128311fe5f93181eb0cf0e14e48 Mon Sep 17 00:00:00 2001 From: Zac Flamig Date: Sun, 8 Jul 2018 12:47:39 -0500 Subject: [PATCH] fix(cmc): Add type (#7) --- gdcdictionary/schemas/core_metadata_collection.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gdcdictionary/schemas/core_metadata_collection.yaml b/gdcdictionary/schemas/core_metadata_collection.yaml index 814b815..379a31d 100644 --- a/gdcdictionary/schemas/core_metadata_collection.yaml +++ b/gdcdictionary/schemas/core_metadata_collection.yaml @@ -40,6 +40,9 @@ required: properties: $ref: "_definitions.yaml#/ubiquitous_properties" + type: + enum: ["core_metadata_collection"] + contributor: description: > An entity responsible for making contributions to the resource. Examples of a Contributor include a person, an organization, or a service. Typically, the name of a Contributor should be used to indicate the entity.