{ "name": "DescribeProcessResponse", "description": "a JSON Object that conforms to the Describe Process Specification v1.0", "fields": [ { "name": "_links", "type": "DescribeProcessLinks" }, { "name": "description", "type": "string" }, { "name": "family", "type": "string" }, { "name": "id", "type": "string" }, { "name": "input", "type": "DescribeProcessInput" }, { "name": "label", "type": "string" }, { "name": "version", "type": "string" } ] }