From a91b691629baf6c7f3ad30a30b60d32ec8005a0d Mon Sep 17 00:00:00 2001 From: DrMint <29893320+DrMint@users.noreply.github.com> Date: Sat, 16 Sep 2023 17:29:51 +0200 Subject: [PATCH] Cleanup some content model --- src/api/category/content-types/category/schema.json | 10 ---------- .../content-types/game-platform/schema.json | 8 -------- src/api/video/content-types/video/schema.json | 3 ++- 3 files changed, 2 insertions(+), 19 deletions(-) diff --git a/src/api/category/content-types/category/schema.json b/src/api/category/content-types/category/schema.json index 23c1004..10d4629 100644 --- a/src/api/category/content-types/category/schema.json +++ b/src/api/category/content-types/category/schema.json @@ -12,16 +12,6 @@ }, "pluginOptions": {}, "attributes": { - "name": { - "type": "string", - "required": true, - "unique": true - }, - "short": { - "type": "string", - "required": true, - "unique": true - }, "series": { "type": "enumeration", "enum": [ diff --git a/src/api/game-platform/content-types/game-platform/schema.json b/src/api/game-platform/content-types/game-platform/schema.json index b5eff81..d91ecac 100644 --- a/src/api/game-platform/content-types/game-platform/schema.json +++ b/src/api/game-platform/content-types/game-platform/schema.json @@ -12,14 +12,6 @@ }, "pluginOptions": {}, "attributes": { - "name": { - "type": "string", - "required": true - }, - "short": { - "type": "string", - "required": true - }, "titles": { "displayName": "Game Platforms Translations", "type": "component", diff --git a/src/api/video/content-types/video/schema.json b/src/api/video/content-types/video/schema.json index c72948f..6ab0f23 100644 --- a/src/api/video/content-types/video/schema.json +++ b/src/api/video/content-types/video/schema.json @@ -76,7 +76,8 @@ "type": "enumeration", "enum": [ "YouTube", - "NicoNico" + "NicoNico", + "Tumblr" ] }, "live_chat": {