{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "AutofillJob", "type": "object", "properties": { "id": { "type": "string" }, "status": { "type": "string" }, "result": { "type": "object" }, "error": { "type": "object" } } }