scitran/core

View on GitHub
swagger/schemas/output/logout-output.json

Summary

Maintainability
Test Coverage
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "allOf":[{"$ref":"../definitions/auth.json#/definitions/logout-output"}],
  "example": {
      "tokens_removed": 1
  }
}