Skip to content

Branch main Contract ObservedState

github-actions[bot] edited this page May 2, 2026 · 102 revisions

Contract: Observedstate

Back to Branch Overview

Field Value
Branch main
Source specs/contracts/ObservedState.schema.json
Commit 8ea5fdb8c6d9
Synced (UTC) 2026-05-02T05:21:19Z

JSON Payload

{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "ObservedStateLegacy",
  "description": "Deprecated legacy artifact retained for transition support only. Non-authoritative for ASH semantic decisions.",
  "x-status": "legacy-non-authoritative",
  "x-replacement": "ObservedSystemState.schema.json",
  "type": "object",
  "properties": {
    "sourceFile": {
      "type": "string"
    },
    "data": {
      "type": "object"
    },
    "timestamp": {
      "type": "string",
      "format": "date-time"
    },
    "deprecatedSince": {
      "type": "string",
      "format": "date"
    }
  },
  "required": ["sourceFile", "data", "timestamp"],
  "additionalProperties": false
}

Clone this wiki locally