Skip to content

Commit

Permalink
JSON object type cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
kddejong committed Jun 27, 2024
1 parent 1e78b4c commit b1961c2
Show file tree
Hide file tree
Showing 273 changed files with 1,781 additions and 938 deletions.
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": "\"bb135f465b3346b7dea602d254e4c44c\"", "url": "https://schema.cloudformation.ca-west-1.amazonaws.com/CloudformationSchema.zip"}
{"etag": "\"ca78dae4bedfa5f1574d2d0cafd31df2\"", "url": "https://schema.cloudformation.ca-west-1.amazonaws.com/CloudformationSchema.zip"}
Empty file.
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
[
{
"op": "test",
"path": "/properties/Schema",
"value": {
"type": "object"
}
},
{
"op": "replace",
"path": "/properties/Schema",
"value": {
"type": [
"object",
"string"
]
}
}
]
Empty file.
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
[
{
"op": "test",
"path": "/properties/Body",
"value": {
"type": "object"
}
},
{
"op": "replace",
"path": "/properties/Body",
"value": {
"type": [
"object",
"string"
]
}
}
]
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
[
{
"op": "test",
"path": "/properties/Policy",
"value": {
"type": "object"
}
},
{
"op": "replace",
"path": "/properties/Policy",
"value": {
"type": [
"object",
"string"
]
}
}
]
Empty file.
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
[
{
"op": "test",
"path": "/properties/Tags",
"value": {
"type": "object"
}
},
{
"op": "replace",
"path": "/properties/Tags",
"value": {
"type": [
"object",
"string"
]
}
}
]
Empty file.
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"op": "test",
"path": "/properties/Data",
"value": {
"type": "object"
}
},
{
"op": "replace",
"path": "/properties/Data",
"value": {
"type":
["object"]
}
}
]
Empty file.
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
[
{
"op": "test",
"path": "/definitions/ActionDeclaration/properties/Configuration",
"value": {
"type": "object"
}
},
{
"op": "replace",
"path": "/definitions/ActionDeclaration/properties/Configuration",
"value": {
"type": [
"object",
"string"
]
}
}
]
Empty file.
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
[
{
"op": "test",
"path": "/properties/CognitoEvents",
"value": {
"type": "object"
}
},
{
"op": "replace",
"path": "/properties/CognitoEvents",
"value": {
"type": [
"object",
"string"
]
}
}
]
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
[
{
"op": "test",
"path": "/properties/SupportedLoginProviders",
"value": {
"type": "object"
}
},
{
"op": "replace",
"path": "/properties/SupportedLoginProviders",
"value": {
"type": [
"object",
"string"
]
}
}
]
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
[
{
"op": "test",
"path": "/properties/RoleMappings",
"value": {
"type": "object"
}
},
{
"op": "replace",
"path": "/properties/RoleMappings",
"value": {
"type": [
"object",
"string"
]
}
}
]
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
[
{
"op": "test",
"path": "/properties/Roles",
"value": {
"type": "object"
}
},
{
"op": "replace",
"path": "/properties/Roles",
"value": {
"type": [
"object",
"string"
]
}
}
]
Empty file.
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
[
{
"op": "test",
"path": "/properties/UserPoolTags",
"value": {
"type": "object"
}
},
{
"op": "replace",
"path": "/properties/UserPoolTags",
"value": {
"type": [
"object",
"string"
]
}
}
]
Empty file.
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
[
{
"op": "test",
"path": "/properties/ClientMetadata",
"value": {
"type": "object"
}
},
{
"op": "replace",
"path": "/properties/ClientMetadata",
"value": {
"type": [
"object",
"string"
]
}
}
]
Empty file.
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
[
{
"op": "replace",
"path": "/definitions/EnabledControlParameter/properties/Value",
"value": {
"insertionOrder": false,
"items": {
"type": [
"string",
"number",
"object",
"boolean"
]
},
"minItems": 1,
"type": [
"array",
"string",
"number",
"object",
"boolean"
]
}
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@
"op": "replace",
"path": "/definitions/CrossRegionCopyTargets",
"value": {
"type": "object"
"type": [
"object",
"string"
]
}
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@
"op": "replace",
"path": "/definitions/ExcludeTags",
"value": {
"type": "object"
"type": [
"object",
"string"
]
}
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@
"op": "replace",
"path": "/definitions/ExcludeVolumeTypesList",
"value": {
"type": "object"
"type": [
"object",
"string"
]
}
}
]
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
[
{
"op": "test",
"path": "/properties/Parameters",
"value": {
"type": "object"
}
},
{
"op": "replace",
"path": "/properties/Parameters",
"value": {
"type": [
"object",
"string"
]
}
}
]
Empty file.
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
[
{
"op": "test",
"path": "/properties/PolicyDocument",
"value": {
"type": "object"
}
},
{
"op": "replace",
"path": "/properties/PolicyDocument",
"value": {
"type": [
"object",
"string"
]
}
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@
"op": "replace",
"path": "/definitions/ServiceManagedS3",
"value": {
"type": "object"
"type": [
"object",
"string"
]
}
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@
"op": "replace",
"path": "/definitions/JsonConfiguration",
"value": {
"type": "object"
"type": [
"object",
"string"
]
}
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@
"op": "replace",
"path": "/definitions/ServiceManagedS3",
"value": {
"type": "object"
"type": [
"object",
"string"
]
}
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@
"op": "replace",
"path": "/definitions/TableWildcard",
"value": {
"type": "object"
"type": [
"object",
"string"
]
}
}
]
Loading

0 comments on commit b1961c2

Please sign in to comment.