scitran/core

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

Summary

Maintainability
Test Coverage
{
    "$schema": "http://json-schema.org/draft-04/schema#",
    "type": "array",
    "items": {"$ref":"../definitions/batch.json#/definitions/batch"},
    "example": [{
        "origin": {
          "type": "user",
          "id": "justinehlert@flywheel.io"
        },
        "jobs": [
          "5a33fa6652e95c001707489c",
          "5a33fa6652e95c001707489d",
          "5a33fa6652e95c001707489e",
          "5a33fa6652e95c001707489f"
        ],
        "created": "2017-12-15T16:37:55.538000+00:00",
        "modified": "2017-12-15T16:38:01.107000+00:00",
        "state": "complete",
        "gear_id": "59b1b5b0e105c40019f50015",
        "_id": "5a33fa6352e95c001707489b",
        "config": {}
    }]
}