src/main/java/com/spotify/ffwd/http/model/v1/Batch.java [58:67]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    private final long timestamp;

    /**
     * JSON creator.
     */
    @JsonCreator
    public static Point create(
        @JsonProperty("key") final String key,
        @JsonProperty("tags") final Optional<Map<String, String>> tags,
        @JsonProperty("resource") final Optional<Map<String, String>> resource,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/main/java/com/spotify/ffwd/http/model/v2/Batch.java [65:74]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    private final long timestamp;

    /**
     * JSON creator.
     */
    @JsonCreator
    public static  Point create(
        @JsonProperty("key") final String key,
        @JsonProperty("tags") final Optional<Map<String, String>> tags,
        @JsonProperty("resource") final Optional<Map<String, String>> resource,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



