| 1 | [ |
| 2 | { |
| 3 | "id": "Position 1", |
| 4 | "description": "This position is in front of the bench on the left side of the road. A character can sit down at this position.", |
| 5 | "sittable": true, |
| 6 | "fixed_angle": false |
| 7 | }, |
| 8 | { |
| 9 | "id": "Position 2", |
| 10 | "description": "This position is in front of the bench on the right side of the road. A character can sit down at this position.", |
| 11 | "sittable": true, |
| 12 | "fixed_angle": false |
| 13 | } |
| 14 | ] |