{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/SingleLogout", "title": "SingleLogout", "type": "object", "properties": { "enabled": { "type": "boolean" }, "issuer": { "type": "string" }, "logoutUrl": { "type": "string" } }, "x-okta-tags": [ "Application" ] }