{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ApiDocumentStatus", "title": "ApiDocumentStatus", "description": "If `status=published` the document will be visible in your live portal", "type": "string", "default": "unpublished", "enum": [ "published", "unpublished" ], "x-speakeasy-unknown-values": "allow" }