[Timeline] Remove namespacing from README

WTD-1239
This commit is contained in:
Victor Woeltjen 2015-10-23 13:45:54 -07:00
parent 307047d3ac
commit 8159c365b5

View File

@ -16,7 +16,7 @@ A timeline's model looks like:
``` ```
{ {
"type": "warp.timeline", "type": "timeline",
"start": { "start": {
"timestamp": <number> (milliseconds since epoch), "timestamp": <number> (milliseconds since epoch),
"epoch": <string> (currently, always "SET") "epoch": <string> (currently, always "SET")
@ -35,7 +35,7 @@ An activity's model looks like:
``` ```
{ {
"type": "warp.activity", "type": "activity",
"start": { "start": {
"timestamp": <number> (milliseconds since epoch), "timestamp": <number> (milliseconds since epoch),
"epoch": <string> (currently, always "SET") "epoch": <string> (currently, always "SET")
@ -61,7 +61,7 @@ An activity mode's model looks like:
``` ```
{ {
"type": "warp.mode", "type": "mode",
"resources": { "resources": {
"comms": <number> (communications utilization, in Kbps) "comms": <number> (communications utilization, in Kbps)
"power": <number> (power utilization, in watts) "power": <number> (power utilization, in watts)