{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/GetJobErrorResponseContent", "title": "GetJobErrorResponseContent", "type": "object", "additionalProperties": false, "properties": { "user": { "$ref": "#/components/schemas/GetJobUserError" }, "errors": { "type": "array", "description": "Errors importing the user.", "items": { "$ref": "#/components/schemas/GetJobImportUserError" } } } }