Skip to content

Commit 1766325

Browse files
authored
CloudFormation Resource Provider Definition MetaSchema update
1 parent ea960f2 commit 1766325

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,13 @@
145145
"description": "A reference to the Tags property in the schema.",
146146
"$ref": "http://json-schema.org/draft-07/schema#/properties/$ref",
147147
"default": "/properties/Tags"
148+
},
149+
"permissions": {
150+
"type": "array",
151+
"items": {
152+
"type": "string"
153+
},
154+
"additionalItems": false
148155
}
149156
},
150157
"required": [

0 commit comments

Comments
 (0)