scitran/core

View on GitHub
swagger/schemas/input/permission.json

Summary

Maintainability
Test Coverage
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "allOf":[{"$ref":"../definitions/permission.json#/definitions/permission"}],
  "key_fields": ["_id"],
  "required": ["_id", "access"],
  "example": {
        "_id":"coltonlw@flywheel.io",
        "access":"admin"
    }
}