Skip to content

Instantly share code, notes, and snippets.

@Requinard
Created April 29, 2016 09:42
Show Gist options
  • Save Requinard/f61d663dc3e87eb9a267c296e23144cc to your computer and use it in GitHub Desktop.
Save Requinard/f61d663dc3e87eb9a267c296e23144cc to your computer and use it in GitHub Desktop.
Announcement:
type: object
properties:
id:
type: string // UUID
topic:
type: string // staff/security, public/schedule, public/alert
title:
type: string // Shit's on fire yo
message:
type: string // Maybe get out?
sent_by:
type: string // Requinard
date_sent
type: string
format: datetime
DeviceEntry:
type: object
properties:
id:
type:string
device:
type: int // 1 for android, 2 for ios, 3 for wp and more
token:
type: string
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment