mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-27 09:06:15 +01:00
test: fix schema
This commit is contained in:
@@ -69,6 +69,8 @@ get:
|
|||||||
properties:
|
properties:
|
||||||
value:
|
value:
|
||||||
type: string
|
type: string
|
||||||
|
byUid:
|
||||||
|
type: string
|
||||||
timestamp:
|
timestamp:
|
||||||
type: number
|
type: number
|
||||||
timestampISO:
|
timestampISO:
|
||||||
@@ -81,6 +83,10 @@ get:
|
|||||||
properties:
|
properties:
|
||||||
value:
|
value:
|
||||||
type: string
|
type: string
|
||||||
|
byUid:
|
||||||
|
type: string
|
||||||
|
byUser:
|
||||||
|
type: object
|
||||||
timestamp:
|
timestamp:
|
||||||
type: number
|
type: number
|
||||||
timestampISO:
|
timestampISO:
|
||||||
|
|||||||
Reference in New Issue
Block a user