Skip to content

Commit

Permalink
fix(schema): fixed incorrect field type for AWS::Serverless::Applicat…
Browse files Browse the repository at this point in the history
…ion.Location (awslabs#167)
  • Loading branch information
Sam Goodwin authored and PaulMaddox committed Mar 10, 2019
1 parent a223c21 commit 3f1817b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions generate/sam-2016-10-31.json
Expand Up @@ -236,8 +236,8 @@
"Location": {
"Documentation": "https://github.com/awslabs/serverless-application-model/blob/master/versions/2016-10-31.md#awsserverlessapplication",
"Required": true,
"PrimitiveType": "String",
"Types": ["ApplicationLocation"],
"PrimitiveTypes": [ "String" ],
"Types": [ "ApplicationLocation" ],
"UpdateType": "Immutable"
},
"Parameters": {
Expand Down Expand Up @@ -803,4 +803,4 @@
}
}
}
}
}

0 comments on commit 3f1817b

Please sign in to comment.