The state of the Lighthouse report.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/observatory_lighthouse_state", "title": "observatory_lighthouse_state", "description": "The state of the Lighthouse report.", "enum": [ "RUNNING", "COMPLETE", "FAILED" ], "example": "COMPLETE", "type": "string" }