{ "$id": "https://example.com/arrays.schema.json", "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "title": "Object", "required": ["type", "name"], "$defs": { "CustomType": { "type": "string", "format": "decimal" } } }