Skip to content

Commit f392fff

Browse files
make both masked
1 parent 868ee13 commit f392fff

1 file changed

Lines changed: 7 additions & 18 deletions

File tree

packages/opencrvs/configuration-schema.json

Lines changed: 7 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -6,45 +6,34 @@
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+
}

0 commit comments

Comments
 (0)