test/BigFactorySample2/factory/BigFactorySample2.json

{
    "name": "BigFactorySample2",
    "properties": {
        "globalParameters": {
            "GP-String": {
                "type": "string",
                "value": "This is text"
            },
            "GP-Int": {
                "type": "int",
                "value": 2000000
            },
            "GP-Float": {
                "type": "float",
                "value": 3.14159265358979
            },
            "GP-Bool": {
                "type": "bool",
                "value": true
            },
            "GP-Object": {
                "type": "object",
                "value": "{ This is object }"
            },
            "GP-Array": {
                "type": "array",
                "value": [
                    1,
                    2,
                    "xyz",
                    4,
                    6,
                    1050
                ]
            },
            "GlobalParam2": {
                "type": "object",
                "value": {
                    "env": "Prod",
                    "name": "target"
                }
            }
        }
    }
}