fix: add missing lastPublished to SCCreativeWork

This commit is contained in:
Rainer Killinger
2022-01-21 17:14:16 +01:00
parent e5696b23e7
commit e0adb2332e
2 changed files with 8 additions and 0 deletions

View File

@@ -71,6 +71,13 @@ export interface SCCreativeWorkWithoutReferences
*/
keywords?: string[];
/**
* Date (in text form) the creative work was most recently
*
* @keyword
*/
lastPublished?: string;
/**
* Translated fields of the creative work
*/