{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ApplicationCredentialsUsernameTemplate", "title": "ApplicationCredentialsUsernameTemplate", "type": "object", "properties": { "pushStatus": { "type": "string" }, "suffix": { "type": "string" }, "template": { "type": "string" }, "type": { "type": "string" } }, "x-okta-tags": [ "Application" ] }