Skip to content
Snippets Groups Projects
acquisition.json 240 B
Newer Older
{
    "$schema": "http://json-schema.org/draft-04/schema#",
    "title": "Acquisition",
    "type": "object",
    "allOf": [{"$ref": "../definitions/acquisition.json#/definitions/acquisition-input"}],
    "required": ["label", "session"]