fix(writeapi): fix components, + tag object schema
parent
3ebb3a3479
commit
9f9e3c1582
@ -0,0 +1,19 @@
|
|||||||
|
TagObject:
|
||||||
|
type: object
|
||||||
|
properties:
|
||||||
|
value:
|
||||||
|
type: string
|
||||||
|
description: The tag name
|
||||||
|
score:
|
||||||
|
type: number
|
||||||
|
description: The number of topics containing this tag
|
||||||
|
valueEscaped:
|
||||||
|
type: string
|
||||||
|
color:
|
||||||
|
type: string
|
||||||
|
description: Six-character hexadecimal string (with `#` prepended)
|
||||||
|
example: "#ff0000"
|
||||||
|
bgColor:
|
||||||
|
type: string
|
||||||
|
description: Six-character hexadecimal string (with `#` prepended)
|
||||||
|
example: "#ff0000"
|
Loading…
Reference in New Issue