example.pyv is the pyv file I intend to pass as input (ported from Ivy - https://github.com/microsoft/ivy/blob/master/doc/examples/client_server_example.ivy).
It should present a CTI as follows:
state 0:
link(client0,server0)
semaphore(server0)
state 1:
link(client0,server0)
link(client1,server0)
where there exists a transition connect(client1,server0) between state 0 and state 1.
The output.json is along the lines of the JSON I would like to receive back after verification.