this schema doesnt work (in my other example there was also type:"number" but it had the same effect) ``` { "type": "object", "properties": { "delay": { "const": 10 } }, "$schema": "http://json-schema.org/draft-07/schema#" } ```