{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "GetFillsRequest", "type": "object", "properties": { "scope": { "type": "string" }, "fromDateTime": { "type": "string", "description": "Start of time range for fills" } } }