scitran/core

View on GitHub
swagger/schemas/input/group-update.json

Summary

Maintainability
Test Coverage
{
    "$schema": "http://json-schema.org/draft-04/schema#",
    "allOf":[{"$ref":"../definitions/group.json#/definitions/group-input"}],
    "example": {
        "label":"New group label"
    }
}