From 1922ea31e8dacd99764e0dda495c2f63740b2887 Mon Sep 17 00:00:00 2001 From: feba66 Date: Wed, 31 May 2023 02:17:02 +0200 Subject: [PATCH] agent variable descriptions --- models/Agent.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/models/Agent.json b/models/Agent.json index 045f5c7..8cf1641 100644 --- a/models/Agent.json +++ b/models/Agent.json @@ -4,11 +4,13 @@ "properties": { "accountId": { "type": "string", - "minLength": 1 + "minLength": 1, + "description": "The ID of the agent." }, "symbol": { "type": "string", - "minLength": 1 + "minLength": 1, + "description": "The agent's name." }, "headquarters": { "type": "string",