addedInput schema / additionalProperties
Added value: +false
addedInput schema / properties / displayName
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "title": "Displayname"
+}
removedInput schema / properties / display_name
Removed value: -{
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "title": "Display Name"
-}
removedInput schema / properties / email / default
Removed value: -null
addedInput schema / properties / integrationsConfigDefaults
Added value: +{
+ "anyOf": [
+ {
+ "additionalProperties": true,
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "title": "Integrationsconfigdefaults"
+}
removedInput schema / properties / integrations_config_defaults
Removed value: -{
- "anyOf": [
- {
- "additionalProperties": true,
- "type": "object"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "title": "Integrations Config Defaults"
-}
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 / organizationId
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "title": "Organizationid"
+}
removedInput schema / properties / organization_id
Removed value: -{
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "title": "Organization Id"
-}
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 / 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",
- "provider_config_key",
- "principal",
- "owner_kind",
- "purpose"
-]New value: +[
+ "environment",
+ "providerConfigKey",
+ "principal",
+ "ownerKind",
+ "purpose"
+]