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