{ "$schema": "http://json-schema.org/draft-07/schema", "oneOf": [ { "type": "string" }, { "type": "null" } ], "default": null }