{"$schema":"http://json-schema.org/draft-04/schema#","description":"Матрица расстояний","properties":{"rows":{"type":"array","description":"Массив рядов(строк) матрицы","items":{"type":"array","description":"Массив дистанций","items":{"type":"object","description":"Объект описывающий рассчет маршрута","properties":{"distance":{"description":"Расстояние в метрах","type":"integer"},"status":{"description":"","type":"string"}}}}}}}