Skip to content

Commit c57dfa1

Browse files
committed
Add source object contract fixture
1 parent 548a0fe commit c57dfa1

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"schema": "sourceos.object-record/v1alpha1",
3+
"object_id": "object:alpha",
4+
"object_type": "file",
5+
"schema_id": "schema:source-object:v1",
6+
"schema_version": "v1",
7+
"workspace_id": "workspace:default",
8+
"profile_id": "profile:local-dev",
9+
"owner_identity": "identity:local-user",
10+
"created_by_actor": "actor:agent-one",
11+
"last_modified_by_actor": "actor:agent-one",
12+
"created_at": "2026-05-05T00:00:00Z",
13+
"updated_at": "2026-05-05T00:05:00Z",
14+
"privacy_class": "work",
15+
"sync_visibility": "workspace",
16+
"retention_class": "normal",
17+
"policy_tags": ["local-first", "mvp"],
18+
"provenance": ["event:object-alpha-created"],
19+
"state": "active",
20+
"content_hash": "sha256:example"
21+
}

0 commit comments

Comments
 (0)