{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/SecurePasswordStoreApplication", "title": "SecurePasswordStoreApplication", "type": "object", "properties": { "credentials": { "$ref": "#/components/schemas/SchemeApplicationCredentials" }, "name": { "type": "object" }, "settings": { "$ref": "#/components/schemas/SecurePasswordStoreApplicationSettings" } }, "x-okta-defined-as": { "name": "template_sps" }, "x-okta-parent": "#/definitions/Application", "x-okta-tags": [ "Application" ] }