Skip to content

Commit 9ebf80d

Browse files
committed
adding integration test to #120
1 parent 724b94a commit 9ebf80d

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"type": "object",
3+
"properties": {
4+
"UserName": {
5+
"type": "string"
6+
}
7+
}
8+
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"UserName": 1234567890123456789012345
3+
}

0 commit comments

Comments
 (0)