fix(protocol): harden gateway contract validation
This commit is contained in:
@@ -354,7 +354,7 @@
|
||||
"direction": {"type": "string", "enum": ["client_to_provider", "provider_to_client"]},
|
||||
"text": {"type": "string", "maxLength": 65536, "x-max-bytes": 65536},
|
||||
"encoding": {"type": "string", "const": "utf-8"},
|
||||
"loop_token": {"type": "string", "minLength": 16, "maxLength": 128}
|
||||
"loop_token": {"type": "string", "format": "base64url", "minLength": 16, "maxLength": 128}
|
||||
}
|
||||
},
|
||||
"VersionNegotiation": {
|
||||
|
||||
Reference in New Issue
Block a user