| { |
| "version": "2.0-test", |
| "primary_key": "clip_id", |
| "fields": { |
| "clip_id": {"type": "string", "nullable": false}, |
| "config_name": {"type": "string", "nullable": false}, |
| "scene_family": {"type": "string", "nullable": false}, |
| "task_name": {"type": "string", "nullable": false}, |
| "duration_s": {"type": "float32", "nullable": false}, |
| "head_video_ref": {"type": "string", "nullable": false}, |
| "wrist_video_ref": {"type": "string", "nullable": false}, |
| "synchronization_ref": {"type": "string", "nullable": false}, |
| "hand_pose_3d_ref": {"type": "string", "nullable": false}, |
| "body_pose_3d_ref": {"type": "string", "nullable": true}, |
| "semantics_v7_ref": {"type": "string", "nullable": true}, |
| "release_revision": {"type": "string", "nullable": false}, |
| "sha256": {"type": "string", "nullable": false} |
| } |
| } |
|
|