From 0054f0dec450bf3021e3cc2faadb00c9694c8c25 Mon Sep 17 00:00:00 2001 From: ou-yongtong Date: Mon, 2 Jun 2025 10:49:49 +0900 Subject: [PATCH] test1 --- validator.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/validator.json b/validator.json index 5c681e2..d8ab8c2 100644 --- a/validator.json +++ b/validator.json @@ -133,7 +133,14 @@ "length-order": "1", "length-limiter": "1-50", "validate-pattern": "^.{1,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