{ "$schema": "http://json-schema.org/draft-07/schema", "type": "object", "additionalProperties": false, "properties": { "current": { "anyOf": [ { "type": "string" }, { "type": "string", "enum": [ "RunInfo" ] }, { "type": "null" } ], "default": null } }, "required": [ "current" ] }