scitran/core

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

Summary

Maintainability
Test Coverage
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "properties": {
    "value":             {"type": "string"}
  },
  "additionalProperties": false
}