Skip to content

Instantly share code, notes, and snippets.

@bsmedberg
bsmedberg / processed_crash_schema.json
Last active June 1, 2016 18:09 — forked from adngdb/processed_crash_schema.json
Socorro's Processed Crash Schema
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"description": "schema of a processed crash from Socorro",
"definitions": {
"frames": {
"type": "object",
"properties": {
"frame": {
"type": "integer",