toshsan / caliper

Automatically exported from code.google.com/p/caliper
Apache License 2.0
0 stars 0 forks source link

Specify the json schema #228

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
We need a page/document that defines the json data format with enough 
specificity that anyone (say a python programmer) can read it and then write 
code that dumps out data caliper can read (or consumes data caliper produces).

Apparently there is no preeminent standard for how to write up a json schema 
spec, or at least none Jesse was aware of, but we can just write up a doc in 
whatever format, so long as it tells that programmer what he/she needs to know.

No specific urgency but I'm reluctant to start reaching out to other teams 
about how they can share in the joy of our storage/presentment stuff until we 
have this.

Original issue reported on code.google.com by kevinb@google.com on 6 Mar 2013 at 11:05

GoogleCodeExporter commented 9 years ago
Maybe http://json-schema.org/ ?

Original comment by gak@google.com on 6 Mar 2013 at 11:08

GoogleCodeExporter commented 9 years ago
Apparently that has never gotten much traction (so is not that "preeminent 
standard"), but all that matters is whether you think it's a good fit for this 
or not.

Original comment by kevinb@google.com on 7 Mar 2013 at 12:00