Done
Details
Assignee
Kateryna SenchenkoKateryna SenchenkoReporter
Taras SpashchenkoTaras SpashchenkoPriority
P3Story Points
5Sprint
NoneDevelopment Team
FolijetFix versions
TestRail: Cases
Open TestRail: CasesTestRail: Runs
Open TestRail: Runs
Details
Details
Assignee
Kateryna Senchenko
Kateryna SenchenkoReporter
Taras Spashchenko
Taras SpashchenkoPriority
Story Points
5
Sprint
None
Development Team
Folijet
Fix versions
TestRail: Cases
Open TestRail: Cases
TestRail: Runs
Open TestRail: Runs
Created March 12, 2019 at 12:38 PM
Updated May 3, 2019 at 12:50 PM
Resolved April 1, 2019 at 2:12 PM
Use
"content": {
"description": "Parsed record content, e.g. MARC record"
}
instead of
"content": {
"description": "Parsed record content, e.g. MARC record",
"type": "string"
}
Also a marshaller and unmarshaller must be changed to encode and decode parsedRecord entity.
during marshalling content must be represented as an general JsonObject
during unmarshalling content must be represented by io.vertx.core.json.JsonObject