Skip to content

Commit 65a524d

Browse files
committed
Add schema
1 parent e22006e commit 65a524d

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

docs/json_schemas/postgresql_client/v0/requirer.json

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,20 @@
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": ["secret:d2fjn1fmp25004or68b0"],
126+
"title": "Requested entiy secret"
113127
}
114128
},
115129
"required": [
@@ -142,4 +156,4 @@
142156
],
143157
"title": "RequirerSchema",
144158
"type": "object"
145-
}
159+
}

0 commit comments

Comments
 (0)