simulation_v3_27.json
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"iterations": {
"type": "integer",
"minimum": 0
},
"operation_mode": {
"type": "string",
"enum": [
"sync",
"async"
]
},
"symmetric_simulation": {
"type": "boolean",
"default": false
},
"symmetric_sim_strong": {
"type": "boolean",
"default": false
},
"use_cache": {
"type": "boolean",
"default": true
}
}
}