Skip to content

Commit

Permalink
Patch schemas
Browse files Browse the repository at this point in the history
  • Loading branch information
kddejong committed Oct 18, 2024
1 parent ad2a638 commit 6297efe
Show file tree
Hide file tree
Showing 198 changed files with 3,815 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@
"additionalProperties": false,
"properties": {
"ApiKeyName": {
"pattern": "^[ \\t]*[^\\x00-\\x1F:\\x7F]+([ \\t]+[^\\x00-\\x1F:\\x7F]+)*[ \\t]*$",
"type": "string"
},
"ApiKeyValue": {
"pattern": "^[ \\t]*[^\\x00-\\x1F:\\x7F]+([ \\t]+[^\\x00-\\x1F:\\x7F]+)*[ \\t]*$",
"type": "string"
}
},
Expand Down Expand Up @@ -61,9 +63,11 @@
"additionalProperties": false,
"properties": {
"Password": {
"pattern": "^[ \\t]*[^\\x00-\\x1F:\\x7F]+([ \\t]+[^\\x00-\\x1F:\\x7F]+)*[ \\t]*$",
"type": "string"
},
"Username": {
"pattern": "^[ \\t]*[^\\x00-\\x1F:\\x7F]+([ \\t]+[^\\x00-\\x1F:\\x7F]+)*[ \\t]*$",
"type": "string"
}
},
Expand All @@ -77,9 +81,11 @@
"additionalProperties": false,
"properties": {
"ClientID": {
"pattern": "^[ \\t]*[^\\x00-\\x1F:\\x7F]+([ \\t]+[^\\x00-\\x1F:\\x7F]+)*[ \\t]*$",
"type": "string"
},
"ClientSecret": {
"pattern": "^[ \\t]*[^\\x00-\\x1F:\\x7F]+([ \\t]+[^\\x00-\\x1F:\\x7F]+)*[ \\t]*$",
"type": "string"
}
},
Expand Down Expand Up @@ -119,6 +125,7 @@
"AuthorizationEndpoint": {
"maxLength": 2048,
"minLength": 1,
"pattern": "^((%[0-9A-Fa-f]{2}|[-()_.!~*';/?:@\\x26=+$,A-Za-z0-9])+)([).!';/?:,])?$",
"type": "string"
},
"ClientParameters": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,10 @@
"type": "string"
},
"HashKeyType": {
"enum": [
"NUMBER",
"STRING"
],
"type": "string"
},
"HashKeyValue": {
Expand All @@ -187,6 +191,10 @@
"type": "string"
},
"RangeKeyType": {
"enum": [
"NUMBER",
"STRING"
],
"type": "string"
},
"RangeKeyValue": {
Expand Down Expand Up @@ -223,6 +231,7 @@
"additionalProperties": false,
"properties": {
"Endpoint": {
"pattern": "https?://.*",
"type": "string"
},
"Id": {
Expand Down Expand Up @@ -257,6 +266,7 @@
"type": "string"
},
"Separator": {
"pattern": "([\\n\\t])|(\\r\\n)|(,)",
"type": "string"
}
},
Expand Down Expand Up @@ -502,6 +512,10 @@
"additionalProperties": false,
"properties": {
"MessageFormat": {
"enum": [
"JSON",
"RAW"
],
"type": "string"
},
"RoleArn": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,45 @@
"type": "string"
},
"Region": {
"enum": [
"af-south-1",
"ap-east-1",
"ap-northeast-1",
"ap-northeast-2",
"ap-northeast-3",
"ap-south-1",
"ap-south-2",
"ap-southeast-1",
"ap-southeast-2",
"ap-southeast-3",
"ap-southeast-4",
"ap-southeast-5",
"ca-central-1",
"ca-west-1",
"cn-north-1",
"cn-northwest-1",
"eu-central-1",
"eu-central-2",
"eu-north-1",
"eu-south-1",
"eu-south-2",
"eu-west-1",
"eu-west-2",
"eu-west-3",
"il-central-1",
"me-central-1",
"me-south-1",
"sa-east-1",
"us-east-1",
"us-east-2",
"us-gov-east-1",
"us-gov-west-1",
"us-iso-east-1",
"us-iso-west-1",
"us-isob-east-1",
"us-west-1",
"us-west-2"
],
"type": "string"
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@
"additionalProperties": false,
"properties": {
"ApiKeyName": {
"pattern": "^[ \\t]*[^\\x00-\\x1F:\\x7F]+([ \\t]+[^\\x00-\\x1F:\\x7F]+)*[ \\t]*$",
"type": "string"
},
"ApiKeyValue": {
"pattern": "^[ \\t]*[^\\x00-\\x1F:\\x7F]+([ \\t]+[^\\x00-\\x1F:\\x7F]+)*[ \\t]*$",
"type": "string"
}
},
Expand Down Expand Up @@ -61,9 +63,11 @@
"additionalProperties": false,
"properties": {
"Password": {
"pattern": "^[ \\t]*[^\\x00-\\x1F:\\x7F]+([ \\t]+[^\\x00-\\x1F:\\x7F]+)*[ \\t]*$",
"type": "string"
},
"Username": {
"pattern": "^[ \\t]*[^\\x00-\\x1F:\\x7F]+([ \\t]+[^\\x00-\\x1F:\\x7F]+)*[ \\t]*$",
"type": "string"
}
},
Expand All @@ -77,9 +81,11 @@
"additionalProperties": false,
"properties": {
"ClientID": {
"pattern": "^[ \\t]*[^\\x00-\\x1F:\\x7F]+([ \\t]+[^\\x00-\\x1F:\\x7F]+)*[ \\t]*$",
"type": "string"
},
"ClientSecret": {
"pattern": "^[ \\t]*[^\\x00-\\x1F:\\x7F]+([ \\t]+[^\\x00-\\x1F:\\x7F]+)*[ \\t]*$",
"type": "string"
}
},
Expand Down Expand Up @@ -119,6 +125,7 @@
"AuthorizationEndpoint": {
"maxLength": 2048,
"minLength": 1,
"pattern": "^((%[0-9A-Fa-f]{2}|[-()_.!~*';/?:@\\x26=+$,A-Za-z0-9])+)([).!';/?:,])?$",
"type": "string"
},
"ClientParameters": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@
"additionalProperties": false,
"properties": {
"ApiKeyName": {
"pattern": "^[ \\t]*[^\\x00-\\x1F:\\x7F]+([ \\t]+[^\\x00-\\x1F:\\x7F]+)*[ \\t]*$",
"type": "string"
},
"ApiKeyValue": {
"pattern": "^[ \\t]*[^\\x00-\\x1F:\\x7F]+([ \\t]+[^\\x00-\\x1F:\\x7F]+)*[ \\t]*$",
"type": "string"
}
},
Expand Down Expand Up @@ -61,9 +63,11 @@
"additionalProperties": false,
"properties": {
"Password": {
"pattern": "^[ \\t]*[^\\x00-\\x1F:\\x7F]+([ \\t]+[^\\x00-\\x1F:\\x7F]+)*[ \\t]*$",
"type": "string"
},
"Username": {
"pattern": "^[ \\t]*[^\\x00-\\x1F:\\x7F]+([ \\t]+[^\\x00-\\x1F:\\x7F]+)*[ \\t]*$",
"type": "string"
}
},
Expand All @@ -77,9 +81,11 @@
"additionalProperties": false,
"properties": {
"ClientID": {
"pattern": "^[ \\t]*[^\\x00-\\x1F:\\x7F]+([ \\t]+[^\\x00-\\x1F:\\x7F]+)*[ \\t]*$",
"type": "string"
},
"ClientSecret": {
"pattern": "^[ \\t]*[^\\x00-\\x1F:\\x7F]+([ \\t]+[^\\x00-\\x1F:\\x7F]+)*[ \\t]*$",
"type": "string"
}
},
Expand Down Expand Up @@ -119,6 +125,7 @@
"AuthorizationEndpoint": {
"maxLength": 2048,
"minLength": 1,
"pattern": "^((%[0-9A-Fa-f]{2}|[-()_.!~*';/?:@\\x26=+$,A-Za-z0-9])+)([).!';/?:,])?$",
"type": "string"
},
"ClientParameters": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@
"additionalProperties": false,
"properties": {
"ApiKeyName": {
"pattern": "^[ \\t]*[^\\x00-\\x1F:\\x7F]+([ \\t]+[^\\x00-\\x1F:\\x7F]+)*[ \\t]*$",
"type": "string"
},
"ApiKeyValue": {
"pattern": "^[ \\t]*[^\\x00-\\x1F:\\x7F]+([ \\t]+[^\\x00-\\x1F:\\x7F]+)*[ \\t]*$",
"type": "string"
}
},
Expand Down Expand Up @@ -61,9 +63,11 @@
"additionalProperties": false,
"properties": {
"Password": {
"pattern": "^[ \\t]*[^\\x00-\\x1F:\\x7F]+([ \\t]+[^\\x00-\\x1F:\\x7F]+)*[ \\t]*$",
"type": "string"
},
"Username": {
"pattern": "^[ \\t]*[^\\x00-\\x1F:\\x7F]+([ \\t]+[^\\x00-\\x1F:\\x7F]+)*[ \\t]*$",
"type": "string"
}
},
Expand All @@ -77,9 +81,11 @@
"additionalProperties": false,
"properties": {
"ClientID": {
"pattern": "^[ \\t]*[^\\x00-\\x1F:\\x7F]+([ \\t]+[^\\x00-\\x1F:\\x7F]+)*[ \\t]*$",
"type": "string"
},
"ClientSecret": {
"pattern": "^[ \\t]*[^\\x00-\\x1F:\\x7F]+([ \\t]+[^\\x00-\\x1F:\\x7F]+)*[ \\t]*$",
"type": "string"
}
},
Expand Down Expand Up @@ -119,6 +125,7 @@
"AuthorizationEndpoint": {
"maxLength": 2048,
"minLength": 1,
"pattern": "^((%[0-9A-Fa-f]{2}|[-()_.!~*';/?:@\\x26=+$,A-Za-z0-9])+)([).!';/?:,])?$",
"type": "string"
},
"ClientParameters": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,10 @@
"type": "string"
},
"HashKeyType": {
"enum": [
"NUMBER",
"STRING"
],
"type": "string"
},
"HashKeyValue": {
Expand All @@ -187,6 +191,10 @@
"type": "string"
},
"RangeKeyType": {
"enum": [
"NUMBER",
"STRING"
],
"type": "string"
},
"RangeKeyValue": {
Expand Down Expand Up @@ -223,6 +231,7 @@
"additionalProperties": false,
"properties": {
"Endpoint": {
"pattern": "https?://.*",
"type": "string"
},
"Id": {
Expand Down Expand Up @@ -257,6 +266,7 @@
"type": "string"
},
"Separator": {
"pattern": "([\\n\\t])|(\\r\\n)|(,)",
"type": "string"
}
},
Expand Down Expand Up @@ -502,6 +512,10 @@
"additionalProperties": false,
"properties": {
"MessageFormat": {
"enum": [
"JSON",
"RAW"
],
"type": "string"
},
"RoleArn": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@
"type": "string"
},
"SyncFormat": {
"enum": [
"JsonSerDe"
],
"type": "string"
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@
"additionalProperties": false,
"properties": {
"ApiKeyName": {
"pattern": "^[ \\t]*[^\\x00-\\x1F:\\x7F]+([ \\t]+[^\\x00-\\x1F:\\x7F]+)*[ \\t]*$",
"type": "string"
},
"ApiKeyValue": {
"pattern": "^[ \\t]*[^\\x00-\\x1F:\\x7F]+([ \\t]+[^\\x00-\\x1F:\\x7F]+)*[ \\t]*$",
"type": "string"
}
},
Expand Down Expand Up @@ -61,9 +63,11 @@
"additionalProperties": false,
"properties": {
"Password": {
"pattern": "^[ \\t]*[^\\x00-\\x1F:\\x7F]+([ \\t]+[^\\x00-\\x1F:\\x7F]+)*[ \\t]*$",
"type": "string"
},
"Username": {
"pattern": "^[ \\t]*[^\\x00-\\x1F:\\x7F]+([ \\t]+[^\\x00-\\x1F:\\x7F]+)*[ \\t]*$",
"type": "string"
}
},
Expand All @@ -77,9 +81,11 @@
"additionalProperties": false,
"properties": {
"ClientID": {
"pattern": "^[ \\t]*[^\\x00-\\x1F:\\x7F]+([ \\t]+[^\\x00-\\x1F:\\x7F]+)*[ \\t]*$",
"type": "string"
},
"ClientSecret": {
"pattern": "^[ \\t]*[^\\x00-\\x1F:\\x7F]+([ \\t]+[^\\x00-\\x1F:\\x7F]+)*[ \\t]*$",
"type": "string"
}
},
Expand Down Expand Up @@ -119,6 +125,7 @@
"AuthorizationEndpoint": {
"maxLength": 2048,
"minLength": 1,
"pattern": "^((%[0-9A-Fa-f]{2}|[-()_.!~*';/?:@\\x26=+$,A-Za-z0-9])+)([).!';/?:,])?$",
"type": "string"
},
"ClientParameters": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@
"type": "string"
},
"SyncFormat": {
"enum": [
"JsonSerDe"
],
"maxLength": 1024,
"minLength": 1,
"type": "string"
Expand Down
Loading

0 comments on commit 6297efe

Please sign in to comment.