Changes between Version 410 and Version 411 of WikiStart


Ignore:
Timestamp:
04/15/21 09:25:37 (3 years ago)
Author:
wouter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v410 v411  
    665665A LearnSettings looks like this
    666666{{{
    667 {
    668         "LearnSettings": {
    669                 "participants": [
    670                         {
    671                                 "TeamInfo": {
    672                                         "parties": [
    673                                                 {
    674                                                         "party": {
    675                                                                 "partyref": "party1",
    676                                                                 "parameters": {
    677                                                                         "persistentstate": "6bb5f909-0079-43ac-a8ac-a31794391074",
    678                                                                         "negotiationdata": [
    679                                                                                 "12b5f909-0079-43ac-a8ac-a31794391012"
    680                                                                         ]
    681                                                                 }
    682                                                         },
    683                                                         "profile": "http://prof1"
    684                                                 }
    685                                         ]
    686                                 }
    687                         }
    688                 ],
    689                 "deadline": {
    690                         "deadlinerounds": {
    691                                 "rounds": 10,
    692                                 "durationms": 10000
    693                         }
    694                 }
    695         }
    696 }
    697 }}}
     667{ "LearnSettings": {
     668    "participants": [
     669      {
     670        "TeamInfo": {
     671          "parties": [
     672            {
     673              "party": {
     674                "partyref": "party1",
     675                "parameters": {
     676                  "persistentstate": "6bb5f909-0079-43ac-a8ac-a31794391074",
     677                  "negotiationdata": [
     678                    "12b5f909-0079-43ac-a8ac-a31794391012"
     679                  ]
     680              } },
     681              "profile": "http://prof1"
     682      } } } }
     683    ],
     684    "deadline": {
     685      "deadlinerounds": {
     686        "rounds": 10,
     687        "durationms": 10000
     688} } } }
     689}}}
     690
     691Profiles are irrelevant in LearSettings because the parties should not use the profiles.
    698692
    699693