We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 548a0fe commit c57dfa1Copy full SHA for c57dfa1
1 file changed
examples/contracts/object.alpha.json
@@ -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