Skip to content

Commit 001bb7e

Browse files
CloudFormation Resource Provider Definition MetaSchema update (#688)
1 parent a690c3a commit 001bb7e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/rpdk/core/data/schema/provider.definition.schema.v1.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -428,6 +428,7 @@
428428
"$ref": "#/definitions/resourceLink"
429429
},
430430
"propertyTransform": {
431+
"description": "A map which allows resource owners to define a function for a property with possible transformation. This property helps ensure the input to the model is equal to output",
431432
"type": "object",
432433
"patternProperties": {
433434
"^[A-Za-z0-9]{1,64}$": {

0 commit comments

Comments
 (0)