Update Agent.json

added max len to agent symbol
This commit is contained in:
feba66 2023-07-19 01:45:37 +02:00 committed by GitHub
parent 37b7a029a4
commit 1771f4a5a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,6 +10,7 @@
"symbol": { "symbol": {
"type": "string", "type": "string",
"minLength": 1, "minLength": 1,
"maxLength": 14,
"description": "Symbol of the agent." "description": "Symbol of the agent."
}, },
"headquarters": { "headquarters": {
@ -38,4 +39,4 @@
"credits", "credits",
"startingFaction" "startingFaction"
] ]
} }