File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 "type" : " string" ,
77 "description" : " OpenCRVS domain" ,
88 "minLength" : 1 ,
9- "examples" : [
10- " openfn.opencrvs.dev"
11- ]
9+ "examples" : [" openfn.opencrvs.dev" ]
1210 },
1311 "clientId" : {
1412 "title" : " Client Id" ,
1513 "type" : " string" ,
14+ "writeOnly" : true ,
1615 "minLength" : 1 ,
1716 "description" : " Your OpenCRVS client id" ,
18- "examples" : [
19- " the-long-uuid-provided-by-opencrvs"
20- ]
17+ "examples" : [" the-long-uuid-provided-by-opencrvs" ]
2118 },
2219 "clientSecret" : {
2320 "title" : " Client Secret" ,
2421 "type" : " string" ,
2522 "description" : " Client Secret" ,
2623 "writeOnly" : true ,
2724 "minLength" : 1 ,
28- "examples" : [
29- " the-long-secret-key-provided-by-opencrvs"
30- ]
25+ "examples" : [" the-long-secret-key-provided-by-opencrvs" ]
3126 },
3227 "access_token" : {
3328 "title" : " Access Token" ,
3429 "type" : " string" ,
3530 "description" : " Your OpenCRVS access token" ,
3631 "writeOnly" : true ,
3732 "minLength" : 1 ,
38- "examples" : [
39- " the-long-access-token-from-your-auth"
40- ]
33+ "examples" : [" the-long-access-token-from-your-auth" ]
4134 }
4235 },
4336 "type" : " object" ,
4437 "additionalProperties" : true ,
45- "required" : [
46- " domain" ,
47- " clientId" ,
48- " clientSecret"
49- ]
50- }
38+ "required" : [" domain" , " clientId" , " clientSecret" ]
39+ }
You can’t perform that action at this time.
0 commit comments