Skip to content

Commit a55393f

Browse files
richardhboydjaymccon
authored andcommitted
Fixed for real this time
Description is not a specified property in the generated Schema and `"additionalProperties"` is set to `false` by default.
1 parent 7c93a09 commit a55393f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,7 @@ $ cat <<EOT > test.json
5757
"clientRequestToken": "ecba020e-b2e6-4742-a7d0-8a06ae7c4b2b",
5858
"desiredResourceState": {
5959
"Title": "This_Is_The_Title_For_My_Example",
60-
"TestCode": "NOT_STARTED",
61-
"Description": "bar"
60+
"TestCode": "NOT_STARTED"
6261
},
6362
"previousResourceState": null,
6463
"logicalResourceIdentifier": null

0 commit comments

Comments
 (0)