scitran/core

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

Summary

Maintainability
Test Coverage
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "allOf":[{"$ref":"../definitions/tag.json#/definitions/tag"}],
  "example": {
        "value":"example-tag"
    }
}