Details
-
Story
-
Status: Blocked (View Workflow)
-
P3
-
Resolution: Unresolved
-
None
-
None
-
Prokopovych
Description
Overview: In items, the JSON field numberOfPieces is defined as a string type although the data appear to be numbers. For reporting, this requires casting to an integer type and potentially other difficulties. (We have seen Unicode characters such as "2" within this field in deployed FOLIO instances; though I do not know if the data were imported via the proper APIs.) If possible, please consider whether an integer type might be more suitable for this field.
In the item record (https://github.com/folio-org/mod-inventory-storage/blob/master/ramls/item.json)
- The data property numberOfPieces is to be changed from being defined as type string to be type integer
- The description of the data property is changed as well and should be: "Number of pieces"
}, "numberOfPieces": { "type": "integer", "description": "Number of pieces"
TestRail: Results
Attachments
Issue Links
- relates to
-
MODINVSTOR-145 Metadata for instance source record
-
- Closed
-
-
MODORDSTOR-214 Request to consider redefining publicationDate field as integer type
-
- Closed
-
- mentioned in
-
Page Loading...