Skip to content

Review

Field Type Required Description
code Code Human readable code of the entity
max length 255 · min length 1
author string max length 255
date string format: date-time
rate Rating Ratings from (1-5). To save fractions of a rating, pass in e.g. 0.5 for a “1/2 star” representation.
title string max length 255
review string max length 5000
{
"code": "someCode",
"author": "string",
"date": "2018-12-15T00:00:23.114Z",
"rate": 5,
"title": "string",
"review": "string"
}