Closed zachkinstner closed 11 years ago
The relevant section from the JSON spec:
{ "Name": "FabSpecEnum", "Extends": "FabSpecObject", "IsBaseClass": false, "Properties": [ { "Name": "Data", "Type": "Dictionary`2[]", "FabType": "FabSpecObjectProp" } ], "FabType": "FabSpecObject" }
Based on FabSpecEnum, the correct value is:
"Type": "Dictionary<string, object>[]"
The relevant section from the JSON spec: