{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/access_path_cookie_attribute", "title": "access_path_cookie_attribute", "default": false, "description": "Enables cookie paths to scope an application's JWT to the application path. If disabled, the JWT will scope to the hostname by default", "example": true, "type": "boolean" }