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}$": {