Skip to content

Commit

Permalink
yarn update-schema
Browse files Browse the repository at this point in the history
Signed-off-by: Vinayak Kukreja <[email protected]>
  • Loading branch information
vinayak-kukreja committed Nov 9, 2023
1 parent 4daa42d commit 40a0874
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,14 +89,14 @@
},
"ArtifactType": {
"description": "Type of cloud artifact.",
"type": "string",
"enum": [
"none",
"aws:cloudformation:stack",
"cdk:asset-manifest",
"cdk:cloud-assembly",
"cdk:tree",
"none"
],
"type": "string"
"cdk:asset-manifest",
"cdk:cloud-assembly"
]
},
"MetadataEntry": {
"description": "A metadata entry in a cloud assembly artifact.",
Expand Down Expand Up @@ -488,20 +488,20 @@
},
"ContextProvider": {
"description": "Identifier for the context provider",
"type": "string",
"enum": [
"ami",
"availability-zones",
"endpoint-service-availability-zones",
"hosted-zone",
"key-provider",
"ssm",
"vpc-provider",
"endpoint-service-availability-zones",
"load-balancer",
"load-balancer-listener",
"plugin",
"security-group",
"ssm",
"vpc-provider"
],
"type": "string"
"key-provider",
"plugin"
]
},
"ContextQueryProperties": {
"anyOf": [
Expand Down Expand Up @@ -775,11 +775,11 @@
},
"LoadBalancerType": {
"description": "Type of load balancer",
"type": "string",
"enum": [
"application",
"network"
],
"type": "string"
"network",
"application"
]
},
"LoadBalancerListenerContextQuery": {
"description": "Query input for looking up a load balancer listener",
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"version":"34.0.0"}
{"version":"35.0.0"}

0 comments on commit 40a0874

Please sign in to comment.