File
The "file" section leaves room for specifying a scenario "name" and a short "description". Further meta data such as a "contact" person, dates of creation and modification, and a file "version" can be added here.
The "file_type" is a constant string to identify this as a CTSimU scenario and must not be changed. The "file_format_version" states which issue of the file format specification is used.
2"file": {
3 "name": "Example Scenario",
4 "description": "Tetrahedron in a rigid frame.",
5
6 "contact": "Jane Doe",
7 "date_created": "2020-04-23",
8 "date_changed": "2023-02-11",
9 "version": {"major": 1, "minor": 8},
10
11 "file_type": "CTSimU Scenario",
12 "file_format_version": {"major": 1, "minor": 2}
13}