{
  "$schema": "http://json-schema.org/draft-07/schema",
  "$id": "response.agreement.finalize-execution",
  "type": "object",
  "properties": {
    "creatorTaskId": { "type": "string" },
    "transactionRequired": { "type": "boolean" },
    "transaction": { "$ref": "response.common.transaction-info#" },
    "agreementFinalized": { "type": "boolean" },
    "agreement": {
      "type": "object",
      "required": ["owner", "token", "status", "id"],
      "properties": {
        "owner": { "type": "string" },
        "token": { "type": "string" },
        "status": { "type": "string" },
        "id": { "type": "string" }
      }
    }
  }
}
