{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "control_decimal_array", "type": "object", "properties": { "constraint_values": { "type": "array", "items": { "type": "number", "format": "float" } }, "default_values": { "type": "number", "format": "float" } } }