{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "NumericString", "type": "string", "pattern": "^\\d+$", "example": "1234" }