From 1d9ade4c3699ff6d2725787c95891237e9fb65b3 Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Tue, 16 Feb 2021 12:29:11 -0500 Subject: [PATCH] test: added missing properties to topicObject --- public/openapi/components/schemas/TopicObject.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/public/openapi/components/schemas/TopicObject.yaml b/public/openapi/components/schemas/TopicObject.yaml index 9c95a4a5ed..62b08d911a 100644 --- a/public/openapi/components/schemas/TopicObject.yaml +++ b/public/openapi/components/schemas/TopicObject.yaml @@ -10,6 +10,12 @@ TopicObject: items: type: object properties: + id: + type: number + description: The topic id + name: + type: string + description: The topic thumbnail filename url: type: string description: Relative path to the topic thumbnail