metamaps/metamaps

View on GitHub
doc/api/schemas/topic.json

Summary

Maintainability
Test Coverage
{
  "name": "Topic Envelope",
  "type": "object",
  "properties": {
    "data": {
      "$ref": "_topic.json"
    }
  },
  "required": [
    "data"
  ]
}