scitran/core

View on GitHub
swagger/schemas/output/batch-cancel.json

Summary

Maintainability
Test Coverage
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "allOf": [{"$ref": "../definitions/batch.json#/definitions/batch-cancel-output"}],
  "example": {
      "number_cancelled": 4
  }
}