Configure native social settings
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/NativeSocialLogin", "title": "NativeSocialLogin", "type": "object", "description": "Configure native social settings", "additionalProperties": false, "minProperties": 1, "properties": { "apple": { "$ref": "#/components/schemas/NativeSocialLoginApple" }, "facebook": { "$ref": "#/components/schemas/NativeSocialLoginFacebook" }, "google": { "$ref": "#/components/schemas/NativeSocialLoginGoogle" } } }