diff --git a/models/Agent.json b/models/Agent.json index 75b5beb..045f5c7 100644 --- a/models/Agent.json +++ b/models/Agent.json @@ -18,12 +18,18 @@ "credits": { "type": "integer", "description": "The number of credits the agent has available. Credits can be negative if funds have been overdrawn." + }, + "startingFaction": { + "type": "string", + "minLength": 1, + "description": "The faction the agent started with." } }, "required": [ "accountId", "symbol", "headquarters", - "credits" + "credits", + "startingFaction" ] } \ No newline at end of file