scitran/core

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

Summary

Maintainability
Test Coverage
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "allOf":[{"$ref":"../definitions/note.json#/definitions/note-input"}],
  "required": ["text"],
  "example": {
        "text":"Scitran core!"
    }
}