{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/PageVisibilityStatus", "title": "PageVisibilityStatus", "description": "Whether a page is publicly accessible to non-authenticated users.\nIf not provided, the default_page_visibility value of the portal will be used.\n", "type": "string", "example": "public", "enum": [ "public", "private" ], "x-speakeasy-unknown-values": "allow" }