Vinai
Results
1
comments of
Vinai
use this schema file `{ "$schema": "http://json-schema.org/draft-07/schema", "type": "object", "properties": { "ReadingDate": { "type": "string", "format": "date" }, "ReadingTime": { "type": "string", "format": "time" } }, "required": [ "ReadingDate", "ReadingTime"...