File tree 1 file changed +48
-0
lines changed
packages/@aws-cdk/cfnspec/spec-source/specification/100_sam
1 file changed +48
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "ResourceTypes" : {
3
+ "AWS::Serverless::Api" : {
4
+ "Properties" : {
5
+ "GatewayResponses" : {
6
+ "patch" : {
7
+ "description" : " Make the GatewayResponses property of AWS::Serverless::Api accept JSON" ,
8
+ "operations" : [
9
+ {
10
+ "op" : " remove" ,
11
+ "path" : " /PrimitiveItemType"
12
+ },
13
+ {
14
+ "op" : " remove" ,
15
+ "path" : " /Type"
16
+ },
17
+ {
18
+ "op" : " add" ,
19
+ "path" : " /PrimitiveType" ,
20
+ "value" : " Json"
21
+ }
22
+ ]
23
+ }
24
+ },
25
+ "Models" : {
26
+ "patch" : {
27
+ "description" : " Make the Models property of AWS::Serverless::Api accept JSON" ,
28
+ "operations" : [
29
+ {
30
+ "op" : " remove" ,
31
+ "path" : " /PrimitiveItemType"
32
+ },
33
+ {
34
+ "op" : " remove" ,
35
+ "path" : " /Type"
36
+ },
37
+ {
38
+ "op" : " add" ,
39
+ "path" : " /PrimitiveType" ,
40
+ "value" : " Json"
41
+ }
42
+ ]
43
+ }
44
+ }
45
+ }
46
+ }
47
+ }
48
+ }
You can’t perform that action at this time.
0 commit comments