{
	"openapi": "3.1.0",
	"info": {
		"title": "Goss RV public website",
		"version": "1.0.0",
		"description": "Machine-readable description of public, browser-oriented endpoints for gossrv.com. Interactive OAuth is not exposed; forms and HubSpot integrations are documented per path."
	},
	"servers": [{ "url": "https://gossrv.com" }],
	"paths": {
		"/api/health": {
			"get": {
				"summary": "Liveness / health check",
				"responses": {
					"200": {
						"description": "OK",
						"content": {
							"application/json": {
								"schema": {
									"type": "object",
									"properties": { "status": { "type": "string", "example": "ok" } }
								}
							}
						}
					}
				}
			}
		}
	}
}
