type: object properties: pointId: type: integer example: 1234 title: type: string description: Title of point example: 'Точка приёма батареек' address: type: string description: Postal address example: 'Москва, Тверская ул., 9' geom: type: string description: Point geometry in WKT example: 'POINT (82.927810142519 55.0289362348260)' restricted: type: boolean description: Point is on restricted area example: 'false' fractions: type: array items: $ref: './Fraction.yaml'