{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/PhoneProviderCredentials", "title": "PhoneProviderCredentials", "description": "Provider credentials required to use authenticate to the provider.", "anyOf": [ { "$ref": "#/components/schemas/TwilioProviderCredentials" }, { "$ref": "#/components/schemas/CustomProviderCredentials" } ] }