{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ImportResponse", "title": "ImportResponse", "type": "object", "properties": { "code": { "type": "integer", "description": "HTTP status code" }, "num_records_imported": { "type": "integer", "description": "Number of records successfully imported" }, "status": { "type": "string", "description": "Status message" } } }