Skip to content

Commit 1e51ba8

Browse files
authored
Update auth-policy-schema.json
Updated kyc languages
1 parent 1e38756 commit 1e51ba8

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

auth-policy-schema.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,15 @@
4848
"authTokenType":{
4949
"type":"string",
5050
"enum":["random","partner","policy"]
51-
}
52-
},
53-
"kycLanguages": {
51+
},
52+
"kycLanguages": {
5453
"type": "array",
5554
"items": {
5655
"type": "string"
5756
}
58-
},
57+
}
58+
},
59+
5960
"required":[
6061
"authTokenType",
6162
"allowedAuthTypes",

0 commit comments

Comments
 (0)