scitran/core

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

Summary

Maintainability
Test Coverage
{
    "$schema": "http://json-schema.org/draft-04/schema#",
    "title": "Acquisition",
    "type": "object",
    "allOf": [{"$ref": "../definitions/acquisition.json#/definitions/acquisition-input"}],
    "example": {
        "label": "example-acquisition-new-label"
    }
}