JSON keyword definitions: add a "sections" item

this which specifies the allowed sections of the keyword. (surprise!)
This commit is contained in:
Andreas Lauser
2014-08-29 18:19:43 +02:00
parent da5fd34262
commit 28fa0fa3b4
211 changed files with 310 additions and 201 deletions

View File

@@ -1,2 +1,7 @@
{"name" : "EQLDIMS" , "size" : 1 , "items":
[{"name" : "NEW" , "value_type" : "INT" , "default" : 1}]}
{
"name" : "EQLDIMS",
"size" : 1,
"sections": ["RUNSPEC"],
"items":
[{"name" : "NEW" , "value_type" : "INT" , "default" : 1}]
}