SpaceApi / schema

SpaceAPI JSON schema files.
24 stars 14 forks source link

Two different time formats in use #34

Closed koalatux closed 4 years ago

koalatux commented 5 years ago

For state.lastchange and events[ ].timestamp you are using Unix timestamps, but for radio_show[ ].start and radio_show[ ].end you are using strings in ISO 8601 format. I would appreciate to use a single time format for simplicity.