{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "requestfilesResponse", "type": "object", "properties": { "jobID": { "type": "string", "description": "Unique id to get the xml files for the requested date" }, "status": { "type": "string", "description": "Returns the value as submitted. Tells the request has been submitted" } } }