... | ... |
@@ -9,6 +9,10 @@ declare -A datatypes=( |
9 | 9 |
[/sim/flight-model]=text |
10 | 10 |
[/sim/type]=text |
11 | 11 |
[/sim/model/path]=text |
12 |
+ [/sim/rating/FDM]="integer DEFAULT 0" |
|
13 |
+ [/sim/rating/systems]="integer DEFAULT 0" |
|
14 |
+ [/sim/rating/cockpit]="integer DEFAULT 0" |
|
15 |
+ [/sim/rating/model]="integer DEFAULT 0" |
|
12 | 16 |
) |
13 | 17 |
|
14 | 18 |
missing_data_check=( /sim/model/path ) |