Update Agent.json symbol minlen fixed

This commit is contained in:
feba66 2023-07-19 02:02:47 +02:00 committed by GitHub
parent 1771f4a5a9
commit c11ab9a928
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@
}, },
"symbol": { "symbol": {
"type": "string", "type": "string",
"minLength": 1, "minLength": 3,
"maxLength": 14, "maxLength": 14,
"description": "Symbol of the agent." "description": "Symbol of the agent."
}, },