{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ApplicationStatistics", "type": "object", "properties": { "startTime": { "type": "string" }, "endTime": { "type": "string" }, "applications": { "type": "array" } } }