{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "RestorePeriod", "type": "object", "properties": { "from": { "type": "string" }, "to": { "type": "string" }, "correspondingApplicationPackageVersion": { "type": "string" } } }