Skip to content

Commit c0bb783

Browse files
authored
Create example.round.json
1 parent e31d273 commit c0bb783

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

core/example.round.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"version": "1.0",
3+
"course": { "name": "Demo GC" },
4+
"holes": [
5+
{
6+
"num": 1,
7+
"shots": [
8+
{ "club": "D", "type": "tee", "lat": 0, "lng": 0, "ts": "2025-08-11T12:00:00Z" },
9+
{ "club": "7i", "type": "approach", "lat": 0, "lng": 0, "ts": "2025-08-11T12:04:00Z" }
10+
],
11+
"putts": 2,
12+
"scoreResult": "par"
13+
}
14+
]
15+
}

0 commit comments

Comments
 (0)