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": {