rm
Version:
An object storage layer for Riak
14 lines (12 loc) • 339 B
JSON
{
"Automobile":
{ "name": { "isa": "string", "defined": true, "distinct": true },
"hasone": [ "manufacturer" ] },
"hasmany": [ "repair", "part" ] },
"Manufacturer":
{ "isa": "string",
"defined": true,
"distinct": true,
"verified": "RESERVED" },
"hasmany": [ "automobile", "model" ] }
}