check-files
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "checkFiles", "type": "object", "description": "check-files", "properties": { "id": { "type": "string", "description": "a unique identification for the query requested" }, "status": { "type": "string", "description": "The status of the query" } } }