First time here? Check out the Help page!
1 | initial version |
Since the Energy+.schema.epJSON
is generated directly from the IDD then compiled into the executable, it is not possible to change it without recompiling EnergyPlus. The IDD and Energy+.schema.epJSON
provided with the installer are for informational purposes only. Changing either of them will not alter the compiled schema.
In your specific instance, there is not a max number of extensible fields in the Energy+.schema.epJSON
for ZoneTerminalUnitList
. In the Energy+.schema.epJSON
, look for minProperties, maxProperties, minItems, and maxItems; these are the only limits on the number of fields/items in the schema.