observatory_lighthouse_state

The state of the Lighthouse report.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-observatory-lighthouse-state-schema.json Raw ↑
{
  "$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"
}