```python schema = { "not": { "anyOf": [ {"type": "null"}, {"type": "boolean"}, {"type": "number"}, {"type": "number", "multipleOf": 2.5}, ] } } ```