| 382 | For a SHAOP configuration, the settings typically look like this |
| 383 | {{{ |
| 384 | {"SHAOPSettings":{ |
| 385 | "parties":[ |
| 386 | { "shaop":{"party":{"partyref":"party1","parameters":{}},"profile":"profile1"}, |
| 387 | "cob":{"party":{"partyref":"party2","parameters":{}},"profile":"profile1"} |
| 388 | }, |
| 389 | { "shaop":{"party":{"partyref":"party3","parameters":{}},"profile":"profile1"}, |
| 390 | "cob":{"party":{"partyref":"party4","parameters":{}},"profile":"profile1"} |
| 391 | } |
| 392 | ], |
| 393 | "deadline":{"deadlinetime":{"durationms":1000}} |
| 394 | }} |
| 395 | }}} |
| 396 | |
| 397 | This is similar to SAOP, but instead of just parties we have party tuples "cob","shaop" (see the party behaviours). The party in the "cob" field must follow the cob behaviour, the one with "shaop" the shaop behaviour. The SHAOP party gets the turn first, then the cob, then the next shaop, then the associated cob, etc. |
| 398 | |