Sha256: 8289eef6ca9d50c84b17ab938deb0784bfcb303f748ee5662f12fbd9c18082fc
Contents?: true
Size: 933 Bytes
Versions: 1
Compression:
Stored size: 933 Bytes
Contents
{ "protocol" : "Specialty", "namespace" : "Switchboard", "types" : [ { "type" : "record", "name" : "Specialty", "doc" : "The main class for this protocol", "fields" : [ { "name" : "id", "type" : "int", "doc" : "The primary key" }, { "name" : "name", "type" : "string", "doc" : "Name of the specialty" }, { "name" : "description", "type" : "string", "doc" : "Url to the icon representing this specialty" } ] } ], "messages" : { "index" : { "doc" : "Look up many specialties in bulk", "request" : [ ], "response" : { "type" : "array", "items" : "Specialty" } }, "show" : { "doc" : "Look up a specialty by id", "request" : [ { "name" : "id", "type" : "int" } ], "response" : { "type" : "array", "items" : "Specialty" } } } }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
switchboard-contract-1.9.5 | contracts/4/compiled/specialty.avpr |