Skip to content

Commit

Permalink
Fix remaining tag patches to be json objects (#3437)
Browse files Browse the repository at this point in the history
* Fix remaining tag patches to be json objects
  • Loading branch information
kddejong authored Jun 27, 2024
1 parent 2da6f20 commit 9e45304
Show file tree
Hide file tree
Showing 469 changed files with 42,432 additions and 12,353 deletions.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"etag": "\"9afc60ca795ea9f3bd3399d820201ffb\"", "url": "https://schema.cloudformation.eu-south-1.amazonaws.com/CloudformationSchema.zip"}
{"etag": "\"2373adf8d7cf06125c9dce1f2c857fb1\"", "url": "https://schema.cloudformation.eu-south-1.amazonaws.com/CloudformationSchema.zip"}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"etag": "\"b026f401ac1698c34da9505b2687c666\"", "url": "https://schema.cloudformation.us-gov-east-1.amazonaws.com/CloudformationSchema.zip"}
{"etag": "\"48543535f5029a41d3ae983bdd6ea038\"", "url": "https://schema.cloudformation.us-gov-east-1.amazonaws.com/CloudformationSchema.zip"}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"etag": "\"77f8f0ff694760d9d86001ab4dca1909\"", "url": "https://schema.cloudformation.us-gov-west-1.amazonaws.com/CloudformationSchema.zip"}
{"etag": "\"cab7c18393919e17ef44d9fca8c62008\"", "url": "https://schema.cloudformation.us-gov-west-1.amazonaws.com/CloudformationSchema.zip"}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"etag": "\"9cae6b551468d4777291165964ac439d\"", "url": "https://schema.cloudformation.me-central-1.amazonaws.com/CloudformationSchema.zip"}
{"etag": "\"30ec741d8ffc9c9f83b4a7c029ed2ff9\"", "url": "https://schema.cloudformation.me-central-1.amazonaws.com/CloudformationSchema.zip"}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"etag": "\"ff2d86966614e2da2818a06627b839b4\"", "url": "https://schema.cloudformation.eu-west-2.amazonaws.com/CloudformationSchema.zip"}
{"etag": "\"65b40b4db962501650a1e88f9c9491ac\"", "url": "https://schema.cloudformation.eu-west-2.amazonaws.com/CloudformationSchema.zip"}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"etag": "\"66934d611a2eb3f5c8878ea30df0351d\"", "url": "https://schema.cloudformation.ap-south-1.amazonaws.com/CloudformationSchema.zip"}
{"etag": "\"a7fa297fa2a6635990643cc1cd54931c\"", "url": "https://schema.cloudformation.ap-south-1.amazonaws.com/CloudformationSchema.zip"}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"etag": "\"5292e9a834f0c72f512ff815414232f0\"", "url": "https://schema.cloudformation.ap-southeast-4.amazonaws.com/CloudformationSchema.zip"}
{"etag": "\"2c03e5e2eea0225c25bfe55e7ecd2ec0\"", "url": "https://schema.cloudformation.ap-southeast-4.amazonaws.com/CloudformationSchema.zip"}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"etag": "\"cf0cf4bff0da3e45998eaea296e3ca27\"", "url": "https://schema.cloudformation.ap-southeast-2.amazonaws.com/CloudformationSchema.zip"}
{"etag": "\"977b33ce91a84c2dea11a3ddda9fd55d\"", "url": "https://schema.cloudformation.ap-southeast-2.amazonaws.com/CloudformationSchema.zip"}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"etag": "\"d34ccc2ac672aba8821b3afc1cc7a6bc\"", "url": "https://schema.cloudformation.eu-north-1.amazonaws.com/CloudformationSchema.zip"}
{"etag": "\"4f0d3f9d9d917e31bc773ab8c275a489\"", "url": "https://schema.cloudformation.eu-north-1.amazonaws.com/CloudformationSchema.zip"}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"etag": "\"eb993b3a9009cdf11b131cb1ad6c9d7d\"", "url": "https://schema.cloudformation.eu-south-2.amazonaws.com/CloudformationSchema.zip"}
{"etag": "\"c40bbb3c3cbbb88055cfc0aab0def317\"", "url": "https://schema.cloudformation.eu-south-2.amazonaws.com/CloudformationSchema.zip"}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"etag": "\"330741cbbbacf1fc399fd4b5c32210b5\"", "url": "https://schema.cloudformation.ap-northeast-3.amazonaws.com/CloudformationSchema.zip"}
{"etag": "\"1359f3b0008cf457fba000bcfe4fbfaa\"", "url": "https://schema.cloudformation.ap-northeast-3.amazonaws.com/CloudformationSchema.zip"}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"etag": "\"8bedc60ccb57f9f836f1f576c107b12d\"", "url": "https://schema.cloudformation.us-east-1.amazonaws.com/CloudformationSchema.zip"}
{"etag": "\"6e8e5964bd493cfa06c83b4c97c16eff\"", "url": "https://schema.cloudformation.us-east-1.amazonaws.com/CloudformationSchema.zip"}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"etag": "\"955fdade794e290a83d37778bf3c44e6\"", "url": "https://schema.cloudformation.eu-west-1.amazonaws.com/CloudformationSchema.zip"}
{"etag": "\"6b10a6a0aa4fe4344beeab0a839c8a1b\"", "url": "https://schema.cloudformation.eu-west-1.amazonaws.com/CloudformationSchema.zip"}
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,13 @@
"op": "replace",
"path": "/properties/Tags",
"value": {
"items": {
"additionalProperties": false,
"properties": {
"Key": {
"type": "string"
},
"Value": {
"type": "string"
}
},
"required": [
"Value",
"Key"
],
"type": "object"
"additionalProperties": false,
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "array"
"type": "object"
}
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,11 @@
"op": "replace",
"path": "/properties/Tags",
"value": {
"items": {
"additionalProperties": false,
"properties": {
"Key": {
"type": "string"
},
"Value": {
"type": "string"
}
},
"required": [
"Value",
"Key"
],
"type": "object"
},
"type": "array"
"format": "json",
"type": [
"object",
"string"
]
}
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,11 @@
"op": "replace",
"path": "/properties/Tags",
"value": {
"items": {
"additionalProperties": false,
"properties": {
"Key": {
"type": "string"
},
"Value": {
"type": "string"
}
},
"required": [
"Value",
"Key"
],
"type": "object"
},
"type": "array"
"format": "json",
"type": [
"object",
"string"
]
}
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,11 @@
"op": "replace",
"path": "/properties/Tags",
"value": {
"items": {
"additionalProperties": false,
"properties": {
"Key": {
"type": "string"
},
"Value": {
"type": "string"
}
},
"required": [
"Value",
"Key"
],
"type": "object"
},
"type": "array"
"format": "json",
"type": [
"object",
"string"
]
}
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,11 @@
"op": "replace",
"path": "/properties/Tags",
"value": {
"items": {
"additionalProperties": false,
"properties": {
"Key": {
"type": "string"
},
"Value": {
"type": "string"
}
},
"required": [
"Value",
"Key"
],
"type": "object"
},
"type": "array"
"format": "json",
"type": [
"object",
"string"
]
}
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,11 @@
"op": "replace",
"path": "/properties/Tags",
"value": {
"items": {
"additionalProperties": false,
"properties": {
"Key": {
"type": "string"
},
"Value": {
"type": "string"
}
},
"required": [
"Value",
"Key"
],
"type": "object"
},
"type": "array"
"format": "json",
"type": [
"object",
"string"
]
}
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,11 @@
"op": "replace",
"path": "/properties/Tags",
"value": {
"items": {
"additionalProperties": false,
"properties": {
"Key": {
"type": "string"
},
"Value": {
"type": "string"
}
},
"required": [
"Value",
"Key"
],
"type": "object"
},
"type": "array"
"format": "json",
"type": [
"object",
"string"
]
}
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,11 @@
"op": "replace",
"path": "/properties/Tags",
"value": {
"items": {
"additionalProperties": false,
"properties": {
"Key": {
"type": "string"
},
"Value": {
"type": "string"
}
},
"required": [
"Value",
"Key"
],
"type": "object"
},
"type": "array"
"format": "json",
"type": [
"object",
"string"
]
}
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,11 @@
"op": "replace",
"path": "/properties/Tags",
"value": {
"items": {
"additionalProperties": false,
"properties": {
"Key": {
"type": "string"
},
"Value": {
"type": "string"
}
},
"required": [
"Value",
"Key"
],
"type": "object"
},
"type": "array"
"format": "json",
"type": [
"object",
"string"
]
}
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,11 @@
"op": "replace",
"path": "/properties/Tags",
"value": {
"items": {
"additionalProperties": false,
"properties": {
"Key": {
"type": "string"
},
"Value": {
"type": "string"
}
},
"required": [
"Value",
"Key"
],
"type": "object"
},
"type": "array"
"format": "json",
"type": [
"object",
"string"
]
}
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,11 @@
"op": "replace",
"path": "/properties/Tags",
"value": {
"items": {
"additionalProperties": false,
"properties": {
"Key": {
"type": "string"
},
"Value": {
"type": "string"
}
},
"required": [
"Value",
"Key"
],
"type": "object"
},
"type": "array"
"format": "json",
"type": [
"object",
"string"
]
}
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,11 @@
"op": "replace",
"path": "/properties/Tags",
"value": {
"items": {
"additionalProperties": false,
"properties": {
"Key": {
"type": "string"
},
"Value": {
"type": "string"
}
},
"required": [
"Value",
"Key"
],
"type": "object"
},
"type": "array"
"format": "json",
"type": [
"object",
"string"
]
}
}
]
Loading

0 comments on commit 9e45304

Please sign in to comment.