{"components":{"schemas":{"ErrorDetail":{"additionalProperties":false,"properties":{"code":{"type":"string"},"message":{"type":"string"},"resolution":{"type":"string"}},"required":["code","message","resolution"],"type":"object"},"ErrorResponse":{"additionalProperties":false,"properties":{"error":{"$ref":"#/components/schemas/ErrorDetail"}},"required":["error"],"type":"object"},"HealthResponse":{"additionalProperties":false,"properties":{"service":{"const":"Limeplay Agent API","type":"string"},"status":{"const":"ok","type":"string"},"version":{"const":"1.0.0","type":"string"}},"required":["status","service","version"],"type":"object"}}},"info":{"description":"Machine-readable service information for Limeplay developer tooling and agents.","title":"Limeplay Agent API","version":"1.0.0"},"openapi":"3.1.0","paths":{"/api/health":{"get":{"description":"Returns a build-time marker for the deployed static site. It does not probe runtime dependencies.","operationId":"getDeploymentMarker","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/HealthResponse"}}},"description":"The Limeplay static deployment marker is available."},"405":{"content":{"application/problem+json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"The request method is not supported."},"default":{"content":{"application/problem+json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Structured API error."}},"security":[],"summary":"Read the static deployment marker"}}},"servers":[{"description":"Production","url":"https://limeplay.winoffrg.dev"}]}