Location

Location of the person
{
  "lat": Number,
  "long": Number,
}
FieldDescription
latNumber
longNumber

Author

An simple author element with some description
{
  "title": String,
  "email": String,
  "categories": Array (String),
  "locations": Array (Location),
  "origin": Location,
}
FieldDescription
titleString
emailString
We will send no spam to this address
categoriesArray (String)
locationsArray (Location)
Array of locations
originLocation

Meta

String

News

An general news entry
{
  "config": Meta,
  "inlineConfig": Map (String),
  "mapTags": Map (String),
  "mapReceiver": Map (Author),
  "tags": Array (String),
  "receiver": Array (Author),
  "data": Array (Array (Number)),
  "read": Boolean,
  "author": Author,
  "meta": Meta,
  "sendDate": String (date),
  "readDate": String (date-time),
  "price": Number,
  "rating": Integer,
  "content": String,
  "question": String,
  "version": String,
  "coffeeTime": String (time),
  "g-recaptcha-response": String,
  "media.fields": String,
  "payload": Any,
}
FieldDescription
configMeta
inlineConfigMap (String)
mapTagsMap (String)
mapReceiverMap (Author)
tagsArray (String)
receiverArray (Author)
dataArray (Array (Number))
readBoolean
authorAuthor
metaMeta
sendDateString (date)
readDateString (date-time)
priceNumber
ratingInteger
contentString
Contains the "main" content of the news entry
questionString
versionString
coffeeTimeString (time)
g-recaptcha-responseString
media.fieldsString
payloadAny