{ "config": Object (config), "tags": Array (String), "receiver": Array (Object (author)), "resources": Array (Mixed), "profileImage": Base64, "read": Boolean, "source": Mixed, "author": Object (author), "meta": Object (meta), "sendDate": Date, "readDate": DateTime, "expires": Duration, "price": Number, "rating": Integer, "content": String, "question": String, "coffeeTime": Time, "profileUri": URI, "g-recaptcha-response": String, }
Field | Description |
---|---|
config | Object (config) |
tags | Array (String)
|
receiver | Array (Object (author))
|
resources | Array (Mixed) |
profileImage | Base64 |
read | Boolean |
source | Mixed |
author | Object (author) An simple author element with some description |
meta | Object (meta) Some meta data |
sendDate | Date |
readDate | DateTime |
expires | Duration |
price | Number
|
rating | Integer
|
content | String Contains the main content of the news entry
|
question | String
|
coffeeTime | Time |
profileUri | URI |
g-recaptcha-response | String |
{ "title": String, "email": String, "categories": Array (String), "locations": Array (Object (location)), "origin": Object (location), }
Field | Description |
---|---|
title | String
|
String We will send no spam to this addresss | |
categories | Array (String)
|
locations | Array (Object (location)) Array of locations |
origin | Object (location) Location of the person |
{ "name": String, "url": String, "*": String, }
Field | Description |
---|---|
name | String |
url | String |
* | String |
{ "createDate": DateTime, "^tags_\d$": String, "^location_\d$": Object (location), }
Field | Description |
---|---|
createDate | DateTime |
^tags_\d$ | String |
^location_\d$ | Object (location) Location of the person |
{ "lat": Number, "long": Number, "*": Mixed, }
Field | Description |
---|---|
lat | Number |
long | Number |
* | Mixed |