scitran/core

View on GitHub
swagger/schemas/input/rule-new.json

Summary

Maintainability
Test Coverage
{
    "$schema": "http://json-schema.org/draft-04/schema#",
    "title": "Rule",
    "type": "object",
    "allOf": [{"$ref": "../definitions/rule.json#/definitions/rule-input"}],
    "required": ["alg", "name", "any", "all"]
}