Skip to content

Commit

Permalink
update schema
Browse files Browse the repository at this point in the history
  • Loading branch information
msambol committed Nov 11, 2023
1 parent c580a0b commit 5b4d18c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,11 @@
"description": "Type of cloud artifact.",
"type": "string",
"enum": [
"none",
"aws:cloudformation:stack",
"cdk:asset-manifest",
"cdk:cloud-assembly",
"cdk:tree",
"none"
"cdk:asset-manifest",
"cdk:cloud-assembly"
]
},
"MetadataEntry": {
Expand Down Expand Up @@ -496,15 +496,15 @@
"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"
"key-provider",
"plugin"
]
},
"ContextQueryProperties": {
Expand Down Expand Up @@ -781,8 +781,8 @@
"description": "Type of load balancer",
"type": "string",
"enum": [
"application",
"network"
"network",
"application"
]
},
"LoadBalancerListenerContextQuery": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"version":"36.0.0"}
{"version":"37.0.0"}

0 comments on commit 5b4d18c

Please sign in to comment.