Skip to content

Instantly share code, notes, and snippets.

@kerel-fs
Created November 13, 2015 21:23
Show Gist options
  • Save kerel-fs/6178879a7ddf5e4479b3 to your computer and use it in GitHub Desktop.
Save kerel-fs/6178879a7ddf5e4479b3 to your computer and use it in GitHub Desktop.
a JSON "Schema" draft for http://ddb.glidernet.org/download
{
device_id: {"device_type": "string, pattern ^[A-F0-9]{6}$",
"aircraft_model": "string, pattern ^[FIO]$",
"registration": "string",
"cn": "string",
"tracked": boolean,
"identified": boolean},
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment