From b1689a0de69a840e0091c9ef39ad6810955d8980 Mon Sep 17 00:00:00 2001 From: Lucas Igel Date: Tue, 3 Jan 2023 22:03:42 -0500 Subject: [PATCH] Update metadata_schema.md --- viewer/metadata_schema.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/viewer/metadata_schema.md b/viewer/metadata_schema.md index e21338c..5626a08 100644 --- a/viewer/metadata_schema.md +++ b/viewer/metadata_schema.md @@ -5,8 +5,8 @@ "start": "", "end": "", "uid": "", - "type": {"music","commentary","transcript","video_source","narration_source", "ohms"} - "data": {} + "type": "music" | "commentary" | "transcript" | "video_source" | "narration_source" | "ohms" + "data": {} } ``` @@ -26,7 +26,7 @@ } ``` -### **transcript** +##### **transcript** ```jsx { @@ -35,7 +35,7 @@ } ``` -### **footage_source** +##### **footage_source** ```jsx { @@ -52,7 +52,7 @@ } ``` -### **narration_source** +##### **narration_source** ```jsx { @@ -69,7 +69,9 @@ } ``` -### **ohms** (or **concept**) ([http://ohda.matrix.msu.edu/2014/11/indexing-interviews-in-ohms/](http://ohda.matrix.msu.edu/2014/11/indexing-interviews-in-ohms/)) +##### **ohms** (or **general_concept**) + +Based on [oral history metadata standard](http://ohda.matrix.msu.edu/2014/11/indexing-interviews-in-ohms/) ```jsx { // directly copied from webvtt-player (which copies the OHMS standard) @@ -93,4 +95,4 @@ "hyperlink_text_alt":, "" } } -``` \ No newline at end of file +```