{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/StorefrontStatus", "title": "", "type": "object", "properties": { "down_for_maintenance_message": { "type": "string" }, "prelaunch_message": { "type": "string" }, "prelaunch_password": { "description": "A read-only value representing the auto-generated storefront password.", "type": "string" } }, "x-internal": false }