Files
opm-common/opm/parser/share/keywords/D/DATES
Andreas Lauser 28fa0fa3b4 JSON keyword definitions: add a "sections" item
this which specifies the allowed sections of the keyword. (surprise!)
2014-10-13 16:05:59 +02:00

7 lines
282 B
Plaintext

{"name" : "DATES", "sections" : ["SCHEDULE"], "items" : [
{"name" : "DAY" , "value_type" : "INT" },
{"name" : "MONTH" , "value_type" : "STRING"},
{"name" : "YEAR" , "value_type" : "INT" },
{"name" : "TIME" , "value_type" : "STRING", "default":"00:00:00.000"} ]
}