Skip to content

Commit 997fc0c

Browse files
committed
Add schema
1 parent e22006e commit 997fc0c

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

docs/json_schemas/postgresql_client/v0/requirer.json

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,22 @@
110110
"[{\"resource_name\": \"items\", \"resource_type\": \"TABLE\", \"privileges\": [\"SELECT\"]}]"
111111
],
112112
"title": "Entity permissions"
113+
},
114+
"requested-entity-secret": {
115+
"anyOf": [
116+
{
117+
"type": "string"
118+
},
119+
{
120+
"type": "null"
121+
}
122+
],
123+
"default": null,
124+
"description": "URI of a secret containing a definition of the credentials to be created by the provider",
125+
"examples": [
126+
"secret:d2fjn1fmp25004or68b0"
127+
],
128+
"title": "Requested entiy secret"
113129
}
114130
},
115131
"required": [
@@ -142,4 +158,4 @@
142158
],
143159
"title": "RequirerSchema",
144160
"type": "object"
145-
}
161+
}

0 commit comments

Comments
 (0)