{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/SmsUserFactorProfile", "title": "SmsUserFactorProfile", "type": "object", "properties": { "phoneNumber": { "type": "string" } }, "x-okta-tags": [ "UserFactor" ] }