{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ConnectionDisableSignup", "title": "ConnectionDisableSignup", "description": "When true, prevents new user registration through this connection. Existing users can still authenticate. Useful for invite-only applications or during user migration.", "type": "boolean" }