Skip to content

Branch main Contract EncodedState

github-actions[bot] edited this page Apr 11, 2026 · 105 revisions

Contract: Encodedstate

Back to Branch Overview

Field Value
Branch main
Source specs/contracts/EncodedState.schema.json
Commit 8ea5fdb8c6d9
Synced (UTC) 2026-04-11T21:36:00Z

JSON Payload

{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "EncodedStateLegacy",
  "description": "Deprecated legacy artifact retained for historical/helper compatibility. This schema is non-authoritative and must not be used as semantic truth.",
  "x-status": "legacy-non-authoritative",
  "x-replacement": "AshSemanticState.schema.json",
  "type": "object",
  "properties": {
    "observed": {
      "type": "object",
      "description": "Legacy flattened observed map."
    },
    "desired": {
      "type": "object",
      "description": "Legacy flattened desired map."
    },
    "deprecatedSince": {
      "type": "string",
      "format": "date"
    }
  },
  "required": ["observed", "desired"],
  "additionalProperties": false
}

Clone this wiki locally