jasonchuah4

Results 1 comments of jasonchuah4

Actually you can use the "default" field. Eg: ``` { "$schema": "http://json-schema.org/draft-03/schema#", "type": "object", "properties": { "date": { "type": "string", "format": "date", "default": "2023-12-03", "description": "date" } } } ```