{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/TempPassword", "title": "TempPassword", "type": "object", "properties": { "tempPassword": { "type": "string", "readOnly": true } }, "x-okta-tags": [ "User" ] }