{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/SchemeApplicationCredentials", "title": "SchemeApplicationCredentials", "type": "object", "properties": { "password": { "$ref": "#/components/schemas/PasswordCredential" }, "revealPassword": { "type": "boolean" }, "scheme": { "$ref": "#/components/schemas/ApplicationCredentialsScheme" }, "signing": { "$ref": "#/components/schemas/ApplicationCredentialsSigning" }, "userName": { "type": "string" } }, "x-okta-parent": "#/definitions/ApplicationCredentials", "x-okta-tags": [ "Application" ] }