···2727 "format": "datetime",
2828 "description": "When the post was created"
2929 },
3030- "activityType": {
3030+ "activity": {
3131 "type": "ref",
3232 "ref": "com.atproto.repo.strongRef",
3333- "description": "Reference to an activityType record. If present, this is an activity post; if absent, it's a travel post"
3333+ "description": "Reference to an activity record. If present, this is an activity post; if absent, it's a travel post"
3434 },
3535 "location": {
3636 "type": "ref",
···4242 "ref": "com.atproto.repo.strongRef",
4343 "description": "Reference to a trail record with route geometry"
4444 },
4545- "stats": {
4646- "type": "object",
4747- "description": "Activity statistics (distance, duration, elevation). Only relevant for activity posts",
4848- "properties": {
4949- "distance": {
5050- "type": "integer",
5151- "description": "Distance covered in meters"
5252- },
5353- "duration": {
5454- "type": "integer",
5555- "description": "Duration of the activity in seconds"
5656- },
5757- "elevation": {
5858- "type": "integer",
5959- "description": "Elevation gain in meters"
6060- }
6161- }
4545+ "basePost": {
4646+ "type": "ref",
4747+ "ref": "com.atproto.repo.strongRef",
4848+ "description": "Reference to another post that this post is based on (e.g. a travel post based on an activity post)"
6249 }
6350 }
6451 }