@wmfs/tymly-rankings-plugin
Version:
Plugin which handles ranking of data for Tymly framework
60 lines (59 loc) • 1.35 kB
JSON
{
"title": "ranking-uprns",
"description": "Holds the property type for each property",
"primaryKey": [
"uprn"
],
"type": "object",
"properties": {
"uprn": {
"type": "integer",
"maxLength": 12
},
"rankingName": {
"type": "string",
"description": "A property type descriptor"
},
"range": {
"type": "string",
"description": "The range this property falls within"
},
"distribution": {
"type": "number",
"description": "The distribution this property falls within"
},
"lastAudit": {
"type": "string"
},
"lastAuditDate": {
"type": "string",
"format": "date-time"
},
"lastEnforcementAction": {
"type": "string"
},
"fsManagement": {
"type": "string",
"description": "Fire safety level"
},
"updatedRiskScore": {
"type": "number",
"description": "An updated risk score calculated using growth curve"
},
"originalRiskScore": {
"type": "number",
"description": "The original risk score calculated by the sum of the factors"
},
"projectedHighRiskCrossover": {
"type": "string",
"format": "date-time"
},
"projectedReturnToOriginal": {
"type": "string",
"format": "date-time"
}
},
"required": [
"uprn"
]
}