{
    "$schema": "http://json-schema.org/draft-04/schema#",
    "description": "Properties of the output",
    "properties": {
        "description": {
            "description": "Human readable description of the output",
            "type": "string"
        },
        "name": {
            "description": "Human readable name for the output",
            "type": "string"
        }
    },
    "required": [
        "name",
        "description"
    ],
    "title": "Output properties resource",
    "type": "object"
}
