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[]; keywords?: string[];
/**
* Date (in text form) the creative work was most recently
*
* @keyword
*/
lastPublished?: string;
/** /**
* Translated fields of the creative work * Translated fields of the creative work
*/ */

View File

@@ -16,6 +16,7 @@
} }
], ],
"firstPublished": "[ca. 1991]", "firstPublished": "[ca. 1991]",
"lastPublished": "2000 Q1",
"publications": [ "publications": [
{ {
"uid": "603a6574-8910-588a-9e83-cd26e6988c74", "uid": "603a6574-8910-588a-9e83-cd26e6988c74",