{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "VerificationStatus", "type": "object", "properties": { "date": { "type": "['string', 'null']" }, "status": { "type": "['string', 'null']" } } }