scitran/core

View on GitHub
swagger/schemas/output/user-new.json

Summary

Maintainability
Test Coverage
{
    "$schema": "http://json-schema.org/draft-04/schema#",
    "allOf": [{"$ref": "../definitions/common.json#/definitions/object-created"}],
    "example": {
        "_id": "jane.doe@gmail.com"
    }
}