Point

This document describes the properties of the JSON API object. You also can access the document in JSON Schema format: point.schema.json

A point

x: integer

X coordinate

y: integer

Y coordinate

Example

{
  "x" : 2900,
  "y" : 100
}