{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "response_locationScore", "type": "object", "properties": { "meta": { "$ref": "#/definitions/Meta" }, "data": { "type": "array", "items": { "$ref": "#/definitions/category-rated-areas" } }, "warnings": { "type": "array", "items": { "$ref": "#/definitions/Warning" } } } }