Skip to content

Commit

Permalink
Remove canonicalURL from list of required metadata properties
Browse files Browse the repository at this point in the history
  • Loading branch information
Mandrenkov committed Oct 7, 2024
1 parent 7a32d3a commit 8ff896c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metadata_schemas/demo.metadata.schema.0.1.4.json
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,6 @@
}
},
"required": [
"title", "authors", "dateOfPublication", "dateOfLastModification", "categories", "tags", "previewImages", "seoDescription", "doi", "canonicalURL", "references", "basedOnPapers", "referencedByPapers", "relatedContent"
"title", "authors", "dateOfPublication", "dateOfLastModification", "categories", "tags", "previewImages", "seoDescription", "doi", "references", "basedOnPapers", "referencedByPapers", "relatedContent"
]
}

0 comments on commit 8ff896c

Please sign in to comment.