Skip to content

Commit

Permalink
fix(schema): string should be a primitivetype
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenfonseca committed Apr 22, 2022
1 parent 6d4709c commit 5fa746c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generate/sam-2016-10-31.json
Expand Up @@ -2085,7 +2085,7 @@
"Documentation": "https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/sam-property-api-domainconfiguration.html#sam-api-domainconfiguration-basepath",
"Required": false,
"Type": "List",
"ItemType": "String",
"PrimitiveItemType": "String",
"UpdateType": "Immutable"
},
"CertificateArn": {
Expand Down

0 comments on commit 5fa746c

Please sign in to comment.