From 6b000e33aa66d160a017b22e8bd8b6e961761c41 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 16 Apr 2021 16:17:22 -0700 Subject: [PATCH] CloudFormation Resource Provider Definition MetaSchema update (#688) --- src/rpdk/core/data/schema/provider.definition.schema.v1.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/rpdk/core/data/schema/provider.definition.schema.v1.json b/src/rpdk/core/data/schema/provider.definition.schema.v1.json index dcdf69ca0..52b273416 100644 --- a/src/rpdk/core/data/schema/provider.definition.schema.v1.json +++ b/src/rpdk/core/data/schema/provider.definition.schema.v1.json @@ -428,6 +428,7 @@ "$ref": "#/definitions/resourceLink" }, "propertyTransform": { + "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", "type": "object", "patternProperties": { "^[A-Za-z0-9]{1,64}$": {