diff --git a/schemas/dto/parsedRecordDto.json b/schemas/dto/parsedRecordDto.json index af75f80..24a199e 100644 --- a/schemas/dto/parsedRecordDto.json +++ b/schemas/dto/parsedRecordDto.json @@ -23,16 +23,6 @@ "type": "object", "$ref": "../mod-source-record-storage/parsedRecord.json" }, - "recordState": { - "description": "State of source record in QM workflow", - "type": "string", - "enum": [ - "ACTUAL", - "IN_PROGRESS", - "ERROR" - ], - "default": "ACTUAL" - }, "additionalInfo": { "description": "Auxiliary data which is not related to MARC type record", "type": "object", @@ -43,10 +33,6 @@ "type": "object", "$ref": "../../raml-util/schemas/metadata.schema", "readonly": true - }, - "relatedRecordVersion": { - "type": "string", - "description": "Related record (instance, holdings) version for optimistic locking needs" } }, "required": [