From 5447d3f1063c98c5ff6072ff7e4e8378700697b4 Mon Sep 17 00:00:00 2001 From: Cong Date: Mon, 24 Jun 2019 08:49:56 +1000 Subject: [PATCH] Update original external schema in readme --- README.md | 18 +++--------------- 1 file changed, 3 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index c55d2887e..2120c0a3a 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,9 @@ in the [`schema/originals.yaml`][schema_originals] validation file. ```yaml - name: string # Name of the original game (required) names: array # Other names for the game, or other games in the series + external: # One of the following external links is required + website: string # URL of official website for the game + wikipedia: string # Title of Wikipedia article for the game platform: enum # Game platform, i.e. Amiga. See platform in orginals schema meta: genre: enum # Any of genres in originals schema @@ -62,21 +65,6 @@ in the [`schema/originals.yaml`][schema_originals] validation file. theme: enum # Any of themes in originals schema ``` -### External links to article about an original game - -A Wikipedia link is created for all original game names; if the article link is different, -use the following syntax: - -```yaml -name: [Name, Name of Wikipedia article] -``` - -If the game has a non-Wikipedia link: - -```yaml -name: [Name, 'http://www.example.com'] -``` - ## Contributing ### Pre-requisites