Skip to content
This repository was archived by the owner on Jul 23, 2023. It is now read-only.

Elasticsearch indexes

Elliott Lépine edited this page Aug 4, 2021 · 1 revision

dawnpen-topics

"id": [string],
"name": [string],
"descr": [string],
"creation_date": [date]

dawnpen-posts

"username": [string],
"content": [string],
"media": [string]
"topic": [string],
"parent": [string],
"creation_date": [date],
"last_update_date": [date]

dawnpen-tickets

"email": [string],
"type": [string],
"content": [string],
"creation_date": [date],

dawnpen-moderators

"name": [string],
"email": [string],
"password": [string],
"role": [string],
"creation_date": [date],

dawnpen-moderators-access-tokens

"moderatorID": [string],
"creation_date": [string]

Clone this wiki locally