-
Notifications
You must be signed in to change notification settings - Fork 0
Branch main Contract EncodedState
github-actions[bot] edited this page Apr 19, 2026
·
105 revisions
| Field | Value |
|---|---|
| Branch | main |
| Source | specs/contracts/EncodedState.schema.json |
| Commit | 8ea5fdb8c6d9 |
| Synced (UTC) | 2026-04-19T05:15:49Z |
{
"$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
}