Skip to content

Commit

Permalink
Patch in a few more schema issues
Browse files Browse the repository at this point in the history
  • Loading branch information
kddejong committed Jun 21, 2024
1 parent 7ed0377 commit 6992a72
Show file tree
Hide file tree
Showing 72 changed files with 6,504 additions and 330 deletions.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"etag": "\"bb0848e7da2d2fe268507920fe4bcfcb\"", "url": "https://schema.cloudformation.ca-west-1.amazonaws.com/CloudformationSchema.zip"}
{"etag": "\"05654284dad54e6b1cdd6bfa0e9354bc\"", "url": "https://schema.cloudformation.ca-west-1.amazonaws.com/CloudformationSchema.zip"}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"etag": "\"fe1ef75cacc7621574c01a09a6a6ec16\"", "url": "https://schema.cloudformation.us-east-1.amazonaws.com/CloudformationSchema.zip"}
{"etag": "\"a1f848436addd536bd60599ef5b5f231\"", "url": "https://schema.cloudformation.us-east-1.amazonaws.com/CloudformationSchema.zip"}
Empty file.
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
[
{
"op": "test",
"path": "/definitions/Tags",
"value": {
"additionalProperties": false,
"type": "object"
}
},
{
"op": "replace",
"path": "/definitions/Tags",
"value": {
"items": {
"properties": {
"Key": {
"type": "string"
},
"Value": {
"type": "string"
}
},
"type": "object"
},
"type": "array"
}
}
]
Empty file.
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"op": "test",
"path": "/definitions/Protocol",
"value": {
"additionalProperties": false,
"type": "object"
}
},
{
"op": "replace",
"path": "/definitions/Protocol",
"value": {
"type": "string"
}
}
]
Empty file.
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"op": "test",
"path": "/definitions/SshPublicKey",
"value": {
"additionalProperties": false,
"type": "object"
}
},
{
"op": "replace",
"path": "/definitions/SshPublicKey",
"value": {
"type": "string"
}
}
]
1 change: 0 additions & 1 deletion src/cfnlint/data/schemas/providers/af_south_1/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1478,7 +1478,6 @@
"aws-redshift-scheduledaction.json",
"aws-rds-dbsecuritygroup.json",
"aws-apigatewayv2-routeresponse.json",
"aws-cloudwatch-metricstream.json",
"aws-sso-applicationassignment.json",
"aws-dms-dataprovider.json",
"aws-ssm-parameter.json",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,19 +1,33 @@
{
"additionalProperties": false,
"allOf": [
"anyOf": [
{
"required": [
"FirehoseArn",
"RoleArn",
"OutputFormat"
]
},
{
"allOf": [
{
"required": [
"FirehoseArn",
"RoleArn",
"OutputFormat"
]
}
]
},
{
"oneOf": [
{},
{
"required": [
"IncludeFilters",
"IncludeFilters"
]
},
{
"required": [
"ExcludeFilters"
]
}
Expand Down Expand Up @@ -103,7 +117,7 @@
},
"Value": {
"maxLength": 256,
"minLength": 0,
"minLength": 1,
"type": "string"
}
},
Expand Down Expand Up @@ -247,6 +261,11 @@
"/properties/LastUpdateDate",
"/properties/State"
],
"required": [
"FirehoseArn",
"RoleArn",
"OutputFormat"
],
"sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-cloudwatch.git",
"taggable": true,
"typeName": "AWS::CloudWatch::MetricStream",
Expand Down
1 change: 0 additions & 1 deletion src/cfnlint/data/schemas/providers/ap_east_1/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1458,7 +1458,6 @@
"aws-redshift-scheduledaction.json",
"aws-rds-dbsecuritygroup.json",
"aws-apigatewayv2-routeresponse.json",
"aws-cloudwatch-metricstream.json",
"aws-sso-applicationassignment.json",
"aws-dms-dataprovider.json",
"aws-ssm-parameter.json",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,19 +1,33 @@
{
"additionalProperties": false,
"allOf": [
"anyOf": [
{
"required": [
"FirehoseArn",
"RoleArn",
"OutputFormat"
]
},
{
"allOf": [
{
"required": [
"FirehoseArn",
"RoleArn",
"OutputFormat"
]
}
]
},
{
"oneOf": [
{},
{
"required": [
"IncludeFilters",
"IncludeFilters"
]
},
{
"required": [
"ExcludeFilters"
]
}
Expand Down Expand Up @@ -103,7 +117,7 @@
},
"Value": {
"maxLength": 256,
"minLength": 0,
"minLength": 1,
"type": "string"
}
},
Expand Down Expand Up @@ -247,6 +261,11 @@
"/properties/LastUpdateDate",
"/properties/State"
],
"required": [
"FirehoseArn",
"RoleArn",
"OutputFormat"
],
"sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-cloudwatch.git",
"taggable": true,
"typeName": "AWS::CloudWatch::MetricStream",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2282,6 +2282,7 @@
"aws-mediapackage-channel.json",
"aws-apigatewayv2-routeresponse.json",
"aws-codeartifact-packagegroup.json",
"aws-cloudwatch-metricstream.json",
"aws-sso-applicationassignment.json",
"aws-dms-dataprovider.json",
"aws-location-geofencecollection.json",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2076,7 +2076,6 @@
"aws-rds-dbsecuritygroup.json",
"aws-mediapackage-channel.json",
"aws-apigatewayv2-routeresponse.json",
"aws-cloudwatch-metricstream.json",
"aws-sso-applicationassignment.json",
"aws-dms-dataprovider.json",
"aws-ssm-parameter.json",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,19 +1,33 @@
{
"additionalProperties": false,
"allOf": [
"anyOf": [
{
"required": [
"FirehoseArn",
"RoleArn",
"OutputFormat"
]
},
{
"allOf": [
{
"required": [
"FirehoseArn",
"RoleArn",
"OutputFormat"
]
}
]
},
{
"oneOf": [
{},
{
"required": [
"IncludeFilters",
"IncludeFilters"
]
},
{
"required": [
"ExcludeFilters"
]
}
Expand Down Expand Up @@ -103,7 +117,7 @@
},
"Value": {
"maxLength": 256,
"minLength": 0,
"minLength": 1,
"type": "string"
}
},
Expand Down Expand Up @@ -247,6 +261,11 @@
"/properties/LastUpdateDate",
"/properties/State"
],
"required": [
"FirehoseArn",
"RoleArn",
"OutputFormat"
],
"sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-cloudwatch.git",
"taggable": true,
"typeName": "AWS::CloudWatch::MetricStream",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1417,7 +1417,6 @@
"aws-rds-dbsecuritygroup.json",
"aws-mediapackage-channel.json",
"aws-apigatewayv2-routeresponse.json",
"aws-cloudwatch-metricstream.json",
"aws-sso-applicationassignment.json",
"aws-dms-dataprovider.json",
"aws-ssm-parameter.json",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,19 +1,33 @@
{
"additionalProperties": false,
"allOf": [
"anyOf": [
{
"required": [
"FirehoseArn",
"RoleArn",
"OutputFormat"
]
},
{
"allOf": [
{
"required": [
"FirehoseArn",
"RoleArn",
"OutputFormat"
]
}
]
},
{
"oneOf": [
{},
{
"required": [
"IncludeFilters",
"IncludeFilters"
]
},
{
"required": [
"ExcludeFilters"
]
}
Expand Down Expand Up @@ -103,7 +117,7 @@
},
"Value": {
"maxLength": 256,
"minLength": 0,
"minLength": 1,
"type": "string"
}
},
Expand Down Expand Up @@ -247,6 +261,11 @@
"/properties/LastUpdateDate",
"/properties/State"
],
"required": [
"FirehoseArn",
"RoleArn",
"OutputFormat"
],
"sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-cloudwatch.git",
"taggable": true,
"typeName": "AWS::CloudWatch::MetricStream",
Expand Down
1 change: 0 additions & 1 deletion src/cfnlint/data/schemas/providers/ap_south_1/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2080,7 +2080,6 @@
"aws-apigatewayv2-routeresponse.json",
"aws-codeartifact-packagegroup.json",
"aws-quicksight-topic.json",
"aws-cloudwatch-metricstream.json",
"aws-sso-applicationassignment.json",
"aws-dms-dataprovider.json",
"aws-location-geofencecollection.json",
Expand Down
Loading

0 comments on commit 6992a72

Please sign in to comment.