{
  "$id": "transaction.sync",
  "title": "transaction.sync",
  "type": "object",
  "additionalProperties": false,
  "required": [
    "id"
  ],
  "properties": {
    "owner": {
      "$ref": "common#/definitions/owner"
    },
    "id": {
      "description": "Agreement ID",
      "type": "string",
      "minLength": 1
    },
    "start": {
      "type": "string",
      "format": "date"
    },
    "end": {
      "type": "string",
      "format": "date"
    }
  }
}
