{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/OrgContactUser", "title": "OrgContactUser", "type": "object", "properties": { "_links": { "type": "object", "additionalProperties": { "type": "object", "properties": {} }, "readOnly": true }, "userId": { "type": "string" } }, "x-okta-operations": [ { "alias": "updateContactUser", "arguments": [ { "dest": "userId", "src": "userId" } ], "operationId": "updateOrgContactUser" } ], "x-okta-tags": [ "Org" ] }