acengnew commited on
Commit
cac8e59
·
verified ·
1 Parent(s): 7537fa3

Create data.json

Browse files
Files changed (1) hide show
  1. data.json +6 -0
data.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ [
2
+ { "surface": "tile", "traction": "high" },
3
+ { "surface": "carpet", "traction": "medium" },
4
+ { "surface": "wet_floor", "traction": "low" },
5
+ { "surface": "gravel", "traction": "unstable" }
6
+ ]