{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "getfiles", "type": "object", "properties": { "product": { "type": "string" }, "startDate": { "type": "string" }, "endDate": { "type": "string" }, "jobID": { "type": "string" }, "status": { "type": "string" }, "url": { "type": "string" }, "part": { "type": "integer" } } }