{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/GetJobImportUserError", "title": "GetJobImportUserError", "type": "object", "additionalProperties": true, "properties": { "code": { "type": "string", "description": "Error code." }, "message": { "type": "string", "description": "Error message." }, "path": { "type": "string", "description": "Error field." } } }