Peyman Najafi

Results 6 comments of Peyman Najafi

I really prefer option 3 too. But I fail to see why if we do it with `ONE-OFF` would cause any problem. For example this should work sufficiently enough: ```...

We can move the "oneOf" to a higher level. Meaning having only three options. But for "string OR number", it depends on the KG language, in python a float value...

I meant something like this: ``` { "_type": "https://openminds.ebrains.eu/core/QuantitativeValueRange", "required": [ "maxValue", "minValue" ], "properties": { "oneof": [ { "maxValue": { "type": "number", "_instruction": "Add the maximum value measured for...

hahahaha, I think it works as intended, I checked the following schema with a [JSON Schema Validator](https://json-schema.hyperjump.io/) and it works as intended. ``` { "oneof": [ { "maxValue": { "type":...

I see, so let's go with option 2.