From 269652f72c1cfb9941d056dceff6bdcad8d61799 Mon Sep 17 00:00:00 2001 From: Chris Markiewicz Date: Thu, 29 Aug 2024 16:18:51 -0400 Subject: [PATCH] feat(context): Add context.dataset.citation_cff --- src/schema/meta/context.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/schema/meta/context.yaml b/src/schema/meta/context.yaml index 8783b46371..9b84471888 100644 --- a/src/schema/meta/context.yaml +++ b/src/schema/meta/context.yaml @@ -45,6 +45,9 @@ properties: dataset_description: description: 'Contents of /dataset_description.json' type: object + citation_cff: + description: 'Contents of /CITATION.cff' + type: object tree: description: 'Tree view of all files in dataset' type: object