{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ApiPublicationVisibility", "title": "API Publication Visibility", "description": "The visibility of the API in the portal.\nPublic API publications do not require authentication to view and retrieve information about them.\nPrivate API publications require authentication to retrieve information about them.\n", "type": "string", "default": "private", "enum": [ "public", "private" ], "x-speakeasy-unknown-values": "allow" }