{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/NativeSocialLoginApple", "title": "NativeSocialLoginApple", "type": "object", "description": "Native Social Login support for the Apple connection", "additionalProperties": false, "minProperties": 1, "properties": { "enabled": { "type": "boolean", "description": "Determine whether or not to allow signing in natively using an Apple authorization code", "default": false } } }