{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "Decimal", "type": "string", "pattern": "^-?[0-9]+(\\.[0-9]+)?$" }