scitran/core

View on GitHub
swagger/schemas/output/gear-list.json

Summary

Maintainability
Test Coverage
{
    "$schema": "http://json-schema.org/draft-04/schema#",
    "type":"array",
    "items":{
        "allOf":[{"$ref":"../definitions/gear.json#/definitions/gear-doc"}]
    }
}