UNPKG

@wmfs/tymly-rankings-plugin

Version:

Plugin which handles ranking of data for Tymly framework

21 lines (20 loc) 300 B
{ "title": "Area", "description": "Holds rating of an area", "type": "object", "properties": { "areaCode": { "type": "integer" }, "areaRating": { "type": "integer" } }, "required": [ "areaCode", "areaRating" ], "primaryKey": [ "areaCode" ] }