scitran/core

View on GitHub
swagger/schemas/input/user-update.json

Summary

Maintainability
Test Coverage
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "title": "User",
  "type": "object",
  "allOf":[
    {"$ref":"../definitions/user.json#/definitions/user-input"}
  ],
  "example": {
        "firstname": "Jane",
        "lastname": "Smith",
        "email": "jane.smith@gmail.com"
    }
}