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