Skip to content

Commit

Permalink
fix(Article): Do not require authors and title
Browse files Browse the repository at this point in the history
After using the `Article` type in Encoda extensively, it seems inappropriate to have these as required. The `Article` type is often used as a container for content. In Encoda, we often have to use an empty author list and an empty string, or 'Untitled' for title. Most of the time these requirements feel uncessary.
  • Loading branch information
Nokome Bentley committed Jan 21, 2020
1 parent 0ab58c0 commit 17cbe10
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions schema/Article.schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,3 @@ role: primary
status: unstable
category: metadata
description: An article, including news and scholarly articles.

required:
# See Google's list of required properties at
# https://developers.google.com/search/docs/data-types/article#article_types
- authors
- title

0 comments on commit 17cbe10

Please sign in to comment.