{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/access_http_only_cookie_attribute", "title": "access_http_only_cookie_attribute", "default": true, "description": "Enables the HttpOnly cookie attribute, which increases security against XSS attacks.", "example": true, "type": "boolean" }