Created
May 19, 2017 15:14
-
-
Save mikemunsie/f9b965e03659514c5278d5962202e461 to your computer and use it in GitHub Desktop.
Line Item Tree
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"inclusions": { | |
"base": { | |
"parameters": [ | |
{ | |
"parameterId": 1, | |
"answers": [] | |
} | |
] | |
}, | |
"groups": [ | |
{ | |
"parameters": [ | |
{ | |
"parameterId": 1, | |
"answers": [] | |
} | |
] | |
} | |
] | |
}, | |
"exclusions": { | |
"base": { | |
"parameters": [ | |
{ | |
"parameterId": 400, | |
"answers": [] | |
} | |
] | |
}, | |
"groups": [] | |
}, | |
"balancing": { | |
"groups": [ | |
{ | |
"flexibility": 100, | |
"parameters": [ | |
{ | |
"parameterId": "balancing", | |
"answers": [] | |
} | |
] | |
}, | |
{ | |
"flexibility": 0, | |
"parameters": [ | |
{ | |
"parameterId": "balancing", | |
"answers": [] | |
} | |
] | |
} | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment