Made modified field in ArticleSummary nullable

This commit is contained in:
2022-01-21 23:15:54 +01:00
parent 276c88639d
commit 880e33ed20

View File

@@ -309,6 +309,7 @@ components:
modified: modified:
type: string type: string
description: A RFC3339 formatted date when the article was modified description: A RFC3339 formatted date when the article was modified
nullable: true
link: link:
type: string type: string
description: Link to the article itself description: Link to the article itself