{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ConnectionDisableSignupSMS", "title": "ConnectionDisableSignupSMS", "description": "Controls whether new user signups are allowed via SMS authentication", "anyOf": [ { "$ref": "#/components/schemas/ConnectionDisableSignup" } ] }