{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Wever Labs Customer Activation Path",
  "type": "object",
  "required": [
    "ok",
    "service",
    "recommended_first_runs",
    "operator_customer_path",
    "agent_builder_path",
    "operator_review"
  ],
  "properties": {
    "ok": {
      "type": "boolean"
    },
    "service": {
      "const": "customer-activation-path"
    },
    "public_path": {
      "type": "string"
    },
    "summary": {
      "type": "string"
    },
    "recommended_first_runs": {
      "type": "array",
      "items": {
        "type": "object"
      }
    },
    "operator_customer_path": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "agent_builder_path": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "pilot_positioning": {
      "type": "object"
    },
    "operator_boundary": {
      "type": "string"
    },
    "timestamp": {
      "type": "string"
    }
  }
}
