{
  "$id": "response.agreement.create",
  "type": "object",
  "title": "agreement.create response",
  "description": "Created agreement",
  "properties": {
    "token": {
      "type": "string",
      "minLength": 1
    },
    "creatorTaskId": {
      "type": "string"
    },
    "url": {
      "type": "string",
      "minLength": 1
    },
    "agreement": {
      "$ref": "response.common.agreement#"
    },
    "id": {
      "type": "string"
    }
  }
}
