addedInput schema / additionalProperties
Added value: +false
addedInput schema / properties / connectionId
Added value: +{
+ "title": "Connectionid",
+ "type": "string"
+}
removedInput schema / properties / connection_id
Removed value: -{
- "title": "Connection Id",
- "type": "string"
-}
removedInput schema / properties / display_name
Removed value: -{
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "title": "Display Name"
-}
removedInput schema / properties / email
Removed value: -{
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "title": "Email"
-}
addedInput schema / properties / oauthAppOwner
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "title": "Oauthappowner"
+}
removedInput schema / properties / oauth_app_owner
Removed value: -{
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "title": "Oauth App Owner"
-}
addedInput schema / properties / ownerKind
Added value: +{
+ "title": "Ownerkind",
+ "type": "string"
+}
removedInput schema / properties / owner_kind
Removed value: -{
- "title": "Owner Kind",
- "type": "string"
-}
addedInput schema / properties / patchMetadata
Added value: +{
+ "default": true,
+ "title": "Patchmetadata",
+ "type": "boolean"
+}
removedInput schema / properties / patch_metadata
Removed value: -{
- "default": true,
- "title": "Patch Metadata",
- "type": "boolean"
-}
addedInput schema / properties / providerConfigKey
Added value: +{
+ "title": "Providerconfigkey",
+ "type": "string"
+}
removedInput schema / properties / provider_config_key
Removed value: -{
- "title": "Provider Config Key",
- "type": "string"
-}
changedInput schema / required
Previous value: -[
- "environment",
- "connection_id",
- "provider_config_key",
- "principal",
- "owner_kind",
- "purpose"
-]New value: +[
+ "environment",
+ "connectionId",
+ "providerConfigKey",
+ "principal",
+ "ownerKind",
+ "purpose"
+]