diff --git a/validator.json b/validator.json index 6f316e8..256c0fc 100644 --- a/validator.json +++ b/validator.json @@ -140,7 +140,14 @@ "length-order": "12", "length-limiter": "1-530", "validate-pattern": "^.{11,50}$" - } + }, + "API0206-sessionId": { + "name": "key", + "not-null": "13", + "length-order": "12", + "length-limiter": "1-250", + "validate-pattern": "^.{1,510}$" + } } } \ No newline at end of file