From 675f017bf855f700b799162e11e28f69d5d4f280 Mon Sep 17 00:00:00 2001 From: Tushar Kant Date: Fri, 19 Jul 2019 10:40:06 +0530 Subject: [PATCH] Whitelisting "learningResourceType" under CreativeWork --- src/ContextTypes/CreativeWork.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ContextTypes/CreativeWork.php b/src/ContextTypes/CreativeWork.php index e442d28..fbe90f2 100644 --- a/src/ContextTypes/CreativeWork.php +++ b/src/ContextTypes/CreativeWork.php @@ -24,6 +24,7 @@ class CreativeWork extends Thing 'headline' => null, 'inLanguage' => null, 'keywords' => null, + 'learningResourceType' => null, 'mainEntity' => Thing::class, 'publisher' => Organization::class, 'review' => Review::class,