From bcb2733f5c7ea463fb6f4e05c7f104b811ebac16 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Soner=20U=C5=9Fakl=C4=B1?=
 <barisusakli@gmail.com>
Date: Fri, 4 Aug 2023 10:52:42 -0400
Subject: [PATCH] remove colors from spec

---
 public/openapi/components/schemas/TagObject.yaml | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/public/openapi/components/schemas/TagObject.yaml b/public/openapi/components/schemas/TagObject.yaml
index 2b72c5a1c9..7b3583ef69 100644
--- a/public/openapi/components/schemas/TagObject.yaml
+++ b/public/openapi/components/schemas/TagObject.yaml
@@ -7,13 +7,12 @@ TagObject:
     score:
       type: number
       description: The number of topics containing this tag
-    valueEscaped:
+    class:
       type: string
-    color:
+      description: Class name that is applied to the to the tag html element
+    valueEscaped:
       type: string
-      description: Six-character hexadecimal string (with `#` prepended)
-      example: "#ff0000"
-    bgColor:
+      description: value escaped with validator.escape
+    valueEncoded:
       type: string
-      description: Six-character hexadecimal string (with `#` prepended)
-      example: "#ff0000"
\ No newline at end of file
+      description: value url encoded