agent variable descriptions

This commit is contained in:
feba66 2023-05-31 02:17:02 +02:00
parent 3715f725fc
commit 1922ea31e8

View File

@ -4,11 +4,13 @@
"properties": { "properties": {
"accountId": { "accountId": {
"type": "string", "type": "string",
"minLength": 1 "minLength": 1,
"description": "The ID of the agent."
}, },
"symbol": { "symbol": {
"type": "string", "type": "string",
"minLength": 1 "minLength": 1,
"description": "The agent's name."
}, },
"headquarters": { "headquarters": {
"type": "string", "type": "string",