Files
opm-common/testdata/config/directory1/Bpr
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

9 lines
273 B
Plaintext

{
"name" : "BPR",
"sections":["SUMMARY"],
"items" :
[{"name": "I" , "size_type" : "SINGLE" , "value_type" : "INT"},
{"name": "J" , "size_type" : "SINGLE" , "value_type" : "INT"},
{"name": "K" , "size_type" : "SINGLE" , "value_type" : "INT"}]
}