For Developers
Quotes have the following values
- id: An integer of the quote id
- text: The quote content itself
- author (Optional): A string containing the author's name
- date (Optional): A string containing the ISO 8601 date as yyyy-mm-dd
- fire_level (Optional): Rare. An int representing how "fire" the quote is from 1 -> inf.
- context (Optional): A string containing content to be displayed as context for the quote.
- tags (Optional): An array of strings with relevant tags for the quote/context.